]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Rebase & Rename all rss to feeds
authorThomas Citharel <tcit@tcit.fr>
Sun, 9 Jul 2017 16:45:39 +0000 (18:45 +0200)
committerThomas Citharel <tcit@tcit.fr>
Sun, 9 Jul 2017 16:45:39 +0000 (18:45 +0200)
commit1554eb0adac470151d9668d55ce1450c64f862d9
treea373af783ba1d53329be9790a0f672f55cd961ec
parentf04611c711715064cd7a23d4dc51bc703a8dbeef
Rebase & Rename all rss to feeds

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
53 files changed:
app/Resources/static/themes/baggy/css/article.scss
app/Resources/static/themes/baggy/css/pictos.scss
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/Controller/FeedController.php [moved from src/Wallabag/CoreBundle/Controller/RssController.php with 79% similarity]
src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php
src/Wallabag/CoreBundle/Entity/Config.php
src/Wallabag/CoreBundle/Form/Type/FeedType.php [moved from src/Wallabag/CoreBundle/Form/Type/RssType.php with 77% similarity]
src/Wallabag/CoreBundle/Helper/PreparePagerForEntries.php
src/Wallabag/CoreBundle/ParamConverter/UsernameFeedTokenConverter.php [moved from src/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverter.php with 87% similarity]
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
src/Wallabag/CoreBundle/Resources/translations/validators.da.yml
src/Wallabag/CoreBundle/Resources/translations/validators.de.yml
src/Wallabag/CoreBundle/Resources/translations/validators.en.yml
src/Wallabag/CoreBundle/Resources/translations/validators.es.yml
src/Wallabag/CoreBundle/Resources/translations/validators.fa.yml
src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml
src/Wallabag/CoreBundle/Resources/translations/validators.it.yml
src/Wallabag/CoreBundle/Resources/translations/validators.oc.yml
src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml
src/Wallabag/CoreBundle/Resources/translations/validators.pt.yml
src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml
src/Wallabag/CoreBundle/Resources/translations/validators.tr.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_feed_link.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_rss_link.html.twig [deleted file]
src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/entries.xml.twig
src/Wallabag/CoreBundle/Resources/views/themes/common/Static/quickstart.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig
src/Wallabag/CoreBundle/Tools/Utils.php
src/Wallabag/UserBundle/EventListener/CreateConfigListener.php
src/Wallabag/UserBundle/Repository/UserRepository.php
src/Wallabag/UserBundle/Resources/config/services.yml
tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
tests/Wallabag/CoreBundle/Controller/FeedControllerTest.php [moved from tests/Wallabag/CoreBundle/Controller/RssControllerTest.php with 83% similarity]
tests/Wallabag/CoreBundle/Controller/SecurityControllerTest.php
tests/Wallabag/CoreBundle/ParamConverter/UsernameFeedTokenConverterTest.php [moved from tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php with 90% similarity]
tests/Wallabag/UserBundle/EventListener/CreateConfigListenerTest.php