performance tweak related to title conversion
[lhc/web/wiklou.git] / includes / Parser.php
2004-10-08 Zheng Zhuperformance tweak related to title conversion
2004-10-06 Wil MahanTrivial fix from Rowan Collins to better handle
2004-10-05 Wil MahanDon't call Parser::replaceInternalLinks twice, but...
2004-10-05 Wil MahanOops, I committed the wrong file - sorry. :)
2004-10-05 Wil MahanMove length check to secureAndSplit(), so it is always...
2004-10-04 Wil MahanUse Skin::makeExternalLink() rather than hardcoding...
2004-10-04 Zheng ZhuConvert the title of an article to the preferred langua...
2004-10-02 Wil MahanDisallow '<' and '>' in free external URIs; this is...
2004-10-01 Wil MahanFix bug 553: when a piped link contains a template...
2004-09-27 Wil MahanA different fix for ':' in definitions that makes
2004-09-27 Wil MahanFix "; url://blah blah : definition" definition lists...
2004-09-27 Wil MahanFix bug 77: semicolon-colon wikitext syntax requires...
2004-09-26 Wil MahanFix problem with RFC magic links, as noted at bug 479
2004-09-25 Wil MahanDon't strip leading ':' in maybeDoSubpageLink() so...
2004-09-25 Wil MahanFix bug 561: {{/Subpage}} acts like {{Template:/Subpage...
2004-09-25 Wil MahanMove tidy call from Parser to OutputPage so that it...
2004-09-25 Wil MahanUndo some of my changes to sections from templates...
2004-09-25 Wil MahanFix two parser bugs: bug 41 and bug 529. For the former...
2004-09-24 Wil MahanAnother attempt at fixing bug 2. Call replaceInternalLi...
2004-09-24 Zheng ZhuAttempt to fix links not fixed in the wgLang->wgContLan...
2004-09-24 Zheng ZhuFirst batch of files modified to switch wgLang to wgCon...
2004-09-24 Wil MahanFix bug in pre-save transform caught by tester
2004-09-23 Wil MahanRevert previous change, which broke interwiki links.
2004-09-23 Wil MahanCall replaceExternalLinks after replaceInternalLinks...
2004-09-23 Wil MahanRemove a space for parser checker consistency
2004-09-22 Wil MahanDon't unstrip() in internalParse(), because it's alread...
2004-09-22 Jens FrankFixed some typos
2004-09-22 Zheng Zhuuse wgContLang to convert among different language...
2004-09-22 Wil MahanNow it is straightforward to fix bug 89, subst: templat...
2004-09-21 Wil MahanTwo somewhat experimental changes before I fix bug 89:
2004-09-21 Wil MahanRemoving variableSubstitution broke passing magic varia...
2004-09-21 River Tarnellremove extraneous wfDebug
2004-09-21 River Tarnelldon't error on certain inputs if $matches[] doesn't...
2004-09-21 River Tarnelluse comments instead of __ so we don't scare the users...
2004-09-21 River Tarnellfix a problem by not inserting __MWTEMPLATESECTION...
2004-09-21 River Tarnellforwardport fixes for template section edit links from...
2004-09-21 River Tarnellfix: inclusion of non-existent template is broken.
2004-09-21 River Tarnellfix for several problems found by Eloquence:
2004-09-21 River Tarnellmake section headers in templates have edit links that...
2004-09-21 River Tarnellfix bug where __MWTEMPLATESECTION__ was being used...
2004-09-21 Wil MahanConvert many comments to phpdoc style, and document...
2004-09-21 Wil MahanCompletely remove variableSubstitution(), because magic...
2004-09-21 River Tarnelldon't put edit links on sections from included templates.
2004-09-20 Jens FrankInstead of storing entire link attributes in wikitext for
2004-09-20 Antoine MussoFix bug 479 : parsing [[RFC 1234]] as internal link
2004-09-20 Wil MahanFix small corner case in HTML comment removal
2004-09-20 Jens FrankBUG#487 Use Wil's custom function to replace HTML comme...
2004-09-19 Wil MahanRemove code that is unnecessary now that titles no...
2004-09-18 Jens FrankBUG#93 Fix handling of <nowiki> in templates
2004-09-18 Jens FrankBUG#523 Don't remove newlines in front of templates...
2004-09-17 Jens FrankBUG#60 Patch by Wil Mahan
2004-09-17 Jens FrankAdded convert() to Language class, so that convert...
2004-09-16 Zheng ZhuAdded entry point to call the Traditional/Simplified...
2004-09-15 Jens FrankBUG#487 make regex not-so-greedy. If anchored to end...
2004-09-14 Brion VibberWhoops, debugging comment.
2004-09-14 Brion VibberPrudency measure: only enable $wgRawHtml usage if ...
2004-09-12 Jens FrankBUG#463 Strip first leading blank from preformatted...
2004-09-11 Brion VibberUse <i> and <b> for '' and ''' instead of <em> and...
2004-09-09 River Tarnellhere is the correct fix for head (MF 1.3)
2004-09-09 River Tarnelldon't parse blank ISBNs
2004-09-07 Jens FrankBUG#76 For categories, don't use the Category:-prefix...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-31 Brion VibberAvoid numeric and boolean interpretation of "0" in...
2004-08-28 Jens FrankBUG#160 Internationalize display of numbers:
2004-08-28 Jens FrankBUG#219 enable link shortcuts like [[:Category:catname|]]
2004-08-27 Tim StarlingAbstracted site name in LanguageFi.php. This required...
2004-08-27 Jens Frankremoved forgotten debugging statement
2004-08-27 Jens Frankcleanup of unused categoryMagic code
2004-08-26 Jens FrankBUG#206: replace <!--LINK tags by the link text for...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-22 Brion VibberRemove what seems to be an accidentally checked-in...
2004-08-22 Jens FrankMoved category stuff to CategoryPage, copying logic...
2004-08-22 Jens FrankFix notice regarding invalid array index -1
2004-08-21 Antoine MussoReverting patch 1.246 made by Guillaume. It breaks...
2004-08-19 Brion VibberAdd some more profiling points
2004-08-17 Guillaume Blanchard*fix bug in non-breaking space regexp
2004-08-16 Antoine Musso* some comments (using # instead of /* */ )
2004-08-16 Antoine Mussomore double to single quotes
2004-08-16 Antoine MussoComments, double to single quotes, foobar () { shema.
2004-08-15 Jens FrankMove check for wgUseGeoMode to where the function is...
2004-08-14 Arne HeizmannNew PHPtal-based skin 'Chick'. Designed for PDAs and...
2004-08-14 Arne HeizmannFixes to the bold/italics rendering problems [Bug 40]
2004-08-13 Brion VibberAntiglobalization!
2004-08-13 Guillaume BlanchardMAX_INCLUDE_REPEAT 5 => 20
2004-08-12 Antoine MussoFix source forge bug #1007149. Wrong plural when listin...
2004-08-12 Antoine Mussoimplement a new magic word: PAGENAMEE wich return the...
2004-08-10 Tim Starlingtweaking escaping of external links
2004-08-08 Magnus Manske(Hopefully) fixing various template bugs once and for...
2004-08-07 Tim StarlingFixing bug #584804, extra characters requested in ...
2004-08-07 Tim StarlingRewrote external link handler, using preg_split()....
2004-08-07 Arne HeizmannBugfix: produce valid XHTML even if user entered invali...
2004-08-07 Arne Heizmannrm trailing white space
2004-08-07 Tim Starlingcomments and descriptive variable names
2004-08-07 Tim StarlingNew feature, nicer display of redirects. Removed specia...
2004-08-06 Arne HeizmannPerformance optimisation: Merge two for loops into...
2004-08-06 Arne HeizmannSomewhat less hacky fix to the French l''''homme''...
2004-08-06 Magnus ManskeAdding option $fixLbug to fix bug 948549
2004-08-05 Jens FrankCategory links are not part of mBodyText, so <!--LINK...
2004-08-04 Magnus ManskeThis should fix bug 980557
next