aboutsummaryrefslogtreecommitdiffstats
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Re-establishing validation feature (the beginnings)Magnus Manske2005-03-173-2/+20
* protection against injection of $wgProxyKey from register_globalsTim Starling2005-03-161-0/+2
* Making the secret key source a bit more robust for existing installationsTim Starling2005-03-162-2/+9
* Stronger user token generationTim Starling2005-03-163-8/+5
* * (bug 1370) e-notif correctionBrion Vibber2005-03-152-3/+4
* Enhancement 1485 Automatic rendering of -- as HTML dashJens Frank2005-03-151-5/+14
* Mark interwiki redirect URLs with a source parameter to stop them from furthe...Brion Vibber2005-03-153-6/+34
* remove tabs at bottom, add newlineErik Moeller2005-03-151-1/+1
* Continuing adventures in the saga of using Revision class to separateBrion Vibber2005-03-141-41/+65
* didn't mean to commit that commentRiver Tarnell2005-03-141-1/+0
* allow redirects in categories; show cats on redirect pageRiver Tarnell2005-03-142-4/+9
* @ considered evilJens Frank2005-03-141-5/+21
* no need to show PHP's internal errors if we make our own error messagesErik Moeller2005-03-141-6/+5
* ampersand 4evaRiver Tarnell2005-03-141-3/+3
* fix URLsRiver Tarnell2005-03-141-4/+4
* use rev_timestamp for history browsing instead of LIMITRiver Tarnell2005-03-141-9/+52
* Don't force edit encoding when LanguageEo.php is loaded; defer until $wgContL...Brion Vibber2005-03-141-0/+1
* Convert Title::createRedirect() to new revision/page insertion functions.Brion Vibber2005-03-141-35/+9
* Bug 1617: Incorrect login message when using AuthPluginJens Frank2005-03-131-4/+7
* Removed special case preventing table of contents on the main page. People ca...Tim Starling2005-03-131-6/+0
* Changed the calling protocol for function wfRunHooks() in Hooks.php.Evan Prodromou2005-03-138-114/+117
* * Appllied patch for bug 1686, image metadata cache by Andrius Ramanauskas.Tim Starling2005-03-135-46/+143
* For custom messages, fall back to the default language's db messagesBrion Vibber2005-03-131-33/+47
* Bug 1648: A new template message for a single undeleted revisionJens Frank2005-03-131-2/+2
* BUG 1653 - Removing hardcoded messages in Special:AllmessagesJens Frank2005-03-131-3/+3
* Change interface to Article::updateRevisionOn() to take a Revision object ins...Brion Vibber2005-03-133-15/+12
* Fix Special:Import for new schema; make it create page records as needed and ...Brion Vibber2005-03-134-96/+211
* tweak some comments (schema blah blah)Brion Vibber2005-03-131-3/+3
* fix deadlock loopBrion Vibber2005-03-131-4/+4
* remove obsolete lineBrion Vibber2005-03-131-1/+0
* Change title move redirect creation to use Revision and Article to saveBrion Vibber2005-03-132-52/+18
* Get rollback working on new schemaBrion Vibber2005-03-122-27/+40
* snip a forgotten field from page_len fixBrion Vibber2005-03-121-2/+1
* Add page_len field with byte length of current revision text, sinceBrion Vibber2005-03-125-58/+32
* Update Article::quickEdit() to use Revision::insertOn()Brion Vibber2005-03-121-43/+26
* * Make undeletion (more or less) work with new schemaBrion Vibber2005-03-123-110/+114
* Consolidate some bits in Article::insertNewArticle() and Article::updateArtic...Brion Vibber2005-03-111-84/+110
* Add Revision::insertOn() method for saving new revisions into the database;Brion Vibber2005-03-112-37/+81
* * (bug 1643) Removal of the deletion, protection and unprotection checkboxesBrion Vibber2005-03-111-24/+3
* * (bug 1659) Redundant caseless modifier in Parser.phpBrion Vibber2005-03-111-1/+1
* add comment that local accounts are necessary to log inBrion Vibber2005-03-091-0/+4
* Special:Export produces a particular output format which is the raw wikitext....Brion Vibber2005-03-091-8/+1
* Deprecating special:maintenance; going to kill it soon. KILL! KILL!Brion Vibber2005-03-091-1/+0
* Merge changes from 1.4:Brion Vibber2005-03-092-17/+38
* update comment from live copyBrion Vibber2005-03-081-1/+2
* * Reduce message cache outage recovery delay from 1 day to 5 minutesBrion Vibber2005-03-081-1/+1
* * Trim old illegal characters from syndication feedsBrion Vibber2005-03-081-0/+1
* * Respect read-only mode on block removalsBrion Vibber2005-03-081-0/+3
* Fixed occurence of php escape tags in HTML output.Mr. E232005-03-071-3/+3
* s/2004/2005/Brion Vibber2005-03-061-1/+1