Introducing special page modular extensions, making the board vote special page the...
[lhc/web/wiklou.git] / includes / Setup.php
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