* s~\t+$~~
[lhc/web/wiklou.git] / includes / Parser.php
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * Documentation: @private => @access private
2006-01-07 Ævar Arnfjörð Bjar... * Forgot to remove this line in the last commit, breaki...
2006-01-07 Ævar Arnfjörð Bjar... * Replacing custom escaping code with a call to Sanitiz...
2006-01-07 Tim StarlingFixed broken image registration, by making Parser:...
2006-01-06 Brion Vibber* (bug 4507) Adjust FULLPAGENAMEE escaping to standard...
2006-01-05 Tim StarlingRemoved $wgLinkCache, converted to a singleton. Removed...
2006-01-01 Tim Starlingbump parser version
2005-12-30 Tim StarlingPassing title objects to addLink() and addTemplate...
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-29 Brion Vibber* (bug 2726, 3397) Fix [[Special:]] and [[:Image]]...
2005-12-28 Brion Vibber* (bug 2726, 3397) Fix [[Special:]] and [[:Image]]...
2005-12-26 Antoine Mussoucfirst class name for profiling
2005-12-24 Ævar Arnfjörð Bjar... * Adding a hook to Parser::clearState() (ParserClearState)
2005-12-24 Brion Vibber* (bug 4377) "[" is not valid in URLs
2005-12-21 Tim StarlingRemoved NaodW29 completely, never again will it show...
2005-12-21 Magnus Manskenew hooks
2005-12-19 Ævar Arnfjörð Bjar... * (bug 1436) Accessors required for RawPage.php
2005-12-05 Brion Vibber* (bug 4170) Decode HTML character escapes in sort key
2005-12-05 Brion Vibber* (bug 4169) Use $wgLegalTitleChars in pipe trick conve...
2005-12-05 Brion Vibber* (bug 1850) Additional fixes so existing local and...
2005-12-04 Antoine MussoClean up unused globals!
2005-12-03 Ævar Arnfjörð Bjar... * <onlyinclude> whitespace, only strip the last newline
2005-12-03 Brion Vibber* Tweak infinite-template-handling loop for PHP 5.1...
2005-12-02 Tim StarlingFixed extension function parameter passing
2005-12-02 Ævar Arnfjörð Bjar... * Commiting live hack for handling <onlyinclude> whitespace
2005-12-01 Ævar Arnfjörð Bjar... * Make <onlyinclude> smarter about whitespace
2005-11-29 Ævar Arnfjörð Bjar... * Removed Parser::doExponent(), unused
2005-11-27 Brion Vibber* (bug 3979) Save correct {{REVISIONID}} into parser...
2005-11-27 Ævar Arnfjörð Bjar... * Simplified the setHook system
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...
next