Changeset 23675 for trunk/install


Ignore:
Timestamp:
Jun 30, 2013, 6:16:01 AM (11 years ago)
Author:
rvelices
Message:

bug 2931: photos sort order, "default" is meaningless (was not working with ascending order fields in admin)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r18330 r23675  
    5757INSERT INTO piwigo_config (param,value,comment) VALUES ('week_starts_on','monday','Monday may not be the first day of the week');
    5858INSERT 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');
    59 INSERT INTO piwigo_config (param,value,comment) VALUES ('order_by','ORDER BY date_available DESC, file ASC, id ASC','default photo order');
    60 INSERT 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');
     59INSERT INTO piwigo_config (param,value,comment) VALUES ('order_by','ORDER BY date_available DESC,file,id','default photo order');
     60INSERT INTO piwigo_config (param,value,comment) VALUES ('order_by_inside_category','ORDER BY date_available DESC,file,id','default photo order inside category');
    6161INSERT INTO piwigo_config (param,value) VALUES ('original_resize','false');
    6262INSERT INTO piwigo_config (param,value) VALUES ('original_resize_maxwidth','2016');
Note: See TracChangeset for help on using the changeset viewer.