Changeset 9118


Ignore:
Timestamp:
Feb 8, 2011, 3:09:49 PM (13 years ago)
Author:
plg
Message:

release number 2.2.0RC2 hard coded + turn off show_gt and check_uprgade_feed

Location:
tags/2.2.0RC2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/2.2.0RC2/include/config_default.inc.php

    r8763 r9118  
    153153// show_version : shall the version of Piwigo be displayed at the
    154154// bottom of each page ?
    155 $conf['show_version'] = true;
     155$conf['show_version'] = false;
    156156
    157157// meta_ref to reference multiple sets of incorporated pages or elements
     
    311311// This configuration parameter is set to true in BSF branch and to false
    312312// elsewhere.
    313 $conf['check_upgrade_feed'] = true;
     313$conf['check_upgrade_feed'] = false;
    314314
    315315// rate_items: available rates for a picture
  • tags/2.2.0RC2/include/constants.php

    r8728 r9118  
    2323
    2424// Default settings
    25 define('PHPWG_VERSION', 'Colibri');
     25define('PHPWG_VERSION', '2.2.0RC2');
    2626define('PHPWG_DEFAULT_LANGUAGE', 'en_UK');
    2727define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia');
  • tags/2.2.0RC2/tools/create_listing_file.php

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