* Reorganised the includes directory, creating subdirectories db, parser and specials
[lhc/web/wiklou.git] / includes / Setup.php
2008-06-16 Tim Starling* Reorganised the includes directory, creating subdirec...
2008-05-17 Daniel FriesenImprove UI for Special:Recentchanges and Special:Recent...
2008-05-07 Daniel FriesenNow that I think about it, we're going to have to set...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-30 Tim Starling* Introduced LBFactory -- an abstract class for configu...
2007-11-20 Tim Starling* Refactored the parser. See my huge entry in RELEASE...
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-09-17 Brion Vibber* (bug 11355) Fix false positives in Safe Mode and...
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-07-18 Brion VibberTweaks to the AJAX license preview:
2007-07-14 Rob Church(bug 10520) Preview licences during upload via AJAX
2007-07-01 Tim Starling* De-crappified JS upload dest check feature. Converted...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-28 Brion Vibber* (bug 10387) Detect and handle '.php5' extension envir...
2007-06-14 Tim StarlingSet initialCapital to $wgCapitalLinks by default for...
2007-05-30 Tim StarlingMerged filerepo-work branch:
2007-05-17 Brion VibberFix for regression in variant short-URLs...
2007-04-25 Brion Vibber* (bug 3826) Normalize some invalid cookie name charact...
2007-02-05 Brion Vibber* Clean up session checks to better handle the case...
2007-01-21 Brion VibberRevert r19529 ('ajax editors list'); per chat w/ hashar...
2007-01-20 Antoine MussoOptional feature : 'Ajax show editors' based on an...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-09 Brion Vibber* Fix regression with default lock file and cache direc...
2007-01-03 Brion Vibber* Reduce config file clutter by setting various script...
2006-12-26 Aryeh Gregor(bug 7169) Use Ajax to watch/unwatch articles. Patch...
2006-11-30 Brion Vibber* Add AuthPluginSetup hook to override $wgAuth after...
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-10-02 Brion VibberCommitted a bunch of live hacks from Wikimedia servers
2006-07-30 Daniel KinzlerSeparated ajax search box features from core ajax frame...
2006-07-26 Tim Starling$wgLanguageCode no longer indicates the user language...
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-14 Tim StarlingDeferred loading of DateFormatter.php and IP.php. Stand...
2006-07-14 Tim StarlingMagicWord initialisation deferred.
2006-07-14 Tim StarlingConsolidated web initialisation code into includes...
2006-07-12 Antoine MussoMigrate IP related tools from ProxyTools.php to IP.php
2006-07-07 Brion Vibber* (bug 6562) Removed unmaintained ParserXml.php for now
2006-07-04 Rob Church* (bug 6504) Allow configuring session name with $wgSes...
2006-07-02 Tim StarlingVarious performance and initialisation issues:
2006-07-01 Tim StarlingExperimental: use absolute paths in require_once
2006-06-27 Brion VibberRevert to r15092; massive breakage, unable to connect...
2006-06-27 Greg Sabino MullaneAdd concept of a distinct port separate from a server.
2006-06-25 Tim StarlingDefer initialisation of the special page list, allow...
2006-06-08 Domas Mituzasrevert back to 14660
2006-06-08 Domas MituzasAutoLoad OutputPage, HistoryBlob, Block, MessageCache...
2006-06-08 Domas MituzasAutoload Linker, Skin.php, move $wgValidSkinNames to...
2006-06-08 Domas Mituzasmove autoloading up :)
2006-06-08 Domas Mituzaswoo, revert the revert, apc 3.0.8 seems to work with...
2006-06-07 Domas Mituzasrevert r14636, private static arrays seem to crash...
2006-06-07 Domas Mituzasautoload Profiling, ParserCache, WebRequest
2006-06-07 Domas MituzasAutoLoad Title.php, move global cache arrays to static...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Tim StarlingSome initial work on exceptions. More to follow.
2006-06-06 Domas Mituzasautoload WikiError
2006-06-06 Domas MituzasAutoLoad LinkCache & LinkBatch
2006-06-06 Domas MituzasAutoLoad Article
2006-06-06 Domas MituzasWelcome back AutoLoader, this time in small batches :-)
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-25 Brion VibberTo simplify the lives of extension developers, the...
2006-04-12 Brion Vibber* PersistentObject removed; it doesn't do anything...
2006-04-02 Brion VibberLive fix: set $wgNodeName
2006-02-11 Tim StarlingAllow cookies to be shared between multiple wikis with...
2006-01-17 Brion Vibber* Add ".deps.php" include-file preloaders for some...
2006-01-15 Brion Vibber* (bug 3990) Use existing session name if session.auto_...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-13 Tim Starlingaccidentally committed experimental code
2006-01-13 Tim Starlingrequire_once() makes about 20 syscalls in the process...
2006-01-10 Brion VibberTemporarily removing Upgrader extension thingy
2006-01-10 Magnus ManskeNew toy: Automatic database upgrades (deactivated by...
2006-01-09 Brion Vibber* Skip loading of RecentChange.php except where needed
2006-01-05 Tim Starlingremoved $wgParserCache, converted to a singleton
2006-01-05 Tim StarlingRemoved $wgLinkCache, converted to a singleton. Removed...
2006-01-04 Tim Starlinggave LinkBatch its own file
2006-01-04 Tim StarlingMoved stub profiling functions to their own file
2006-01-03 Domas Mituzascheck if wgProfiler is defined before checking if it...
2006-01-03 Domas Mituzasallow pre-started Profiler
2005-12-30 Tim Starlingarrrggh suppressed fatal
2005-12-26 Domas Mituzassession statistics live patch
2005-12-24 Domas Mituzas* move $wgProfiler init to Setup.php
2005-12-21 Ævar Arnfjörð Bjar... * require_once 'PersistentObject.php' in the $wg(?...
2005-12-20 Domas MituzasAutoAuthenticate hook for external User suppliers
2005-12-14 Ævar Arnfjörð Bjar... * Use call_user_func( $func ) rather than $func(),...
2005-12-04 Brion Vibber* (bug 4165) Correct validation for user language selec...
2005-12-01 Tim StarlingFaster IP blocks. Requires schema change.
2005-09-05 Tim StarlingDeferred initialisation of $wgIP, because it's potentia...
2005-08-26 Ævar Arnfjörð Bjar... * No longer passing the name of the language class...
2005-08-16 Brion Vibberadjust whitespace (spaces -> tabs)
2005-08-13 Mr. E23Added dummy wfLogProfilingData() to avoid php warnings...
2005-07-25 Tim Starlingprofiling improvements and bug fixes
2005-07-24 River Tarnellallow 'uselang' and 'useskin' to be specified in the...
2005-07-03 River Tarnellimplement "action=render"
2005-06-25 Tim Starlingrecovering previous behaviour when enotif is switched off
2005-06-16 Brion Vibber* (bug 1805) Initialise $wgContLang before $wgUser
2005-05-31 Brion Vibber* Remove linkscc table code, no longer used.
2005-05-29 Tim Starlingforward-ported $wgSkipSkin from REL1_4, with enhancements
2005-05-28 Tim StarlingUnconditional inclusion for SpecialPage.php, needed...
2005-05-25 Ævar Arnfjörð Bjar... * - is not a metacharacter in regular expressions,...
2005-05-14 Tim StarlingUsing a different session name for each database, so...
2005-04-27 Brion VibberAdd WikiError to standard components now that we're...
next