Fixed some doxygen warnings
[lhc/web/wiklou.git] / includes / Title.php
2009-05-24 Siebrand MazelandRemove deprecated getInterwikiLink(). Method was deprec...
2009-05-24 Siebrand MazelandRemove deprecated userCanCreate(), userCanEdit(), userC...
2009-05-24 Siebrand MazelandProper casing for getDBkey()
2009-05-04 Tim StarlingReverted r48983: obsolete since r48989, replaced by...
2009-04-28 Chad HorohoeKill a bunch of unused $wgUser
2009-04-24 Alexandre EmsenhuberMissing parenthesis
2009-04-19 Aryeh GregorFix braindead wrong escaping from r49017, r49018
2009-03-29 Victor VasilievImprove image moving error handling:
2009-03-29 Domas MituzasI'd love not to do such fixes:
2009-03-27 Aaron SchulzMake Title::newFromID only use one query
2009-03-25 Brion VibberRevert r47755 "(bug 16899) DISPLAYTITLE should allow...
2009-03-19 Alex ZFollow up to r47876, make spamregex check on move summa...
2009-03-16 Chad Horohoe(bug 17990) trackback.php lacks a .php5 equivalent
2009-03-08 Alexandre Emsenhuber(bug 17860) Moving a page in the "MediaWiki" namespace...
2009-03-03 Aaron SchulzAdd mw-redirect class to subpage links as needed
2009-02-28 Aaron Schulz* Removed force index broken by r45764; shouldn't be...
2009-02-28 Aaron SchulzMade resetArticleID( 0 ) actually set the ID to zero...
2009-02-25 Aaron SchulzWhitespace :)
2009-02-24 Huji(bug 16899) DISPLAYTITLE should allow Arabic and Persia...
2009-02-24 Aaron Schulz* (bug 17649) Added isDeletedQuick() and replaced some...
2009-02-24 Aaron Schulzwhitespace/style tweak
2009-02-20 Aryeh GregorFix completely broken profiling change
2009-02-20 Aryeh GregorProfile Title::getLinkUrl()
2009-02-19 Alexandre Emsenhuber(bug 17570) $wgMaxRedirects is now correctly respected...
2009-02-19 Alexandre EmsenhuberNo need to get a DB object since we don't use it there
2009-02-18 Tim StarlingFixed Title::getBrokenLinksFrom(), totally broken by...
2009-02-17 Brion VibberRevert r47196, r47219 "* (bug 13040) Gender-aware user...
2009-02-17 Chad HorohoeGeneral cleanup of SQL in Title and File. Fixes bug...
2009-02-16 Tim Starling* Mostly reverted r41081 and related. Although the...
2009-02-13 Alexandre Emsenhuberbug 17477 and fix for r47196: Don't use global $title...
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...
next