Changeset 9963
- Timestamp:
- Apr 1, 2011, 9:29:47 PM (14 years ago)
- Location:
- tags/2.2.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/2.2.0/include/config_default.inc.php
r8763 r9963 153 153 // show_version : shall the version of Piwigo be displayed at the 154 154 // bottom of each page ? 155 $conf['show_version'] = true;155 $conf['show_version'] = false; 156 156 157 157 // meta_ref to reference multiple sets of incorporated pages or elements … … 311 311 // This configuration parameter is set to true in BSF branch and to false 312 312 // elsewhere. 313 $conf['check_upgrade_feed'] = true;313 $conf['check_upgrade_feed'] = false; 314 314 315 315 // rate_items: available rates for a picture … … 446 446 447 447 // show_gt : display generation time at the bottom of each page 448 $conf['show_gt'] = true;448 $conf['show_gt'] = false; 449 449 450 450 // debug_l10n : display a warning message each time an unset language key is … … 459 459 460 460 // die_on_sql_error: if an SQL query fails, should everything stop? 461 $conf['die_on_sql_error'] = true;461 $conf['die_on_sql_error'] = false; 462 462 463 463 // if true, some language strings are replaced during template compilation -
tags/2.2.0/include/constants.php
r8728 r9963 23 23 24 24 // Default settings 25 define('PHPWG_VERSION', ' Colibri');25 define('PHPWG_VERSION', '2.2.0'); 26 26 define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); 27 27 define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia'); -
tags/2.2.0/tools/create_listing_file.php
r8728 r9963 28 28 // ****** Gallery configuration ****** // 29 29 // Script version 30 $conf['version'] = ' Colibri';30 $conf['version'] = '2.2.0'; 31 31 32 32 // URL of main gallery
Note: See TracChangeset
for help on using the changeset viewer.