Remove ?>'s from files. They're pointless, and just asking for people to mess with...
[lhc/web/wiklou.git] / includes / Title.php
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...
2007-01-12 Andrew GarrettMissing dollarsign re-added
2007-01-12 Andrew Garrett"Two"
2007-01-12 Andrew GarrettVarious,
2007-01-12 Andrew GarrettVarious tweaks for last commit, including a merge of...
2007-01-12 Andrew GarrettDisplay MULTIPLE culprit pages for cascading protection...
2007-01-12 Brion Vibberfix typo which caused page restrictions to be loaded...
2007-01-12 Andrew GarrettUI stuff for the cascading protection feature - warning...
2007-01-12 Andrew GarrettRestore backwards-compatibility for old types of restri...
2007-01-11 Ilmari KaronenAllow customizing the minimum per-namespace protection...
2007-01-11 Andrew GarrettFixes for a couple of embarrassing bugs I should have...
2007-01-10 Andrew GarrettMerge from branches/werdna/restrictions-separation...
2007-01-10 Brion Vibberrevert api clutter from r18995
2007-01-09 Antoine MussoSome static functions. Fix strict errors when running...
2007-01-09 Nick JenkinsTesting AJAX watch/unwatch, with E_STRICT error_reporting:
2007-01-09 Aryeh GregorTwo new functions for Title: isRedirect (maybe should...
2007-01-08 Rob Church* Reset the release notes
2006-12-31 Brion Vibber* Fix for interwiki transclusion where target wiki...
2006-12-31 Brion Vibberfix regression -- bad query
2006-12-30 Rob Church* (bug 8437) Make Title::loadRestrictions() initialise...
2006-12-27 Rob ChurchFix
2006-12-27 Rob ChurchClean up Title::isSemiProtected() and make it return...
2006-12-23 Brion Vibber* Fix regression in email password resets on read-restr...
2006-12-23 Brion Vibber* (bug 3696) Strip LRM and RLM characters from titles...
2006-12-13 Manuel Schneideradded additional check to avoid warnings
2006-12-12 Aryeh Gregor* (bug 8241) Don't consider user pages of User:Foo...
2006-12-12 Leon WeberAdded Title::isSubpage()
2006-12-09 Tim Starlingtemp hack to restore previous behaviour, re whitespace...
2006-12-08 Tim Starling* Added redirect to section feature. Use it wisely.
2006-12-06 Ilmari Karonen(bug 5485) Show number of intervening revisions in...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-27 Niklas Laxström* Indentation, magic numbers
2006-11-22 Tim Starlingfixed a special page name comparison
2006-11-06 Aryeh GregorRoll back r17454 temporarily until I can talk over...
2006-11-06 Aryeh Gregor(bug 98) Prohibit corner-case where it might be possibl...
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-15 Tim StarlingAlways grant access to Special:Userlogin, even if the...
2006-10-14 Tim StarlingDependency tracking layer for caching.
2006-10-13 Brion Vibber* (bug 7562) Fix non-ASCII namespaces on Windows/XAMPP...
2006-10-12 Robert StojnićFixed bug when $2 is present in the URL.
2006-10-12 Robert StojnićCommiting diff -r 16826:16966 of serbianvariants.
2006-10-11 Tim StarlingRenamed CacheManager to HTMLFileCache, to avoid confusi...
2006-10-09 Brion VibberRevert r16860
2006-10-08 Robert StojnićMerged r16826-16858 of branches/SerbianVariants.
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-09-05 Tim Starlingadded getRelatedCache()
2006-08-24 Tim Starlingignore invalid titles in getParentCategoryTree()
2006-08-23 Rotem LissFix for profiling.
2006-07-17 Ilmari Karonenfix typo in comments (patch by xzilla, rafb.net/paste...
2006-07-14 Tim StarlingGot rid of the MagicWord indexing constants (MAG_xxx...
2006-07-11 Antoine MussoRemove forced dereferencements (new() returns a referen...
2006-07-10 Antoine MussoA lot more of static issues when using E_STRICT from...
2006-07-10 Antoine Mussostatic E_STRICT warnings
2006-07-02 Tim StarlingVarious performance and initialisation issues:
2006-07-01 Rotem LissFixing a wrongly-used private function (Title::userCan).
2006-06-28 Brion Vibber* Allow page moves over historyless self-redirects...
2006-06-23 Tim Starlingbugs!
2006-06-23 Tim Starlings/Revision::MW_REV_DELETED/Revision::DELETED/, and...
2006-06-18 Tim StarlingAdded a new method to update the cache of all pages...
2006-06-16 Brion Vibber(bug 2099) Deleted files can now be archived and undele...
next