aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1286 from wallabag/v2-issue-1283Danilow Alexandr2015-08-061-1/+12
|\ | | | | fix #1283: display the good title for each category
| * change order of conditionNicolas Lœuillet2015-08-051-3/+3
| |
| * fix #1283: display the good title for each categoryNicolas Lœuillet2015-08-051-1/+12
| |
* | Many corrections material themeAlexandr Danilov2015-08-0611-23/+353
|/
* Fixes and improve css @mediaAlexandr Danilov2015-08-048-71/+91
|
* 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 :))