Add new message 'showhideselectedlogentries' for revdel of logs.
[lhc/web/wiklou.git] / includes / specials / SpecialSearch.php
2012-05-29 Aaron SchulzMerge "wfProfileOut() for new return added in c6396...
2012-05-28 Aaron SchulzMerge "$wgUseSquid unused since parent commit (fa1a8d5)"
2012-05-24 Brion VIBBERMerge "[FileBackend] Added getScopedLocksForOps() funct...
2012-05-20 Aaron SchulzMerge "multi dbms support in api"
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-17 Tim StarlingMerge "[FileBackend] Made it easy to use registed file...
2012-05-17 Tim StarlingMerge "[FileBackend] Syncing from journal support."
2012-05-15 Aaron SchulzMerge "Various fixes to Special:Mostcategories."
2012-05-14 Aaron SchulzMerge "Generalizing LinksUpdate to allow extensions...
2012-05-14 Tim StarlingMerge "Fix typo in comment"
2012-05-14 Tim StarlingMerge "[FileBackend] Added support for concurrent file...
2012-05-11 DemonMerge "Added some more output to cleanupUploadStash...
2012-05-11 NikerabbitMerge "(bug 33928) make diff title page more relevant"
2012-05-10 Aaron SchulzMerge "Revert r97711"
2012-05-10 CatropeMerge "(bug 35240) Fix mw.loader state machine."
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-10 NikerabbitMerge "Use the style for htmlform.tip Vector wide."
2012-05-09 CatropeMerge "Remove 'jquery.ui.button' as dependency for...
2012-05-09 Aaron SchulzMerge "Use local context to get messages"
2012-05-09 Alexandre EmsenhuberUse local context to get messages
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
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 "Done a bit of deglobalisation."
2012-04-30 CatropeMerge "Revert "Forward port of https://mediawiki.org...
2012-04-30 CatropeMerge "Forward port of https://mediawiki.org/wiki/Speci...
2012-04-27 Brion VIBBERMerge "Update jQuery UI to 1.8.19"
2012-04-27 Brion VIBBERMerge "Simplify and refactor out api code for getting...
2012-04-27 Brion VIBBERMerge "Normalising return statements"
2012-04-27 ReedyNormalising return statements
2012-01-12 Antoine Mussobug 33583 search ns user pref ignored!
2012-01-09 Antoine Mussotest skeleton for Special:Search
2011-12-20 Niklas LaxströmFix for bug 33270: default to 'default' search profile
2011-12-13 Raimond SpekkingFix PHP Notice: Use of Title::userCanRead was deprecate...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-19 Roan Kattouw(bug 32228) Special:Search doesn't conserve profile...
2011-10-29 Sam ReedKill various unused variables
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-24 Alexandre EmsenhuberAdded OutputPage::setPageTitleMsg() and OutputPage...
2011-10-16 Sam ReedFixup some assignments in conditionals
2011-10-14 Alexandre Emsenhuber* Moved wfViewPrevNext() to Language::viewPrevNext...
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-15 Robin PepermansRe-do reverted r96824, but in SpecialSearch first retur...
2011-09-14 Brion VibberRevert r96824: causes fatal errors when search query...
2011-09-12 Robin PepermansSpecialSearch: add two hooks, one to modify the power...
2011-08-25 Sam ReedHopefully fix
2011-08-19 Roan KattouwUse wfParseUrl() instead of parse_url() in interwiki...
2011-08-17 Niklas LaxströmAmend the documention of search profile, fu r86714
2011-08-16 Sam ReedExplicitally define some member variables
2011-08-11 Alexandre Emsenhuber* Use local context instead of global variables
2011-07-08 Leo Koppelkammr91734: Do the same for search.css and remove module...
2011-07-08 Leo KoppelkammMigrate skins/common/search.js functionality to mediawi...
2011-07-06 Chad HorohoeMove wfShowingResultsNum() back into SpecialSearch...
2011-07-01 Alexandre EmsenhuberReplaced calls to Skin::formatSize() by Language::forma...
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-06-20 Niklas LaxströmPartial revert of r86734: restore mPrefix - I still...
2011-05-10 Brian Wolff(bug 28888) In Special:Search, Don't tell user the...
2011-05-06 Sam ReedKill off the long deprecated $wgInputEncoding and ...
2011-04-22 Niklas LaxströmImplemented param tracking for hook users, feels a...
2011-04-22 Niklas LaxströmCleanup next/prev links on special:search. Removed...
2011-04-22 Niklas LaxströmAllow extensions to customize the search forms. This...
2011-03-12 Happy-melonSpin out all the CSS used on special pages into their...
2011-02-19 Sam ReedAnd some more function level documentation
2011-02-07 Alexandre EmsenhuberWe have OutputPage::wrapWikiMsg() and OutputPage::addWi...
2011-02-02 Bryan Tong MinhFollow-up r79964: Fix double parsing of file info
2011-01-22 Siebrand Mazeland* changed 'searchmenu-new-nocreate' to no longer be...
2011-01-21 Sam ReedFold Avars Nogomatch extension into core
2011-01-11 Raimond SpekkingFollow-up r79964: Use the existing message 'parentheses...
2011-01-10 Derk-Jan HartmanMove the () surrounding description strings of files...
2011-01-04 Tim StarlingFix for bug 26561: clickjacking attacks. See the bug...
2010-12-24 Platonides(Bug 26412) Search results headers no longer show a...
2010-12-13 Bryan Tong MinhFollow-up r78297: allow the hook to break the execution...
2010-12-13 Sam ReedFollowup r78295, seems I didn't even bother to rename...
2010-12-13 Sam ReedFollowup r78268, do it as Bryan suggested, not as how...
2010-12-12 Sam ReedFollowup r65114 (per CR cabal), remove SpecialSearchGom...
2010-12-10 Alexandre Emsenhuber* Converted Special:Search to subclass SpecialPage
2010-11-30 Sam ReedMore unused variables
2010-11-25 Sam ReedMore reversion of r77297, 2 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-18 Krinklerenaming mediawiki.specials to mediawiki.special (match...
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-04 Raimond SpekkingFollow-up r75996: Forgotten to remove an old line
2010-11-04 Raimond Spekking* Special:Search: Add CSS classes to 'none found' and...
2010-10-31 PlatonidesA couple of Xml::hidden calls left by r75723
2010-10-31 Sam ReedMore deprecated method calls
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-06 Trevor Parscal* Moved search/IE7 specific CSS rule into search.css...
2010-09-27 Chad HorohoeFix a bunch of '? true : false' instances
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-08-15 Alexandre EmsenhuberStandardised file description headers; second part
2010-08-13 Sam ReedFix archiveName to archiveNames (wrong declaration)
2010-08-07 Siebrand MazelandRevert changes to SpecialSearch.php in r70608 because...
2010-08-06 Ryan BiesDatabaseMssql class and related changes
2010-07-24 Sam ReedRemoval of unused globals
2010-07-12 Platonides7, it's 7! (follow up to r68824)
2010-07-01 Platonides(bug 16886) Sister projects box moves down the extract...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-21 Sam ReedGPL Headers for all!
next