Changeset 672 for trunk/install


Ignore:
Timestamp:
Jan 6, 2005, 11:16:21 PM (20 years ago)
Author:
plg
Message:
  • upgrade scripts added for releases 1.3.x
  • my_error function moved from admin/include/functions.php to include/functions.inc.php
  • because MySQL temporary tables are not always authorized on creation, use a temporary table name (with the current microsecond) on a non temporary table (in mass_updates function)
  • ability to retrieve distant full directories (usefull in upgrade scripts)
  • global variables $count_queries and $queries_time moved into global array $page
  • get_cat_display_name displays category names in correct order : the one given by uppercats
  • function setup_style simplified
  • default value for configuration parameter "show_nb_comments" set to false (less queries by default)
Location:
trunk/install
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r653 r672  
    2121INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('recent_period','7','Period within which pictures are displayed as new (in days)');
    2222INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('auto_expand','false','Auto expand of the category tree');
    23 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_nb_comments','true','Show the number of comments under the thumbnails');
     23INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_nb_comments','false','Show the number of comments under the thumbnails');
    2424INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('use_iptc','false','Use IPTC data during database synchronization with files metadata');
    2525INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('use_exif','true','Use EXIF data during database synchronization with files metadata');
Note: See TracChangeset for help on using the changeset viewer.