* Support a third paramater to Parser::setHook() that can contain the object
[lhc/web/wiklou.git] / includes / Parser.php
2005-11-26 Ævar Arnfjörð Bjar... * Support a third paramater to Parser::setHook() that...
2005-11-25 Ævar Arnfjörð Bjar... * (bug 3420) Allow extensions to specify new parser...
2005-11-21 Ævar Arnfjörð Bjar... * (bug 3831) {{NAMESPACEE}} variable
2005-11-19 Ævar Arnfjörð Bjar... * Removed redundant variable decleration
2005-11-16 Tim StarlingRespect <noinclude> and <includeonly> during {{subst...
2005-11-15 Tim StarlingSave the results of the link cache update parse into...
2005-11-15 Brion Vibber* Run wikitext-escaping on plaintext sigs (no wiki...
2005-11-13 Tim StarlingFixed breakage of comments
2005-11-13 Tim StarlingSupport for short empty extension tags, e.g. <extension...
2005-11-07 Ævar Arnfjörð Bjar... * Trim the first and last newlines of strings passed...
2005-11-04 Brion Vibber(bug 3787) Don't replace variables and sigs in comments
2005-10-31 Brion Vibber* Fix Parser::unstrip on PHP 5.1.0RC4
2005-10-30 Ævar Arnfjörð Bjar... * Rewrote the url protocol thing to not suck
2005-10-29 Brion VibberRestore default sig changed without explanation
2005-10-29 Ævar Arnfjörð Bjar... * (bug 3391) Display a link to the talk page in the...
2005-10-26 Erik Moellernew config option: $wgAllowExternalImagesFrom
2005-10-25 Ævar Arnfjörð Bjar... * New including feature: <onlyinclude>, see parsertests...
2005-10-22 Ævar Arnfjörð Bjar... * {{lc:}} magic word
2005-10-22 Ævar Arnfjörð Bjar... * {{lcfirst:}} magic word
2005-10-19 Andrius Rfiw for bug 3526: generic template and template argumen...
2005-10-13 Brion VibberReverting patch for bug 2257 for now:
2005-10-13 Magnus Manskeported fix for bug 2257 here
2005-09-23 Tim Starlingadded {{fullurl:}} and {{fullurle:}} functions
2005-09-20 Brion VibberRevert untested change due to reported massive template...
2005-09-20 Ævar Arnfjörð Bjar... * Support default arguments for template arguments...
2005-09-20 Ævar Arnfjörð Bjar... * Removed two unused global lines
2005-09-18 Brion Vibber* (bug 3489) PHP 5.1 compat problem with captioned...
2005-09-06 Ævar Arnfjörð Bjar... * Pluralform => Plural
2005-09-05 Alexander SigachovNew magic word: PLURALFORM (like GRAMMAR)
2005-08-29 Brion Vibber* Security fix for <math>
2005-08-23 Brion Vibber* (bug 3244) Fix remote image loading hack, JavaScript...
2005-08-20 Tim Starlingremoved unused function
2005-08-20 Tim Starlingoops, randomly deleted character
2005-08-20 Tim StarlingFixed odd breakage of templates involving '<span class...
2005-08-20 Tim StarlingWith the introduction of action=render, internal links...
2005-08-20 Rowan CollinsFix manual thumbnail syntax to use a proper "MagicWord...
2005-08-20 Rowan Collins(Bug 3090) mask all external links in image captions...
2005-08-20 Tim Starlingfixed template redirects
2005-08-15 Tim StarlingAlways use reference assignment when taking the return...
2005-08-08 Ævar Arnfjörð Bjar... * Fixed a content loss bug that would occour if
2005-08-07 Tim Starling<includeonly> and <noinclude> tags
2005-08-07 Tim StarlingdisableCache function
2005-08-02 Tim StarlingSupport for templates in <meta>, <meta> in templates...
2005-08-01 Niklas LaxströmNo references here, caused ugly by php notice
2005-08-01 Tim Starlingextra $this parameter for parser extension functions
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.
next