aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public
Commit message (Collapse)AuthorAgeFilesLines
* store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-25/+25
|
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-281-0/+10
| | | | for is_starred and is_archived
* Add testsJeremy2015-03-311-12/+12
| | | | and fix few mistakes
* Cleanup & simplify themeJeremy2015-03-012-134/+0
|
* Add LiipThemeBundleJeremy2015-03-0125-0/+1928
Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))