made some more wfMsg() to wfMsgForContent changes
[lhc/web/wiklou.git] / includes / Setup.php
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}}
2004-03-10 Brion VibberSave password cookie fixes
2004-03-08 Gabriel Wickesupport for second-tier squids in the ip parsing function
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-08 Brion VibberImported the register_globals hack from REL1_2. Also...
2004-03-06 Tim StarlingOops, left debug output in
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-02-29 Tim StarlingParser improvements: global variable destruction
2004-02-26 Tim StarlingSplit parser from OutputPage into Parser.php, corrected...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-02-14 Tim StarlingTwo blocking features: IP range blocks, and expiry...
2004-01-31 Brion VibberOnly check X-Forwarded-For if we're in squid mode....
2004-01-30 Gabriel WickeSquid integration changes
2004-01-25 Mr. E23Overridable debug printouts in new memcached client.
2004-01-25 Mr. E23Added use of a FakeMemCachedClient in case memcached...
2004-01-24 Mr. E23Replaced old memcached client with new one
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2004-01-10 Tim Starlingfixed a few minor bugs and misc. notices
2004-01-07 Tim StarlingFixed initialisation order to make it slightly more...
2003-12-14 Tim StarlingImprovements in MediaWiki namespace handling, enhanced...
2003-11-24 Brion VibberRevert globals patch pending further work
2003-11-23 Brion VibberCommit JeLuF's register_globals fixes, first phase
2003-11-21 Tim StarlingFixed merge error
2003-11-20 Tim StarlingDate formatter into temp branch
2003-11-18 Mr. E23Added feature for limiting profiling to every n requests
2003-11-17 Brion VibberSecurity fix: include path
2003-11-15 Tim Starlingmisc. bug fixes
2003-11-12 Tim StarlingLatest features and bug fixes imported from stable
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-10-25 Tim StarlingTranslation checker added (nl: fixed); more conditional...
2003-10-21 Tim StarlingMade enhanced wfMsg() faster
2003-10-20 Tim Starlingfixed profiling; fixed wfMsg() use of memcached; put...
2003-10-16 Tim Starlingblock/unblock log; split off profiling into Profiling...
2003-09-01 Tim Starlingnew Block object, block expiry, optional sysop blocks
2003-08-31 Tim StarlingInternationalisation of "magic words" such as #redirect
2003-08-30 Brion VibberBreak UTF-8 support class from the case conversion...
2003-08-13 Brion Vibbercaps fix
2003-08-11 Brion VibberInitial support for memcached.
2003-04-14 Lee Daniel CrockerInitial revision