* (bug 13040) Gender-aware user namespace aliases
[lhc/web/wiklou.git] / includes / Title.php
2009-02-12 Niklas Laxström* (bug 13040) Gender-aware user namespace aliases
2009-02-09 Roan Kattouw* API: (bug 17357) Add subpage moving to the API
2009-02-06 Andrew GarrettRevert "Revert r46880, r46902. After issues with editin...
2009-02-06 Aaron SchulzMove cascade below page_restrictions check
2009-02-06 Siebrand MazelandRevert r46880, r46902. After issues with editing rights...
2009-02-06 Andrew GarrettFix for r46880 -- didn't take into account that the...
2009-02-05 Andrew GarrettMove permissions check in getUserPermissionsErrorsInter...
2009-02-05 Andrew GarrettFix r46838 per IAlex on Code Review
2009-02-05 Andrew GarrettAvoid E_NOTICE for wikis that give no rights to anonymo...
2009-02-03 Chad Horohoe(bug 17330) Fix minor warning if $titles is null, which...
2009-01-29 Aaron SchulzMake userCan() short getUserPermissionsErrorsInternal()
2009-01-29 Aaron SchulzShort-circuit block check
2009-01-29 Ryan Schmidt* (bug 11644) update recursive redirect checking code...
2009-01-21 Ryan SchmidtRedirect-related bugfixes/features:
2009-01-20 Aaron SchulzFollow up to r45780: catch Talk:interwiki:x links
2009-01-20 Brion VibberRevert r45788 "Page moves should not be minor edits"
2009-01-15 Thomas DaltonPage moves should not be minor edits
2009-01-15 Aaron SchulzRedid r45389 "Disallow broken Talk:File:x type titles...
2009-01-15 Aaron Schulz(Bug 15936) New page's patrol button should always...
2009-01-07 Raimond SpekkingReplaced some hardcoded colons with the colon-separator...
2009-01-07 Brion VibberPull back r45367 "(bug 12458) Protected page titles...
2009-01-07 Brion VibberRevert r45389 "Disallow broken Talk:File:x type titles...
2009-01-05 Aryeh GregorRefactor somewhat so that escapeId() works right
2009-01-05 Aryeh GregorAdd comment on urlencoding fragments
2009-01-04 Purodha B BlissenbachMediaWiki:Protect-expiring needs to have date and time...
2009-01-04 Aaron SchulzDisallow broken Talk:File:x type titles (bug 5280)
2009-01-03 Aaron Schulz(bug 12458) Protected page titles should show only...
2009-01-02 Aryeh GregorDo not urlencode anchor in links we output
2009-01-02 Aaron Schulz(bug 16839) cleanupTitles and namespaceDupes shouldn...
2009-01-02 Chad HorohoeDon't double append :)
2009-01-02 Chad HorohoeTweak to r45324, use wfAppendQuery() instead.
2009-01-02 Chad Horohoe(bug 16850) Allow $wgActionPaths to contain query strings.
2009-01-01 Victor Vasiliev* Put restricted image moving back, with Brion's permission
2009-01-01 Aryeh GregorMake sure fragments for Titles are urlencoded
2008-12-31 Brion VibberRevert r45197 "* Enable image moving by default. All...
2008-12-31 Brion VibberRevert r45231, r45235 "* (bug 674) Allow users to be...
2008-12-31 Victor Vasiliev* (bug 674) Allow users to be blocked from editing...
2008-12-30 Victor Vasiliev* Enable image moving by default. All known serious...
2008-12-30 Raimond Spekking* (Bug 16121) Add a note that a page move was without...
2008-12-30 Aryeh GregorOptionally allow non-HTML4-compatible ids
2008-12-30 Aryeh GregorImprove ugly interface for Sanitizer::escapeId()
2008-12-28 Aaron SchulzFileCache cleanuo:
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...
next