First part of bug 22881: Allow uploading directly into the archive to support importi...
[lhc/web/wiklou.git] / includes /
2011-04-07 Bryan Tong MinhFirst part of bug 22881: Allow uploading directly into...
2011-04-07 Raimond SpekkingLocalisation updates for core and extension messages...
2011-04-07 Alexandre EmsenhuberMoved rateLimited() and showLagWarning() near other...
2011-04-07 Paul CoppermanVarious fixes for PHPUnit tests:
2011-04-07 Roan KattouwFix copypaste fail in r85616
2011-04-07 Roan KattouwFor bug 27488: move the startup script, jquery+mediawik...
2011-04-07 Neil Kandalgaonkarjoin() appears to be inadequate for some production...
2011-04-06 Brion Vibber* (bug 28368) add hint for multipart/form-data to api...
2011-04-06 Brion Vibber* (bug 28444) Fix regression: edit-on-doubleclick retai...
2011-04-06 Brion Vibber* (bug 27473) Fix regression: bold, italic no longer...
2011-04-06 Raimond SpekkingLocalisation updates for core and extension messages...
2011-04-06 Brion Vibber* (bug 28372) Fix bogus link to suppressed file version...
2011-04-06 Brion VibberFix regression from r81558: fatal error in ForeignFileR...
2011-04-06 Brion Vibber* (bug 28306) Fix exposure of suppressed usernames...
2011-04-06 Max SemenikMade Special:ListFiles transcludable
2011-04-05 Aaron SchulzFollow up r85467: changed some countRevisionsBetween...
2011-04-05 PlatonidesRevert r68358. Causes bug 27474.
2011-04-05 Raimond SpekkingLocalisation updates for core and extension messages...
2011-04-05 Aaron Schulz* Cleanups to getFirstRevision and getEarliestTime
2011-04-05 Brian Wolff(bug 28430) Make HTML and TeX output of <math> tags...
2011-04-05 Alexandre EmsenhuberSeems I forgot this file in r85442
2011-04-05 Happy-melonFollow-up r85403: rm debugging code and a defunct metho...
2011-04-05 Tim StarlingHipHop fixes:
2011-04-05 Brion Vibber* (bug 24755) AuthPlugin auto-creation of local account...
2011-04-05 Happy-melonFollow-up r85302: update OutputPage constructors in...
2011-04-04 Happy-melonFix for catchable fatals thrown on invalid titles,...
2011-04-04 Sam ReedDocumentation, fix indenting
2011-04-04 Sam ReedFixup a few undefined variables and alike while checkin...
2011-04-04 Brion VibberWorkaround for bug 28146: running out of memory during...
2011-04-04 KrinkleSet forgotten api parameters types
2011-04-04 Brion Vibber* (bug 28417) Fix PHP notice when importing revision...
2011-04-04 Mark A. Hershbergerrevert r85177 since a lot of people don't set their...
2011-04-04 Mark A. Hershbergerminor w/s cleanup
2011-04-04 Tim StarlingAdded missing file from r85327.
2011-04-04 Raimond SpekkingLocalisation updates for core and extension messages...
2011-04-04 Tim StarlingThe beginnings of HipHop compiled mode support. It...
2011-04-04 Sam ReedType hints to substring used in integer addition
2011-04-04 Happy-melonAdd the revision-info and revision-info-current message...
2011-04-04 Niklas LaxströmFollow-up r85302: whitespace fix
2011-04-04 Tim StarlingFix for r85244: HipHop does not support the static...
2011-04-04 Daniel FriesenUpdate special pages which use $wgUser->getSkin();...
2011-04-04 Aaron SchulzFollow-up changes to r84610:
2011-04-04 Tim StarlingPartial revert of r85236: __autoload() is needed for...
2011-04-04 Daniel FriesenRemove a dead patch of Skin code that was migrated...
2011-04-04 Daniel FriesenInstead of creating an OutputPage and then setting...
2011-04-04 Daniel FriesenUpdate index.php and Wiki.php to make better use of...
2011-04-03 Daniel FriesenFollowup r85278, remove duplication of userlang code.
2011-04-03 Daniel FriesenRemove $this->context->output->setTitle( $this->context...
2011-04-03 Daniel FriesenFix use of mUser noted by c15657 on r85250.
2011-04-03 Daniel FriesenAdd a getSkin that returns a dummy linker for BC with...
2011-04-03 Happy-melonClean out some globals from SpecialPage.php
2011-04-03 Happy-melonImplement magic accessors for RequestContext variables...
2011-04-03 Happy-melonFollow-up r85278, r85240:
2011-04-03 Happy-melonExpand wfShowMaxLagError() into index.php. It was...
2011-04-03 Happy-melonFollow-up to r85240:
2011-04-03 Alexandre EmsenhuberRemoved useless definition of $wgOut
2011-04-03 Happy-melonStore the WebRequest and OutputPage in the MediaWiki...
2011-04-03 Happy-melonCleanup in Wiki.php and index.php:
2011-04-03 Happy-melonAutoLoader entry for r85247.
2011-04-03 Daniel FriesenFollowup r85250; Revert a static method back to use...
2011-04-03 Daniel FriesenContinue with r85240; Move getSkin from User to Request...
2011-04-03 Daniel FriesenFollowup r85244; Fix a small issue with the case of...
2011-04-03 Daniel FriesenFollowup r85244; Define all methods as static, implemen...
2011-04-03 Daniel FriesenDrop connetion between Skin and Linker and turn Linker...
2011-04-03 Daniel FriesenFollowup r85229; Drop this unnecessary reference on...
2011-04-03 Daniel FriesenFollowup r85240; Commit the additional file that was...
2011-04-03 Siebrand MazelandUpdate profiling.
2011-04-03 Daniel FriesenImplement the RequestContext class. Some credit to...
2011-04-03 Alexandre Emsenhuber* Drop 5.1 compat code
2011-04-03 Daniel FriesenFollowup r85228; Small fix for ()> syntax error that...
2011-04-03 Niklas LaxströmFollow-up r85226, r85227: add @since annotations
2011-04-03 Daniel FriesenFollowup r85227; Back out changes related to avoiding...
2011-04-03 Aaron Schulz* Removed isset() checks - redundant given Parser:...
2011-04-03 Daniel FriesenFollowup r85227. Convert all IncludableSpecialPages...
2011-04-03 Daniel FriesenFollowup r85227, update 4 special pages to properly...
2011-04-03 Daniel FriesenStart managing output and input context from special...
2011-04-03 Daniel FriesenStart better utalizing OutputPage as the focal point...
2011-04-02 Alexandre Emsenhuber* Moved all <link> definitions in OutputPage::getHeadLi...
2011-04-02 Aaron Schulz(bug 28348) Don't call wfTimestamp() twice really fast...
2011-04-02 Jack Phoenixfollow-up to r85193: missed one file
2011-04-02 Jack PhoenixImagePage.php: add missing braces + other code style...
2011-04-02 Bryan Tong MinhGet the thumbmime from the handler instead of guessing...
2011-04-02 Jack Phoenixmark some public functions as such
2011-04-02 Alexandre EmsenhuberRespect $wgScriptExtension in SearchEngine::getOpenSear...
2011-04-02 Alexandre EmsenhuberRemoved deprecated Image class per documentation; no...
2011-04-02 Max SemenikCleaned up the mess of message text being passed instea...
2011-04-02 Mark A. HershbergerFix Bug#24308 where, on some platforms the date_create...
2011-04-02 Sam ReedRemove unused global, fix double defined global
2011-04-02 Sam ReedFix casing of SpecialListUsers
2011-04-01 Happy-melonFollow-up r85025: fix the you're-trying-to-block-yourse...
2011-04-01 Brion VibberMemory stress test for UtfNormal issue re bug 28146
2011-04-01 Raimond SpekkingLocalisation updates for core and extension messages...
2011-04-01 Trevor ParscalAdded charset property to HTTP Content-Type fields...
2011-04-01 Niklas LaxströmReword this message per IRC cabbage
2011-04-01 Max SemenikWe developers are so elitist, running shiny machines...
2011-04-01 Sam ReedFollowup r84825
2011-04-01 Chad HorohoeRevert r64853 (add $wgLogAutocreatedAccounts to enable...
2011-04-01 Aryeh GregorDocument what settings are disabled by $wgHtml5
2011-04-01 Purodha B BlissenbachFix for r85114, see code reviev
2011-04-01 Purodha B BlissenbachFix r85110, see code review
next