Merge "Correct case for the "MediaWiki:Revdelete-reason-dropdown" link in Special...
[lhc/web/wiklou.git] / includes / api / ApiQueryWatchlist.php
2012-06-14 SiebrandMerge "Correct case for the "MediaWiki:Revdelete-reason...
2012-06-14 SiebrandMerge "Use local context to get messages"
2012-06-14 SiebrandMerge "Use local context instead of hidden dependencies...
2012-06-13 CatropeMerge "(bug 36938) XSS in uselang parameter"
2012-06-13 Tim StarlingMerge "Avoid stale "latest revision" cache when loadPag...
2012-06-13 CatropeMerge "Remove useless test in getParamValue function...
2012-06-12 Translation update... Merge "Localisation updates from translatewiki.net."
2012-06-12 CatropeMerge "Added result properties to action=paraminfo"
2012-06-06 Petr OnderkaAdded result properties to action=paraminfo
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-10 CatropeMerge "[FileRepo] Added support for temp file repos...
2012-04-09 CatropeMerge "[LanguageConverter] Added some cache code based...
2012-04-09 Brion VIBBERMerge "(bug 35658) make mw.Uri handle uris w/o protocol...
2012-04-07 ReedyMerge "(bug 32492) API now allows editing using pageid"
2012-04-07 ReedyMerge "(bug 35723) Fix exception in API list=watchlist"
2012-04-07 grunny(bug 35723) Fix exception in API list=watchlist
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2011-11-28 Sam ReedOh noes, moar http:// -> https://
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-10-30 Roan Kattouw(bug 32051) Fix description for wlprop=sizes
2011-10-26 John Du HartAdding context to the API
2011-10-06 Bryan Tong Minh(bug 29392) Setting the start or end parameter now...
2011-09-16 Alexandre EmsenhuberCall Linker methods statically
2011-08-17 Sam ReedBased on diff to wikia, set more functions consistently...
2011-08-08 Sam ReedFollowup r88488, moved some of the prep work in it...
2011-07-19 PlatonidesFollow-up r91246. The global is no longer needed.
2011-07-17 Sam Reed* (bug 28817) Add reference help page link to API Modules
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-06-01 Sam ReedAdd some documentation
2011-06-01 Sam Reed* (bug 29221) Expose oldrevid in watchlist output
2011-05-20 Sam Reed* (bug 29063) When viewing list=recentchanges&rcprop...
2011-05-20 Sam Reed* (bug 20699) API watchlist should list log-events
2011-05-20 Sam ReedSimilarise queries to that of SpecialWatchlist
2011-05-19 Antoine MussoSingle messages can be passed as strings to Api::dieUsa...
2011-05-01 Sam Reed$db is already defined, don't use $this->getDB() again
2011-04-30 Sam ReedFollowup r85884
2011-03-25 Bryan Tong Minh(bug 28070) Fix watchlist RSS for databases that store...
2011-03-12 Sam Reed* (bug 27670) Ordering by timestamp (and usage of start...
2011-02-19 Sam ReedMore parameter documentation
2010-12-30 Sam ReedStyleli[zs]e the API up to date (Been a while since)
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-11-23 Bryan Tong Minh(bug 25174) Add equal sign to boolean parameters in...
2010-08-28 Sam ReedBug 19195 - Make user IDs more readily available with...
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-07-27 PlatonidesUse the canonical names for classes.
2010-07-24 Sam ReedAdd missing global $wgUser
2010-07-23 Sam ReedStylize API up to date
2010-07-23 Tim StarlingRewrote r69339 etc. to clean up API cache header handling.
2010-07-14 Mark A. Hershbergerfollow up r69339:
2010-07-14 Roan KattouwAPI: Make output containing private or user-specific...
2010-07-06 Sam ReedStylize API
2010-06-23 Sam Reed* (bug 23473) - Give description of properties on all...
2010-06-22 Sam ReedResolve fixme of r66539
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-20 Sam ReedPer mediawiki.org/wiki/Special:Code/MediaWiki/66168...
2010-06-20 Sam ReedNuke $db->freeResult() from Api stuffs
2010-06-06 Sam ReedFix method comment from r66539
2010-05-16 Sam Reed* (bug 23548) Allow access of another users watchlist...
2010-05-11 Sam ReedMixture of things.
2010-02-26 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-14 Sam ReedFollowup to r62465, should be in an array
2010-02-14 Sam ReedMove ( 'code' => 'show', 'info' => 'Incorrect parameter...
2010-02-13 Sam ReedComplete dieUsage errors in 7 more Api files
2010-02-01 Roan KattouwWhitespace fixes for r61761, r61779
2010-01-31 Sam ReedFinish (bug 18427) Comment (edit summary) parser option...
2010-01-31 Sam ReedStylize.php on API
2010-01-30 Sam ReedStart of implementation of bug 18758 - Get value of...
2010-01-29 Sam ReedFollowup r61663 per Chads comment. Move $db declaration...
2010-01-29 Sam ReedDuplicate "definition" of $wgUser in same method
2010-01-29 Sam ReedReduce code duplication by having tables added in all...
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-11 Aryeh Gregorstylize.php on API code
2009-10-17 Aaron SchulzRemoved unexplained newline at top of file. No idea...
2009-10-17 Aaron SchulzFollow up r57846: tack on an error code
2009-10-17 Aaron Schulz* Fixed fatal for bad wlowner usernames
2009-07-26 Aryeh GregorDon't overload wluser parameter, use new wlowner
2009-07-24 Aryeh GregorAdd opt-in RSS feed for watchlist
2009-06-19 Roan KattouwAPI: (bug 14200) Add user and excludeuser to list=recen...
2009-02-27 Roan KattouwAPI: Some cleanup
2009-02-10 Roan KattouwAPI: (bug 17433) Added bot flag to list=watchlist&wlpro...
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2008-12-17 Roan KattouwAPI: Crusade against extract(). Left one extract()...
2008-12-17 Roan KattouwRevert r44716 (added user,excludeuser to watchlist...
2008-12-17 Roan KattouwAPI: (bug 16527) Added user and excludeuser parameters...
2008-12-04 Roan KattouwRevert part of r44232, accidentally committed too much
2008-12-04 Roan KattouwAPI: (bug 16515) Added pst and onlypst parameters to...
2008-10-28 Roan KattouwAPI: * (bug 16159) Add wlshow=patrolled|!patrolled...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-07-22 Roan KattouwAPI: Change descriptions for some limit parameters...
2008-05-22 Brion VibberRevert r35178 and normalize User's getID() and setID...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-20 Bryan Tong Minh(bug 13444) Add description to list=watchlist
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2008-01-15 Roan KattouwAPI: Adding wlshow parameter to list=watchlist to allow...
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
next