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


git-svn-id: http://piwigo.org/svn/branches/2.6@26838 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2014-01-17 22:20:56 +00:00
parent a02af472bc
commit a5e853c618
5 changed files with 128 additions and 54 deletions
+1
View File
@@ -307,6 +307,7 @@ function ws_addDefaultMethods( $arr )
array(
'user_id' => array('type'=>WS_TYPE_ID),
'anonymous_id' => array('default'=>null),
'image_id' => array('flags'=>WS_PARAM_OPTIONAL, 'type'=>WS_TYPE_ID),
),
'Deletes all rates for a user.',
$ws_functions_root . 'pwg.php',