w/s
[lhc/web/wiklou.git] / includes / Setup.php
2011-12-22 Raimond SpekkingMake apibase of $wgForeignFileRepos (InstantCommons...
2011-12-22 Aaron Schulz* FU r106752: de-uglified Setup.php by moving most...
2011-12-20 Aaron SchulzFU r106752: use "media-" instead of "images-" in contai...
2011-12-20 Aaron SchulzCleaned up some references to FSRepo in code and commen...
2011-12-20 Aaron SchulzFU r106752: Fixed directory b/c for ForeignAPIRepo...
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...
2011-12-04 John Du HartAdding new debugging toolbar
2011-10-15 Bryan Tong MinhPer r97671, add $wgEnableAutoRotation setting that...
2011-09-28 Niklas LaxströmFollowup r98135
2011-09-26 Niklas LaxströmConverted display part of new user log to new system
2011-08-19 Roan KattouwPer CR on r44412 and my promise in the commit summary...
2011-07-05 Alexandre Emsenhuber* Don't create a WebRequest obhject in CLI mode but...
2011-06-16 Tim StarlingRemoved $wgProto. Previously, setting this undocumented...
2011-05-30 Chad HorohoeMisc. exception handling cleanup--moved it out of globa...
2011-05-28 Alexandre EmsenhuberNow that Hooks.php contains a class, moved wfRunHooks...
2011-05-27 Tim StarlingSome HipHop fixes:
2011-05-23 Brion VibberRevert r87964: destroyed standard segregation of non...
2011-05-22 Chad Horohoe$wgArticle is deprecated! Possible removal in 1.20...
2011-05-19 Antoine MussowgIniGetBool -> wfIniGetBool (typo, fu 88391)
2011-05-18 Antoine MussoMakes sure wgAdditionalMailParams is null in safe mode
2011-05-16 Niklas LaxströmWhitespace changes
2011-05-15 Rob LanphierChanging !isset to is_null (thanks Roan!) and fixing...
2011-05-15 Rob LanphierSetting $wgLocalTZoffset based on $wgLocaltimezone...
2011-05-15 Tim StarlingFix for HipHop breakage in r87748 etc. Please do not...
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-14 Alexandre EmsenhuberRewrote the article counting code and related:
2011-05-13 Antoine Mussomerge in prettyURL patch
2011-05-10 Alexandre EmsenhuberMoved inclusion of UtfNormalDefines.php near other...
2011-05-07 Happy-melon* Implement MW_VERSION constant in Defines.php and...
2011-05-06 Sam ReedKill $wgAllowUserSkin
2011-05-06 Alexandre EmsenhuberRemoved LogPageValidTypes, LogPageLogName, LogPageLogHe...
2011-05-05 Chad HorohoeKill $wgSkinExtensionFunctions. Way back in r4934 when...
2011-04-24 Happy-melonFollow-up r86775: restub $wgLang. Not because it's...
2011-04-23 Happy-melonStop stubbing $wgLang and $wgContLang. There are no...
2011-04-23 Happy-melonDocumentation and type hinting.
2011-04-14 Sam ReedFollowup r85944, move UtfNormalDefins stuff out of...
2011-04-14 Happy-melonr86001, now with less scariness :P I took out the...
2011-04-13 Happy-melonRevert r86001: Brion says it's too scary :D will recom...
2011-04-13 Happy-melonNew infrastructure for actions, as discussed on wikitec...
2011-04-13 Sam ReedRelated to bug 28470 (Doxygen not updating)
2011-04-09 Brion VibberInitial stab at breaking math/texvc out to Math extension.
2011-04-08 Alexandre EmsenhuberNo need to force inclusion of Namespace.php since r85327
2011-04-04 Tim StarlingThe beginnings of HipHop compiled mode support. It...
2011-04-04 Daniel FriesenUpdate index.php and Wiki.php to make better use of...
2011-04-03 Happy-melonFollow-up to r85240:
2011-04-03 Daniel FriesenImplement the RequestContext class. Some credit to...
2011-03-24 Sam ReedAdding some type documentation to some well used globals
2011-03-20 Aaron SchulzReverted r84386; breakage too severe
2011-03-20 Antoine MussoMakes wikilinks nicer when possible
2011-03-06 Brian WolffIf $wgEnotifMinorEdits=false, the enotifminoredits...
2011-03-03 Tim Starling* Rewrote ObjectCache.php to conform to the modern...
2011-03-03 Tim StarlingStart of ObjectCache reorganisation. Moved the object...
2011-02-19 Alexandre EmsenhuberMerged retrieval of request URL and header from WebRequ...
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-14 Alexandre EmsenhuberStylise Setup.php
2011-01-06 Alexandre EmsenhuberGroup settings modifications at the top of the file
2011-01-06 Benjamin LeesFollow-up to r78285: remove blacklisted file types...
2010-12-09 Andrew GarrettFollow-up to r64937: expand ternary to conditionals...
2010-12-06 Alexandre Emsenhuber* (bug 26253) Removed $wgPostCommitUpdateList
2010-12-06 Tim StarlingRemove some of the rubbish that has been accumulating...
2010-12-04 Daniel FriesenImplement $wgFooterIcons to replace copyrightico and...
2010-11-01 Chad HorohoeFollowup r75753, combine these into one if block
2010-10-31 PlatonidesDon't increment stats when called from the scripts.
2010-10-02 Alexandre Emsenhuberadded @file to the file description header
2010-09-11 PlatonidesRemove $wgIP global, but add a hook instead.
2010-09-10 Trevor ParscalApplied patch for bug #25044 by Niklas Laxström --...
2010-09-04 Mark A. Hershbergerre r72335: forgot to include this 'global' keyword.
2010-08-12 Chad HorohoeGet rid of StubUser. Constructing a user object isn...
2010-08-08 Niklas LaxströmFollowup r70515, commiting forgotten file
2010-08-06 Chad HorohoeFix for r70571, still have to use $_COOKIE here too...
2010-08-06 Chad HorohoeCleanup getCookie() and use it all over the place inste...
2010-08-06 Chad Horohoe(bug 24687) Remove spurious require() calls. Everything...
2010-07-13 Max SemenikRevert r69291, other references-related problems reported
2010-07-12 Max SemenikFixed weird unit test failures I experienced after...
2010-07-04 Chad HorohoeDeprecated $wgFileStore in favor of $wgDeletedDirectory...
2010-07-02 Bryan Tong Minh(bug 24212) Added MediaWiki:ImagePage.css which is...
2010-05-07 Chad HorohoeMerge new-installer branch to trunk
2010-04-27 Happy-melonRewrite ajaxwatch.js to use the API watch action, and...
2010-04-26 Trevor ParscalAdded $wgLocalStylePath global variable, and solved...
2010-04-11 Bryan Tong Minh$_SERVER['REQUEST_URI'] is not available using IIS...
2010-01-29 Tim StarlingFix for r61582: if $wgDebugPrintHttpHeaders is false...
2010-01-27 Niklas LaxströmNew configuration variables $wgDebugTimestamps and...
2010-01-13 Bryan Tong MinhUpload license preview now uses the API instead of...
2010-01-10 Domas MituzasAdd $wgExtensionAssetsPath, to decouple js/css/etc...
2010-01-08 Tim Starling* Fixed the issue of all date functions throwing E_STRI...
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-11-25 Chad Horohoe(bug 21638) Set hashLevels to 2 like commons, just...
2009-11-14 Alexandre EmsenhuberFix for r58652: use tabs for indentation, not spaces :)
2009-11-13 Daniel Kinzleradd a version attribute to the <html> tag if RDFa is...
2009-11-06 Chad HorohoeAdd new global $wgUseInstantCommons for quick && easy...
2009-10-18 Bryan Tong MinhRewrote Special:Upload to allow easier extension. Mostl...
2009-10-09 Chad Horohoe(bug 13750) $wgCapitalLinks should be a per-namespace...
2009-09-17 Michael Dale* Enhanced OutputPage to support js2 style javascript...
2009-09-15 Tim StarlingMore useful debug output for CGI
2009-09-02 Tim StarlingFixes for r51204: removed useless $wgVariant and StubUs...
2009-08-11 Niklas LaxströmAlways define mwEmbed i18n file. Was not compatible...
2009-08-11 Michael Daleattempt to fix translatewiki script-loader translate...
2009-08-05 OverlordQFollow up to r54414 and r54356. Hopefully catches all...
2009-08-05 Benjamin LeesFollowup to r54406: enable/disable functions were being...
2009-08-04 Benjamin LeesAdd missing semicolons
next