* Fixed unclosed <p> tag
[lhc/web/wiklou.git] / includes / Setup.php
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....
2004-08-21 Brion VibberDon't load DifferenceEngine.php when not needed. This...
2004-08-14 Tim StarlingAllowed post-parse link cache to be used for update...
2004-08-12 Tim StarlingAhh, so that's what that does
2004-08-06 Brion VibberSuppress some more warnings on separate execution of...
2004-07-24 Tim Starling* Introducing bit field for database parameters
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-17 Antoine Mussoremoving useless comment
2004-06-17 Antoine MussoEXPERIMENTAL: Stop requiring skin classes we do not...
2004-06-15 Tim StarlingBringing the load balancer to the main branch. Still...
2004-06-12 Antoine Mussorecommiting specialpages loading fix as the BoardVote...
2004-06-11 Brion VibberUndo change that stopped Wikipedia from running at all
2004-06-11 Antoine Mussodo not instant Special* objects if user is not requesti...
2004-06-11 Brion VibberConverted remaining latin-1 localizations to UTF-8...
2004-06-09 Antoine Mussodouble quotes to single quotes :o)
2004-06-08 Antoine Mussopossible performance enhancement
2004-06-06 Tim Starlingprofiling correction
2004-06-04 Tim StarlingMore detail in profiling data
2004-05-31 Tim StarlingFixed site notice for monobook, displayed site notice...
2004-05-15 Tim StarlingIntroducing special page modular extensions, making...
2004-05-09 Brion VibberAllow installing and running the wiki on a server where...
2004-05-09 Brion VibberAdd an objectcache table for limited caching when memca...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-05-02 Brion VibberDon't load user session in command line mode; this...
2004-05-01 Brion VibberFix unicode case conversion for English/UTF-8
2004-04-14 Brion VibberLicense selector for installation, to activate the...
2004-03-23 Tim Starlingminor command line mode fixes
2004-03-20 Tim Starling* Changed inclusion syntax to allow e.g. {{stub}}
next