* (bug 8136) Introduce 'ArticleUndelete' hook; see docs/hooks.txt for more info
[lhc/web/wiklou.git] / includes / Title.php
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...
2006-06-10 Antoine Mussohaving some fun with doxygen error log
2006-06-08 Domas Mituzasrevert back to 14660
2006-06-08 Domas MituzasAutoload Linker, Skin.php, move $wgValidSkinNames to...
2006-06-08 Domas Mituzaswoo, revert the revert, apc 3.0.8 seems to work with...
2006-06-07 Domas Mituzasrevert r14636, private static arrays seem to crash...
2006-06-07 Domas MituzasAutoLoad Title.php, move global cache arrays to static...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas MituzasAutoLoad search classes
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas Mituzasadd global declarations
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-25 Rob Church(bug 6062) Logic error in {{BASEPAGENAME}}
2006-05-15 Rob Church(bug 5849) Remove some hard-coded references to "Wikipe...
2006-05-14 Rob Church(bug 5845) Introduce BASEPAGENAME and BASEPAGENAMEE...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoSome more PHP5 stuff
2006-05-11 Antoine Mussopublic / private / static stuff when loading Special...
2006-05-11 Antoine Mussoa round of static statements
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-02 Rob ChurchRemove redundant check; this is covered in the blanket...
2006-05-01 Antoine Mussoreturn fragment even when we have no iw
2006-04-30 Brion VibberFix notice on empty local links introduced by validity...
2006-04-30 Brion Vibber* (bug 5338) Reject extra initial colons in title
2006-04-12 Rob ChurchAdd TALKSPACE, SUBJECTSPACE, TALKPAGENAME, SUBJECTPAGEN...
2006-04-12 Rob Church(bug 5510) Warning produced when using {{SUBPAGENAME...
2006-04-05 Domas Mituzasinitialize variable, right, thanks Brion! :)
2006-04-05 Domas MituzasFix chaining of UserCan extension return results
2006-04-04 Domas MituzasHooks:UserCan: allow advisory external checks instead...
2006-04-02 Rob Church(bug 5167) Add SUBPAGENAMEE
2006-03-16 Tim StarlingMoved getNameSpaceKey() from SkinTemplate to title.
2006-03-11 Lupintrailing whitespace removal
2006-03-07 Lupinfix whitespace fixes
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-03-04 Rob Church(bug 5167) Add {{SUBPAGENAME}} variable
2006-02-23 Rob Church(bug 4535) Warn user when editing CSS or JS subpage...
2006-02-18 Brion Vibber* More exact checking in Title::equals() to fox moves...
2006-02-06 Rob ChurchIntroduce "semiprotectedpagewarning" which appears...
next