Moved inclusion of UtfNormalDefines.php near other inclusions
[lhc/web/wiklou.git] / includes / Setup.php
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
2009-08-04 Benjamin LeesSuppress warnings when trying to raise the memory limit
2009-08-04 Chad Horohoe(bug 16084) Default memory limit should be increased
2009-07-19 Brion Vibber* (bug 18751) Fix for buggage in profiling setup for...
2009-07-15 Michael Dale* addressed r53282#c3209 moved conditional inclusion...
2009-05-30 Shinjiman* (bug 10837) Introducing the StubUserVariant class...
2009-05-24 Robin PepermansUpdate per r50782:
2009-05-19 Chad Horohoe(bug 18761) Add setting to hide a list of preferences.
2009-05-06 Alexandre EmsenhuberIf passing a callback in an array in $wgExtensionFuncti...
2009-04-06 Alexandre Emsenhuber* (bug 18009) $wgHooks and $wgExtensionFunctions now...
2009-01-27 Aaron Schulz(bug 17180) Disable $wgShowIPinHeader if static caching...
2009-01-27 Chad Horohoe(bug 17180) Go ahead and disable $wgShowIPinHeader...
2008-12-23 Brion VibberRevert r44814 "code style tweaks" -- removal of class_e...
2008-12-19 Aaron SchulzCode style tweaks
2008-12-10 Andrew GarrettConfigure extension: With DB handler, defer wfConfigure...
2008-12-09 Aaron SchulzTweak check order to be slightly better
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-27 Ilmari Karonen(bug 44) make 'Image' and 'Image_talk' compatibility...
2008-10-06 Tim Starling(bug 12586) Use wfHostname() everywhere, remove $wgunam...
2008-09-29 Tim StarlingProposed fix for bug 14944, specifically the reports...
2008-09-13 Aaron SchulzAdd newuser log to core
2008-09-08 Chad HorohoeSelf-revert 40530, 40531. Too many things still depend...
2008-09-06 Chad Horohoe* Add getCookie() method to WebRequest as a wrapper...
2008-09-03 Tim StarlingReverting r40323, as per comments on wikitech-l. Deprec...
2008-09-02 Chad HorohoeFully deprecate $wgProxyKey. Has been marked as depreca...
2008-08-31 Tim StarlingMake it a lot harder to unprotect the MediaWiki namespa...
2008-08-20 Brion Vibber* $wgAjaxSearch has been removed; use $wgEnableMWSugges...
2008-08-08 Tim StarlingDon't limit setlocale() hack to PHP 5.2.6, as per comme...
next