Ignore:
Timestamp:
Jun 17, 2013, 5:42:09 PM (11 years ago)
Author:
mistic100
Message:

WORK IN PROGRESS: allow to download derivatives
TODO: only working with images files, finish download page

File:
1 edited

Legend:

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

    r23288 r23290  
    1717define('BATCH_DOWNLOAD_TSETS',   $prefixeTable . 'download_sets');
    1818define('BATCH_DOWNLOAD_TIMAGES', $prefixeTable . 'download_sets_images');
     19define('IMAGE_SIZES_TABLE',      $prefixeTable . 'image_sizes');
    1920define('BATCH_DOWNLOAD_LOCAL',   PHPWG_ROOT_PATH . $conf['data_location'] . 'download_archives/');
    2021define('BATCH_DOWNLOAD_ADMIN',   get_root_url() . 'admin.php?page=plugin-' . BATCH_DOWNLOAD_ID);
Note: See TracChangeset for help on using the changeset viewer.