Old log page -> logging table importer.
[lhc/web/wiklou.git] / config /
2004-08-24 Jens FrankSplit user table into two parts: user and user_rights...
2004-08-24 Brion VibberSpecial:Log and the logging table -- unified logging...
2004-08-18 Brion VibberUse ob_implicit_flush() rather than ob_end_flush()...
2004-08-13 Brion VibberInstall tweaks:
2004-08-12 Brion VibberAdd warning about register_globals. "It's for your...
2004-08-11 Brion VibberMake Creative Commons selection work again; pretty...
2004-08-06 Brion VibberDegrade gracefully: disable PHPTal-based skins on PHP...
2004-08-05 Brion VibberFix for [ 988901 ] (install) database password not...
2004-08-02 Brion VibberAdd a big shiny obvious error message for safe mode...
2004-07-27 Tim Starlingneed Defines.php
2004-07-19 Tim Starlingfixed double-escaping of $conf->IP
2004-07-18 Tim Starlingfix notice
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-16 Tim Starlingfixed notice and nasty error due to /dev/random exhaustion
2004-07-10 Julian OstrowAlters success message to include directory which conta...
2004-06-30 Jens FrankRightsIcon text was broken when included in "" during...
2004-06-30 Gabriel Wicke* use $wgStylePath in right icon (only for gfdl, still...
2004-06-21 Tim StarlingUse include_once and require_once instead of include...
2004-06-18 Gabriel Wickemoved db user initialization before sysop creation...
2004-06-13 Tim StarlingChanged include path in response to report on #mediawik...
2004-06-12 Brion VibberInstallation fixes:
2004-05-24 Jerome JamnickyRemove lcc_title field from linkscc table, if necessary,
2004-05-22 Tim Starling1.2 -> 1.3 conversion using the web-based installer 1.3.0beta1
2004-05-17 Tim StarlingBug fix: need to add slashes when inserting into double...
2004-05-15 Brion VibberAdd categorylinks table to separately list category...
2004-05-11 Gabriel Wickephptal doesn't require ini_set anymore
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-09 Brion VibberReplace ugly abuse of log pages to store cached results...
2004-05-08 Brion VibberFix $wgLogo to new location, for standard and nostalgia...
2004-05-08 Brion VibberUser interface images have been moved to stylesheets...
2004-05-08 Brion VibberAdd $wgDefaultSkin setting.
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 VibberSeparate out the newly added docs links for the intial...
2004-05-01 Brion VibberForward port install fixes for 1.2.5:
2004-04-30 Brion Vibberapache2filter doesn't allow PATH_INFO style; use ugly...
2004-04-27 Gabriel Wicke* use images from style dir
2004-04-22 Antoine Mussofixing $id notice
2004-04-14 Brion VibberLicense selector for installation, to activate the...
2004-04-12 Tim Starlinglinks schema conversion script, alterations to config...
2004-04-10 Jens FrankReplace \ with \\ in $IP, for Windows paths
2004-04-06 Tim StarlingCryptographic security in Special:Blockme, in response...
2004-04-02 Brion VibberFix non-root install bug
2004-04-01 Tim Starlingtypo
2004-03-28 Tim StarlingFixed two notices, fixed handling of windows line endin...
2004-03-28 Brion VibberSome slash fixes
2004-03-26 Brion VibberInstallation, compatibility, security fixlets:
2004-03-24 Jens FrankSmarty - include in LocalSettings, updated css
2004-03-23 Jens FrankSpelling fix wgUsePHPTal
2004-03-23 Jens FrankPHPTAL include path set if is set
2004-03-21 Brion VibberFrench moved to UTF-8
2004-03-07 Brion VibberAvoid failing on pre-4.3.2 due to lack of 'x' create...
2004-03-07 Brion VibberTry blank root password if user fails... fix (unused...
2004-03-06 Brion VibberUse PATH_INFO for prettier default URLs: index.php...
2004-03-06 Brion VibberMoved database update functions into maintenance/update...
2004-03-06 Brion VibberIn case of mysterious write failure, spit out the confi...
2004-03-03 Brion VibberInitialize log pages; bow out quick if dir not writable.
2004-03-03 Brion VibberInitialize messages.
2004-03-03 Brion VibberCreate sysop account on new wiki creation.
2004-03-02 Brion VibberAdd database creation to in-place installer, plus a...
2004-03-01 Brion VibberExperimental in-place installer.