didn't mean to commit that comment
[lhc/web/wiklou.git] / includes / Title.php
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...
2004-08-21 Brion VibberDon't include SearchEngine.php when it's not used....
2004-08-20 Tim StarlingFOR UPDATE mode for Article class, and for getArticleID...
2004-08-16 Antoine Mussodouble to single quotes.
2004-08-14 Brion VibberTypo/logic error in move page watchlist update.
2004-08-13 Antoine Mussoreplace wfEscapeHTML() by htmlspecialchars() as brion...
2004-08-08 Brion VibberFurther move fix: if someone has made a piped redirect...
2004-08-08 Brion VibberPage move fix: when checking for redirects, don't die...
2004-08-07 Tim StarlingNew feature, nicer display of redirects. Removed specia...
2004-08-06 Brion VibberProtect against SQL insertion attacks in page move...
2004-08-06 Magnus ManskeThis should fix bug 975072 (Move page doesn't update...
2004-08-03 Brion VibberFix typos and missing case in the check for unreachable...
2004-07-29 Brion VibberFix fragments on interwiki links and in-wiki links...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-10 Tim StarlingLoad balancing enabled in places where it's thought...
2004-07-05 Tim StarlingSelect for update when getting links to swap. Hopefully...
2004-07-01 Tim StarlingConducting a conversation by means of comments
2004-06-24 Jens FrankFixed problem of User DaB. not being able to log in.
2004-06-24 Gabriel Wickefixed bug where section anchor was appended twice ...
2004-06-24 Brion VibberRemove < and > from legal title chars. Adding these...
2004-06-20 Tim StarlingRecording whether a page move was over a redirect or...
2004-06-19 Tim StarlingAllow anything in namespaces
2004-06-14 Tim Starlingfixed bug with interwiki prefixes in the URL, apparentl...
2004-06-12 Brion VibberThe ampersand for references is unnecessary when the...
2004-06-11 Domas Mituzastitle length code fixup (get rid of SHOW COLUMNS FROM...
2004-06-10 Antoine Mussoselect less fields from sql.
2004-06-10 Antoine Mussotypo sorry
next