Changeset 10538 for trunk/ws.php


Ignore:
Timestamp:
Apr 21, 2011, 5:12:38 PM (13 years ago)
Author:
patdenice
Message:

feature:2271
Add pwg.extensions.checkUpdates method to webservices.
Add a warning message on intro page if update is availble for piwigo or extensions.
Add an "Ignore All" button on extensions update page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r10511 r10538  
    446446<br>If reset parameter is true, all ignored extensions will be reinitilized.'
    447447  );
     448
     449  $service->addMethod(
     450    'pwg.extensions.checkUpdates',
     451    'ws_extensions_checkupdates',
     452    array(),
     453    'Check if piwigo or extensions are up to date.'
     454  );
    448455}
    449456
Note: See TracChangeset for help on using the changeset viewer.