aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2009-02-12 23:20:40 +0000
committerplegall <plg@piwigo.org>2009-02-12 23:20:40 +0000
commit51fe601ee9b9dda48bd0ca91fd78ab15586181ec (patch)
treef160800bdf2e46e9fda666e80a878a351d2b5976 /install
parent612c9906fbfcec66ba0e2690de1785488c186150 (diff)
merge r3132 from branch 2.0 to trunk
modification: phpwebgallery.net moves to piwigo.org modification: doc/README_*.txt much simpler with link to piwigo.org for installation and upgrade guides. modification: latest_version has changed its path on the website to download directory. deletion: doc/ChangeLog was useless and outdated. git-svn-id: http://piwigo.org/svn/trunk@3133 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install')
-rw-r--r--install/config.sql2
-rw-r--r--install/upgrade_1.5.0.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/install/config.sql b/install/config.sql
index 8b7a622f5..6e086d59c 100644
--- a/install/config.sql
+++ b/install/config.sql
@@ -6,7 +6,7 @@ INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_validation','f
INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_forall','false','even guest not registered can post comments');
INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users');
INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_title','Piwigo demonstration site','Title at top of each page and for RSS feed');
-INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_url','http://demo.piwigo.net','URL given in RSS feed');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_url','http://piwigo.org/demo','URL given in RSS feed');
INSERT INTO piwigo_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled');
INSERT INTO piwigo_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors');
INSERT INTO piwigo_config (param,value,comment) VALUES ('page_banner','<h1>Piwigo demonstration site</h1><p>My photos web site</p>','html displayed on the top each page of your gallery');
diff --git a/install/upgrade_1.5.0.php b/install/upgrade_1.5.0.php
index d0d56653e..0d638d1e5 100644
--- a/install/upgrade_1.5.0.php
+++ b/install/upgrade_1.5.0.php
@@ -318,7 +318,7 @@ foreach ($queries as $query)
//
$params = array(
'gallery_url' => array(
- 'http://demo.phpwebgallery.net',
+ 'http://piwigo.org/demo',
'URL given in RSS feed'
),
'rate' => array(