Merge "Deprecate no longer used Skin::getCommonStylePath."
[lhc/web/wiklou.git] / includes / api / ApiQuerySearch.php
2012-06-14 Timo TijhofMerge "Deprecate no longer used Skin::getCommonStylePath."
2012-06-14 Aaron SchulzMerge "avoid Title::exist/getArticleId in ApiQueryInfo...
2012-06-14 Aaron SchulzMerge "fix backup unit tests"
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-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-11-09 Roan Kattouw(bug 32256) API list=search stops at first invalid...
2011-08-17 Sam ReedBased on diff to wikia, set more functions consistently...
2011-07-26 Sam Reed* (bug 29748) Add API search prefix support
2011-07-17 Sam Reed* (bug 28817) Add reference help page link to API Modules
2011-07-06 Derk-Jan HartmanCorrect the documentation of srprop.
2011-07-06 Derk-Jan HartmanActually return the title of the section, instead of...
2011-07-06 Sam Reed* (bug 29745) Fatal error in API search
2011-06-30 Sam ReedReplace more multiple calls to $this->getResult() in...
2011-03-25 Sam ReedFix the last assignment in conditional, bit of code...
2011-02-19 Sam ReedMore parameter documentation
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-11-08 Sam ReedMinor followup r75809, don't use nested if's unnecesserily
2010-11-01 Sam Reed* (bug 25741) Add more data to list=search's srprop...
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-08-04 Sam ReedMake search enforced by API in search by setting PARAM_...
2010-07-23 Tim StarlingRewrote r69339 etc. to clean up API cache header handling.
2010-07-21 Bryan Tong MinhFollow-up r69203: remove str_replace( '_', ' ', $query...
2010-07-09 Bryan Tong Minh(bug 22339) Added srwhat=nearmatch to list=search to...
2010-06-23 Sam Reed* (bug 23473) - Give description of properties on all...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-05-11 Sam ReedMixture of things.
2010-02-24 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-13 Sam ReeddieUsage getPossibleErrors in ApiQuerySearch and ApiQue...
2010-01-11 Aryeh Gregorstylize.php on API code
2009-08-26 Roan KattouwAPI: Per rainman, mark list=search as an expensive...
2009-08-25 Bryan Tong Minh(bug 19999) Made metadata and properties of search...
2009-07-28 Brion Vibber* Added fields to list=search output: size, wordcount...
2009-07-07 Roan KattouwAPI: Add snippet field to list=search output
2009-02-27 Roan KattouwAPI: Some cleanup
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2008-12-03 Roan KattouwAPI: (bug 16548) list=search threw invalid errors under...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-08-16 Roan KattouwAPI: Let list=search throw away missing titles. Lucene...
2008-07-27 Brion Vibber* API search now falls back to fulltext search by defau...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-19 Bryan Tong Minh(bug 13792) Broken titles are now silently skipped...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-23 Bryan Tong Minh(bug 13482) Disabled search types handled properly
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
2007-07-30 Yuri AstrakhanAPI: