]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
move WallabagBundle into Wallabag:CoreBundle
authorNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 23 Jan 2015 15:28:37 +0000 (16:28 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 23 Jan 2015 15:28:37 +0000 (16:28 +0100)
commitad4d1caa9e744af57ca58a4e57576533eb682d00
tree37d6c284d2afc7fc62cdf80be419b536ab4ea603
parentb84a80559a1167b5500fbc5eb4965d3b08b371ef
move WallabagBundle into Wallabag:CoreBundle
40 files changed:
app/AppKernel.php
app/config/routing.yml
src/Wallabag/CoreBundle/Controller/EntryController.php [moved from src/WallabagBundle/Controller/EntryController.php with 90% similarity]
src/Wallabag/CoreBundle/Controller/StaticController.php [moved from src/WallabagBundle/Controller/StaticController.php with 77% similarity]
src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php [moved from src/WallabagBundle/DependencyInjection/WallabagExtension.php with 79% similarity]
src/Wallabag/CoreBundle/Entity/Config.php [moved from src/WallabagBundle/Entity/Config.php with 97% similarity]
src/Wallabag/CoreBundle/Entity/Config.php~ [moved from src/WallabagBundle/Entity/Config.php~ with 100% similarity]
src/Wallabag/CoreBundle/Entity/Entries.php [moved from src/WallabagBundle/Entity/Entries.php with 96% similarity]
src/Wallabag/CoreBundle/Entity/Entries.php~ [moved from src/WallabagBundle/Entity/Entries.php~ with 100% similarity]
src/Wallabag/CoreBundle/Entity/Entry.php~ [moved from src/WallabagBundle/Entity/Entry.php~ with 100% similarity]
src/Wallabag/CoreBundle/Entity/Tags.php [moved from src/WallabagBundle/Entity/Tags.php with 95% similarity]
src/Wallabag/CoreBundle/Entity/Tags.php~ [moved from src/WallabagBundle/Entity/Tags.php~ with 100% similarity]
src/Wallabag/CoreBundle/Entity/TagsEntries.php [moved from src/WallabagBundle/Entity/TagsEntries.php with 97% similarity]
src/Wallabag/CoreBundle/Entity/TagsEntries.php~ [moved from src/WallabagBundle/Entity/TagsEntries.php~ with 100% similarity]
src/Wallabag/CoreBundle/Entity/Users.php [moved from src/WallabagBundle/Entity/Users.php with 98% similarity]
src/Wallabag/CoreBundle/Entity/Users.php~ [moved from src/WallabagBundle/Entity/Users.php~ with 100% similarity]
src/Wallabag/CoreBundle/Entity/UsersConfig.php [moved from src/WallabagBundle/Entity/UsersConfig.php with 97% similarity]
src/Wallabag/CoreBundle/Entity/UsersConfig.php~ [moved from src/WallabagBundle/Entity/UsersConfig.php~ with 100% similarity]
src/Wallabag/CoreBundle/Repository/EntriesRepository.php [moved from src/WallabagBundle/Repository/EntriesRepository.php with 97% similarity]
src/Wallabag/CoreBundle/Resources/config/routing.yml [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/config/services.xml [moved from src/WallabagBundle/Resources/config/services.xml with 75% similarity]
src/Wallabag/CoreBundle/Resources/views/Entry/entries.html.twig [moved from src/WallabagBundle/Resources/views/Entry/entries.html.twig with 96% similarity]
src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig [moved from src/WallabagBundle/Resources/views/Entry/entry.html.twig with 92% similarity]
src/Wallabag/CoreBundle/Resources/views/Entry/new.html.twig [moved from src/WallabagBundle/Resources/views/Entry/new.html.twig with 54% similarity]
src/Wallabag/CoreBundle/Resources/views/Static/about.html.twig [moved from src/WallabagBundle/Resources/views/Static/about.html.twig with 95% similarity]
src/Wallabag/CoreBundle/Resources/views/_bookmarklet.html.twig [moved from src/WallabagBundle/Resources/views/_bookmarklet.html.twig with 100% similarity]
src/Wallabag/CoreBundle/Resources/views/_footer.html.twig [moved from src/WallabagBundle/Resources/views/_footer.html.twig with 100% similarity]
src/Wallabag/CoreBundle/Resources/views/_head.html.twig [moved from src/WallabagBundle/Resources/views/_head.html.twig with 100% similarity]
src/Wallabag/CoreBundle/Resources/views/_menu.html.twig [moved from src/WallabagBundle/Resources/views/_menu.html.twig with 66% similarity]
src/Wallabag/CoreBundle/Resources/views/_messages.html.twig [moved from src/WallabagBundle/Resources/views/_messages.html.twig with 100% similarity]
src/Wallabag/CoreBundle/Resources/views/_save_form.html.twig [moved from src/WallabagBundle/Resources/views/_save_form.html.twig with 100% similarity]
src/Wallabag/CoreBundle/Resources/views/_search_form.html.twig [moved from src/WallabagBundle/Resources/views/_search_form.html.twig with 100% similarity]
src/Wallabag/CoreBundle/Resources/views/_top.html.twig [moved from src/WallabagBundle/Resources/views/_top.html.twig with 100% similarity]
src/Wallabag/CoreBundle/Resources/views/layout.html.twig [moved from src/WallabagBundle/Resources/views/layout.html.twig with 80% similarity]
src/Wallabag/CoreBundle/Tests/Controller/DefaultControllerTest.php [moved from src/WallabagBundle/Tests/Controller/DefaultControllerTest.php with 89% similarity]
src/Wallabag/CoreBundle/Twig/Extension/WallabagExtension.php [moved from src/WallabagBundle/Twig/Extension/WallabagExtension.php with 94% similarity]
src/Wallabag/CoreBundle/WallabagCoreBundle.php [new file with mode: 0644]
src/Wallabag/Wallabag/Database.php
src/WallabagBundle/Resources/config/routing.yml [deleted file]
src/WallabagBundle/WallabagBundle.php [deleted file]