Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2012-10-06 06:37:18 +0400
committerrobocoder <anthon.pang@gmail.com>2012-10-06 06:37:18 +0400
commitcb9c152110a23a695ba2f78122a0fb0dc2c8f3d5 (patch)
treeddb03643fa06210e070ac056e997b4b5b02da39b /misc/package
parent3d2123d12cbb38c384a264c370721b49f9493a7f (diff)
refs #3357 - update parameters.xml per WAG feedback
git-svn-id: http://dev.piwik.org/svn/trunk@7107 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'misc/package')
-rw-r--r--misc/package/WebAppGallery/parameters.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/misc/package/WebAppGallery/parameters.xml b/misc/package/WebAppGallery/parameters.xml
index 808f3af0f0..692cd832b7 100644
--- a/misc/package/WebAppGallery/parameters.xml
+++ b/misc/package/WebAppGallery/parameters.xml
@@ -40,15 +40,15 @@
<parameter
name="Automatic Database Server PHP File"
defaultValue="host = &quot;{DbServer}&quot;"
- tags="Hidden, MySQL">
+ tags="Hidden,MySQL">
<parameterEntry
type="TextFile"
scope="config\\config.ini.php"
- match="host\s*=\s*[^\r\n]*"
+ match="host\s*=\s*&quot;([^&quot;]*)&quot;"
/>
</parameter>
-
- <!-- Database name -->
+
+ <!-- Database name -->
<parameter
name="DbName"
description="Database Name may be a combination of lower case letters, numerals and/or underscore (_), but must start with a letter."
@@ -67,11 +67,11 @@
<parameter
name="Automatic Database Name PHP File"
defaultValue="dbname = &quot;{DbName}&quot;"
- tags="Hidden, MySQL">
+ tags="Hidden,MySQL">
<parameterEntry
type="TextFile"
scope="config\\config.ini.php"
- match="dbname\s*=\s*[^\r\n]*"
+ match="dbname\s*=\s*&quot;([^&quot;]*)&quot;"
/>
</parameter>
@@ -98,7 +98,7 @@
<parameterEntry
type="TextFile"
scope="config\\config.ini.php"
- match="username\s*=\s*[^\r\n]*"
+ match="username\s*=\s*&quot;([^&quot;]*)&quot;"
/>
</parameter>
@@ -120,11 +120,11 @@
<parameter
name="Automatic Database Password PHP File"
defaultValue="password = &quot;{DbPassword}&quot;"
- tags="Hidden, MySQL">
+ tags="Hidden,MySQL">
<parameterEntry
type="TextFile"
scope="config\\config.ini.php"
- match="password\s*=(.{6,20})&quot;"
+ match="password\s*=\s*&quot;([^&quot;]{6,20})&quot;"
/>
</parameter>
@@ -160,7 +160,7 @@
<parameter
name="Automatic Database adapter"
defaultValue="adapter = &quot;PDO_MYSQL&quot;"
- tags="Hidden, MySQL">
+ tags="Hidden,MySQL,NoStore">
<parameterEntry
type="TextFile"
scope="config\\config.ini.php"