Ignore:
Timestamp:
Jul 6, 2012, 4:40:28 PM (12 years ago)
Author:
mistic100
Message:
  • display creation date
  • improve set titles for Tags and Calendar
  • add Download history admin page

TODO : User Selection, localization, change archive name to more user-friendly one in the Force-Download

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/maintain.inc.php

    r16379 r16400  
    2828  `type` varchar(16) CHARACTER SET utf8 NOT NULL,
    2929  `type_id` varchar(64) CHARACTER SET utf8 NOT NULL,
    30   `nb_zip` smallint(2) NOT NULL DEFAULT 0,
    31   `last_zip` smallint(2) NOT NULL DEFAULT 0,
     30  `nb_zip` smallint(3) NOT NULL DEFAULT 0,
     31  `last_zip` smallint(3) NOT NULL DEFAULT 0,
    3232  `nb_images` mediumint(8) NOT NULL DEFAULT 0,
     33  `total_size` int(10) NOT NULL DEFAULT 0,
    3334  `status` enum("new","download","done") CHARACTER SET utf8 NOT NULL DEFAULT "new",
    3435  PRIMARY KEY (`id`)
Note: See TracChangeset for help on using the changeset viewer.