aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/tests
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-01-20 20:00:12 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-01-31 14:37:19 +0100
commit26975877d76a99f6a3153d3d3b4fc6c9f32687bc (patch)
tree591044fe0abb5cd1213ea53cc89ee4b7ef892c93 /app/config/tests
parentbc78968764c741019a6b866ad434678cdbecbba4 (diff)
downloadwallabag-26975877d76a99f6a3153d3d3b4fc6c9f32687bc.tar.gz
wallabag-26975877d76a99f6a3153d3d3b4fc6c9f32687bc.tar.zst
wallabag-26975877d76a99f6a3153d3d3b4fc6c9f32687bc.zip
Always include warning message
We'll remove it later, on the stable release
Diffstat (limited to 'app/config/tests')
-rw-r--r--app/config/tests/parameters.yml.dist.mysql4
-rw-r--r--app/config/tests/parameters.yml.dist.pgsql4
-rw-r--r--app/config/tests/parameters.yml.dist.sqlite4
3 files changed, 0 insertions, 12 deletions
diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql
index e0e92760..073f6c27 100644
--- a/app/config/tests/parameters.yml.dist.mysql
+++ b/app/config/tests/parameters.yml.dist.mysql
@@ -32,10 +32,6 @@ parameters:
32 twofactor_auth: true 32 twofactor_auth: true
33 twofactor_sender: no-reply@wallabag.org 33 twofactor_sender: no-reply@wallabag.org
34 34
35 # message to display at the bottom of the page
36 warning_message: >
37 You're trying wallabag v2, which is in alpha version. If you find a bug, please have a look to <a href="https://github.com/wallabag/wallabag/issues">our issues list</a> and <a href="https://github.com/wallabag/wallabag/issues/new">open a new if necessary</a>
38
39 download_pictures: false # if true, pictures will be stored into data/assets for each article 35 download_pictures: false # if true, pictures will be stored into data/assets for each article
40 36
41 # Entry view 37 # Entry view
diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql
index e6e7636c..24a1818a 100644
--- a/app/config/tests/parameters.yml.dist.pgsql
+++ b/app/config/tests/parameters.yml.dist.pgsql
@@ -32,10 +32,6 @@ parameters:
32 twofactor_auth: true 32 twofactor_auth: true
33 twofactor_sender: no-reply@wallabag.org 33 twofactor_sender: no-reply@wallabag.org
34 34
35 # message to display at the bottom of the page
36 warning_message: >
37 You're trying wallabag v2, which is in alpha version. If you find a bug, please have a look to <a href="https://github.com/wallabag/wallabag/issues">our issues list</a> and <a href="https://github.com/wallabag/wallabag/issues/new">open a new if necessary</a>
38
39 download_pictures: false # if true, pictures will be stored into data/assets for each article 35 download_pictures: false # if true, pictures will be stored into data/assets for each article
40 36
41 # Entry view 37 # Entry view
diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite
index c47392a3..c739f89b 100644
--- a/app/config/tests/parameters.yml.dist.sqlite
+++ b/app/config/tests/parameters.yml.dist.sqlite
@@ -32,10 +32,6 @@ parameters:
32 twofactor_auth: true 32 twofactor_auth: true
33 twofactor_sender: no-reply@wallabag.org 33 twofactor_sender: no-reply@wallabag.org
34 34
35 # message to display at the bottom of the page
36 warning_message: >
37 You're trying wallabag v2, which is in alpha version. If you find a bug, please have a look to <a href="https://github.com/wallabag/wallabag/issues">our issues list</a> and <a href="https://github.com/wallabag/wallabag/issues/new">open a new if necessary</a>
38
39 download_pictures: false # if true, pictures will be stored into data/assets for each article 35 download_pictures: false # if true, pictures will be stored into data/assets for each article
40 36
41 # Entry view 37 # Entry view