Changeset 12828


Ignore:
Timestamp:
Jan 2, 2012, 10:48:12 PM (12 years ago)
Author:
plg
Message:

feature 2541: if we want multisize to work "as expected" the old "websize" must not be a resize.

We'll have to manage this a better way, this commit is mainly for tests on 2.4.0beta1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r12008 r12828  
    5454INSERT INTO piwigo_config (param,value,comment) VALUES ('order_by','ORDER BY date_available DESC, file ASC, id ASC','default photo order');
    5555INSERT INTO piwigo_config (param,value,comment) VALUES ('order_by_inside_category','ORDER BY date_available DESC, file ASC, id ASC','default photo order inside category');
    56 INSERT INTO piwigo_config (param,value) VALUES ('upload_form_websize_resize','true');
     56INSERT INTO piwigo_config (param,value) VALUES ('upload_form_websize_resize','false');
    5757INSERT INTO piwigo_config (param,value) VALUES ('upload_form_websize_maxwidth','800');
    5858INSERT INTO piwigo_config (param,value) VALUES ('upload_form_websize_maxheight','600');
Note: See TracChangeset for help on using the changeset viewer.