Changeset 6350


Ignore:
Timestamp:
May 25, 2010, 12:28:09 AM (14 years ago)
Author:
plg
Message:

New version 2.1.1 hard coded.

Stable release required modifications: don't show version and generation time in
footer, don't check the upgrade feed, don't die on sql errors.

Location:
tags/2.1.1
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/2.1.1/include/config_default.inc.php

    r6052 r6350  
    157157// show_version : shall the version of Piwigo be displayed at the
    158158// bottom of each page ?
    159 $conf['show_version'] = true;
     159$conf['show_version'] = false;
    160160
    161161// meta_ref to reference multiple sets of incorporated pages or elements
     
    315315// This configuration parameter is set to true in BSF branch and to false
    316316// elsewhere.
    317 $conf['check_upgrade_feed'] = true;
     317$conf['check_upgrade_feed'] = false;
    318318
    319319// rate_items: available rates for a picture
     
    456456
    457457// show_gt : display generation time at the bottom of each page
    458 $conf['show_gt'] = true;
     458$conf['show_gt'] = false;
    459459
    460460// debug_l10n : display a warning message each time an unset language key is
     
    466466
    467467// die_on_sql_error: if an SQL query fails, should everything stop?
    468 $conf['die_on_sql_error'] = true;
     468$conf['die_on_sql_error'] = false;
    469469
    470470// if true, some language strings are replaced during template compilation
  • tags/2.1.1/include/constants.php

    r5782 r6350  
    2323
    2424// Default settings
    25 define('PHPWG_VERSION', 'Colibri');
     25define('PHPWG_VERSION', '2.1.1');
    2626define('PHPWG_DEFAULT_LANGUAGE', 'en_UK');
    2727define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia');
  • tags/2.1.1/tools/create_listing_file.php

    r5196 r6350  
    2828// ****** Gallery configuration ****** //
    2929// Script version
    30 $conf['version'] = 'Colibri';
     30$conf['version'] = '2.1.1';
    3131
    3232// URL of main gallery
Note: See TracChangeset for help on using the changeset viewer.