https://bugzilla.wikimedia.org/show_bug.cgi?id=38182

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from [email protected] 2012-07-09 13:20:14 UTC ---
Delvis implementert i https://gerrit.wikimedia.org/r/#/c/14762/

General
* The config "apiUseKeys" will be set to true after review, it imply some
changes in the UI. The parameters "usekeys" or "nousekeys" can be used to
counter the effect of the config as necessary. Only one of them will be
available.
* The "gettoken" parameter was moved to the "\Wikibase\Api.php" base class, so
all modules will have access to it, and especially a token can be acquired
through wbgetitems.

getitems
* no further change

getitemid module
* Removed

setlanguageattribute
* Removed "item" parameter. Only wbsetitem can create an item.

deletelanguageattribute
* Removed

getsitelinks
* Removed

linksite
* Renamed to wbsetsitelink
* Removed "item" parameter. Only wbsetitem can create an item.
* Removed "link" parameter. All attempts to set a link will succeed.

setaliases
* Removed "item" parameter. Only wbsetitem can create an item.

setitem
* Removed "languages" parameter
* Remove "item" parameter. Works as approx as "add" (!) unless an item is
identified, then it sets individual props in the identified item. If necessary
extension of identified items can be turned off. (Not added yet)
* Updated description to clarify that for now the module can only be used for
creating new empty items (data={}), and that other use is "undocumented
behavior".
* Added validation of json data
(https://bugzilla.wikimedia.org/show_bug.cgi?id=36519,
https://bugzilla.wikimedia.org/show_bug.cgi?id=38234)

wblinktitles
* New module, not implemented in this patchset..

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to