Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / Setup.php
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...
2005-04-25 Ævar Arnfjörð Bjar... * Parser.php was being included twice in a row
2005-04-20 Tim StarlingSetup.php-DateFormatter was using a lot of CPU time...
2005-04-09 Tim StarlingSmarter, more flexible cache type selection. Moved...
2005-03-31 Tim Starlingfixed bug
2005-03-31 Magnus ManskeIf you call function wfGetIP, it might help to implemen...
2005-03-31 Tim StarlingAdding some validation for IP determination via XFF...
2005-03-27 Tim StarlingFixed efficiency problem with $wgSiteNotice. Introduced...
2005-03-27 Brion Vibber* Installation fixes for running under IIS
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
2005-03-14 Brion VibberDon't force edit encoding when LanguageEo.php is loaded...
2005-03-09 Brion VibberMerge changes from 1.4:
2005-03-02 Brion VibbereAccelerator caching support, patches from Jamie Bliss
2005-02-18 Brion VibberClean up experiments for special:data, special:validate...
2005-01-27 Jens FrankOnly include ParserXML when it is being used
2005-01-18 Brion Vibber* Skip message cache initialization on raw page view...
2005-01-17 Tim Starlingfix for script execution vulnerability
2005-01-15 Tim StarlingMinor load balancing improvements
2005-01-15 Jens FrankDon't load user object from DB when in command line...
2005-01-12 River TarnellwgSquidServersNoPurge
2004-12-23 Tim Starlingporting site notice feature from REL1_3A
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-18 Brion Vibber(bug 454) Merge e-notif 2.00
next