Polish up r45109 (changes to header id generation)
[lhc/web/wiklou.git] / includes / Title.php
2008-12-28 Aryeh GregorPolish up r45109 (changes to header id generation)
2008-12-21 Aaron SchulzAdd isNewPage() method
2008-12-15 Chad HorohoeTweak the wording in 'immobile-target-namespace-iw...
2008-12-15 Chad Horohoebug 15849 - Trying to move a page onto an interwiki...
2008-12-13 Ilmari Karonenfollowup to r44520: simplify various bits by removing...
2008-12-13 Ilmari Karonen(bug 5506) Make Title::isAlwaysKnown() return true...
2008-12-11 Brion VibberRevert r44365 "Cleanup Title::getTouched()"
2008-12-09 Aaron SchulzCleanup Title::getTouched()
2008-12-08 Aryeh GregorFix MySQL-centrism in comment
2008-12-08 Aaron SchulzMake pageCond() use PK is ID is already cached
2008-12-08 Aaron Schulz*Minor cleanup
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-27 Ilmari Karonen(bug 6100) Strip Unicode BiDi embedding/override charac...
2008-11-27 Aaron SchulzAdd $user to NewRevisionFromEditComplete hook
2008-11-17 Brion Vibber* Blacklist redirects via Special:Filepath, hard to...
2008-11-13 Aaron SchulzVarious code/style/performance tweaks
2008-11-08 Leon Weber* (bug 5530) Consistency between character encoding...
2008-11-08 Aaron SchulzFix typo
2008-11-08 Aaron SchulzFix comment
2008-11-08 Aaron Schulz* Add isSingleRevRedirect(). Refactor isValidMoveTarget...
2008-11-06 Siebrand MazelandConsistent casing for wfGetDB(), getDB(), and getDBKey()
2008-11-06 Siebrand MazelandConsistent casing for wfGetDB()
2008-11-01 Tim Starling* Rewrote wfArrayMerge() in terms of array plus
2008-10-30 Aaron SchulzMake getSubjectPage return $this if the title is the...
2008-10-28 Aaron SchulzMove getEarliestTime() to Title
2008-10-13 Brion VibberCleanup for r42022/r42023 interwiki stuff
2008-10-13 Matt JohnstonFix r42022, always returning true for isValidInterwiki...
2008-10-11 Tim Starling* Reintroduce user page move permission as per r41465...
2008-10-10 Aryeh GregorAdd more info to Title::newFromText() comment
2008-10-10 Aryeh GregorReformat comment for Title::newFromText
2008-10-02 Matt JohnstonRe-commit r41410 (parts of at least) with fixes (case...
2008-10-01 Brion VibberReverting r41410 -- broke interwikis totally in parser...
2008-10-01 Nicolas DumazetAdding a new right, move-rootuserpages.
2008-09-30 Matt Johnston* Add Linker::link flag for using article path
2008-09-30 Brion VibberRevert r41352-41355, r41362-41363: unauthorized schema...
2008-09-29 Brion VibberReverted r41301, r41332 -- weird overly-specific URL...
2008-09-29 Aaron SchulzSome protection move log cleanup (bug 15754)
2008-09-29 Matt JohnstonNew format for accessing Interwiki data. Replaced all...
2008-09-28 Victor VasilievSplit time and date in messages.
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...
next