* (bug 674) Allow users to be blocked from editing a specific article
[lhc/web/wiklou.git] / includes / Title.php
2008-09-28 Victor Vasiliev* (bug 674) Allow users to be blocked from editing...
2008-09-28 Aryeh GregorDon't duplicate code, use wfAppendQuery
2008-09-27 Aaron SchulzDon't treat edit blocks as read blocks here
2008-09-27 Matt Johnston(bug 15739) Add $wgArticlePathForCurid to make links...
2008-09-24 Aaron Schulz* Preserve protection on move for original title (now...
2008-09-20 Alex ZMove protection level and protection expiry information...
2008-09-19 Aaron SchulzRemove some individual transactions
2008-09-16 Tim StarlingIn protect.js:
2008-09-15 Aaron SchulzRevert r40808. No need to make log_params and output...
2008-09-14 Alex Z* Update title protection to be more consistent with...
2008-09-13 Aaron SchulzCleanup for r40770:
2008-09-13 Alex Z(bug 12650) Make it possible to enter separate expiry...
2008-09-11 Chad HorohoeDon't use $wgTitle here, as it would return an invalid...
2008-09-07 Aaron SchulzFix link cache use with FOR_UPDATE
2008-09-07 Aaron SchulzFix misnamed variable
2008-09-04 Tim StarlingClarify documentation
2008-09-04 Tim StarlingDocumentation
2008-09-02 Aaron SchulzMake getLatestRevID faster
2008-08-26 Tim Starling* Revert back to my parser pseudo-branch again. Note...
2008-08-25 Brion VibberRevert r39949 "* Revert revert r39662 of my parser...
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...
next