Changeset 10653 for trunk/install


Ignore:
Timestamp:
Apr 28, 2011, 7:16:45 PM (13 years ago)
Author:
patdenice
Message:

Insert upload form parameters in database during installation.
Remove prepare_upload_configuration function.

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r10511 r10653  
    5151INSERT INTO piwigo_config (param,value,comment) VALUES ('week_starts_on','monday','Monday may not be the first day of the week');
    5252INSERT INTO piwigo_config (param,value,comment) VALUES ('updates_ignored','a:3:{s:7:"plugins";a:0:{}s:6:"themes";a:0:{}s:9:"languages";a:0:{}}','Extensions ignored for update');
     53INSERT INTO piwigo_config (param,value) VALUES ('websize_resize','true');
     54INSERT INTO piwigo_config (param,value) VALUES ('websize_maxwidth','800');
     55INSERT INTO piwigo_config (param,value) VALUES ('websize_maxheight','600');
     56INSERT INTO piwigo_config (param,value) VALUES ('websize_quality','95');
     57INSERT INTO piwigo_config (param,value) VALUES ('thumb_maxwidth','128');
     58INSERT INTO piwigo_config (param,value) VALUES ('thumb_maxheight','96');
     59INSERT INTO piwigo_config (param,value) VALUES ('thumb_quality','95');
     60INSERT INTO piwigo_config (param,value) VALUES ('thumb_crop','false');
     61INSERT INTO piwigo_config (param,value) VALUES ('thumb_follow_orientation','true');
     62INSERT INTO piwigo_config (param,value) VALUES ('hd_keep','true');
     63INSERT INTO piwigo_config (param,value) VALUES ('hd_resize','false');
     64INSERT INTO piwigo_config (param,value) VALUES ('hd_maxwidth','2000');
     65INSERT INTO piwigo_config (param,value) VALUES ('hd_maxheight','2000');
     66INSERT INTO piwigo_config (param,value) VALUES ('hd_quality','95');
Note: See TracChangeset for help on using the changeset viewer.