Do not assume that the current working dir is phase3/config
[lhc/web/wiklou.git] / includes /
2010-12-13 Alexandre EmsenhuberFix comment: Article::insertNewArticle() -> Article...
2010-12-13 Roan KattouwFollowup r76220: locateExecutableInDefaultPaths() was...
2010-12-13 Roan KattouwFix variable name in doc comment added in r78192
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 Benjamin LeesFollow-up to r77956: instead of making $wgFileExtension...
2010-12-12 Alexandre EmsenhuberFix fatal error from r78264
2010-12-12 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-12 Sam ReedFollowup r65114 (per CR cabal), remove SpecialSearchGom...
2010-12-12 Alexandre EmsenhuberMoved the check for the "printable" parameter to perfor...
2010-12-12 Alexandre EmsenhuberIt's easier to use addWikiMsgArray()
2010-12-12 Sam ReedFollowup r75763, fixup wrong change of deprecated method
2010-12-12 Chad Horohoe&& not and, || not or
2010-12-12 Chad HorohoeRemove bogus session_path checks. Reverts r67465, r6381...
2010-12-12 Roan KattouwRedo r78254 without the syntax error
2010-12-12 PlatonidesThis is not an array, but a parameter. Revert r78254...
2010-12-12 Roan KattouwFolllowup r72866: use array syntax for rev_page = foo...
2010-12-12 Happy-melonFollow-up r64903: rm leftover debugging code.
2010-12-12 Happy-melonFollow-up r78246: clean several integer preferences...
2010-12-12 Happy-melonFollow-up to r64866: follow the HTML5 spec when validat...
2010-12-11 PlatonidesRemove that ugly unset( $vars['_lsExists'] );
2010-12-11 PlatonidesFollow up r77981,r77982. Rename the new globalcssprevie...
2010-12-11 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-11 Alexandre EmsenhuberFix whitespaces
2010-12-11 Alexandre Emsenhuber* Per Ilmari Karonen, fix for r78224: make it work...
2010-12-11 Alexandre Emsenhuber* Converted Special:Userlogin to subclass SpecialPage
2010-12-11 Aaron Schulz* Removed redundant revdelete msg above content
2010-12-11 Mark A. Hershberger* Add FIXME about the bug I found during testing
2010-12-11 Mark A. HershbergerWhitespace changes (before others) — “svn diff -x-w...
2010-12-10 Priyanka DhandaIf we only want to show the diff this should make it...
2010-12-10 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-10 Ilmari Karonenfollowup r78209: fix typo, better word choice
2010-12-10 Ilmari Karonen(bug 16019) Make WebRequest::interpolateTitle() do...
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 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 HorohoeOne more $wgDBtype. I think this is the last offender...
2010-12-10 Chad HorohoeKill $wgDatabase in trunk (no need to backport this...
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-09 Krinklestart resourceloadify mw.legacy.ajaxwatch
2010-12-09 Bryan Tong MinhRevert the addition of the patrol token from ApiQueryIn...
2010-12-09 Bryan Tong MinhBREAKING 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 GarrettFollow-up to r64937: expand ternary to conditionals...
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 Mark A. Hershbergerre r75906 — replace the removed getSessionKey() with...
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 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 Trevor ParscalImproves on r77693 by placing ResourceLoader "only...
2010-12-07 Trevor ParscalImproves on r77693 by ensuring site styles are loaded...
2010-12-07 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-07 Chad HorohoeTypofix r77999
2010-12-07 Chad HorohoePer CR, no need for an empty constructor
2010-12-07 Chad HorohoeLogic error from r77999
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 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 PlatonidesShow the source on preview for CSS and Javascript pages.
2010-12-07 Daniel FriesenAdd makeSearchInput and makeSearchButton to BaseTemplat...
2010-12-07 Roan KattouwRemove PHP comment for message, parameters are document...
2010-12-07 Roan KattouwBump $wgVersion to 1.18alpha. RELEASE-NOTES and HISTORY...
2010-12-07 Alexandre EmsenhuberMerged wfDoUpdates() and MediaWiki::doUpdates() in...
next