(bug 7098) Add an option to disable/enable sending of HTTP ETag headers,
[lhc/web/wiklou.git] / includes / Title.php
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...
2006-02-05 Rob Church(bug 4860) Expose Title->userCan() as Hooks
2006-02-01 Tim StarlingVarious improvements to interwiki transclusion. Introdu...
2006-01-25 Domas Mituzasremove some more profiling hooks from commonly used...
2006-01-21 Domas Mituzastypo
2006-01-21 Domas Mituzasdon't look at this diff, it is too lame ;)
2006-01-21 Domas Mituzasoops, $this and some globals
2006-01-21 Domas Mituzaslocal cdb-based interwiki cache
2006-01-18 Rob ChurchBug 4429: "Protect" tab in page header
2006-01-15 Brion Vibber* (bug 4482) Include move comment on the null edit...
2006-01-12 Brion Vibber* (bug 4571) Partial fix hack for {{fulllurl:}} in...
2006-01-10 Niklas LaxströmMissing variable declarations
2006-01-10 Domas Mituzascount ( a ) , count ( a,b) , count (a,b,c) -> count...
2006-01-09 Tim Starlingforgot this
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-05 Tim StarlingAllow + in titles
2006-01-05 Tim StarlingRemoved $wgLinkCache, converted to a singleton. Removed...
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-26 Brion Vibber* Add 'GetInternalURL' hook to match the GetFullURL...
2005-12-20 Brion Vibber* (bug 3424) Update page_touched for category members...
2005-12-05 Brion Vibber* Add createpage and createtalk permission keys, allowi...
2005-12-04 Antoine MussoRemove never used stuff. There is some $rand = wfRandom...
2005-12-04 Antoine MussoClean up unused globals!
2005-12-03 Brion Vibber* (bug 1850) Allow red-links on image pages linked...
2005-11-13 Tim StarlingMoving the title cache from a static local variable...
2005-10-30 Brion Vibber* (bug 2885) Remove unnecessary reference parameter...
2005-10-29 Brion Vibber* (bug 3667) Add missing global in page move code
2005-10-22 Tim StarlingdumpHTML improvements:
2005-10-09 Ævar Arnfjörð Bjar... * Comment on potential bug
2005-10-08 Tim StarlingFixed interwiki dump links
2005-09-14 Niklas Laxströmtypo
2005-09-09 Tim StarlingMade legal title character list configurable
2005-09-05 Antoine Mussorevert previous stuff. break things :)
2005-09-05 Antoine Musso#3344: Redirected terms cannot be included in categories
2005-09-03 Tim Starlingfixed recent commit
2005-09-03 Tim StarlingCache interwiki prefixes with a canonical case
2005-09-02 Brion Vibber* (bug 3292) Fix move-over-redirect test when current...
2005-08-27 Tim Starlingtab name for discussion page of extra namespace
2005-08-27 Tim Starlingsupport for setting tab names of extra namespaces
2005-08-26 Brion Vibber* (bug 3280) Respect 'move' group permission on page...
2005-08-20 Rowan Collins(bug 676) Avoid creating invalid title objects when...
2005-08-20 Tim Starlingremoved some debugging statements, I think they were...
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2005-08-13 Antoine Musso*** empty log message ***
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-08-01 Niklas LaxströmNo references here, caused ugly by php notice
2005-07-25 Tim Starlinglive hack by Brion to improve performance
2005-07-23 River Tarnell(bug 796) trackback support
2005-07-17 River Tarnelltemplate purge file cache blah blah blah
2005-07-17 River Tarnellpurge file cache in invalidateCache
next