* (bug 12553) Fixed invalid XHTML in edit conflict screen
[lhc/web/wiklou.git] / includes / Title.php
2008-01-02 Aryeh GregorFix whitespace, brace style
2007-12-28 Brion Vibber* (bug 3097) Inconsistently usable titles containing...
2007-12-20 Rotem LissTypo.
2007-12-20 Aaron SchulzFix bug where message cache was not updated for page...
2007-12-16 Aryeh GregorMoving pages seems to have been completely broken for...
2007-12-15 Andrew Garrett* Disallow moving to a title that has been protected...
2007-12-12 Aaron Schulz*Rename pt_by to pt_user to be a bit more consistent
2007-12-11 Andrew Garrett* (bug 2919) Allow the protection of non-existent pages...
2007-12-08 Victor VasilievIntroduce an "AbortMove" hook
2007-12-01 Andrew Garrett* (bug 11346) Prevent users who cannot edit a page...
2007-11-28 Niklas Laxström* Optimization in Title::isAlwaysKnown
2007-11-23 Roan KattouwRequiring suppressredirect right to suppress redirect...
2007-11-15 Niklas Laxström* If restricted read access was enabled, whitelist...
2007-11-15 Rotem LissFixes.
2007-11-15 Rotem LissShow 'no reason given' rather than a single apostrophe...
2007-11-06 Roan KattouwAPIEDIT BRANCH MERGE: Making redirect creation on page...
2007-10-23 Roan Kattouw(bug 11744) Incorrect return value from Title::getParen...
2007-10-18 Brion VibberRevert r26670 [LiquidThreads-related patches] for now:
2007-10-12 David McCabeMerged in changes from Liquid Threads branch including...
2007-10-11 Nick JenkinsTighten up the handling of $wgEmailConfirmToEdit ,...
2007-10-10 Roan KattouwRemoving () that made no sense and broke everything
2007-10-10 Andrew Garrett* Add a new hook getUserPermissionsErrors, which is...
2007-10-05 Aaron Schulz*Remove unused var
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-09-14 Rotem Liss* (bug 7890) Special:BrokenRedirects links deleted...
2007-09-11 Niklas Laxström* Fixed notice when accessing special page without...
2007-09-10 Andrew Garrett* (bug 8834) Split off permission for editing user...
2007-09-10 Andrew Garrett* (bug 11211) Pass, as a parameter to the protectedpage...
2007-09-10 Andrew Garrett* Partial revert of r25680 (The bit that allowed people...
2007-09-09 Andrew Garrett* Allow userCan to take null $user - and replace it...
2007-09-07 Aaron Schulz*Should include usertalk NS too
2007-09-04 Aaron Schulz*Comment grammar
2007-09-04 Aaron Schulz*Only sanitize IPv6 titles for pages in user namespace.
2007-09-03 Aaron Schulz*Convert '.' to ':' for IPs that have both (like '...
2007-08-31 Aaron Schulz*Revert r25375, breaks other messages. I didn't realize...
2007-08-29 Brion Vibber* (bug 11114) Fix regression in read-only mode error...
2007-08-27 Raimond SpekkingRemove 'blockedtext-concise'/'autoblockedtext-concise...
2007-08-26 Brion VibberFix regression caused by r24505 for bug 10683 -- was...
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
2007-08-16 Daniel Cannon* Fix bug with Protected namespace message when protect...
2007-08-09 Raimond Spekking* Fix regressions from r24515:
2007-08-07 Ilmari Karonenfix crash when trying to edit a protected namespace
2007-08-06 Raimond Spekkingtypo, use variable '$name', not a constant 'name'.
2007-08-03 Andrew GarrettUse the new userCan changes to display better, clearer...
2007-08-02 Andrew GarrettRemove partial patch mixed in with last commit
2007-08-02 Andrew Garrett(bug 10775) French localisation. Patch, syntax fixed...
2007-08-01 Andrew Garrett(bug 10767) More fixes for userCan. Kudos to WebBoy...
2007-08-01 Andrew GarrettSmall bug in userCan changes. Kudos to Raymond_ for...
2007-08-01 Andrew GarrettuserCan changes, which have been done for about 3 weeks...
2007-08-01 Rob Church(bug 10683) Fix inconsistent handling of URL-encoded...
2007-07-31 Brion VibberBacking out 24448, 24455, 24456 for the moment.
2007-07-30 River Tarnell- new field: page_key, stores page_title in uppercase.
2007-07-18 Rob ChurchClean up and update documentation for Title::isAlwaysKn...
2007-07-11 Nick Jenkins(bug 10332) Title->userCan( 'edit' ) may return false...
2007-07-07 Daniel CannonMore profile breakage.
2007-07-07 Rob Church* Coding conventions
2007-07-07 Daniel CannonIf the user is unable to edit a page because the namesp...
2007-07-05 Rob ChurchImprovements to the watchlist editor per Brion; diff...
2007-06-29 Rob ChurchClean up handling of custom CSS and JavaScript pages...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-28 Rob Church* Fix read permission check for special pages with...
2007-06-22 Brion VibberRevert r23166, 23178, 23179, and probably some other...
2007-06-21 Raimond Spekking* (bug 9415) Added options to Special:Protect to allow...
2007-06-03 Tim StarlingPartial implementation of $wgCapitalLinks differences...
2007-05-26 Antoine Musso* Fix #908: links to Special: pages should check for...
2007-05-19 Yuri Astrakhanminor fix -- $ns must be int before comparison
2007-05-09 Ilmari Karonenmake links to MediaWiki pages blue for messages with...
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-05-04 Brion Vibber* (bug 9780) Fix normalization of titles with initial...
2007-04-19 Ilmari Karonenreapply r21363, hopefully without stupid notices this...
2007-04-19 Brion VibberRevert r21363; triggers PHP notices due to failed looku...
2007-04-19 Ilmari Karonenmake ->getNsIndex() check canonical namespace names...
2007-04-16 Antoine MussoRemove obsoletes Title::getRelatedCache, Title:touchArray
2007-04-16 Antoine Musso* use 'public' keyword to mark methods, removed comments
2007-04-13 Antoine MussoIn regex, do not capture stuff when you dont need it...
2007-04-05 Tim StarlingFixed my broken wiki
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-27 Brion VibberRevert r20426 which added an unused $isvalid parameter...
2007-03-26 Brion Vibber* (bug 9411) Fix for shared image descriptions using...
2007-03-14 Aaron Schulz*Add framework for proper protection cascading
2007-03-14 Aaron Schulz*Add $isvalid arg to newFromURL() for proxy pages like...
2007-03-08 Brion Vibber* (bug 9223) Disallow magic tilde sequences in page...
2007-02-09 Nick JenkinsPrevent some unnecessary lstat system calls, generated...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-22 Brion VibberSome fixes to Werdna's protection expiration:
2007-01-22 Brion VibberIS NOT NULL is not needed here; NULL entries in SQL...
2007-01-22 Rotem Liss* Use 1movedto2_redir instead of 1movedto2 in the pages...
2007-01-22 Andrew Garrett* (bug 4133) Allow page protections to be made with...
2007-01-21 Rob ChurchReorder conditions from Werdna's previous commit; short...
2007-01-21 Andrew GarrettIgnore cascading protection for user CSS/JS subpages...
2007-01-20 Rob Church* (bug 8715) Warn users when editing an interface messa...
2007-01-20 Antoine MussouserCan(Edit|Create|Move) are deprecated : do not use...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-13 Brion Vibber* fix last commit so quickUserCan() actually skips...
2007-01-13 Andrew Garrettwhoops, left a debugging die() in there
2007-01-13 Andrew GarrettPossibly partial patch to make userCanEdit avoid runnin...
next