aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes
Commit message (Collapse)AuthorAgeFilesLines
* Added Material themeAlexandr Danilov2015-08-0455-0/+16830
|
* 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-0111-338/+17
|
* Remove old themesJeremy2015-03-01159-2668/+0
|
* Add LiipThemeBundleJeremy2015-03-01219-0/+8739
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 :))