From 32da2a70ef278bd42f66eb82c3fbf1905a417b87 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 23 Feb 2015 22:55:06 +0100 Subject: Add LiipThemeBundle 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 :)) --- web/themes/solarized | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/themes/solarized') diff --git a/web/themes/solarized b/web/themes/solarized index c44d5cef..4cd35fd8 120000 --- a/web/themes/solarized +++ b/web/themes/solarized @@ -1 +1 @@ -../../src/Wallabag/CoreBundle/Resources/views/solarized/public \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/themes/solarized/public \ No newline at end of file -- cgit v1.2.3 From 71798e4ec428d03b1ce7116ae918a05a2d9b5044 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 28 Feb 2015 19:01:09 +0100 Subject: Remove old themes --- web/themes/solarized | 1 - 1 file changed, 1 deletion(-) delete mode 120000 web/themes/solarized (limited to 'web/themes/solarized') diff --git a/web/themes/solarized b/web/themes/solarized deleted file mode 120000 index 4cd35fd8..00000000 --- a/web/themes/solarized +++ /dev/null @@ -1 +0,0 @@ -../../src/Wallabag/CoreBundle/Resources/views/themes/solarized/public \ No newline at end of file -- cgit v1.2.3