Better variable and method naming
[lhc/web/wiklou.git] / includes / api /
2007-08-13 Rob ChurchBetter variable and method naming
2007-08-13 Rob Church* (bug 10902) Unable to fetch user contributions from...
2007-08-09 Yuri AstrakhanAPI: Added site statistics (siprop=statistics for meta...
2007-08-09 Yuri AstrakhanAPI: fixed bad login throttling bug (i hope)
2007-08-09 Yuri AstrakhanAPI:
2007-08-09 Yuri AstrakhanAPI: Added size property (rev_len)
2007-08-07 Yuri AstrakhanAPI: updated imageinfo output
2007-08-07 Yuri AstrakhanAPI: Now renders image size values as integers in json.
2007-08-01 Yuri AstrakhanAPI: Added various edit tokens to prop=info (except...
2007-08-01 Yuri AstrakhanPer Brion's suggestion, fixed blocker user detection...
2007-07-31 Yuri AstrakhanAPI: Added meta=userinfo module to get data about the...
2007-07-30 Yuri AstrakhanAPI:
2007-07-25 Yuri AstrakhanAPI: Fix for bug 10662 imageinfo is not cleared for...
2007-07-25 Nick JenkinsTweak to prevent strict standards warning: Only variabl...
2007-07-18 Rob Church(bug 10634) Fake out log_id until the column is live...
2007-07-18 Daniel Cannon(bug 10602) API: Add two protected accessors to ApiMain...
2007-07-15 Yuri AstrakhanAPI: an alternative "continue" value formatted as a...
2007-07-15 Yuri AstrakhanAPI: improved list=logevents - added leprop, decoded...
2007-07-15 Yuri AstrakhanAPI: Fixed Bug 10544 Add 'rc_id' column to 'recentchang...
2007-07-15 Yuri AstrakhanAPI: Removed maximum limit checking when running api...
2007-07-14 Yuri AstrakhanAPI: Big change: Removed all userCanRead() checks per...
2007-07-12 Yuri AstrakhanAPI: Per IRC discussion with brion and co, now API...
2007-07-10 Yuri AstrakhanAdded $wgShowHostnames to shows/hide host names in...
2007-07-09 Yuri AstrakhanAPI: fixed timestamp format for 'continue' values
2007-07-08 Yuri AstrakhanAPI: added wlprop=sizes to get article size before...
2007-07-08 Yuri AstrakhanAPI: updated help screen
2007-07-08 Yuri AstrakhanAPI: Added list=allusers to allow enumeration of the...
2007-07-08 Yuri AstrakhanAPI: forgot to remove debugging statement
2007-07-08 Yuri AstrakhanAPI:
2007-07-07 Yuri AstrakhanAPI: Added list=exturlusage - allows url searches withi...
2007-07-07 Yuri AstrakhanAPI: slightly better naming for db repl lag
2007-07-07 Yuri AstrakhanAPI: (bug 10211) Added db server replication lag inform...
2007-07-07 Yuri AstrakhanAPI: implemented prop=imageinfo, minor cleanup
2007-07-06 Yuri AstrakhanAPI: Fixed continuation bug in list=categorymembers...
2007-07-06 Yuri AstrakhanAPI: Backlink-style queries (backlinks, imageusage...
2007-07-06 Rob Church* Introduce wfScript() wrapper around script path gener...
2007-07-06 Yuri AstrakhanAPI: Documentation cleanup
2007-07-05 Daniel CannonDeleted trunk/phase3/includes/api/ApiRollback.php Mista...
2007-07-05 Roan KattouwAPI: Adding ucnamespace parameter to list=usercontribs
2007-07-02 Roan KattouwAPI: Fixing a bug that caused inprop=protection to...
2007-07-01 Yuri AstrakhanAPI: Reverted back to r23531 for the reasons listed...
2007-06-30 Roan KattouwRemoving a ')' that broke the entire API
2007-06-30 Roan KattouwAdding rvprop=lastid parameter to prop=revisions that...
2007-06-29 Yuri AstrakhanAPI: Minor cleanup
2007-06-29 Yuri AstrakhanAPI: Fixed site language code to use global instead...
2007-06-29 Roan KattouwMaking non-fm formats return help text when action...
2007-06-29 Roan KattouwReverting r23562: accidentally modified phase3 rather...
2007-06-29 Roan Kattouw* Separating UI code and DB code in Article::rollback()
2007-06-29 Roan KattouwAdding language in meta=siteinfo (API) (bug 10411)
2007-06-29 Aryeh GregorOops, one bogus one slipped through.
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-28 Rob Church(bug 10392) Include MediaWiki version details in versio...
2007-06-25 Yuri AstrakhanAPI: Fixed error codes encoding per bug 10308.
2007-06-18 Yuri AstrakhanAPI: enh 10260: Added page protection status query...
2007-06-17 Yuri AstrakhanAPI: Added filter by namespace to links & templates...
2007-06-17 Yuri AstrakhanAPI: Fixed regression bug 10274: generator=watchlist...
2007-06-16 Yuri AstrakhanAPI: Added categorymembers list ability.
2007-06-14 Yuri AstrakhanAPI bug 10096 InterWiki table retrieval through meta...
2007-06-14 Yuri AstrakhanAPI: fixed bug 10147 Silent normalization of interwiki...
2007-06-06 Yuri AstrakhanAPI: help message fix - bug 10148 generator and/or...
2007-06-03 Yuri AstrakhanAPI fixed bug 10112 generator=backlinks&prop=info broken
2007-06-03 Yuri AstrakhanAPI: fixed bug 10109 PostgreSQL API bug in ApiQueryWatc...
2007-06-02 Yuri AstrakhanAPI: Security update - deleted rev/rc/log entries are...
2007-05-28 Yuri AstrakhanAPI: fixed broken redirects feature
2007-05-28 Yuri AstrakhanAPI bug 10046: incorrect action produces invalid respon...
2007-05-27 Yuri AstrakhanAPI: Enabled API login throttling (with amidaniel's...
2007-05-23 Brion Vibberbug 8772: fix for previous patch -- function that takes...
2007-05-22 Yuri AstrakhanAPI: applied the patch by amidaniel to allow the same...
2007-05-21 Yuri AstrakhanAPI:
2007-05-21 Yuri AstrakhanAPI: added query parameter indexpageids to list the...
2007-05-21 Yuri AstrakhanAPI: recentchanges and usercontribs cleaned up to allow...
2007-05-21 Yuri AstrakhanAPI: breaking change: backlinks, embeddedin & imageusag...
2007-05-20 Yuri AstrakhanAPI: Improved usercontribs module.
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-20 Yuri AstrakhanAPI:
2007-05-20 Yuri AstrakhanAPI:
2007-05-19 Yuri AstrakhanAPI: fixed bug in categories: error when no valid title...
2007-05-19 Yuri AstrakhanAPI: fixed Bug 9969: SQL error when an improper title...
2007-05-19 Yuri Astrakhanupdated with the last api changes
2007-05-19 Yuri AstrakhanAPI:
2007-05-19 Yuri Astrakhan* API: Watchlist feed allows 'hours' parameter of how...
2007-05-19 Yuri AstrakhanAPI: minor code cleanup. Bug that exposed secure wiki...
2007-05-19 Yuri AstrakhanAPI: watchlist now reports a proper feed item when...
2007-05-19 Yuri AstrakhanAPI: fixed bug 9927: usercontribs query does not accept...
2007-05-19 Yuri AstrakhanAPI: resolved bug 8772: Parameter to limit results...
2007-05-19 Yuri AstrakhanAPI: fixed bug 9938: Querying by revids on api.php...
2007-05-18 Yuri AstrakhanAPI: disabled login module until it is more secure...
2007-05-15 Yuri Astrakhan* API: JSON format now allows callback parameter
2007-05-15 Yuri Astrakhan* API: Allow for query extensions
2007-05-15 Yuri Astrakhan* API: fixed watchlist db selection ('watchlist' db...
2007-05-14 Yuri Astrakhan* API: updated documentation link
2007-05-14 Yuri Astrakhan* API: added property for external links (urls) retrieval
2007-05-14 Yuri Astrakhan* API: added categories property
2007-05-14 Yuri Astrakhan* New properties: links, templates, images, langlinks
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-18 Nick JenkinsSome small doc tweaks to reduce Doxygen warnings, namely:
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
next