tsfix
[lhc/web/wiklou.git] / includes / Title.php
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
2004-06-10 Antoine Mussofunction getAllParentCategories:\n - possible notice...
2004-06-07 Antoine MussoMajor rewrite / bug fixing of the dmoz-like category...
2004-06-06 Antoine MussoEnable links in the dmoz-like category browser
2004-06-06 Antoine MussoVery simple category locator just like dmoz. It prints...
2004-06-05 Tim StarlingPurge linkscc properly on page move
2004-06-03 Tim StarlingLetting sysops change the wiki-wide stylesheet, instead...
2004-06-03 Gabriel Wicketypo
2004-06-03 Gabriel WickeBureacrat now
2004-06-03 Gabriel Wickeprotect global stylesheets to devs only
2004-06-03 Gabriel Wickedisallow any editing in the MediaWiki NS for non-sysop...
2004-05-30 Jerome Jamnickyadd check for null return from Title::makeTitle()
2004-05-30 Brion VibberAllow compatibility with incoming URLs with '+' used...
2004-05-29 Tim Starlingfixed getBrokenLinksTo(), inserted incorrect entries...
2004-05-28 Tim StarlingTitles containing ./ declared invalid
2004-05-27 Gabriel Wickeadd % to legal chars, fixes diff views with urlencoded...
2004-05-23 Tim StarlingFixed moveOverRedirect() -- incorrect link table handli...
2004-05-13 Gabriel WickeAfter a longer phone call Erik and me agreed on working...
2004-05-13 Erik Moellerrestore section folding
2004-05-13 Gabriel Wickeremoved section folding
2004-05-12 Erik MoellerNew feature:
2004-05-11 Brion VibberWhitelist and diff fixes:
2004-05-10 Gabriel Wickequote in separate function as well
2004-05-10 Brion VibberDon't forget to escape things in regexps
2004-05-10 Gabriel Wicke* user css/js preview
2004-05-10 Brion VibberPHP 4.1.2 compatibility fixes (based on patch submissio...
2004-05-04 Tim StarlingInterwiki redirects using prefixes in the URL
2004-04-29 Gabriel Wickeallow sysops to edit user styles/js
2004-04-29 Brion VibberDon't try to extract info from the titles until *after...
2004-04-28 Gabriel Wickequick hack to protect css/js subpages of userpages...
2004-04-09 Brion VibberFix notices
2004-04-09 Tim StarlingMoved MAG_XXXX constants to MagicWord.php, changed...
2004-04-09 Brion VibberRevert breakage in secureAndSplit() which failed to...
2004-04-08 Gabriel Wickeremoved an apparently complicated way to trim whitespac...
2004-04-05 Tim StarlingAdded transformation to wfMsg output, allowing tags...
2004-04-05 Brion VibberAdd $wgCapitalLinks option; if set to false, titles...
2004-03-29 Tim StarlingRemoved dependence on register_globals from everything...
2004-03-23 Tim StarlingModification to moveCustomMessages.php to create redire...
2004-03-23 Tim Starlingpage-move code moved to Title and disentangled from...
2004-03-20 Tim Starling* Changed inclusion syntax to allow e.g. {{stub}}
2004-03-16 Antoine MussoFix source forge bug 694639
2004-03-14 Antoine MussoFix sourceforge bug 855544
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-08 Brion VibberMore unitialized variable cleanup && 'pure' register_gl...
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-02-29 Tim Starlingmarked a static function as such
2004-02-24 Tim Starlingrejecting "." and ".." -- conflict with directories...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2004-01-12 Mr. E23Compatibility with alternative memcached client. Minor...
2003-12-18 Brion VibberHopefully slightly saner handling of character entities...
2003-12-11 Brion VibberPut the illegal char check down below again, to fix...
2003-12-11 Brion VibberFix for #837969. Strict rejection of invalid characters...
2003-11-26 Brion VibberFix failed imagelinks updates
2003-11-24 Mr. E23Moved out suprisingly costly get_html_translation_table...
2003-11-20 Brion Vibbercontribs talk link; RFE 845599
2003-11-18 Brion VibberFinish removing HTTP_SERVER_VARS in favor of _SERVER...
2003-11-18 Brion Vibbertweak tweak
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
next