Changeset 26838 for branches/2.6/ws.php


Ignore:
Timestamp:
Jan 17, 2014, 11:20:56 PM (10 years ago)
Author:
rvelices
Message:

merge -r26837 from trunk to branch 2.6
admin rating improvements

  • use web service for deletion
  • use datatables for rating by user
  • use fontello icons
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/ws.php

    r26461 r26838  
    308308        'user_id' =>      array('type'=>WS_TYPE_ID),
    309309        'anonymous_id' => array('default'=>null),
     310        'image_id' =>     array('flags'=>WS_PARAM_OPTIONAL, 'type'=>WS_TYPE_ID),
    310311        ),
    311312      'Deletes all rates for a user.',
Note: See TracChangeset for help on using the changeset viewer.