(bug 16019) Make WebRequest::interpolateTitle() do nothing when run from api.php
[lhc/web/wiklou.git] / includes / specials /
2010-12-10 Alexandre Emsenhuber* Converted Special:Search to subclass SpecialPage
2010-12-10 Chad HorohoeFix for r78192, forgot to revert a test
2010-12-10 Chad HorohoeFix for r71961 (moved SpecialPage constructor from...
2010-12-08 Aaron Schulz*Follow-up r76275: regexp improvement akin to IP.php
2010-12-06 Daniel FriesenAdd a Skins category to Special:Version.
2010-12-05 Alexandre EmsenhuberConverted ImportStreamSource functions to return a...
2010-12-04 Ilmari KaronenPartial workaround for bug 6220: at least make files...
2010-12-04 Alexandre Emsenhuber* Converted UserMailer stuff to return a Status object...
2010-12-03 Bryan Tong MinhAdded uploads link to page subtitle in Special:Contribu...
2010-12-03 PlatonidesMake $wgForceUIMsgAsContentMsg work a bit different...
2010-12-03 Sam ReedKill off userNotPrivilegedMessage, not used after r77617
2010-12-02 Andrew GarrettFix r75759: replace call to userNotPrivilegedMessage...
2010-12-02 Alexandre Emsenhuber* Convert ImportReporter::close() to use Status objects...
2010-12-02 Raimond SpekkingFollow-up r77558: Use an own reason message instead...
2010-12-02 Raimond SpekkingShow username in input field w/o underscores
2010-12-02 Andrew GarrettAdd logging for Special:DisableAccount
2010-12-02 Andrew GarrettMerge DisableAccount extension into core, disabled...
2010-11-30 Bryan Tong Minh(bug 26160) Upload description set by extensions are...
2010-11-30 Sam ReedMore unused variables
2010-11-30 Neil Kandalgaonkarforgot to change the function signature after refactor...
2010-11-30 Neil Kandalgaonkarmatching returns
2010-11-30 Neil Kandalgaonkarbetter error checking, fixed a few bugs with remote...
2010-11-30 Neil KandalgaonkarDual strategy thumbnailing -- locally for development...
2010-11-29 Sam ReedFollowup r77393, restore commented variable in SpecialP...
2010-11-28 Sam ReedRemove some unused variables and globals
2010-11-25 Sam ReedMore reversion of r77297, 2 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-25 Alexandre EmsenhuberFix for r77231: correct variable name, was throwing...
2010-11-25 Raimond SpekkingRemove redundant link 'Existing blocks for $1' because...
2010-11-24 Alexandre EmsenhuberMoved switches in Special:Unusedimages and Special...
2010-11-18 Krinklerenaming mediawiki.specials to mediawiki.special (match...
2010-11-16 Roan KattouwFollowup r76782: is_a() -> instanceof (we dropped PHP...
2010-11-16 Neil KandalgaonkarFollowups mostly to r75906.
2010-11-13 Alexandre EmsenhuberSeems I forgot to commit this file in r76634
2010-11-11 Mark A. Hershbergerfollowup r76526
2010-11-11 Mark A. Hershberger* Revert r76503
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-10 Alexandre EmsenhuberFixed some doxygen warnings (and some whitespaces remov...
2010-11-10 Andrew GarrettResolve bug 25580: pass $pageInfo along to finishImport...
2010-11-09 Alexandre Emsenhuber* (bug 17789) Added a note to the total views on Specia...
2010-11-09 Alexandre Emsenhuber* Marked Special:UploadStash unlisted since accessing...
2010-11-08 Bryan Tong MinhUndeprecate UploadForm:BeforeProcessing. Instead only...
2010-11-07 Alexandre Emsenhuber* (bug 25728) Added $wgPasswordSenderName to allow...
2010-11-06 Roan KattouwRevert r76177 and use AutoLoader
2010-11-06 PlatonidesUploadStashFileNotFoundException and UploadStashBadPath...
2010-11-06 PlatonidesDo not assign the variable in the condition.
2010-11-05 Platonidesunused global
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-11-03 Neil Kandalgaonkarcore changes for UploadWizard (merged from r73549 to...
2010-11-02 Chad HorohoeFollowup r65070, remove last instance of editwidth...
2010-11-01 Antoine MussoFollow up r75627 : addModule() is enough.
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-11-01 Sam ReedFixup undefined $this->id
2010-10-31 Sam ReedFollowup r75758, spaces to tabs
2010-10-31 Sam ReeduserNotPrivilegedMessage being called with no parameter...
2010-10-31 Sam ReedSwitch last few uses of while loops to foreach in phase3
2010-10-31 PlatonidesA couple of Xml::hidden calls left by r75723
2010-10-31 Sam ReedMore deprecated method calls
2010-10-31 Sam ReedUpdate deprecated method calls
2010-10-31 PlatonidesRemove unused globals.
2010-10-31 Alexandre EmsenhuberAdded missing calls to setHeaders() and outputHeader()
2010-10-31 Alexandre Emsenhuber* (bug 23731) Clarified "n links" message on Special...
2010-10-30 Bryan Tong Minh(bug 23732) Clarified "n links" message on Special...
2010-10-28 Antoine MussoLame user side email validator using JQuery.
2010-10-28 Sam ReedFunction return type hints
2010-10-27 Antoine MussoOptional feature to login through HTTPS and come back...
2010-10-27 Bryan Tong Minh(bug 23194) Special:ListFiles now has thumbnails
2010-10-25 Brion VibberFollowup for r75314 (bug 23923) -- regression fix for...
2010-10-25 Platonides$wgRequest usage removed in r75272
2010-10-24 Alexandre EmsenhuberFix for r75313: add array_unique(), otherwise groups...
2010-10-24 Bryan Tong Minh(bug 23923) Special:Prefixindex no longer shows results...
2010-10-24 Bryan Tong Minh(bug 23934) Groups defined in $wgRevokePermissions...
2010-10-24 Alexandre EmsenhuberRemoved trailing whitespaces
2010-10-23 Chad HorohoeRemove action=raw from Special:Statistics. We wanted...
2010-10-23 Alexandre EmsenhuberPer Reedy, fix for r70274: forgot to change this
2010-10-20 Jack Phoenixadd some braces and trim trailing whitespace
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-06 Trevor Parscal* Moved search/IE7 specific CSS rule into search.css...
2010-10-04 Trevor ParscalMoved some of the functionality from mediawiki.legacy...
2010-09-28 Chad HorohoeFollowup r64181, rm comment that doesn't fit anymore
2010-09-27 Chad HorohoeFix a bunch of '? true : false' instances
2010-09-23 Max SemenikSpecial:Version now displays whether a SQLite database...
2010-09-22 Chad HorohoeFix dupe title construction, reported by ymas on IRC
2010-09-21 Alexandre EmsenhuberMade file description header consistent with other...
2010-09-20 Sam ReedRemove some unused variables
2010-09-20 Niklas LaxströmCoding style
2010-09-20 Niklas LaxströmRemove double escaping
2010-09-19 Niklas LaxströmFix for r53290
2010-09-19 Niklas LaxströmRemove the redundant legend line from recent changes...
2010-09-14 Alexandre EmsenhuberFixed some doxygen warnings
2010-09-12 Roan Kattouw(bug 24987) Special:ListUsers does not take external...
2010-09-11 PlatonidesCode cleanup: unused globals, empty statements, typos...
2010-09-08 Raimond SpekkingAdd a CSS class to the input form
2010-09-07 PlatonidesRemove $wgContLanguageCode usage in core.
2010-09-04 PlatonidesFollow-up r72349.
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-09-04 Mark A. Hershberger* Remove $wg*Selenium* globals as they are only used...
2010-09-03 Chad HorohoeAddress comment on r63710, rm unused paramters
next