Changeset 2517 for trunk/install


Ignore:
Timestamp:
Sep 11, 2008, 11:40:00 PM (16 years ago)
Author:
plg
Message:

feature 169 added: ability to manually sort images inside a category. A
dedicated screen let the administrator sort the images (pur HTML, no
JavaScript yet). The "rank" sort order is available only for a category
without flat mode. New database column image_category.rank.

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/piwigo_structure.sql

    r2448 r2517  
    151151  `image_id` mediumint(8) unsigned NOT NULL default '0',
    152152  `category_id` smallint(5) unsigned NOT NULL default '0',
     153  `rank` mediumint(8) unsigned default NULL,
    153154  PRIMARY KEY  (`image_id`,`category_id`),
    154155  KEY `image_category_i1` (`category_id`)
Note: See TracChangeset for help on using the changeset viewer.