lhc/web/wiklou.git
2010-12-10 Alexandre EmsenhuberWhoops, forgot to commit this with r78201
2010-12-10 Chad HorohoeFix for r78192, forgot to revert a test
2010-12-10 Alexandre EmsenhuberMoved constant values from constructor to class definition
2010-12-10 Alexandre EmsenhuberFixes for r78201:
2010-12-10 Alexandre Emsenhuber* (bug 19006) {{REVISIONUSER}} no longer acts like...
2010-12-10 Roan KattouwMake load.php output a comment explaining what's going...
2010-12-10 Roan Kattouw(bug 26130) ob_start( 'ob_gzhandler' ) in LocalSettings...
2010-12-10 Chad HorohoeRevert r68230, r68231 (mode="grid" on tables) per CR...
2010-12-10 Sam ReedFollowup r78101 fixme, remove wfQuotedPrintable per...
2010-12-10 Chad HorohoeFix for r71961 (moved SpecialPage constructor from...
2010-12-10 Niklas LaxströmReduce debug log spamming, which I assume is related...
2010-12-10 Niklas LaxströmBetter debug logging which isn't misleading
2010-12-10 Chad HorohoeLast $wgDBtype usages in core. Use a $db member variabl...
2010-12-10 Chad HorohoeOne more $wgDBtype. I think this is the last offender...
2010-12-10 Chad HorohoeGet rid of a bunch of $wgDBtypes in maintenance/
2010-12-10 Chad HorohoeKill $wgDatabase in trunk (no need to backport this...
2010-12-10 Chad HorohoeOld installer is dead. Any leftover DBMS-specific old...
2010-12-10 Niklas LaxströmFix regression in r70657. Misplaced else condition...
2010-12-10 Niklas LaxströmDon't unstub $wgOut just for adding debug messages
2010-12-10 Roan KattouwFollowup r78117: information was still leaked through...
2010-12-10 Roan KattouwFix regression in r78117 per CR, was causing read,...
2010-12-10 Tim Starling* Hide the "back" buttons on the completion pages,...
2010-12-10 Aaron Schulz*Follow-up r78099,r76275:
2010-12-10 Krinklewhitespace clean up mw.util
2010-12-10 Roan KattouwRevert r78158, Aryeh tells me it's a deliberate browser...
2010-12-09 Roan KattouwFix bad CSS syntax from r77411
2010-12-09 KrinkleAdded a way to hide the jsMessage by calling with empty...
2010-12-09 KrinklePorted jsMsg to mw.util; Fixing bugs and modernising...
2010-12-09 KrinkleFollow-up r78150, removed accidental left-over console...
2010-12-09 KrinkleFixing bugs and modernising mediawiki.action.watch...
2010-12-09 Krinklemore specific, like action.view.rightclickedit, also...
2010-12-09 Krinklestart resourceloadify mw.legacy.ajaxwatch
2010-12-09 Bryan Tong... Revert the addition of the patrol token from ApiQueryIn...
2010-12-09 Bryan Tong... BREAKING CHANGE: Require POST for patrolling revisions...
2010-12-09 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-09 Chad HorohoeFollowup r78118: $wgUpgradeKey was already in DefaultSe...
2010-12-09 Alexandre EmsenhuberFor consistency: call set both article and article...
2010-12-09 Alexandre EmsenhuberCall finalCleanup() after outputting a cached page...
2010-12-09 Siebrand Mazeland* remove wfSeedRandom() which was marked for removal...
2010-12-09 Siebrand MazelandFollow-up r78101:
2010-12-09 Jeroen De DauwFollow up to r77883
2010-12-09 Tim Starling* Made the web upgrade process more friendly. Instead...
2010-12-09 Andrew GarrettDo not reveal page existence in colour of links in...
2010-12-09 Andrew GarrettRELEASE-NOTES for r77555
2010-12-09 Andrew GarrettFollow-up to r64937: expand ternary to conditionals...
2010-12-08 Sam ReedRemove unneeded semicolons
2010-12-08 Trevor ParscalAdded name and sessionId methods to user object - now...
2010-12-08 Trevor ParscalUpdated cookie plugin
2010-12-08 PlatonidesFollow up r78101.
2010-12-08 PlatonidesMove wfQuotedPrintable() into UserMailer class
2010-12-08 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-08 Aaron Schulz*Follow-up r76275: regexp improvement akin to IP.php
2010-12-08 Aaron SchulzFixed r76560: one more caller of now-private toUnsigned6
2010-12-08 Roan KattouwRemove unnecessary check against $wgAllowUserCss in...
2010-12-08 Trevor ParscalMoved button styles from dialog specific areas to butto...
2010-12-08 Mark A. HershbergerRevert r78005, verified that r78009 seems to have fixed...
2010-12-08 Sam ReedRevert unintended whitespace changes from r77922
2010-12-08 Trevor ParscalRemoving unused plugin file
2010-12-08 Trevor ParscalConverted tabs introduced in 77910 to spaces - not...
2010-12-08 Mark A. Hershbergerre r75906 — replace the removed getSessionKey() with...
2010-12-08 Raimond SpekkingConsistenz spelling per translatewiki.net/w/i.php?title...
2010-12-08 Alexandre EmsenhuberaddInlineScript() won't work since the content of ...
2010-12-08 Chad Horohoe(bug 22753) update.php should make things it actually...
2010-12-08 Alexandre Emsenhuber* Use Article::doEdit() instead of old Article::insertN...
2010-12-08 Brian Wolff(bug 25512) Make it so that categories listed in the...
2010-12-08 Alexandre EmsenhuberUse the AutoLoader to load the AjaxDispatcher class
2010-12-08 Alexandre EmsenhuberRemoved OutputPage::setEncodings(); its current impleme...
2010-12-08 Aaron SchulzAssert that revision timestamp actually matches Article...
2010-12-08 Tim StarlingFix for r69139: create_function() is not allowed.
2010-12-08 Aaron SchulzAdded array type hint to addExtensionUpdate and marked...
2010-12-07 Jack Phoenixtrim trailing whitespace
2010-12-07 Jack Phoenixcoding style tweaks
2010-12-07 Mark A. HershbergerFound an error when $res = false while running tests
2010-12-07 Mark A. HershbergerDon't use dirname when you already have a directory.
2010-12-07 Trevor ParscalImproves on r77693 by placing ResourceLoader "only...
2010-12-07 Mark A. HershbergerFilenames with quotes fail here.
2010-12-07 Trevor ParscalImproves on r77693 by ensuring site styles are loaded...
2010-12-07 Ilmari Karonencompress images with pngout for a couple more skins
2010-12-07 Ilmari Karonena few more images compressed with pngout
2010-12-07 Ilmari Karonenmore lossless PNG compression with pngout
2010-12-07 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-07 Chad HorohoeTypofix r77999
2010-12-07 Ilmari Karonenlosslessly compress images with pngout
2010-12-07 Chad HorohoePer CR, no need for an empty constructor
2010-12-07 PlatonidesRemove the $wgCaches[CACHE_DB] = false; line added...
2010-12-07 Chad HorohoePer CR, fix debugging code from r70835
2010-12-07 Chad HorohoeLogic error from r77999
2010-12-07 Mark A. HershbergerReferences causing Bug #26244? This should find a...
2010-12-07 Daniel FriesenFollow up r78003, forgot to make MonoBook use the foote...
2010-12-07 Daniel FriesenCommit getFooterLinks and getFooterIcons helpers to...
2010-12-07 Chad HorohoeAlso ditch PHP thing. We would've bailed for a bad...
2010-12-07 Chad HorohoeRemove various "success" messages from Welcome screen...
2010-12-07 Daniel FriesenFollowup r77980, for simplesearch I guess we'll have...
2010-12-07 Raimond Spekkingfollow-up r77981: Fix class: mw-js -> mw-css for the...
2010-12-07 Daniel FriesenFollow up r77893, add BaseTemplate to autoloader.
2010-12-07 PlatonidesFollow up r77884.
2010-12-07 Alexandre EmsenhuberPer Nikerabbit, follow-up to r77972: use a string inste...
2010-12-07 Daniel FriesenReduce code duplication in Vector by combining portal...
2010-12-07 PlatonidesFollow up r77981
2010-12-07 PlatonidesShow the source on preview for CSS and Javascript pages.
next