* Add ".deps.php" include-file preloaders for some dynamically-loaded
[lhc/web/wiklou.git] / includes / Setup.php
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
2004-12-11 Brion Vibber* Fix language selection for upgraded accounts [merge...
2004-12-09 Brion Vibber* Defer message cache initialization, shaving a few...
2004-12-07 Zheng Zhumore fixes for languages with no language files; allow...
2004-11-29 Zheng Zhufix typo
2004-11-29 Tim Starlingmade connection errors work again
2004-11-27 Evan ProdromouAdd a system of hooks to allow third-party code to...
2004-11-22 Brion VibberLet the parser cache use the objectcache table if memca...
2004-11-16 Brion VibberExperimental authentication plugin interface. Will...
2004-11-15 Brion VibberFix opening of session for users visiting with saved...
2004-11-03 Magnus ManskeXML parser XHTML output
2004-10-30 Tim StarlingBackporting concatenated gzip history compression from...
2004-10-24 Jens FrankAdd $IP to list of globals, since it is undefined otherwise
2004-10-24 Tim StarlingFixing multiple-inclusion problems
2004-10-23 Tim Starlingrm obsolete global
2004-09-26 Tim Starlingcomments
2004-09-26 Tim StarlingMore informative error message for when the user forgot...
2004-09-25 Brion VibberAvoid gratuitously breaking configurations: continue...
2004-09-25 Brion VibberAdjust some spacing
2004-09-25 Brion VibberChange LanguageEn to be UTF-8 by default. This fixes...
2004-09-25 Zheng Zhufirst attempt to support multiple language variants...
2004-09-25 Zheng Zhuremoved caching of UI messages; it does not make sense...
2004-09-24 Zheng ZhuFirst batch of files modified to switch wgLang to wgCon...
2004-09-24 Zheng Zhuupdated warning about the UI switching code.
2004-09-24 Zheng ZhuChanged installation code so that wgContLanguageCode...
2004-09-24 Zheng Zhupassing the language object in as parameter when initia...
2004-09-22 Antoine Mussofix php notices about call-time by reference
2004-09-22 Brion VibberIf $_SERVER['REMOTE_ADDR'] is not set, use 127.0.0...
2004-09-22 Zheng Zhumade some more wfMsg() to wfMsgForContent changes
2004-09-22 Zheng ZhuAdding a wgContLang object to handle message translatio...
2004-09-20 Wil MahanBug 506: use $_SERVER[] instead of getenv() because...
2004-09-08 Antoine MussoPatch to only load $msgAllMessages instead of replacing...
2004-09-08 Brion VibberAdd $wgUserLanguages array to specify which languages...
2004-09-08 Antoine MussoRegistered user can set their own language for the...
2004-09-05 Tim StarlingStub language file for zh-tw, changing Setup.php and...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-27 Jens FrankENH#169: Provide plugin interface for skins. See also...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-21 Tim StarlingNew feature: Turck MMCache shared memory as a lightweig...
2004-08-21 Brion VibberOnly load memcached-client.php if we're really using...
2004-08-21 Brion VibberDon't include SearchEngine.php when it's not used....
next