Changeset 12906 for trunk/ws.php


Ignore:
Timestamp:
Jan 17, 2012, 1:11:14 AM (12 years ago)
Author:
plg
Message:

feature 2548 (multiple sizes): adapt the web API method pwg.images.add (used
by pLoader, Digikam, Lightroom, iPhoto), pwg.images.checkFiles (pLoader only).

The "resize" parameter was removed for pwg.images.add since this behavior
becomes the default behavior in Piwigo 2.4.

Just like pwg.images.addSimple, pwg.images.add now uses the add_uploaded_file
function (next step is to merge pwg.images.add and pwg.images.addSimple)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r12865 r12906  
    260260        'maxValue' => $conf['available_permission_levels']
    261261        ),
    262       'resize' => array('default' => false),
    263262      'check_uniqueness' => array('default' => true),
    264263      ),
Note: See TracChangeset for help on using the changeset viewer.