Fix profiling
[lhc/web/wiklou.git] / includes / Parser.php
2008-04-28 Aaron SchulzFix profiling
2008-04-19 Aaron SchulzFix NS_MEDIA link handling
2008-04-18 Aryeh Gregor* Add Parser::incrementExpensiveFunctionCount() and...
2008-04-14 Brion Vibber* (bug 13728) Don't trim initial whitespace during...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-09 Brion VibberKill a bunch of '=&' references for LinkCache, ParserCa...
2008-04-09 Aaron SchulzPartial revert of r32982; old Title method is fine...
2008-04-09 Aaron Schulz...really get rid of link color query spam
2008-04-08 Aaron SchulzThis wants a title now
2008-04-08 Aaron Schulz* Add redirect and size fields to title. Add accessors.
2008-04-07 Brion Vibber* (13624) Fix regression with manual thumb= parameter...
2008-04-07 Brion Vibber* (6943) Added PAGESINCATEGORY: magic word
2008-03-27 Aryeh Gregor(bug 13500) For backward compatibility, permit "pxpx...
2008-03-27 Brion Vibber* (bug 13522) Fix fatal error in Parser::extractTagsAnd...
2008-03-25 Tim StarlingAnother bugfix in the parameter validation thing: allow...
2008-03-25 Tim Starlingallow spaces in numeric image parameters for b/c
2008-03-25 Tim StarlingFixed r32391 -- the media handler may define parameters...
2008-03-25 Aryeh GregorActually, let's be a little pickier here.
2008-03-25 Aryeh Gregor(bug 13436) Treat image captions as image captions...
2008-03-24 Brion Vibber* (bug 12077) Fix HTML nesting for TOC
2008-03-24 Brion VibberUpdate to r32375 / bug 11874 -- !important may have...
2008-03-24 Brion Vibber* (bug 11874) Inline CSS with !important no longer...
2008-03-18 Aaron SchulzPass $time on like it should
2008-03-18 Brion VibberWorkaround for runJobs CategoryTree issue:
2008-03-13 Aryeh GregorIt's not IE, it's the standards! We aren't supposed...
2008-03-13 Brion Vibber* (bug 10721) Duplicate section anchors with differing...
2008-03-07 Niklas Laxström* Parse MediaWiki message translations with a correct...
2008-03-05 Brion Vibber* (bug 13247) Prettified ISBN links
2008-02-29 Brion Vibber* (bug 13174) __HIDDENCAT__ now applies only to categor...
2008-02-26 Raimond Spekking* (bug 13159) Use content language for name of Category...
2008-02-25 Tim Starling* Put both hidden categories and normal categories...
2008-02-21 Tim StarlingHook suggested on IRC.
2008-02-20 Tim Starling* Added __HIDDENCAT__ feature, to hide categories from...
2008-02-12 Aryeh GregorImprovements for 30871:
2008-02-09 Thomas BleherA few trivial changes:
2008-02-09 Ilmari Karonen(bug 12815) Signature timestamps are now given in the...
2008-02-05 Tim Starling* Added alternate preprocessor implementation "Preproce...
2008-02-04 Brion VibberReverting r30413 for now.
2008-02-02 Misza13Adding {{ROOTPAGENAME}} (and {{ROOTPAGENAMEE}}) variabl...
2008-02-01 Tim StarlingFix a regression of bug 4899 due to HHPv2: <h> tags...
2008-01-30 Tim StarlingFixed the fact that defaults in template arguments...
2008-01-25 Tim StarlingWorkaround for segfault observed on parse for certain...
2008-01-24 Tim Starling* Make lc and uc parser functions skip strip markers
2008-01-24 Tim Starling* Factored out PPD "part" handling into its own class...
2008-01-22 Tim StarlingFix for bug 12726: make the internal OT_xxx constants...
2008-01-22 Tim StarlingFix for bug 12705. Fixed refreshLinks.php documentation.
2008-01-21 Tim StarlingPostcard from linuxland.
2008-01-19 Tim StarlingFix for more than 6 equals signs on their own line.
2008-01-19 Tim Starling* Eliminated message mode (OT_MSG), using OT_PREPROCESS...
2008-01-17 Tim StarlingAdded ParserFirstCallInit hook. Deferred function regis...
2008-01-17 Tim StarlingIt was a bit too early to remove OnlyIncludeReplacer...
2008-01-17 Tim Starling* Fixed "Morwen/13" from meta.wikimedia.org/w/index...
2008-01-16 Tim Starling* Strip fragments from $parser->mTitle to avoid having...
2008-01-14 Tim Starling* Fixed loop detection in LST
2008-01-14 Tim Starling* Fix heading immediately after comment-on-own-line
2008-01-13 Tim StarlingExpansion cache for template arguments. Fixes the most...
2008-01-13 Tim StarlingThird time lucky? More complex method to obtain precise...
2008-01-13 Tim StarlingImproved tplarg whitespace fix, following on from buggy...
2008-01-13 Tim StarlingFix handling for whitespace in template arguments.
2008-01-11 Tim Starling* Fixed template loop check, broken by changes in parse...
2008-01-09 Domas Mituzasset OutputPage::mContainsOldMagic only for specific...
2008-01-09 Tim StarlingAdded {{#tag:}}: generic adaptor from parser function...
2008-01-08 Tim Starling* Fixed handling of whitespace before HTML comments...
2008-01-06 Aaron SchulzRevision timestamp comes out as the current time when...
2008-01-05 Tim Starling* Merged comment handling with the main loop of preproc...
2008-01-03 Tim Starling* Removed noargs/noparse in braceSubstitution(), they...
2007-12-28 Victor VasilievThis should be array() by default
2007-12-27 Victor Vasiliev* Parser now returns list of sections (for API; some...
2007-12-17 Tim Starling* Strip comments early, before template expansion....
2007-12-11 Tim StarlingFix support for PPFrame with no title.
2007-12-10 Tim StarlingAdd support for parse warnings. Currently only displaye...
2007-12-09 Tim Starling* Hacky fix for invalid character problem
2007-12-03 Brion Vibber@fixme this is probably *horribly wrong*
2007-12-02 Tim Starling* Fix incorrect call to PPFrame::implode() from PPFrame...
2007-12-01 Tim StarlingGot rid of the $shallowFlags/$deepFlags split -- seemed...
2007-12-01 Tim StarlingDon't destroy parser state in cleanSig(). Possible...
2007-11-30 Tim StarlingBug 12150: missing increment
2007-11-30 Tim Starling* Add #ifexist invocation count to the limit report...
2007-11-30 Tim Starling* $wgDebugTidy feature
2007-11-27 Brion VibberFix regressions in r27759 -- pages already marked in...
2007-11-27 Tim StarlingFixed bug 12056: transformMsg() was not calling unstrip...
2007-11-23 Aryeh Gregor* Also localize Special:Contributions in 'signature...
2007-11-23 Aryeh GregorDon't have gibberish English strings like "User" in...
2007-11-22 ThomasV* got rid of magic codes for colours.* added hook for...
2007-11-21 Steve Sanbegcache template redirects, since we were already checkin...
2007-11-20 Brion VibberRevert r27694 -- if you're seeing this problem, it...
2007-11-20 Brion VibberCleanup vis-a-vis r27691
2007-11-20 Steve Sanbegtry to prevent old extensions from exploding mysterious...
2007-11-20 Daniel CannonThis is giving me a syntax error. It looks gross this...
2007-11-20 Tim Starling* Refactored the parser. See my huge entry in RELEASE...
2007-11-19 Brion VibberReverting r27599
2007-11-18 ThomasVInserted two hooks for extension-defined colour codes...
2007-11-15 Brion Vibber* Changed signature-ip to signature-anon
2007-11-15 Brion VibberFix regression in r27416 -- {{REVISIONID}} was broken...
2007-11-14 Niklas Laxström* Not nice to sprinkle signatures in random languages
2007-11-13 Roan Kattouw(bug 11315):
2007-11-13 Niklas Laxström* Fetch linkprefix only when needed
2007-11-07 Rotem LissReverting r27280: Shows a PHP warning, and doesn't...
2007-11-06 Steve Sanbegreplace lost reference, per Bug 8451
2007-10-18 Brion VibberRevert r26670 [LiquidThreads-related patches] for now:
next