Trivial bug in new apihighlimit feature
[lhc/web/wiklou.git] / includes / api /
2007-11-30 Tim StarlingTrivial bug in new apihighlimit feature
2007-11-29 Victor Vasiliev* Add limit=max to API. It also adds limit info to...
2007-11-29 Roan KattouwAdding apihighlimits permission. Users with this permis...
2007-11-27 Roan KattouwAPI:
2007-11-27 Daniel CannonAPI: Another diff problem, var name mix-up.
2007-11-27 Daniel CannonAPI: difftoprev fails when 'rvprop=ids' is not specifie...
2007-11-27 Roan KattouwAPI: Adding diff generation to prop=revisions.
2007-11-27 Rotem LissMake API check for page restrictions in the old format...
2007-11-19 Roan KattouwRevert part of Brion's 27627: please don't throw away...
2007-11-19 Brion VibberRevert r27581, 27598, 27626
2007-11-19 Victor Vasiliev* Use ApiBase::dieDebug() to render maxlag error properly
2007-11-18 Victor Vasiliev* (bug 11206) api.php should honor maxlag
2007-11-18 Daniel CannonAPI: Provide details message on first failed log-in...
2007-11-18 Daniel CannonAPI: Up default wait-time on failed log-in to five...
2007-11-17 Victor VasilievAPI:
2007-11-16 Brion VibberFix regression from r26954 -- caused non-empty data...
2007-11-15 Brion VibberRevert r27151 -- allows session fixation attacks.
2007-11-03 Roan KattouwAPI: Getting a list of all user preferences is easy...
2007-11-03 Roan KattouwAPI:
2007-11-03 Roan KattouwAPI:
2007-10-30 Roan KattouwAPI: Also prevent double escaping when outputting an...
2007-10-30 Roan KattouwAPI: Please use <?php tags, as <? tags can be disabled...
2007-10-26 Daniel Cannon(bug 11588) API: Preserve document structure for empty...
2007-10-26 Daniel Cannon(bug 11562) API: Added a user_registration parameter...
2007-10-24 Daniel Cannon(bug 11721) API: Use a different title for results...
2007-10-20 Roan KattouwAPI: Fixing bug in iiprop=metadata handling:
2007-10-15 Roan KattouwAPI:
2007-10-12 Roan KattouwAPI: Add type filtering to list=recentchanges
2007-10-12 Daniel CannonAPI: Compatibility fix for 5.0.x. Define array_intersec...
2007-10-12 Daniel CannonAPI: Add a little docu so that we might be able to...
2007-10-11 Daniel Cannon(bug 11632) API: Breaking change: Specify the type...
2007-10-10 Nick Jenkinseol style + full stop tweak
2007-10-08 Roan Kattouw(bug 11569) API Login should return the cookie prefix
2007-10-08 Roan Kattouw* (bug 11173) Allow limited wikicode rendering via...
2007-10-06 Daniel CannonAPI: Include, if possible, svn rev in siteinfo query...
2007-10-05 Daniel CannonAPI: Ensure it checks *only* the fast limit or the...
2007-10-02 Roan Kattouw(bug 11534) rvendid doesn't work
2007-09-26 Daniel Cannon(bug 11404) API: Provide name of exception caught in...
2007-09-26 Daniel Cannon(bug 11218) Add 'allrev' parameter option to feedwatchl...
2007-09-25 Roan KattouwAPI: (bug 11405) Expand templates implementation in...
2007-09-19 Brion VibberTweak it up a little more -- also unescape the double...
2007-09-19 Brion VibberTweaks to r25923 for my own peace of mind:
2007-09-18 Daniel Cannon(bug 11296) Introduced special case pretty-printer...
2007-09-13 Brion VibberReverting r25082:
2007-09-12 Roan Kattouw(bug 11308) Allow the API to output the image metadata
2007-09-11 Daniel Cannon(API) Partial revert of r25742. Escaping all html speci...
2007-09-10 Brion Vibber* (bug 11158) Fix escaping in API HTML-formatted JSON
2007-09-10 Roan Kattouw*(bug 11275) Enable descending sort in API categorymembers
2007-09-06 Roan KattouwAPI: Really fixing bug 10898 this time
2007-09-04 Roan Kattouw(bug 10980) Add exclude redirects on backlinks
2007-09-04 Roan KattouwAdditional fix of bug 10890
2007-09-04 Brion VibberUse 'enc' variable naming convention for interpolated...
2007-09-03 Roan Kattouw* (bug 10890) API: Timestamp support for categorymember...
2007-09-03 Roan Kattouw(bug 10898) API does not return an edit token for non...
2007-09-03 Roan Kattouw* (bug 11115) API: Adding the SHA1 to the imageinfo...
2007-09-02 Tim StarlingFixed typo, fld_len -> fld_size
2007-08-31 Tim StarlingAllow API modules to be defined in extensions
2007-08-30 Brion VibberRevert r25297, r25298 for now.
2007-08-29 Paa Kwesi ImbeahAdding InstantCommons includes into ApiMain and AutoLoa...
2007-08-29 Paa Kwesi ImbeahAdding InstantCommons api into trunk
2007-08-28 Rob Church(bug 11094) Update API help for 'siteinfo' - based...
2007-08-27 Brion Vibber* (bug 11072) Fix regression in API image history query
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
2007-08-20 Nick JenkinsVariable $titleString seemed to be used before it was...
2007-08-20 Nick JenkinsVariable $user seemed to be used before it was defined...
2007-08-17 Rob Church* (bug 10971) `aufrom` parameter doesn't work with...
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...
next