]> git.immae.eu Git - github/wallabag/wallabag.git/commit - app/config/security.yml
Comment work with annotator v2
authorThomas Citharel <tcit@tcit.fr>
Sun, 7 Feb 2016 15:52:59 +0000 (16:52 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 26 Feb 2016 17:13:17 +0000 (18:13 +0100)
commitf38e03dc02c96344677fd2720912605b21c90b5d
tree2028cecf5d0930e1569ddb977e245ea44bedc38a
parentd3f1a9dc1ac181033ec54f9149d2807199fa8f17
Comment work with annotator v2

- add missing annotator.js file and fix typo
- edit & delete routes, started tests
- basic tests
20 files changed:
app/AppKernel.php
app/config/routing.yml
app/config/routing_rest.yml
app/config/security.yml
src/Wallabag/CommentBundle/Controller/WallabagCommentController.php [new file with mode: 0644]
src/Wallabag/CommentBundle/DataFixtures/ORM/LoadCommentData.php [new file with mode: 0644]
src/Wallabag/CommentBundle/DependencyInjection/Configuration.php [new file with mode: 0644]
src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php [new file with mode: 0644]
src/Wallabag/CommentBundle/Entity/Comment.php [new file with mode: 0644]
src/Wallabag/CommentBundle/Repository/CommentRepository.php [new file with mode: 0644]
src/Wallabag/CommentBundle/Resources/config/routing.yml [new file with mode: 0644]
src/Wallabag/CommentBundle/Resources/config/routing_comments.yml [new file with mode: 0644]
src/Wallabag/CommentBundle/Resources/config/services.yml [new file with mode: 0644]
src/Wallabag/CommentBundle/Tests/Controller/CommentControllerTest.php [new file with mode: 0644]
src/Wallabag/CommentBundle/Tests/WallabagCommentTestCase.php [new file with mode: 0644]
src/Wallabag/CommentBundle/WallabagCommentBundle.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Resources/public/themes/_global/js/annotator.min.js [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/base.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig