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/_global | 2 +- web/themes/baggy | 2 +- web/themes/dark | 2 +- web/themes/default | 2 +- web/themes/dmagenta | 2 +- web/themes/solarized | 2 +- web/themes/solarized-dark | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'web/themes') diff --git a/web/themes/_global b/web/themes/_global index 56b6a955..e22d7846 120000 --- a/web/themes/_global +++ b/web/themes/_global @@ -1 +1 @@ -../../src/Wallabag/CoreBundle/Resources/views/_global/public \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/themes/_global/public/ \ No newline at end of file diff --git a/web/themes/baggy b/web/themes/baggy index c36c831a..77cce5ed 120000 --- a/web/themes/baggy +++ b/web/themes/baggy @@ -1 +1 @@ -../../src/Wallabag/CoreBundle/Resources/views/baggy/public \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/ \ No newline at end of file diff --git a/web/themes/dark b/web/themes/dark index fa4ed880..d0f303e8 120000 --- a/web/themes/dark +++ b/web/themes/dark @@ -1 +1 @@ -../../src/Wallabag/CoreBundle/Resources/views/dark/public \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/themes/dark/public \ No newline at end of file diff --git a/web/themes/default b/web/themes/default index ee26b90d..7404d328 120000 --- a/web/themes/default +++ b/web/themes/default @@ -1 +1 @@ -../../src/Wallabag/CoreBundle/Resources/views/default/public \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/themes/default/public \ No newline at end of file diff --git a/web/themes/dmagenta b/web/themes/dmagenta index bcd8ef75..65877a0e 120000 --- a/web/themes/dmagenta +++ b/web/themes/dmagenta @@ -1 +1 @@ -../../src/Wallabag/CoreBundle/Resources/views/dmagenta/public/ \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/themes/dmagenta/public/ \ No newline at end of file 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 diff --git a/web/themes/solarized-dark b/web/themes/solarized-dark index 0d548c41..06f67e2b 120000 --- a/web/themes/solarized-dark +++ b/web/themes/solarized-dark @@ -1 +1 @@ -../../src/Wallabag/CoreBundle/Resources/views/solarized-dark/public \ No newline at end of file +../../src/Wallabag/CoreBundle/Resources/views/themes/solarized-dark/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/dark | 1 - web/themes/default | 1 - web/themes/dmagenta | 1 - web/themes/solarized | 1 - web/themes/solarized-dark | 1 - 5 files changed, 5 deletions(-) delete mode 120000 web/themes/dark delete mode 120000 web/themes/default delete mode 120000 web/themes/dmagenta delete mode 120000 web/themes/solarized delete mode 120000 web/themes/solarized-dark (limited to 'web/themes') diff --git a/web/themes/dark b/web/themes/dark deleted file mode 120000 index d0f303e8..00000000 --- a/web/themes/dark +++ /dev/null @@ -1 +0,0 @@ -../../src/Wallabag/CoreBundle/Resources/views/themes/dark/public \ No newline at end of file diff --git a/web/themes/default b/web/themes/default deleted file mode 120000 index 7404d328..00000000 --- a/web/themes/default +++ /dev/null @@ -1 +0,0 @@ -../../src/Wallabag/CoreBundle/Resources/views/themes/default/public \ No newline at end of file diff --git a/web/themes/dmagenta b/web/themes/dmagenta deleted file mode 120000 index 65877a0e..00000000 --- a/web/themes/dmagenta +++ /dev/null @@ -1 +0,0 @@ -../../src/Wallabag/CoreBundle/Resources/views/themes/dmagenta/public/ \ No newline at end of file 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 diff --git a/web/themes/solarized-dark b/web/themes/solarized-dark deleted file mode 120000 index 06f67e2b..00000000 --- a/web/themes/solarized-dark +++ /dev/null @@ -1 +0,0 @@ -../../src/Wallabag/CoreBundle/Resources/views/themes/solarized-dark/public \ No newline at end of file -- cgit v1.2.3