Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / api / ApiQueryInfo.php
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-02 Roan KattouwAPI: Minor cleanup for r59258, general whitespace cleanup
2009-11-19 Max Semeniktab to spaces
2009-11-19 Sam Reedbug 19523 prop=info&inprop=watched
2009-05-24 Siebrand MazelandProper casing for getDBkey()
2009-03-17 Roan KattouwAPI: Fix E_NOTICE which broke displaying of legacy...
2009-02-27 Roan KattouwAPI: Some cleanup
2009-02-13 Roan Kattouw* API: Page prop=info by (ns, title) rather than offset
2009-02-13 Roan KattouwAPI: Fix up r47214, which strangely had no commit message
2009-02-13 Roan Kattouw(no commit message)
2009-02-12 Roan KattouwAPI: Prevent ApiQueryInfo from trying to set a continue...
2009-02-11 Roan Kattouw* API: Add documentation to important API classes
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-02-04 Roan Kattouw* API: (bug 17007) Add action=import
2009-02-02 Roan Kattouw(bug 17327) Normalize API help texts: remove quotes
2009-01-12 Roan KattouwAPI: (bug 16629) "edit=:move=" in page.page_restriction...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-06 Siebrand MazelandConsistent casing for wfGetDB(), getDB(), and getDBKey()
2008-10-27 Roan KattouwAPI: Also throw a warning when tokens for missing pages...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-10-04 Roan Kattouw(bug 15647) API edit with basetimestamp fails if the...
2008-09-27 Roan KattouwKill undefined variable warnings.
2008-09-25 Roan Kattouw(bug 15609) Add inprop=url (full URL to page and edit...
2008-09-09 Roan Kattouw(bug 15535) prop=info&inprop=protection doesn't list...
2008-08-26 Roan KattouwAPI: Improvements to action=emailuser:
2008-07-06 Brion VibberFix for PHP < 5.2.3
2008-07-05 Roan KattouwFix regression from r37046: tokens should not be suppli...
2008-07-04 Roan KattouwRewritten the way the API handles tokens:
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
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-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-14 Siebrand Mazeland* remove end of line whitespace
2008-03-27 Roan KattouwOops
2008-03-27 Roan KattouwFixing E_NOTICE
2008-03-25 Roan KattouwCorrecting slight mistake in r32413
2008-03-25 Roan KattouwAPI: Adding inprop=talkid,subjectid to prop=info
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2008-01-15 Roan KattouwAPI: Adding cascade flag to prop=info&inprop=protection
2008-01-14 Huji(bug 12608) (in continuation of r29719) Unifying the...
2008-01-08 Roan KattouwImproving r29456:
2008-01-08 Roan KattouwAPI: Temporary fix for broken XML rendering; XML format...
2008-01-08 Roan KattouwReturning protections more consistently
2008-01-08 Roan Kattouw* (bug 12543) API should support new protected titles...
2007-12-10 Roan KattouwAPI:
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
2007-11-27 Rotem LissMake API check for page restrictions in the old format...
2007-09-06 Roan KattouwAPI: Really fixing bug 10898 this time
2007-09-03 Roan Kattouw(bug 10898) API does not return an edit token for non...
2007-08-01 Yuri AstrakhanAPI: Added various edit tokens to prop=info (except...
2007-07-02 Roan KattouwAPI: Fixing a bug that caused inprop=protection to...
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 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-18 Yuri AstrakhanAPI: enh 10260: Added page protection status query...
2007-06-03 Yuri AstrakhanAPI fixed bug 10112 generator=backlinks&prop=info broken
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-19 Yuri AstrakhanAPI: fixed bug in categories: error when no valid title...
2007-05-19 Yuri AstrakhanAPI:
2007-04-20 Nick JenkinsYet more doc tweaks:
2006-11-25 Tim StarlingFixed inefficient use of array_keys() introduced by...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-10-25 Yuri AstrakhanAPI * simple backlinks module (no redirect resolution...
2006-10-21 Yuri AstrakhanAPI * touched field format
2006-10-21 Yuri AstrakhanAPI * Common field output function to simplify result...
2006-10-20 Yuri AstrakhanAPI * Added rudimentary RC list
2006-10-03 Yuri Astrakhan*API: rewired generator (more work needed)
2006-10-01 Yuri Astrakhan* API: added version information to each module (availa...
2006-10-01 Yuri Astrakhan* API: pageSet now supports pageids, revised revisions...
2006-10-01 Yuri Astrakhan* Code cleanup per TimStarling's suggestions
2006-10-01 Yuri Astrakhan* API: result data generation cleanup, minor cleaning
2006-09-27 Yuri Astrakhan* API: Refactored per brion's suggestions
2006-09-26 Yuri Astrakhan* API: Overall query-related cleanup.
2006-09-26 Yuri Astrakhan* API: All pages list
2006-09-26 Yuri Astrakhan* API: Query Meta SiteInfo module