aboutsummaryrefslogtreecommitdiffhomepage
path: root/web
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-02-23 22:55:06 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-03-01 10:49:16 +0100
commit32da2a70ef278bd42f66eb82c3fbf1905a417b87 (patch)
tree587ef3bae1f4881047eb1ceb0c005e7a8287bb71 /web
parentfca3c757233940cbe4c431e3e05fe74893225fe0 (diff)
downloadwallabag-32da2a70ef278bd42f66eb82c3fbf1905a417b87.tar.gz
wallabag-32da2a70ef278bd42f66eb82c3fbf1905a417b87.tar.zst
wallabag-32da2a70ef278bd42f66eb82c3fbf1905a417b87.zip
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 :))
Diffstat (limited to 'web')
l---------web/themes/_global2
l---------web/themes/baggy2
l---------web/themes/dark2
l---------web/themes/default2
l---------web/themes/dmagenta2
l---------web/themes/solarized2
l---------web/themes/solarized-dark2
7 files changed, 7 insertions, 7 deletions
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