Apply changes made live on Wikimedia cluster related to preprocessor caching to subve...
[lhc/web/wiklou.git] / includes / parser /
2009-02-09 Andrew GarrettApply changes made live on Wikimedia cluster related...
2009-02-06 Andrew GarrettCache preprocessor output in memcached.
2009-02-04 Andrew GarrettAdd ACTIVEUSERS magic-word, complement to NUMBEROFUSERS.
2009-02-04 Tim StarlingAdded basic support for Wietse Venema's taint feature...
2009-02-03 Andrew GarrettRe-implementation of r46725 (caching of Cite <reference...
2009-02-01 Siebrand Mazeland(bug 14938) Removing a section no longer leaves excess...
2009-01-31 Alex Z(bug 8249) Followup to r46630, add parser function...
2009-01-31 Niklas Laxström* (bug 7556) Time zone names in signatures lack i18n
2009-01-31 Andrew GarrettFix r46628 -- I'd misunderstood the nature of the hack...
2009-01-31 Alex ZAllow the {{NAMESPACE}}, {{TALKSPACE}}, and {{SUBJECTSP...
2009-01-31 Andrew GarrettDon't allow padding parser functions to be used to...
2009-01-27 Brion VibberRoll back r46196, 46202 for now "__IGNOREUNUSED__ exclu...
2009-01-27 Siebrand MazelandRe-revert r46344 because of crossing commits (r46346)
2009-01-27 Siebrand MazelandRevert r46344. PHP Fatal error: Class 'MWTidy' not...
2009-01-27 Alexandre EmsenhuberPer Brion's comment on mediawiki.org/wiki/Special:Code...
2009-01-26 Alex Zadd mIsPreview and mIsSectionPreview to parserOptions...
2009-01-26 Niklas Laxström* (bug 13040) {{GENDER:}} magic word for interface...
2009-01-25 Aryeh Gregor__IGNOREUNUSED__ excludes cats from UnusedCategories
2009-01-23 Alexandre Emsenhuber* Fix E_STRICT
2009-01-23 Aryeh GregorAllow exempting domain names from rel="nofollow"
2009-01-23 Aryeh GregorRemove unused code
2009-01-17 Shinjiman* Fixing the caching issue by using -{T|xxx}- syntax...
2009-01-14 Brion VibberRevert r45671 "Added "__\" magic word to eat up all...
2009-01-14 Brion VibberRevert r45642 "* Fixing the caching issue by using...
2009-01-14 Aryeh Gregor(bug 16852) padleft and padright now handle multibyte...
2009-01-12 Fran Rogers(no commit message)
2009-01-11 Alex Z(bug 16965) Follow-up to r45266, also don't record...
2009-01-10 Niklas Laxström* Reverting r45588, causes fatal errors when saving...
2009-01-10 Shinjiman* Fixing the caching issue by using -{T|xxx}- syntax...
2009-01-08 Aryeh GregorReduce code duplication correctly this time, again
2009-01-08 Alex Z(bug 9947) Add PROTECTIONLEVEL parser function to retur...
2009-01-07 Brion VibberPulling r45473 back for now "Reduce code duplication...
2009-01-07 Aryeh GregorReduce code duplication correctly this time
2009-01-07 Brion VibberReverting r45341 " Use Sanitizer::escapeId() in another...
2009-01-05 Aryeh GregorWhen $wgEnforceHtmlIds=false, add legacy anchors
2009-01-05 Aryeh GregorRefactor somewhat so that escapeId() works right
2009-01-02 Aryeh GregorUse Sanitizer::escapeId() in another place
2009-01-01 Brion VibberFollow-up to r45174: (bug 16806) Fix regression from...
2008-12-31 Brion VibberPull back r45181 "(Bug 12998) Weaken DISPLAYTITLE resti...
2008-12-30 Aaron Schulz(Bug 12998) Weaken DISPLAYTITLE restictions (patch...
2008-12-30 Alex Z(bug 16806) Fix regression from r44524 that caused...
2008-12-30 Aryeh GregorOptionally allow non-HTML4-compatible ids
2008-12-30 Aryeh GregorImprove ugly interface for Sanitizer::escapeId()
2008-12-28 Aryeh GregorPrepend x to section ids not starting with [a-z]
2008-12-23 Aaron Schulz(Bug 16678) localurl/fullurl for Media: titles should...
2008-12-23 Raimond Spekking* (bug 13835) Fix rendering of {{filepath:Wiki.png...
2008-12-14 Chad HorohoeWar on wfElement() and friends. Call the Xml members...
2008-12-13 Ilmari Karonen(Actually, we can simplify that a bit more.)
2008-12-13 Ilmari KaronenFix interwiki link regression from r44524.
2008-12-13 Ilmari Karonenfollowup to r44520: simplify various bits by removing...
2008-12-11 Aaron SchulzReduce queries for pagesize thingy
2008-12-11 Aaron SchulzFix this broken crap some more
2008-12-10 Aaron Schulz(bug 16589) CoreParserFunctions error causes 500
2008-12-10 Brion VibberRevert r44271 "(bug 12998) Weaken DISPLAYTITLE resticti...
2008-12-10 Aaron Schulz* Don't set ETag if $wgUseETag = false
2008-12-06 Aaron Schulz(bug 12998) Weaken DISPLAYTITLE restictions (patch...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-21 Brion Vibber* Dropped old Paser_OldPP class. Only new parser with...
2008-11-20 Steve Sanbegundo 43772; there seems to be various special behavior...
2008-11-20 Steve Sanbegthis should prevent the parser from inserting <p> tags...
2008-11-15 Chad HorohoeRevert r41710, r41978, r42012, r42048 (integration...
2008-11-12 Raimond SpekkingAdd messages for hardcoded parser warnings
2008-11-03 Siebrand Mazeland(bug 15737) Fix notices while expanding using PPCustomF...
2008-11-02 Raimond SpekkingFix for r43077:
2008-11-02 Ilmari KaronenEmit a warning message if a single page has multiple...
2008-10-28 Nicolas DumazetAdding function hook for numberofviews
2008-10-23 Tim StarlingFixed the expansion depth limit feature, broken by...
2008-10-20 Fran RogersConvert literal tabs to &#9; when passing them through...
2008-10-19 Nicolas Dumazet(bug 13701) {{NUMBEROFVIEWS}} magic word to show number...
2008-10-15 Brion VibberFix for r41837 -- apply HTML stripping to explicit...
2008-10-15 Brion VibberPulling out r42105 for now -- "Added 2 hooks. One in...
2008-10-15 Jason RicheyAdded 2 hooks. One in Parser to allow custom handling...
2008-10-13 Brion VibberCleanup for r41952: > is usually easier to understand...
2008-10-13 Ryan Schmidt* re-implement r41983 (forgot to add log message)....
2008-10-12 Brion VibberRevert mystery change r41983 -- no explanation of the...
2008-10-12 Ryan Schmidt(no commit message)
2008-10-11 Ryan Schmidt* fixes for the merged Poem extension, per comments...
2008-10-10 Alex ZAdding file cache to the parser to improve rendering...
2008-10-09 Ilmari KaronenMake the {{ns:}} core parser function accept localized...
2008-10-08 Aryeh Gregor(bug 368) Allow alt= attribute for images
2008-10-07 Brion VibberUpdate to r41727 (bug 539) "click" parameter on images.
2008-10-06 Tim Starling(bug 15563) port PHP bug workaround to Parser_OldPP
2008-10-06 Tim Starling(bug 14229) Trim attribute name in #tag
2008-10-06 Tim Starling* Added "click" parameter to image links, to allow...
2008-10-06 Tim Starling* Allow $wgDiff3=false
2008-10-05 Ryan Schmidt* integrate Poem extension into core (patch by Nathanie...
2008-09-30 Tim StarlingRevert revert r41406 of r41333, and removed one space...
2008-09-30 Brion VibberRevert r41364 -- broke 22 parser test cases with change...
2008-09-30 Brion VibberBack out r41333 -- causes lots of parser test regressio...
2008-09-28 Aryeh Gregor(bug 368) Allow alt= attribute for images
2008-09-28 Alexandre EmsenhuberUse $wgContLang here, this should not vary with the...
2008-09-28 Niklas Laxström* (bug 15196) Free external links should be numbered...
2008-09-28 Tim Starling* Added the ability to set the target attribute on...
2008-09-22 Chad HorohoeCall Xml class directly, rather than the global function.
2008-09-21 Niklas Laxström* $name is not defined here
2008-09-15 Tim StarlingRevert r40712, replace_variables is correct.
2008-09-10 Chad HorohoeRevert r40707. Could produce broken XHTML if the source...
2008-09-10 Alexandre Emsenhuber(bug 15555) misspelled replace_variables() function...
2008-09-10 Chad Horohoe(bug 12400) Add class to content transcluded from IW...
2008-09-04 Tim StarlingFix for bug 13770, second attempt. Tested with a confli...
next