Standardize on *_Api::listUids() method name for api methods that, well, return Uids.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 26 Sep 2010 14:54:36 +0000 (10:54 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 26 Sep 2010 15:07:31 +0000 (11:07 -0400)
commit77e901ff8b7f1689c8336e2d5fa6d938cede86d6
treecdccdf6dd96beaa52ef384245804b5ee17105de2
parente0da9f53f2af6c5b6c30ffca75b4b9939655d138
Standardize on *_Api::listUids() method name for api methods that, well, return Uids.

Kronolith_Api::listUids() functionality changed slightly with this commit - it now
no longer returns events that represent exceptions, and only includes recurring events
once within the requested time period. It looks like the syncml code was the only code
currently calling this method, so there should be no issues with this change.

For the other apps, this only represents a method name change.

Bug: 9253
framework/SyncML/SyncML/Backend/Horde.php
kronolith/lib/Api.php
mnemo/lib/Api.php
nag/lib/Api.php
turba/lib/Api.php