Merge "(bug 19195) Make user IDs more readily available with the API"
[lhc/web/wiklou.git] / includes / api / ApiQueryIWBacklinks.php
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-09 KrinkleMerge "fix bug 29002 - in RTL wikis resizable are flipped"
2012-05-09 KrinkleMerge "Upgrade to jQuery UI 1.8.20"
2012-05-08 Aaron SchulzMerge changes Ic19071c7,Icc8dc4ae
2012-05-08 CatropeMerge "Re-enable css @import unit tests"
2012-05-08 Brion VIBBERMerge "Optimized SqlBagOStuff::getBatch() a bit."
2012-05-08 Brion VIBBERMerge "(bug 35993) gettoken should go die in a fire...
2012-05-08 Brion VIBBERMerge "Make backupTestPass.inc require_once by itself...
2012-05-08 Brion VIBBERMerge "[FileRepo] Locking and transaction fixes."
2012-05-08 Brion VIBBERMerge "Add new-inline-tags to tidy.conf"
2012-05-08 Brion VIBBERMerge "(bug 36568) Fixed "Illegal string offset 'LIMIT...
2012-05-08 Aaron SchulzMerge "Don't make two database requests to load the...
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-08 Brion VIBBERMerge "[FileBackend] File locking fixes."
2012-05-08 Brion VIBBERMerge "Make getContinueStr protected as it's used in...
2012-05-08 Brion VIBBERMerge "Include the namespace of the page in the "target...
2012-05-08 Brion VIBBERMerge "ORDER BY/GROUP BY accept arrays"
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-05 umherirrenderORDER BY/GROUP BY accept arrays
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-03 Aaron SchulzMerge "ImagePage refactoring"
2012-05-03 Aaron SchulzMerge "Noticed while looking at $wgShowUpdatedMarker...
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-05-02 HasharMerge "Bumping minimum supported version of PHPUnit...
2012-05-01 Aaron SchulzMerge "enable email for PreferencesTest.php"
2012-05-01 Aaron SchulzMerge "(bug 30975) API import of pages with invalid...
2012-05-01 Aaron SchulzMerge "(bug 31704) Allow selection of associated namesp...
2012-05-01 ReedyMerge "Changed the format to lowercase in help message"
2012-05-01 ReedyMerge "Localisation updates from translatewiki.net."
2012-05-01 NikerabbitMerge "Set CdbTest to skipped instead of incomplete"
2012-05-01 Aaron SchulzMerge "Use local context to get messages and time forma...
2012-04-30 ReedyMerge "fix two generator examples"
2012-04-30 umherirrenderfix two generator examples
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-08-17 Sam ReedBased on diff to wikia, set more functions consistently...
2011-03-18 Sam Reed* (bug 28104) Namespace for local pages in interwiki...
2011-02-19 Sam ReedMore parameter documentation
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-07-23 Sam ReedFixup code from r69753, create title from row and use...
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-22 Sam ReedBig blitz on unused variables (a lot of $db = $this...
2010-07-22 Sam Reed* (bug 24485) Make iwbacklinks a generator, display...
2010-07-22 Sam ReedPart of bug 24485 - Make iwbacklinks a generator,...
2010-07-22 Roan KattouwRename the iwl_prefix_from_title index (again) to iwl_p...
2010-07-06 Sam ReedStylize API
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-08 Sam ReedFixup mixture of copy pasta fail, and some oversights...
2010-05-25 Sam ReedUpdate description of ApiQueryIWBacklinks as per IRC...
2010-05-25 Sam Reed* (bug 23524) Api Modules as followup to bug 14473...