Changeset 6410 for branches/2.1/install


Ignore:
Timestamp:
May 28, 2010, 9:55:03 PM (14 years ago)
Author:
rvelices
Message:
  • merged the linkroot integration with the existing gallery_url (unique $confgallery_url used for RSS, mail homepage root in the browse path)
  • added an option $confdebug_mail - if set all outgoing mails are saved into local_data_dir
Location:
branches/2.1/install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/install/config.sql

    r5741 r6410  
    1111INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users');
    1212INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_title','Piwigo demonstration site','Title at top of each page and for RSS feed');
    13 INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_url','http://piwigo.org/demo','URL given in RSS feed');
     13INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_url','','Optional alternate homepage for the gallery');
    1414INSERT INTO piwigo_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled');
    1515INSERT INTO piwigo_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors');
  • branches/2.1/install/upgrade_1.5.0.php

    r5215 r6410  
    319319$params = array(
    320320  'gallery_url' => array(
    321     'http://piwigo.org/demo',
    322     'URL given in RSS feed'
     321    '',
     322    'Optional alternate homepage for the gallery'
    323323    ),
    324324  'rate' => array(
Note: See TracChangeset for help on using the changeset viewer.