* Exif::validate(): Using $this->debug() rather than wfDebug()
[lhc/web/wiklou.git] / index.php
2005-07-08 Ævar Arnfjörð Bjar... * There's no more need for this here than anywhere...
2005-07-03 River Tarnellimplement "action=render"
2005-07-02 Tim Starlingfixed hook call
2005-06-30 Brion Vibber* Copy fix for old search URLs with Lucene search plugi...
2005-05-28 Tim StarlingUnconditional inclusion for SpecialPage.php, needed...
2005-05-28 Tim Starlingfixed silly switch() use, much better handled with...
2005-05-23 Ævar Arnfjörð Bjar... * Changed the handling of the action GET variable from...
2005-04-21 Zheng ZhuFix my last broken fix (that caused bug 1899)
2005-04-12 Ævar Arnfjörð Bjar... * Some clown with CVS access deleted our MS Word files...
2005-04-08 Zheng ZhuTry to find variant article when an incomming request...
2005-04-06 Ævar Arnfjörð Bjar... * brion forgot to change this when he moved around...
2005-04-06 Ævar Arnfjörð Bjar... * Documented
2005-03-31 Ævar Arnfjörð Bjar... formatting
2005-03-31 Magnus ManskeFixed installation bug
2005-03-31 Magnus ManskePartial fix for installation bug
2005-03-31 Ævar Arnfjörð Bjar... <? => <?php
2005-03-31 Ævar Arnfjörð Bjar... Display something nicer looking when the wiki hasn...
2005-03-28 Tim StarlingAbility to disable actions from LocalSettings.php
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
2005-03-24 Erik MoellerPreliminary support for application/external-editor
2005-03-17 Magnus ManskeRe-establishing validation feature (the beginnings)
2005-03-15 Brion VibberMark interwiki redirect URLs with a source parameter...
2005-03-09 Brion VibberMerge changes from 1.4:
2005-02-27 Brion Vibber* (bug 563) Fix UTF-8 interwiki URL redirects via Latin...
2005-02-21 Brion Vibbereat a couple more namespace cruft bits
2005-02-18 Brion VibberRemove Special:Asksql; moving it out to an extension.
2005-02-18 Brion VibberClean up experiments for special:data, special:validate...
2005-01-19 Tom GilderDouble to single quotes
2005-01-18 Tom GilderOnly start new session for anon users on submit, not...
2005-01-10 Jens FrankCache the redirect from index.php to the start page...
2004-12-21 River Tarnell$wgDisableInternalSearch
2004-12-10 Brion VibberRevert unauthorized changes made without discussion...
2004-12-10 Nicholas Pisarro, JrNew feature: You can edit summaries and change the...
2004-12-09 Brion Vibber* Defer message cache initialization, shaving a few...
2004-11-28 Evan ProdromouAdded "unknown action" event, so that extensions can...
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-10-20 Brion VibberReorganization of SearchEngine for legibility
2004-10-14 Brion VibberClean up a few scriptlets
2004-10-02 Brion VibberFix for running with no include_path set
2004-09-26 Tim StarlingMore informative error message for when the user forgot...
2004-09-24 Magnus ManskeWiki database system
2004-09-22 Zheng Zhumade some more wfMsg() to wfMsgForContent changes
2004-09-06 Brion VibberQuick fix for canonical redirects when the URL is case...
2004-09-03 Brion VibberStart cracking down on illegal titles: in UTF-8 mode...
2004-09-02 Brion VibberOne more unicode normalization fix: don't die horribly...
2004-08-31 Brion VibberAvoid numeric and boolean interpretation of "0" in...
2004-08-22 Brion VibberAdd back the slower version of Title::makeTitle as...
2004-08-22 Jens FrankMoved category stuff to CategoryPage, copying logic...
2004-08-22 Brion VibberAdd some profiling points
2004-08-21 Brion VibberDon't include SearchEngine.php when it's not used....
2004-08-14 Arne Heizmann# Please don't move this line to includes/Defines.php...
2004-08-14 Antoine MussoReverting my previous change. Comment
2004-08-14 Antoine Mussomoving define(mediawiki, true) from index.php to includ...
2004-08-13 Brion VibberAntiglobalization!
2004-08-12 Tim StarlingAhh, so that's what that does
2004-08-09 Arne HeizmannApparently cvs forgot to commit this with the rest.
2004-07-29 Brion VibberDon't run power search in 'go' mode
2004-07-25 Tim Starlingdon't redirect to the canonical title if other paramete...
2004-07-24 Tim Starling* Introducing bit field for database parameters
2004-07-20 Magnus ManskeArticle validation code (as a tab now)
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-07-09 Jens FrankLinksUpdate uses SELECT FOR UPDATE, thus starting a...
2004-07-08 Arne HeizmannI thought I committed this?
2004-06-28 Evan ProdromouMoved credits stuff from Skin.php to a separate module...
2004-06-26 Tim Starlingfixing broken search links e.g. from prev/next links...
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 Mussoremoving print_r *hides
2004-06-11 Antoine Mussodo not instant Special* objects if user is not requesti...
2004-06-06 Tim Starlingupdate cur_touched on action=purge
2004-05-30 Brion VibberFix bad title detection again; was dying with error...
2004-05-29 Brion VibberFix preg_quote usage in interwiki loop detection
2004-05-15 Tim StarlingIntroducing special page modular extensions, making...
2004-05-12 Erik MoellerNew feature:
2004-05-11 Brion VibberWhitelist and diff fixes:
2004-05-09 Brion VibberAllow installing and running the wiki on a server where...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-05-04 Tim StarlingInterwiki redirects using prefixes in the URL
2004-04-28 Gabriel WickeNew, simple method to retrieve the plain source of...
2004-04-24 Brion VibberFix for old-style search URLs to force the page to...
2004-04-22 Brion VibberAdd experimental MathML output option for math (only...
2004-04-09 Brion VibberUn-break large number of actions. Timwi, please read...
2004-04-09 Arne HeizmannMake code infinitely more readable and understandable...
2004-04-04 Brion VibberWhitespace & coding standards adjustments to Evan's...
2004-04-04 Evan ProdromouAdded code to implement Dublin Core and Creative Common...
2004-03-26 Brion VibberInstallation, compatibility, security fixlets:
2004-03-13 Gabriel Wickeadded manual purge action
2004-03-13 Gabriel Wickecalls to setSquidMaxage for cacheable pages
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-08 Brion VibberMore unitialized variable cleanup && 'pure' register_gl...
2004-03-08 Brion VibberImported the register_globals hack from REL1_2. Also...
2004-03-06 Brion VibberUse PATH_INFO for prettier default URLs: index.php...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-03-05 Nicholas Pisarro, JrImplemented '$wgWhitelistRead'.
2004-03-01 Gabriel Wickeallow caching for permanent redirects
2004-03-01 Brion VibberExperimental in-place installer.
2004-02-29 Brion VibberDouble-check at runtime that sitename is set. Paranoia...
2004-02-28 Erik Moellerusing index.php and redirect.php instead of wiki.phtml...