]> source.dussan.org Git - nextcloud-server.git/commit
Use a php class for the definitions to avoid loading problems
authorJoas Schilling <coding@schilljs.com>
Tue, 8 Nov 2016 14:56:39 +0000 (15:56 +0100)
committerJoas Schilling <coding@schilljs.com>
Wed, 9 Nov 2016 07:52:07 +0000 (08:52 +0100)
commit706b5c3fb6e9d911c147c92fc768df86990d09ea
tree0b7f8d67289ee4d7e667a85c92a662097812f6d2
parent05cf1dab4ca7d69a837c2c9e890f078cef76c744
Use a php class for the definitions to avoid loading problems

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Notification/Manager.php
lib/private/RichObjectStrings/Validator.php
lib/private/Server.php
lib/public/RichObjectStrings/Definitions.php [new file with mode: 0644]
lib/public/RichObjectStrings/definitions.json [deleted file]
tests/lib/Notification/ManagerTest.php
tests/lib/RichObjectStrings/ValidatorTest.php