remove unused message
[lhc/web/wiklou.git] / includes / Parser.php
2006-05-01 Antoine MussoFix #361: URL in URL. Final fix !
2006-04-30 Rob ChurchFix Parser::cleanSig() to use Parser::startExternalPars...
2006-04-30 Rob ChurchAdd "raw suffix" magic word for some magic words, e...
2006-04-30 Brion VibberRemove big loud PHP warning if allow_call_time_pass_ref...
2006-04-29 Niklas Laxström* Parser can now know that it is parsing an interface...
2006-04-29 Rob Church(bug 93) <nowiki> tags and tildes in templates
2006-04-29 Rob Church(bug 5741) Introduce {{NUMBEROFUSERS}} magic word
2006-04-28 Antoine Musso(no commit message)
2006-04-27 Tim StarlingRevert, breaks some unknown aspect of template-table...
2006-04-27 Tim StarlingDon't parse the return value of a function-style extens...
2006-04-25 Antoine MussoFix #4834: correct XHTML output when using $wgMaxTocLevel
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-18 Magnus ManskeChanged DISPLAYTITLE magic variable to use ParserOutput...
2006-04-18 Tim StarlingTrim arguments before they are passed to the function...
2006-04-12 Rob ChurchAdd TALKSPACE, SUBJECTSPACE, TALKPAGENAME, SUBJECTPAGEN...
2006-04-12 Magnus Manskesimple fixes for DISPLAYTITLE
2006-04-11 Brion Vibberwhitespace fixes to r13575
2006-04-11 Tim Starlinglanglinks table
2006-04-11 Magnus ManskeNew DISPLAYTITLE magic template; decativated by default...
2006-04-08 Brion Vibber* (bug 5499) Don't clear the tag strip state when asked...
2006-04-08 Brion Vibber* (bug 534) Fix regression that broke slashes in extens...
2006-04-05 Brion VibberFix big huge PHP warning error on every page when allow...
2006-04-05 Tim StarlingAllow user-defined functions, which work in a similar...
2006-04-03 Brion Vibber* Additional protections against HTML breakage in table...
2006-04-02 Rob Church(bug 5167) Add SUBPAGENAMEE
2006-03-28 Tim StarlingAdded ss_images to site_stats, to replace the slow...
2006-03-26 Ævar Arnfjörð Bjar... * Patch by Ivan Krstic to fix a parser test case
2006-03-24 Gabriel WickeDon't place html in alt/title attributes, especially...
2006-03-24 Gabriel WickeHandle {{/subpage}} properly
2006-03-24 Gabriel WickeFix JS injection vulnerability and test case
2006-03-24 Gabriel WickeFix bug 2095: three closing brackets
2006-03-24 Gabriel WickeHandle urls as external-url args
2006-03-24 Gabriel WickeThis is actually the table special case, the other...
2006-03-24 Gabriel WickeProvide some cleanup if tidy is disabled:
2006-03-22 Tim Starlingdocumentation
2006-03-17 Brion Vibber* Don't URL-decode in the title attribute for URL links...
2006-03-11 Lupintrailing whitespace removal
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
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
next