aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-1/+1
|
* CSJeremy Benoist2015-11-071-2/+2
| | | | Also force SYMFONY_DEPRECATIONS_HELPER for travis
* Fix security.context deprecationJeremy Benoist2015-11-071-6/+6
|
* fix bug on detect active themeNicolas LÅ“uillet2015-10-061-1/+7
|
* remove old implementation for login/register/recoverNicolas LÅ“uillet2015-10-031-1/+1
|
* Only one pattern for LiipThemeJeremy2015-03-011-1/+0
| | | | Others patterns aren't required (but I think it's still important to have them around)
* Cleanup & simplify themeJeremy2015-03-011-6/+19
|
* Add LiipThemeBundleJeremy2015-03-011-0/+47
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 :))