Changeset 2195 for tags/release-1_7_1


Ignore:
Timestamp:
Jan 24, 2008, 10:00:34 PM (16 years ago)
Author:
mathiasm
Message:

New version 1.7.1 hard coded

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

Location:
tags/release-1_7_1/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/release-1_7_1/include/config_default.inc.php

    r2105 r2195  
    154154// show_version : shall the version of PhpWebGallery be displayed at the
    155155// bottom of each page ?
    156 $conf['show_version'] = true;
     156$conf['show_version'] = false;
    157157
    158158
     
    297297// This configuration parameter is set to true in BSF branch and to false
    298298// elsewhere.
    299 $conf['check_upgrade_feed'] = true;
     299$conf['check_upgrade_feed'] = false;
    300300
    301301// rate_items: available rates for a picture
     
    419419
    420420// show_gt : display generation time at the bottom of each page
    421 $conf['show_gt'] = true;
     421$conf['show_gt'] = false;
    422422
    423423// debug_l10n : display a warning message each time an unset language key is
     
    426426
    427427// die_on_sql_error: if an SQL query fails, should everything stop?
    428 $conf['die_on_sql_error'] = true;
     428$conf['die_on_sql_error'] = false;
    429429
    430430// +-----------------------------------------------------------------------+
  • tags/release-1_7_1/include/constants.php

    r1937 r2195  
    2626
    2727// Default settings
    28 define('PHPWG_VERSION', 'branch 1.7');
     28define('PHPWG_VERSION', '1.7.1');
    2929define('PHPWG_DOMAIN', 'phpwebgallery.net');
    3030define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN);
Note: See TracChangeset for help on using the changeset viewer.