(bug 5167) Add {{SUBPAGENAME}} variable
[lhc/web/wiklou.git] / includes / Parser.php
2006-03-04 Rob Church(bug 5167) Add {{SUBPAGENAME}} variable
2006-03-04 Lupin(bug 4855) Section edit links now have the section...
2006-03-01 Tim StarlingFixed inappropriate access of $wgTitle from LanguageCon...
2006-02-28 Tim StarlingDocumentation, plus two accessor functions that might...
2006-02-26 Brion Vibber* (bug 5081) Remove bogus fix for invalid characters...
2006-02-22 Magnus Manskefix for external links:
2006-02-22 Magnus Manske"table with no data" fix
2006-02-18 Brion Vibber* Avoid corrupting <gallery> inside <!-- comment -->
2006-02-07 Tim StarlingInvestigated tidy deadlock allegations, couldn't reproduce.
2006-02-06 Magnus ManskeFixing parser errors "no data" and "nothing but a caption".
2006-02-03 Magnus ManskeFix for parser test "A table with no data"
2006-02-02 Tim StarlingBug 4549. "Temporary" means that it's cleared in parse...
2006-02-01 Tim StarlingVarious improvements to interwiki transclusion. Introdu...
2006-01-31 Tim StarlingFixes and improvements to interwiki transclusion:
2006-01-28 Magnus ManskeFix for bug 4783 : {{ns:0}} does not render
2006-01-26 Tim Starling* Added externallinks table, to track links to arbitrar...
2006-01-24 Zheng ZhuFix dependence on hardcoded UNIQ_PREFIX.
2006-01-23 Domas Mituzasallow to enable full tidy
2006-01-23 Domas Mituzaswhitespace, use member variable instead of function
2006-01-23 Domas MituzasTidy up only article views, previews, image pages and...
2006-01-14 Domas MituzastransformMsg profiling hook, shows when site messages...
2006-01-13 Ævar Arnfjörð Bjar... * (bug 4594) date("W", ..) is zero padded in PHP5,...
2006-01-13 Rob ChurchCode cleanup in cleanSig
2006-01-12 Rob ChurchRemove hack from signature clean-up code; implement...
2006-01-12 Rob ChurchWhitespace, per Brion
2006-01-12 Rob ChurchWhitespace, and flag hack
2006-01-12 Rob ChurchSlightly dirty hack to avoid a fatal PHP error when...
2006-01-12 Tim StarlingFixed ~<includeonly>~</includeonly>~~, problem reported...
2006-01-11 Tim StarlingIf a template is a redirect, register both titles in...
2006-01-08 Ævar Arnfjörð Bjar... * Added a Parser::getTags() accessor to get a list...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed a peer development oversight introduced in...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed bugs introduced in revision 1.566 by avar ...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed bugs introduced in revision 1.564 by rob ;)
2006-01-07 Rob Church* Change order of things in pre-save transform, so...
2006-01-07 Rob ChurchCleanup signature handling
2006-01-07 Magnus ManskeFix for bug 2522
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
next