Changeset 11279 for trunk/install


Ignore:
Timestamp:
Jun 9, 2011, 4:32:20 PM (13 years ago)
Author:
mistic100
Message:

feature:2317 move order config to Admin->Config->Options
first try, may has issues with very specials params

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r11183 r11279  
    5252INSERT INTO piwigo_config (param,value,comment) VALUES ('week_starts_on','monday','Monday may not be the first day of the week');
    5353INSERT 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');
     54INSERT INTO piwigo_config (param,value,comment) VALUES ('order_by',' ORDER BY date_available DESC, file ASC, id ASC','default photo order');
     55INSERT 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');
    5456INSERT INTO piwigo_config (param,value) VALUES ('upload_form_websize_resize','true');
    5557INSERT INTO piwigo_config (param,value) VALUES ('upload_form_websize_maxwidth','800');
Note: See TracChangeset for help on using the changeset viewer.