fix synxtax
[lhc/web/wiklou.git] / includes / Title.php
2008-02-13 Tim StarlingTitle::newMainPage(): don't give a fatal error if the...
2008-02-12 Brion Vibber* (bug 3269) Inaccessible titles ending in '/.' or...
2008-02-09 Rotem LissBasic compatibility between tables: When deleting the...
2008-02-09 Rotem LissFixing message cache updates for MediaWiki messages...
2008-02-04 Brion VibberReverting r30413 for now.
2008-02-02 Misza13Adding {{ROOTPAGENAME}} (and {{ROOTPAGENAMEE}}) variabl...
2008-01-24 Aryeh GregorCommit some junk: spacing, braces, parentheses, other...
2008-01-18 Roan KattouwCheck both the old and the new title of course. What...
2008-01-18 Roan KattouwWhoops, we should check for move *and* edit permissions.
2008-01-18 Roan KattouwCore:
2008-01-17 Tim StarlingMake Title::newFromIDs() work properly when given an...
2008-01-15 Brion Vibber* (bug 12567) Fix for misformatted read-only messages...
2008-01-14 Victor VasilievRevert accidentally commited image moving stuff
2008-01-14 Victor Vasiliev* Introduce getUserPermissionsErrorsExpensive hook
2008-01-14 Domas Mituzas* Shortcutted Title::userCanRead() for public wikis
2008-01-14 Huji(bug 12608) (in continuation of r29719) Unifying the...
2008-01-14 Huji(bug 12608) Unifying the spelling of getDBkey() in...
2008-01-13 Aryeh GregorTweak tweaks.
2008-01-13 Aryeh GregorRandom small fixes: formatting/whitespace, comments...
2008-01-11 Brion Vibber* (bug 12584) Don't reset cl_timestamp when auto-updati...
2008-01-11 Aryeh GregorSome random code cleanup/prettification.
2008-01-11 Aaron SchulzExplicitly use 0 like the other checks here
2008-01-11 Brion VibberRedo r29565, but as far as I see working now. :)
2008-01-11 Brion VibberTweak for r29561: don't grab a database object until...
2008-01-10 Niklas Laxström* No need to query database for special namespaces
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
next