]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Rename CommentBundle with AnnotationBundle
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Fri, 26 Feb 2016 12:59:08 +0000 (13:59 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 26 Feb 2016 17:14:42 +0000 (18:14 +0100)
commit4dc872238a61f33c886c423c5812cc578b3b1cdc
tree4a9413cca2b24e9290057159eeb3833c20aefddb
parent9eab365e28de969036e58245a57a8a6418541b3c
Rename CommentBundle with AnnotationBundle
22 files changed:
app/AppKernel.php
app/config/routing.yml
docs/en/user/annotations.rst
docs/fr/user/annotations.rst
src/Wallabag/AnnotationBundle/Controller/WallabagAnnotationController.php [moved from src/Wallabag/CommentBundle/Controller/WallabagCommentController.php with 57% similarity]
src/Wallabag/AnnotationBundle/DataFixtures/ORM/LoadAnnotationData.php [new file with mode: 0644]
src/Wallabag/AnnotationBundle/DependencyInjection/Configuration.php [moved from src/Wallabag/CommentBundle/DependencyInjection/Configuration.php with 74% similarity]
src/Wallabag/AnnotationBundle/DependencyInjection/WallabagAnnotationExtension.php [moved from src/Wallabag/CommentBundle/DependencyInjection/WallabagCommentExtension.php with 77% similarity]
src/Wallabag/AnnotationBundle/Entity/Annotation.php [moved from src/Wallabag/CommentBundle/Entity/Comment.php with 91% similarity]
src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php [new file with mode: 0644]
src/Wallabag/AnnotationBundle/Resources/config/routing_annotations.yml [new file with mode: 0644]
src/Wallabag/AnnotationBundle/Tests/Controller/AnnotationControllerTest.php [moved from src/Wallabag/CommentBundle/Tests/Controller/CommentControllerTest.php with 55% similarity]
src/Wallabag/AnnotationBundle/Tests/WallabagAnnotationTestCase.php [moved from src/Wallabag/CommentBundle/Tests/WallabagCommentTestCase.php with 94% similarity]
src/Wallabag/AnnotationBundle/WallabagAnnotationBundle.php [new file with mode: 0644]
src/Wallabag/CommentBundle/DataFixtures/ORM/LoadCommentData.php [deleted file]
src/Wallabag/CommentBundle/Repository/CommentRepository.php [deleted file]
src/Wallabag/CommentBundle/Resources/config/routing_comments.yml [deleted file]
src/Wallabag/CommentBundle/WallabagCommentBundle.php [deleted file]
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig