Another attempt at fixing bug 2. Call replaceInternalLinks() before
[lhc/web/wiklou.git] / includes / Parser.php
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
2004-08-04 Jens FrankRemoved debug output
2004-08-04 Magnus Manskefixing several bugs at once, or creating new ones?
2004-08-04 Magnus Manskefixing my redirect bug fix (hopefully)
2004-08-04 Jens FrankAllow indentation of tables using :{|
2004-08-04 Brion VibberMove magic ISBN, RFC, and GEO links to between replaceE...
2004-08-03 Magnus Manskecategory redirect bug fix
2004-07-31 Arne HeizmannAllowing for piped links inside template variables...
2004-07-29 Brion VibberFix fragments on interwiki links and in-wiki links...
2004-07-28 Brion VibberUse localized numerals for CURRENTMONTH, CURRENTDAY...
2004-07-24 Brion Vibber$wgRawHtml option to enable <html>...</html> container...
2004-07-24 Arne Heizmannsp :)
2004-07-24 Arne HeizmannPrevent category stuff ("There are 0 articles in this...
2004-07-24 Jens FrankChanged template inclusion code to detect loops and...
2004-07-19 Jens Frankallow blank lines in preformatted text started by blank...
2004-07-19 Jens FrankNew global config setting $wgMaxTocLevel: Maximum inden...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-16 Magnus ManskeGEO mode
2004-07-14 Gabriel Wickeimproved pre/list interaction, cleanup
next