* Making a linkprefix message that hold the link prefix previously hardcoded
[lhc/web/wiklou.git] / includes / Parser.php
2005-07-30 Ævar Arnfjörð Bjar... * Making a linkprefix message that hold the link prefix...
2005-07-26 Brion Vibber* Fix typo in undefined array index access prevention
2005-07-25 Brion Vibber* Spelling fix: $wgUrlProtcols -> $wgUrlProtocols
2005-07-25 Tim Starlingprofiling improvements and bug fixes
2005-07-22 Jens Frank(bug 2857) fixed parsing of lists in <pre> sections
2005-07-22 Brion Vibber* (bug 2885) Fix fatal errors and notices in PHP 5...
2005-07-21 Ævar Arnfjörð Bjar... * (bug 431) Make external URL protocols configurable...
2005-07-17 Tim Starlingfixed incorrect use of text->boolean conversion
2005-07-13 Antoine MussoFix #460 : handle <center> as a block
2005-07-13 Antoine MussoFix #785 : properly get out of a <pre> element :p
2005-07-08 Antoine MussoFix autonumbering that was broke following bug 787...
2005-07-08 Antoine MussoFix #787 : External links being rendered. Tests cases...
2005-07-05 Niklas Laxström* (bug 2534) Hide edit sections with CSS to make right...
2005-07-05 River Tarnell'floating right' option for quickbar in classic and...
2005-07-03 River Tarnelltc_url -> varchar, limit url length
2005-07-03 River Tarnellfixes from live site
2005-07-03 River Tarnell- proxy support for wfGetHTTP()
2005-07-03 Brion Vibber* (bug 2658) Fix signature time, localtime to match...
2005-07-02 Tim StarlingAdded hooks at various parser stages. Repaired neglecte...
2005-06-28 Brion Vibber* (bug 2567) Fix HTML escaping on category titles in...
2005-06-27 Ævar Arnfjörð Bjar... * Removed a comment, "FIXME require in a foreach",...
2005-06-27 Antoine Mussoquotes. Nice "require" in a foreach() need a fix ;)
2005-06-26 Tim StarlingMore interwiki mucking around -- isLocal() is not the...
2005-06-26 Ævar Arnfjörð Bjar... * A new magic word, {{NUMBEROFFILES}}, returns the...
2005-06-25 Brion Vibber* (bug 996) Replace $wgWhitelistEdit with 'edit' permis...
2005-06-24 Ævar Arnfjörð Bjar... * Added a new magic word, {{SERVERNAME}}, that returns...
2005-06-20 Ævar Arnfjörð Bjar... * MAG_PATH renamed to MAG_SCRIPTPATH
2005-06-20 Brion Vibber* (bug 2462 etc) Taking out the experimental dash conve...
2005-06-19 Ævar Arnfjörð Bjar... * A new magic word, {{PATH}}, returns $wgScriptPath
2005-06-18 Ævar Arnfjörð Bjar... * Bah, this extracttags hack sucked
2005-06-18 Ævar Arnfjörð Bjar... * Moved $text alteration statement, should only be...
2005-06-18 Ævar Arnfjörð Bjar... * (bug 2374) Allow extension tags to be terminated...
2005-06-14 Anders Wegge Jakobsen(bug 2171) The parser is not totally reentrant
2005-06-12 Brion Vibber* (bug 2394) Undo incompatible breakage to {{msg:}...
2005-06-11 Brion Vibber* (bug 2372) Fix rendering of empty-title inline interw...
2005-06-06 Brion VibberFix for bug 2319, accidentally reverted in last checkin
2005-06-06 Brion Vibber* Disallow close tags and enforce empty tags for <hr...
2005-06-06 Brion Vibber* (bug 2309) Allow templates and template parameters...
2005-06-04 Brion Vibber* (bug 2319) Fix parse hook tag matching
2005-06-03 Brion Vibber* (bug 684) Accept an attribute parameter array on...
2005-06-03 Brion Vibber* (bug 2130) Fixed interwiki links with fragments
2005-05-31 Brion Vibber* Replace wfMungeToUtf8 and do_html_entity_decode with...
2005-05-31 Brion Vibber* (bug 2271) Use faster text-only link replacement...
2005-05-29 Brion Vibberfix syntax error introduced in last commit
2005-05-29 Anders Wegge Jakobsen* (bug 2094) Multiple use of a template produced wrong...
2005-05-28 Tim Starlingbasic support for special page inclusions
2005-05-28 Tim Starlingconvenient ParserOptions constructor
2005-05-26 Brion Vibber* links and brokenlinks tables merged to pagelinks...
2005-05-23 Ævar Arnfjörð Bjar... * Restored the {{msg:}} magic word, except now it's...
2005-05-18 Brion VibberFix for the main (no pipe) case of bug 2095, triple...
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-13 Ævar Arnfjörð Bjar... * Deprecated the {{msg:}} syntax for inclusion from...
2005-05-06 Brion Vibber* Add $wgLegacySchemaConversion update-time option...
2005-05-04 Ævar Arnfjörð Bjar... * Changed [0-9] to \d in the ndash converter.
2005-05-03 Jens Frank(bug 2021)(bug 1937) Move dash replacement to a later...
2005-05-01 Zheng Zhuconvert link text for category link
2005-04-28 Zheng ZhuFull conversion support for category pages
2005-04-27 Brion VibberMissing global declaration.
2005-04-27 Tim Starling* Deglobalised link placeholder handling by moving...
2005-04-26 Zheng ZhuComments about the position of the convert() call;
2005-04-25 Tim StarlingCleared $wgLinkHolders after they are used. This fixes...
2005-04-21 Brion Vibber* (bug 1938) Fix normalization of character references...
2005-04-21 Ævar Arnfjörð Bjar... * (bug 1931) cleanup, removing unused code and variables.
2005-04-21 Brion VibberTidy's & normalization is kind of weird and doesn't...
2005-04-20 Brion Vibber* (bug 1188, bug 1936) Only run strip and sanitize...
2005-04-20 Brion Vibber* Use in-process Tidy extension if available when ...
2005-04-20 Tim StarlingSetup.php-DateFormatter was using a lot of CPU time...
2005-04-19 Ævar Arnfjörð Bjar... * (bug 1300) patch from Michael Keppler to make the...
2005-04-13 Ævar Arnfjörð Bjar... * Whitespace is now irrelivant when it comes to interwi...
2005-04-13 Ævar Arnfjörð Bjar... * (bug 87) finishing it off..
2005-04-12 Ævar Arnfjörð Bjar... * (bug 1300) Links like [[Image:Foo.png|thumb|[example...
2005-04-12 Tim StarlingVarious live patches ported from REL1_4
2005-04-12 Ævar Arnfjörð Bjar... Adding cache related stuff to a new 'Cache' subpackage
2005-04-10 Jens FrankBUG#1847 - accept lowercase x in ISBN, do not accept...
2005-04-10 Tim StarlingMoved image metadata to the database. Changed Image...
2005-04-09 Ævar Arnfjörð Bjar... * (bug 1343) Redundant whitespace around tables (<p...
2005-04-09 Ævar Arnfjörð Bjar... * Removed redundant code: LanguageZh_tw.php = 0; for...
2005-04-09 Ævar Arnfjörð Bjar... * Reverted my commafyNum patch.
2005-04-09 Ævar Arnfjörð Bjar... * (bug 87): Category tags produce ugly whitespace
2005-04-08 Ævar Arnfjörð Bjar... * Adding a new function to format a number like 1520626...
2005-04-07 Zheng Zhucache the title text of an article when there is differ...
2005-04-07 Ævar Arnfjörð Bjar... * Using wfTimestampNow() and only allowing people to...
2005-04-07 Ævar Arnfjörð Bjar... * changed function magicRFC: documented it, and rewrote...
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
2005-03-26 Ævar Arnfjörð Bjar... * (bug 1015) this fix enables the full wikisyntax insid...
2005-03-26 Antoine MussoImplement #1739 : new magickeyword REVISIONID. Give...
2005-03-26 Ævar Arnfjörð Bjar... Indentation fix, there was a bit too much of it...
2005-03-25 Brion Vibber* Move editsectiononrightclick setup to JavaScript...
2005-03-25 Brion Vibber* do showtoc option via CSS hiding of toc when it's...
2005-03-25 Brion Vibber* remove 'hover' option; always put in the title attrib...
2005-03-24 Ævar Arnfjörð Bjar... * (bug 1662) Implemented a new magic word, {{CURRENTMON...
2005-03-15 Jens FrankEnhancement 1485 Automatic rendering of -- as HTML...
2005-03-13 Tim StarlingRemoved special case preventing table of contents on...
2005-03-13 Brion Vibberremove obsolete line
2005-03-12 Brion VibberAdd page_len field with byte length of current revision...
2005-03-11 Brion Vibber* (bug 1659) Redundant caseless modifier in Parser.php
2005-03-04 Domas MituzasFix for Bug 1620, Wiki-table nnd tag strips whole line...
2005-03-04 Antoine Mussophpdoc fixes
2005-02-21 Brion VibberRemove some cruft from skins... sooooo much cruft yet...
next