Changeset 12865 for trunk/ws.php


Ignore:
Timestamp:
Jan 8, 2012, 8:25:52 PM (12 years ago)
Author:
rvelices
Message:

feature 2548 multisize - added a page to build missing derivatives

  • browser driven, chained ws calls to retrieve urls, visual feedback of progress through slideshow
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r12730 r12865  
    7070        'f_min_ratio' => array( 'default'=> null ),
    7171        'f_max_ratio' => array( 'default'=> null ),
    72         'f_with_thumbnail' => array( 'default'=> false ),
     72        'f_max_level' => array( 'default'=> null ),
    7373      ),
    7474      'Returns elements for the corresponding categories.
     
    8686      ),
    8787      'retrieves a list of categories (tree_output option only compatible with json/php output format' );
     88
     89  $service->addMethod('pwg.getMissingDerivatives', 'ws_getMissingDerivatives',
     90      array(
     91        'types' => array( 'default'=>array(), 'flags'=>WS_PARAM_FORCE_ARRAY),
     92        'max_urls' => array( 'default' => 200 ),
     93        'prev_page' => array( 'default'=> null),
     94        'f_min_rate' => array( 'default'=> null ),
     95        'f_max_rate' => array( 'default'=> null ),
     96        'f_min_hit' => array( 'default'=> null ),
     97        'f_max_hit' => array( 'default'=> null ),
     98        'f_min_date_available' => array( 'default'=> null ),
     99        'f_max_date_available' => array( 'default'=> null ),
     100        'f_min_date_created' => array( 'default'=> null ),
     101        'f_max_date_created' => array( 'default'=> null ),
     102        'f_min_ratio' => array( 'default'=> null ),
     103        'f_max_ratio' => array( 'default'=> null ),
     104        'f_max_level' => array( 'default'=> null ),
     105      ),
     106      'retrieves a list of derivatives to build' );
    88107
    89108  $service->addMethod('pwg.images.addComment', 'ws_images_addComment',
     
    130149        'f_min_ratio' => array( 'default'=> null ),
    131150        'f_max_ratio' => array( 'default'=> null ),
    132         'f_with_thumbnail' => array( 'default'=> false ),
     151        'f_max_level' => array( 'default'=> null ),
    133152      ),
    134153      'Returns elements for the corresponding query search.'
     
    193212        'f_min_ratio' => array( 'default'=> null ),
    194213        'f_max_ratio' => array( 'default'=> null ),
    195         'f_with_thumbnail' => array( 'default'=> false ),
     214        'f_max_level' => array( 'default'=> null ),
    196215      ),
    197216      'Returns elements for the corresponding tags. Note that tag_id, tag_url_name, tag_name an be arrays. Fill at least one of them. '
Note: See TracChangeset for help on using the changeset viewer.