Changeset 3133 for trunk/include


Ignore:
Timestamp:
Feb 13, 2009, 12:20:40 AM (15 years ago)
Author:
plg
Message:

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.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r3095 r3133  
    166166//  $conf['links'] = array(
    167167//    'http://piwigo.org' => 'PWG website',
    168 //    'http://forum.phpwebgallery.net' => 'PWG forum',
    169 //    'http://phpwebgallery.net/doc' => 'PWG wiki'
     168//    'http://piwigo.org/forum' => 'PWG forum',
    170169//    );
    171170//
     
    175174//  $conf['links'] = array(
    176175//    'http://piwigo.org' => array('label' => 'PWG website', 'new_window' => false, 'eval_visible' => 'return true;'),
    177 //    'http://forum.phpwebgallery.net' => array('label' => 'For ADMIN', 'new_window' => true, 'eval_visible' => 'return is_admin();'),
    178 //    'http://phpwebgallery.net/doc' => array('label' => 'For Guest', 'new_window' => true, 'eval_visible' => 'return is_a_guest();'),
    179 //    'http://download.gna.org/phpwebgallery/' =>
     176//    'http://piwigo.org/forum' => array('label' => 'For ADMIN', 'new_window' => true, 'eval_visible' => 'return is_admin();'),
     177//    'http://piwigo.org/ext' => array('label' => 'For Guest', 'new_window' => true, 'eval_visible' => 'return is_a_guest();'),
     178//    'http://piwigo.org/downloads' =>
    180179//      array('label' => 'PopUp', 'new_window' => true,
    181180//      'nw_name' => 'PopUp', 'nw_features' => 'width=800,height=450,location=no,status=no,toolbar=no,scrollbars=no,menubar=no'),
  • trunk/include/constants.php

    r3049 r3133  
    2424// Default settings
    2525define('PHPWG_VERSION', 'Colibri');
    26 define('PHPWG_DOMAIN', 'phpwebgallery.net');
    27 define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN);
    28 define('PEM_URL', 'http://' . PHPWG_DOMAIN . '/ext_new'); /* need to be changed on final release */
     26define('PHPWG_DOMAIN', 'piwigo.org');
     27define('PHPWG_URL', 'http://'.PHPWG_DOMAIN);
     28define('PEM_URL', 'http://'.PHPWG_DOMAIN.'/ext');
    2929define('PHPWG_DEFAULT_LANGUAGE', 'en_UK');
    3030define('PHPWG_DEFAULT_TEMPLATE', 'yoga/Sylvia');
Note: See TracChangeset for help on using the changeset viewer.