* Replace wfMungeToUtf8 and do_html_entity_decode with a single function
[lhc/web/wiklou.git] / includes / Title.php
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...
2004-11-26 Brion VibberCache title lookups in Title::newFromText(). In pages...
2004-11-25 Brion VibberRemove redundant operations
2004-11-24 Brion VibberAvoid 'undefined index' notices
2004-11-24 Shane KingAdded the ability to protect a page from moves but...
2004-11-24 Brion VibberHave Title::makeTitle() do the space to underscore...
2004-11-23 Brion VibberLegibility, profiling points, comments, tweaking. Remov...
2004-11-21 Brion VibberTry to keep Title class as a value object: remove the...
2004-11-20 Tim Starlingfixed bug 875, circular category references cause timeo...
2004-11-12 Evan ProdromouRemoved uncalled method Title::getURL whose only purpos...
2004-11-02 Brion VibberRemove insecure mode (causes infinite loops due to...
2004-10-27 Brion VibberSome legibility cleanup; remove some debug code; make...
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
2004-10-18 River Tarnellsecurity_fix
2004-10-16 Brion VibberReject titles with %XX hex codes (since these have...
2004-10-11 Wil MahanBug 589: make random selection slightly more random...
2004-10-08 Zheng Zhuperformance tweak related to title conversion
2004-10-05 Wil MahanSmall mistake in the title length check: I meant $r...
2004-10-05 Wil MahanOops, I committed the wrong file - sorry. :)
2004-10-04 Zheng ZhuConvert the title of an article to the preferred langua...
2004-10-03 Jens FrankStupid typo
2004-10-03 Jens FrankSome paranoia checks
2004-10-03 Brion VibberQuotes, dammit! Remove potential SQL injection vector.
2004-10-02 Jens FrankMoved 'get previous/next revision' code from Difference...
2004-09-30 Wil MahanConvert documentation of functions to phpdoc format...
2004-09-26 Brion VibberBack out kturner's old table restructure for now.
2004-09-26 River Tarnellremove old_namespace and old_title from old table.
2004-09-24 Zheng ZhuThird batch of files modified to replace selected wgLan...
2004-09-22 Zheng Zhuuse wfMsgForContent() when creating new titles from...
2004-09-19 Wil MahanFix "Call to a member function on a non-object in ...
2004-09-17 River TarnellPatch from Wil Mahan <wmahan_04 at yahoo.com> to fix...
2004-09-14 River Tarnellforwardport better fix (thanks brion)
2004-09-11 Brion VibberRemove { and } from legal title chars, as they cause...
2004-09-11 Tim StarlingImproved consistency in handling redirects. If #redirec...
2004-09-11 Tim Starlingunreported bug in the new makeTitle(), disallow redirec...
2004-09-07 Domas Mituzastsfix
2004-09-06 Domas Mituzasfix timestamps, sequences
2004-09-06 Domas Mituzastimestamp fix
2004-09-06 Domas Mituzasfix timestamp
2004-09-06 Brion VibberMove the check for legacy/UTF character conversion...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Brion Vibbertypo
2004-09-03 Brion VibberStart cracking down on illegal titles: in UTF-8 mode...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-23 Antoine Mussorewrite of the dmoz-like category browser. Known bugs...
2004-08-22 Brion VibberAdd back the slower version of Title::makeTitle as...
2004-08-22 Brion VibberSet up the Title fields directly in Title::makeTitle...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-21 Antoine MussoFix bugzilla bug #100. Redirects can be done to categor...
next