(bug 5167) Add {{SUBPAGENAME}} variable
[lhc/web/wiklou.git] / includes / Title.php
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
2005-07-17 Ævar Arnfjörð Bjar... * Documentation
2005-07-05 Antoine Mussofix some issues with phpdoc
2005-07-04 River Tarnellcomment
2005-07-04 River Tarnellglobal $wgServer;
2005-07-03 River Tarnelldon't make apache cry
2005-07-03 River Tarnellfixes from live site
2005-07-03 River Tarnellkey parser cache on ($action==render)
2005-07-03 River Tarnell- proxy support for wfGetHTTP()
2005-07-01 River Tarnell(bug 2645) add a new function, Title::getLatestID(...
2005-06-27 Antoine MussoFix #2273, probably need backport in 1.4
2005-06-26 Tim StarlingMore interwiki mucking around -- isLocal() is not the...
2005-06-26 Tim StarlingFixed interwiki bug
2005-06-25 Tim Starlingdon't use the database to check if special pages were...
2005-06-19 Tim Starlingported site_stats change from 1.4
2005-06-11 Brion Vibber* (bug 2372) Fix rendering of empty-title inline interw...
2005-06-10 Brion Vibber* (bug 2367) Insert correct redirect link record on...
2005-06-09 Brion VibberRework the user_groups system, again, into something...
2005-06-01 Brion Vibber* (bug 2275) Update search index more or less right...
2005-05-31 Brion VibberDon't bother extracting action if $wgActionUrls is...
2005-05-31 Brion Vibber* Replace wfMungeToUtf8 and do_html_entity_decode with...
2005-05-31 Brion Vibbertypo--wrong func name
2005-05-31 Brion Vibber* Remove linkscc table code, no longer used.
2005-05-28 Tim Starlingfixed comment
2005-05-28 Tim StarlingAssorted changes to HTML dump paths
2005-05-26 Brion Vibber* links and brokenlinks tables merged to pagelinks...
2005-05-15 Brion VibberRevert __LCFIRST__ patch. Title objects should be treat...
2005-05-15 Ævar Arnfjörð Bjar... * (bug 2118) Added a __LCFIRST__ magic word for forcing...
2005-05-14 Tim StarlingAttempting to get enotif into working order. Many aesth...
2005-05-14 Tim Starlingallow people with the "protect" privilege to unprotect...
2005-05-06 Ævar Arnfjörð Bjar... * (bug 2084) Fixed a regular expression in includes...
2005-05-04 Ævar Arnfjörð Bjar... * Documentation
2005-04-28 Ævar Arnfjörð Bjar... * if () {} else {} converted to ? :
2005-04-27 Tim Starling* Deglobalised link placeholder handling by moving...
2005-04-25 Ævar Arnfjörð Bjar... * Brion you illiterate pig!
2005-04-25 Brion VibberMove page tweaks:
2005-04-25 Brion Vibber* (bug 1970) Don't show move tab for immobile pages
2005-04-24 Tim Starlingnew function: getBrokenLinksFrom()
2005-04-12 Tim StarlingVarious live patches ported from REL1_4
2005-04-12 Ævar Arnfjörð Bjar... * Some clown with CVS access deleted our MS Word files...
2005-04-03 Tim StarlingAllow the user to specify a reason for page moves
2005-04-03 Tim StarlingFixed bug with move page logging, need namespace too
2005-03-28 Brion VibberDecouple revision.rev_id from text.old_id
2005-03-27 Brion VibberFix query syntax which broke a couple functions' debug...
2005-03-27 Tim StarlingBasic static HTML dump generator, experimental
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
2005-03-15 Brion VibberMark interwiki redirect URLs with a source parameter...
next