Fix for bug 12705. Fixed refreshLinks.php documentation.
[lhc/web/wiklou.git] / includes / Parser.php
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:
2007-10-12 David McCabeMerged in changes from Liquid Threads branch including...
2007-10-12 Rotem LissFix comment.
2007-09-14 Brion Vibber* Add {{filepath:}} parser function to get full path...
2007-09-08 Tim StarlingMoved EditPage::sectionAnchor() and EditPage::pseudoPar...
2007-09-07 Aryeh GregorUse "public function", not the old "@public" nonsense.
2007-09-07 Tim Laqua(m) Marking Parser::doQuotes() as public as it needs...
2007-08-29 Aryeh GregorReinstate r25260 with fix (missing trim()). No additio...
2007-08-29 Brion VibberRevert r25260; breaks several parser tests cases, seems...
2007-08-29 Aryeh Gregor(bug 8393) <sup> and <sub> need to be preserved (withou...
2007-08-25 Brion VibberHack a special case for regression in setting image...
2007-08-22 Tim StarlingIn ImageGallery:
2007-08-15 Rob Church(bug 8737) Fix warnings caused by incorrect use of...
2007-08-15 Tim StarlingBasic integrated audio/video support, with Ogg implemen...
2007-08-14 Daniel CannonMinor whitespace cleanup ... rmvd closing ?>
2007-07-15 Jens FrankNew Parser::setTransparentTagHook for parser extension...
2007-07-13 Brion Vibber* (bug 10508) Allow HTML attributes on <gallery>
2007-07-12 Brion Vibber* (bug 9151) Fix relative subpage links with section...
2007-07-11 Jens FrankFix bug with <nowiki> in front of links for wikis where...
2007-06-26 Raimond Spekking* (bug 10334) Replace normal spaces before percent...
2007-06-25 Rob ChurchRevert r23395, since it won't work (d'oh, of course)
2007-06-25 Rob ChurchOn second thoughts, don't increment the parser cache...
2007-06-25 Rob ChurchFix up DISPLAYTITLE and enable per default:
2007-06-25 Brion Vibber* (bug 10338) Enforce signature length limit in Unicode...
2007-06-20 Aaron Schulz*Use wfSuppressWarnings() instead of error_reporting()
2007-06-20 Aaron Schulz*Goddamn hack, modify error level temporarily while...
2007-06-19 Brion Vibber* (bug 10309) Initialise parser state properly in extra...
2007-06-18 Niklas Laxström* Escape the output of magic variables that return...
2007-06-15 Brion Vibber* (bug 8577) Fix some weird misapplications of time...
2007-06-13 Brion Vibber* (bug 8458) Limit custom signature length to $wgMaxSig...
2007-06-05 Ævar Arnfjörð Bjar... Expand a bit on the comment for Parser::stripToc, make...
2007-05-31 Aaron Schulz*Use null for time/rev ID for templates/images when...
2007-05-31 Aaron Schulz*Add BeforeGalleryFindFile, TitleLinkUpdatesAfterComple...
2007-05-30 Tim StarlingMerged filerepo-work branch:
2007-05-28 Raimond SpekkingAfter revert of r22435 and talk with Brion on IRC previ...
2007-05-26 Antoine Musso* Fix #908: links to Special: pages should check for...
2007-05-25 Brion VibberReverting r22430 for now; I don't really like this...
2007-05-25 Raimond SpekkingIntroducing 'frameless' keyword to [[Image:]] syntax...
2007-05-25 Brion VibberRevert r22423 -- mysteriously destroys several core...
2007-05-25 Raimond SpekkingIntroducing 'frameless' keyword to [[Image:]] syntax...
2007-05-22 Raimond Spekking* (bug 6072) Add a 'border' keyword to the image syntax
2007-05-21 Raimond SpekkingIntroducing new image parameter 'upright' and correspon...
2007-05-19 Tim StarlingMade extractTagsAndParams public, useful for extensions.
2007-05-10 River Tarnellwhen $threshold is 0, page_len and page_is_redirect...
2007-05-09 Ilmari Karonenapply stub threshold to all content namespaces
2007-05-08 Brion VibberRevert r21950; breaks four parser tests and allows...
next