Hooks! Hoooooks!
[lhc/web/wiklou.git] / includes / Title.php
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...
2005-03-14 Brion VibberConvert Title::createRedirect() to new revision/page...
2005-03-13 Evan ProdromouChanged the calling protocol for function wfRunHooks...
2005-03-13 Brion VibberChange interface to Article::updateRevisionOn() to...
2005-03-13 Brion VibberChange title move redirect creation to use Revision...
2005-02-28 Brion VibberAdd experimental $wgActionPaths config option.
2005-02-27 Brion Vibber* (bug 65) Fix broken interwiki link encoding on Latin...
2005-02-21 Domas Mituzasremove inverse_timestamp wherever it is found and disab...
2005-02-21 Brion VibberRemove some cruft from skins... sooooo much cruft yet...
2005-01-31 Antoine Musso* Attach revision to the new page id. Original article...
2005-01-31 Antoine MussoStop showing moves directly in recentchanges, instead...
2005-01-28 Antoine Mussos/0/NS_MAIN/
2005-01-26 Brion Vibber* Add TitleMoveComplete hook on page renames
2005-01-23 Jens FrankBUG#1364 Backport whitespace regex from 1.55.2.15
2005-01-16 Brion Vibber* Don't try to create links without namespaces ([[Categ...
2005-01-15 Brion Vibber* (bug 1132) Fix concatenation of link lists in refresh...
2005-01-14 Zheng Zhubug 1326: Use content language for '1movedto2' in...
2005-01-11 Antoine Musso* Remove some hardcoded 0 instead of NS_MAIN
2004-12-25 Brion Vibber* (bug 1193) Fix move-only page protection mode
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-10 Brion Vibber(bug 1028) fix page move over redirect to not fail...
2004-12-07 Brion Vibber(bug 1027) Fix page moves with table prefix
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-11-27 Brion VibberSlight adjustment to self-interwiki fix: disallow empty...
2004-11-27 Brion VibberSubmit local-interwiki links to namespace splitting...
next