Changeset 11155 for trunk/ws.php


Ignore:
Timestamp:
May 31, 2011, 10:25:40 PM (13 years ago)
Author:
plg
Message:

merge r11152 from branch 2.2 to trunk

feature 1622 added: pwg.categories.getList is now able to return a tree with
the new "tree_output" option. Only compatible with json/php output formats.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r10686 r11155  
    8282        'recursive' => array('default'=>false),
    8383        'public' => array('default'=>false),
    84       ),
    85       'retrieves a list of categories' );
     84        'tree_output' => array('default'=>false),
     85      ),
     86      'retrieves a list of categories (tree_output option only compatible with json/php output format' );
    8687
    8788  $service->addMethod('pwg.images.addComment', 'ws_images_addComment',
Note: See TracChangeset for help on using the changeset viewer.