* Respect feed limits
[lhc/web/wiklou.git] / includes / api /
2008-05-16 Aaron Schulz* Respect feed limits
2008-05-16 Bryan Tong MinhThrow an error if the local repository is not a LocalRe...
2008-05-15 Bryan Tong MinhAs per mailing list: $wgOut->redirect auto expands...
2008-05-15 Bryan Tong MinhForce output of a full URL in Special:Filepath and...
2008-05-15 Brion VibberRevert r34877 -- duplicates wfExpandUrl()
2008-05-15 Bryan Tong MinhForce output of a full URL in Special:Filepath and...
2008-05-13 Aaron Schulzlog_id here too
2008-05-13 Aaron Schulz* Totally redo index use.
2008-05-13 Brion VibberDisable logevents until it works...
2008-05-13 Aaron SchulzUse 'api' querygroup
2008-05-13 Aaron SchulzE_STRICT
2008-05-13 Aaron SchulzActually, page not always selected. Add this only when...
2008-05-13 Aaron SchulzActually specify page_id=rev_page to avoid cartesian...
2008-05-13 Roan KattouwOops
2008-05-13 Roan KattouwActually this *should* be a LEFT JOIN, or we'll be...
2008-05-13 Roan KattouwForce the pl_from/tl_from index here, as there are...
2008-05-13 Roan Kattouw$token is a parameter, so it's set by extractRequestPar...
2008-05-13 Bryan Tong MinhApiQueryRevisions now uses the Revision backend. This...
2008-05-13 Roan Kattouw(bug 14012) prop=templates filesorts under some conditions
2008-05-13 Roan KattouwMaking INNER JOIN implicit
2008-05-13 Bryan Tong Minh(bug 13829) Expose parse tree via action=expandtemplates
2008-05-13 Aaron SchulzINNER JOIN
2008-05-10 Roan Kattouw* Re-applying r34449, r34500 and r34518 which Brion...
2008-05-10 Roan KattouwRe-applying r34440 (documenting ApiQueryBase)
2008-05-09 Brion VibberRevert to r34430 in order to revert r34431 which is...
2008-05-09 Roan Kattouw(bug 14021) Removing titles= support from list=backlink...
2008-05-09 Roan Kattouw(bug 14022) Added usprop=registration and auprop=blockinfo
2008-05-09 Roan Kattouw(bug 14028) Added language attribute to interwiki map...
2008-05-08 Roan KattouwDocumenting some API stuff
2008-05-08 Roan KattouwAPI:
2008-05-08 Roan KattouwReverting r34388, DanTMan fixed Database::select()...
2008-05-07 Roan Kattouw(bug 14013) Added rcshow=patrolled to list=recentchanges
2008-05-07 Roan Kattouw(bug 14018) Added alcontinue parameter to list=alllinks...
2008-05-07 Roan KattouwFixing regression from r34353: using Database::select...
2008-05-07 Roan KattouwAPI:
2008-05-06 Victor Vasiliev* (bug 13965) Hardcoded 51 limit on titles is too limiting
2008-05-05 Bryan Tong MinhAPI: Expose cascading protection via inprop=protection...
2008-05-04 Bryan Tong MinhAvoid code duplication
2008-05-04 Bryan Tong Minh(bug 13945) API: Retrieve cascading protection sources...
2008-05-03 Aaron SchulzPut some upper limit here
2008-04-29 Roan KattouwAPI:
2008-04-26 Roan Kattouw(bug 13735) Added prop=categoryinfo module
2008-04-26 Roan KattouwAPI: Make ApiResult::setIndexedTagName_recursive()...
2008-04-26 Roan KattouwAPI: Fixed handling of usernames containing spaces...
2008-04-22 Roan KattouwE_NOTICE
2008-04-22 Roan Kattouw(bug 13819) API: exturlusage paging skipped an item
2008-04-19 Bryan Tong Minh(bug 13792) Broken titles are now silently skipped...
2008-04-17 Brion Vibber* (bug 13768) pt_title field encoding fixed
2008-04-17 Roan Kattouw(bug 13768) Handling case-insensitivity of pt_title...
2008-04-15 Robert StojnićAjax suggestions:
2008-04-14 Roan KattouwAPI: action=login now returns the correct waiting time...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-13 Bryan Tong Minh(bug 13718) Return the proper continue parameter for...
2008-04-13 Aaron SchulzDisallow shitty filesort query
2008-04-11 Roan KattouwCommitting patch for bug 10931, which also fixes bug...
2008-04-10 Brion VibberRevert 33072 for now -- changes to ucuserprefix use
2008-04-10 Roan KattouwAPI: Enhancing ucuserprefix performance
2008-04-10 Roan Kattouw(bug 13544) Added oldid parameter to action=parse to...
2008-04-09 Brion VibberKill a bunch of '=&' references for LinkCache, ParserCa...
2008-04-08 Alexandre EmsenhuberDon't use $wgDBservers to get server ip, it isn't set...
2008-04-07 Roan KattouwOops, let's use a RIGHT JOIN here rather than an INNER...
2008-04-07 Roan Kattouw(bug 13618) Added rcprop=redirect and rcshow=redirect...
2008-04-05 Bryan Tong Minh(bug 11673) Return error 'unknown_action' in specified...
2008-04-05 Bryan Tong Minh(bug 12136) Extend allowed characters in JSON callback...
2008-04-05 Bryan Tong Minh(bug 11633) Explicitly convert redirect titles to strin...
2008-04-04 Roan KattouwOops, a backtick snuck in
2008-04-04 Roan KattouwActually, let's have that commit() call there anyway...
2008-04-04 Bryan Tong MinhRevert ApiQueryExtLinksUsage.php back to r32772: Forgot...
2008-04-04 Bryan Tong Minh(bug 13606) Added archivename to iiprop
2008-04-04 Roan KattouwAPI:
2008-04-03 Roan Kattouw(bug 13603) Added siprop=usergroups to meta=siteinfo...
2008-04-02 Roan Kattouw(bug 13587) Execute deferred updates in api.php
2008-04-02 Aaron Schulzproper name
2008-04-02 Roan KattouwShould've added $dbw->commit() here, hope this fixes...
2008-04-02 Aaron SchulzAdd getExcludeClause(), hide items from API too
2008-04-01 Aaron SchulzUse 'suppress' right rather than 'oversight'
2008-03-30 Roan KattouwAPI: Fixing exception in ApiEditPage
2008-03-30 Roan KattouwAPI: Forgot a whole bunch of messages specific to ApiEd...
2008-03-30 Tim Starling* Introduced LBFactory -- an abstract class for configu...
2008-03-28 Roan KattouwRemove stray backslash
2008-03-28 Roan Kattouw(bug 13544) Added prop=revid to action=parse
2008-03-28 Roan KattouwAPI: Added fallback8bitEncoding to meta=siteinfo output
2008-03-28 Roan Kattouw(bug 13541) Adding siprop=specialpagealiases to meta...
2008-03-27 Roan KattouwForgot a semicolon
2008-03-27 Roan KattouwRemoving ApiChangeRights module
2008-03-27 Roan KattouwAPI: Don't use a nonexistent message name
2008-03-27 Alexandre Emsenhuberdoc tweaks: link to php.net instead of mirrors.
2008-03-27 Roan KattouwAPI: Adding info field to error message
2008-03-27 Alexandre EmsenhuberDon't show local="" if the interwiki isn't local
2008-03-27 Roan KattouwOops
2008-03-27 Roan KattouwFixing E_NOTICE
2008-03-26 Daniel CannonAPI: (bug 11719) Remove trailing blanks in YAML output.
2008-03-26 Roan Kattouw(bug 13517) list=users threw fatal error when only...
2008-03-26 Roan KattouwAPI: Don't output error messages caused by display_erro...
2008-03-26 Roan KattouwAPI performance enhancements (bug 13511):
2008-03-25 Roan KattouwAPI: Rename dontcreate to createonly, which actually...
2008-03-25 Roan KattouwFixing E_NOTICE
2008-03-25 Roan KattouwAdd this parameter so it actually works. I'm not really...
2008-03-25 Roan KattouwThat backslash should be there, I forgot to escape it.
2008-03-25 Alexandre EmsenhuberParse error.
next