Second part of bug 4083: Special:Validation doesn't check wpEditToken
[lhc/web/wiklou.git] / includes /
2006-01-08 Antoine MussoSecond part of bug 4083: Special:Validation doesn't...
2006-01-08 Antoine MussoFix security issues:
2006-01-08 Antoine MussoREVERT: Bug 3835: add a cancel link on special:movepage
2006-01-08 Magnus ManskeFixing bug 2082: Related changes views (Special:Recentc...
2006-01-08 Magnus ManskeSetting dummy variable to prevent error message in...
2006-01-08 Ævar Arnfjörð Bjar... * Added a Parser::getTags() accessor to get a list...
2006-01-08 Ævar Arnfjörð Bjar... * (bug 4531) Show a list of parser extension tags
2006-01-08 Antoine MussoBug 3835: add a cancel link on special:movepage
2006-01-08 Ævar Arnfjörð Bjar... * Add a getRegexCase() accessor for getting i or nothin...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed a peer development oversight introduced in...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed bug, $this->mBaseRegex would contain an invalid...
2006-01-08 Ævar Arnfjörð Bjar... * New function: User::getBoolOption() that wraps User...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed bugs introduced in revision 1.566 by avar ...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed bugs introduced in revision 1.155 by rob ;)
2006-01-08 Ævar Arnfjörð Bjar... * Fixed bugs introduced in revision 1.564 by rob ;)
2006-01-08 Tim StarlingUse wfGetDB(DB_SLAVE) when appropriate. Changed deletio...
2006-01-08 Ævar Arnfjörð Bjar... * Reverting ->getDB() => wfGetDB() in 1.434, not replic...
2006-01-07 Rob Church* Change order of things in pre-save transform, so...
2006-01-07 Rob Churchrm. redundant function
2006-01-07 Rob ChurchDo a silent cleanup of the signature on change
2006-01-07 Rob ChurchCleanup signature handling
2006-01-07 Magnus ManskeFix for bug 2522
2006-01-07 Brion Vibber* Protect against spoofing of X-Forwarded-For header
2006-01-07 Ævar Arnfjörð Bjar... * Wikipedia => MediaWiki in $wgPasswordSender
2006-01-07 Antoine MussoUse the new templatelinks table. The special page assum...
2006-01-07 Antoine MussoFix #4504: Use site language for namespace name resolution
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * Documentation: @private => @access private
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2006-01-07 Ævar Arnfjörð Bjar... * Forgot to remove this line in the last commit, breaki...
2006-01-07 Ævar Arnfjörð Bjar... * Replacing custom escaping code with a call to Sanitiz...
2006-01-07 Ævar Arnfjörð Bjar... * (bug 4461) Encode characters specified in the id...
2006-01-07 Ævar Arnfjörð Bjar... * Documentation
2006-01-07 Ævar Arnfjörð Bjar... * (bug 4373) Escape < and > in input like "foo</td...
2006-01-07 Tim Starlingoops
2006-01-07 Tim StarlingFixed broken image registration, by making Parser:...
2006-01-07 Tim Starlingremoved useless line
2006-01-06 Rob ChurchPrevent blocked users from changing page protection...
2006-01-06 Rob ChurchPrevent blocked users from using delete and undelete
2006-01-06 Rob Church* Move the "user is blocked" page to OutputPage
2006-01-06 Niklas LaxströmI guess this is missing require_once
2006-01-06 Brion Vibber* (bug 4507) Adjust FULLPAGENAMEE escaping to standard...
2006-01-06 Tim StarlingPrevent accidental deletion during page move.
2006-01-05 Brion Vibberprettify link
2006-01-05 Rob Church* (bug 4334) Add "watch" links to Special:Unwatchedpages
2006-01-05 Tim StarlingAllow + in titles
2006-01-05 Tim Starlingremoved $wgParserCache, converted to a singleton
2006-01-05 Tim StarlingFound RCCacheEntry crying, looking for its mummy. Happy...
2006-01-05 Tim StarlingRemoved $wgLinkCache, converted to a singleton. Removed...
2006-01-05 Ævar Arnfjörð Bjar... * Sorted $wgAvailableRights
2006-01-04 Tim Starlinggave LinkBatch its own file
2006-01-04 Tim StarlingYes, really world writeable
2006-01-04 Tim StarlingMore robust include directory determination. Don't...
2006-01-04 Tim StarlingMore robust include directory determination
2006-01-04 Tim StarlingMoved stub profiling functions to their own file
2006-01-04 Tim StarlingSimpler structure for wgLocalDatabases, for faster...
2006-01-04 Tim StarlingIgnore negative lag
2006-01-04 Brion Vibber* (bug 4453) fix for __TOC__ dollar-number breakage
2006-01-04 Ævar Arnfjörð Bjar... * Formatting: -whitespace
2006-01-03 Domas Mituzascheck if wgProfiler is defined before checking if it...
2006-01-03 Brion Vibber* (bug 4446) $wgExportAllowHistory option to explicitly...
2006-01-03 Rob ChurchSpot of code optimisation
2006-01-03 Brion VibberRevert 'user files' link; the support for it was alread...
2006-01-03 Rob ChurchFix a comment glitch and add one that's missing
2006-01-03 Rob Church* Bug 4456: Add hook for marking article patrolled
2006-01-03 Jens FrankRemoving 'search by username' feature since it causes...
2006-01-03 Domas Mituzasallow pre-started Profiler
2006-01-03 Ævar Arnfjörð Bjar... * PHP docmentation fixes, useful @link, properly end...
2006-01-03 Ævar Arnfjörð Bjar... * ctype_* compatability functions
2006-01-03 Tim StarlingFix #2 for WMF vulnerability
2006-01-03 Tim StarlingFix #1 for WMF vulnerability
2006-01-02 Magnus ManskeIntegrating "User files" (via Special:Newimages) into...
2006-01-02 Niklas Laxström* Removed broken wgAllowAnonymousMinor and added new...
2006-01-02 Magnus ManskeUsername is now passed as "Newimages/Username", while...
2006-01-02 Rob Church* (bug 1996) Special page to list redirects
2006-01-02 Rob Church* (bug 4371) Disallow tilde character in signatures
2006-01-02 Tim Starlingfixed bug
2006-01-02 Tim Starlingexplicit limits for subqueries, MySQL doesn't seem...
2006-01-01 Tim Starlingfixed bug
2006-01-01 Tim Starling$wgOut->setRevisionId() was missing from one branch...
2006-01-01 Tim StarlingFixed categorised redirects
2006-01-01 Tim Starlingbump parser version
2006-01-01 Tim Starlingfix for broken categories on preview
2006-01-01 Niklas Laxströmfeed tooltips have been in the javascript for a long...
2006-01-01 Ævar Arnfjörð Bjar... * It's 2006, update copyright notice
2006-01-01 Brion Vibber* (bug 3318) UI workarounds for disabled items in licen...
2005-12-31 Magnus ManskeParameter fix for single user search; note that there...
2005-12-31 Ævar Arnfjörð Bjar... * Two new functions, wfUsePHP() and wfUseMW() which...
2005-12-31 Ævar Arnfjörð Bjar... * $wgVersion: "1.6devel" => "1.6alpha" (rv 1.387 =...
2005-12-31 Ævar Arnfjörð Bjar... * Added a hook (ArticlePurge) to Article::purge() to...
2005-12-30 Rob Church* (bug 4359) red [[user:#id]] links generated in [...
2005-12-30 Domas Mituzas* Fix ::close()
2005-12-30 Domas Mituzasclose profiling on script exits instead of page flushing
2005-12-30 Domas Mituzas* Print profiling with stack empty but collated list...
2005-12-30 Magnus ManskeSpecialNewimages can now be called with user=X to limit...
2005-12-30 Ævar Arnfjörð Bjar... * Formatting
next