Tweaks for SiteConfiguration:
[lhc/web/wiklou.git] / includes / Title.php
2008-08-25 Tim Starling* Revert revert r39662 of my parser changes.
2008-08-21 Fran RogersMore Doxygen alias fixes; these aliases should be consi...
2008-08-19 Brion Vibber* $wgSpamRegex now matches the edit summary and page...
2008-08-18 Aryeh GregorRe-committing 37663 for the new release, per old Wikite...
2008-08-18 Aaron SchulzAdd optional $db param
2008-08-16 Fran RogersFix for problems with r39414; LinkHolderArray::replaceI...
2008-08-16 Siebrand MazelandRevert r39414. Breaks processing links like [[:wikipedi...
2008-08-15 Tim Starling* In the parser: do link existence tests in batches...
2008-08-11 Fran RogersUpdated Doxygen docs for Title.php
2008-08-10 Brion VibberRevert r39062 "Avoid running some queries multiple...
2008-08-10 Niklas Laxström* Removed accidentally committed debugging
2008-08-10 Niklas Laxström* Whitespace fixes
2008-08-09 Brion VibberDon't freak out about #redirect: [[blah]], this was...
2008-08-06 Roan Kattouw* (bug 15053) Syntactically incorrect redirects with...
2008-08-05 Chad HorohoeRemove a few unused globals.
2008-08-05 Brion VibberCleanup to r38608 ("Refactor badaccess-groupX and frien...
2008-08-05 Chad HorohoeRefactor badaccess-groupX and friends to use User:...
2008-08-01 Aryeh GregorStart finding more bugs in Linker::link() by having...
2008-08-01 Aryeh Gregor(bug 14995) Some link fragments in the interface stoppe...
2008-07-31 Aaron Schulzset baserevid (part of bug 14984)
2008-07-30 Aryeh GregorAs Brion points out, Linker::linkUrl() duplicates wfArr...
2008-07-29 Brion VibberRevert r38196, r38204 -- "(bugs 6089, 13079) Show edit...
2008-07-29 Alexandre EmsenhuberPer talk with Simetrical, add a param to Title::quickUs...
2008-07-29 Alexandre Emsenhuber* (bugs 6089, 13079) Show edit section links for transc...
2008-07-28 Brion VibberAdd type hint to Title::equals(); this lets the error...
2008-07-27 Aryeh Gregor* Add count() method to TitleArray and UserArray.
2008-07-27 Alexandre EmsenhuberFix comment (Title::newFromTitle -> Title::newFromName...
2008-07-25 Aryeh GregorMove more initialization to member variable defaults...
2008-07-24 Tim Starling* Fix bug 14904: fragments lost when redirects are...
2008-07-15 Brion VibberRevert r37663 for now:
2008-07-14 Aryeh Gregor* (bug 13815) In the comment for page moves, use the...
2008-07-10 Victor Vasiliev* (bug 14772) Disallow moving images to invalid titles
2008-07-10 Brion VibberRevert r37443 for the moment:
2008-07-09 Victor Vasiliev* Forbid files with * and ? to be uploaded under Window...
2008-07-07 Chad HorohoeDon't check block errors on account creation, we alread...
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
next