Simplify configuration and make a better caching key.
[lhc/web/wiklou.git] / includes / Title.php
2008-07-03 Rotem LissReplacing the fix for bug 12716.
2008-07-03 Chad Horohoebug 12716 - trying to unprotect a title that isn't...
2008-06-27 Andrew GarrettCore changes for AbuseFilter extension.
2008-06-26 Aryeh GregorConsistent whitespace
2008-06-24 Chad HorohoeBit of work to AbortMove hook, in preparation for makin...
2008-06-21 Aaron Schulz* Revert r36478; I don't see the point in this cryptic...
2008-06-19 Alexandre EmsenhuberNote that restrictions are rights, not groups. So now...
2008-06-11 Bryan Tong MinhRemoved $wgEnableCascadingProtection. It was a quite...
2008-06-05 Victor VasilievFix some weird bugs on "you are blocked" form by unstub...
2008-05-30 Aaron SchulzUse proper title to give to hook
2008-05-30 Bryan Tong MinhAlways return an array if an error has occurred in...
2008-05-29 Alexandre Emsenhuber(bug 14324) Creating an account is again possible with...
2008-05-28 Aaron SchulzBreak long line
2008-05-27 Aryeh GregorTesting whether "!$this" is true makes absolutely no...
2008-05-27 Roan KattouwLet's not return arrays of arrays of arrays here :O
2008-05-27 Roan KattouwPer Simetrical's suggestion, let Title::isValidMoveOper...
2008-05-27 Roan Kattouw* Refactor Title::isValidMoveOperation() and Title...
2008-05-25 Aaron SchulzMove 'NewRevisionFromEditComplete' to proper place...
2008-05-25 Aaron Schulz* Wrap file into one nice move transaction with the...
2008-05-23 Aryeh GregorSyntax error
2008-05-23 Aryeh GregorCode simplification (-205 bytes :P):
2008-05-23 Aryeh Gregor* Don't allow moving with subpages to a namespace that...
2008-05-23 Andrew GarrettCore changes for GlobalBlocking and TorBlock extensions...
2008-05-23 Tim StarlingFixed sloppy usage of Database::selectField() in getPre...
2008-05-23 Aryeh GregorRe-commit cleaned-up version of r33565 (move subpages...
2008-05-22 Brion VibberRevert r35178 and normalize User's getID() and setID...
2008-05-22 Aaron Schulz*The function is User::getID() not getId()
2008-05-22 Aaron Schulz*Redo newRevisionFromEditComplete hook. Pass an Article...
2008-05-21 Aaron SchulzPass in $flags to getArticleId()
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-18 Aaron Schulz$parents is an array (bug 14169)
2008-05-17 Aaron Schulz* Add higher level newRevisionFromEditComplete hook
2008-05-17 Brion VibberRevert r34906, r34907, r34928 -- mixing high-level...
2008-05-16 Aaron SchulzDon't let underscore differences cause read whitelist...
2008-05-16 Aaron SchulzDecrappify edit check for revision hook
2008-05-15 Bryan Tong MinhDo some refactoring on ImagePage. Shuffled the links...
2008-05-15 Aaron SchulzAdd $flags
2008-05-14 Brion VibberReverting 34794 for the moment; some bad whitespace...
2008-05-14 Daniel FriesenSupport Array input in Title::getLocalURL and Title...
2008-05-12 Brion VibberRevert r34585: "Normalise also special page names ...
2008-05-12 Bryan Tong Minh(bug 14093) Do 'sysop' => 'protect' magic in Title...
2008-05-11 Aaron SchulzTweak doc
2008-05-11 Aaron SchulzGAID_FOR_UPDATE
2008-05-10 Aaron SchulzAdd $flags
2008-05-10 Niklas Laxström* Normalise also special page names (in addition to...
2008-05-09 Brion VibberRevert r34541 for the moment pending further review...
2008-05-09 Daniel FriesenFixing up a variety of GlobalFunctions and also improvi...
2008-05-08 Brion Vibber* (bug 12644) Template list on edit page now sorted...
2008-05-06 Aaron SchulzAdd $flags, document
2008-05-03 Bryan Tong MinhcheckExtesnion => checkExtension
2008-05-03 Victor Vasiliev* (bug 709) Cannot rename/move images and other media...
2008-04-29 Alexandre EmsenhuberOnly load old page_restrictions field if $oldFashionedR...
2008-04-28 Aaron SchulzMissing out call
2008-04-21 Aaron SchulzBetter variable name
2008-04-21 Aaron SchulzLets include the prefix folks
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-12 Victor Vasiliev* Invalidate cache of pages that includes images via...
2008-04-10 Aaron Schulzforce index, per domas
2008-04-10 Aaron SchulzAdd __METHOD__
2008-04-09 Brion VibberKill a bunch of '=&' references for LinkCache, ParserCa...
2008-04-09 Aaron SchulzMore performance tweaks
2008-04-09 Aaron Schulz...really get rid of link color query spam
2008-04-08 Aaron SchulzSome cleanup per brion
2008-04-08 Aaron SchulzRemove cruft from earlier testing
2008-04-08 Aaron SchulzConsistency
2008-04-08 Aaron Schulz* Add redirect and size fields to title. Add accessors.
2008-03-24 Aryeh GregorActually, revert r32370. It might be a good idea,...
2008-03-24 Aryeh GregorMoving some optimization code into User::isAllowed...
2008-03-23 Aryeh GregorThere's no reason to put the shortcut above wfRunHooks...
2008-03-22 Domas MituzasI actually quite liked that shortcut.
2008-03-22 Robert LeveringtonRemove debugging code.
2008-03-22 Robert LeveringtonPartially reverting r29721, this causes a massive flaw...
2008-03-22 Brion Vibber* (bug 6813) Don't break HTML validator when using...
2008-03-21 Brion Vibber* (bug 12294) Namespace class renamed to MWNamespace...
2008-03-19 Huji(bug 13137) Bots to edit protected pages
2008-03-14 Alexandre Emsenhuber(bug 2084) Fixed incorrect regex to match redirects
2008-03-13 Aaron SchulzAllow leading whitespace in redirect matches (bug 13344)
2008-03-04 Alexandre Emsenhuber* Removing some hardcoded 'edit' and 'move' restrict...
2008-03-03 Brion VibberRevert r31505, r31510 (secureAndSplit hook).
2008-03-03 Roan KattouwTweaking r31505 so changing $dbkey actually changes...
2008-03-03 Roan Kattouw(bug 13166) Adding TitleSecureAndSplit hook. Modified...
2008-03-02 Alexandre Emsenhuber* Fix comment in Title::getUserPermissionsErrors()...
2008-03-02 HujiPartially reverting r31247:
2008-03-02 Roan Kattouw* (bug 13218) Fix inclusion of " character in hyperlinks
2008-02-28 Anders Wegge JakobsenMake the category browser actually work
2008-02-26 Rotem Liss(bug 13132) Unable to unprotect pages protected with...
2008-02-25 Huji(bug 13137) Bots to edit protected pages
2008-02-13 Tim StarlingTitle::newMainPage(): don't give a fatal error if the...
2008-02-12 Brion Vibber* (bug 3269) Inaccessible titles ending in '/.' or...
2008-02-09 Rotem LissBasic compatibility between tables: When deleting the...
2008-02-09 Rotem LissFixing message cache updates for MediaWiki messages...
2008-02-04 Brion VibberReverting r30413 for now.
2008-02-02 Misza13Adding {{ROOTPAGENAME}} (and {{ROOTPAGENAMEE}}) variabl...
2008-01-24 Aryeh GregorCommit some junk: spacing, braces, parentheses, other...
2008-01-18 Roan KattouwCheck both the old and the new title of course. What...
2008-01-18 Roan KattouwWhoops, we should check for move *and* edit permissions.
2008-01-18 Roan KattouwCore:
2008-01-17 Tim StarlingMake Title::newFromIDs() work properly when given an...
2008-01-15 Brion Vibber* (bug 12567) Fix for misformatted read-only messages...
2008-01-14 Victor VasilievRevert accidentally commited image moving stuff
next