Fix profiling
[lhc/web/wiklou.git] / includes / Parser.php
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...
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-05-07 Aryeh Gregor(bug 9156) Section edit links break if wikitext heading...
2007-05-03 Antoine MussoFix #6204 : only unindent toc if we indented it previously.
2007-05-02 Antoine MussoFix #9764: level indentation of toc is incorrect.
2007-05-01 Aryeh GregorPlease configure your text editor so as to display...
2007-05-01 Steve Sanbegadd emacs modeline, to give consistent indentation...
2007-05-01 Steve Sanbegclean up indentation
2007-05-01 Steve SanbegFix my own stupid patching error
2007-05-01 Steve Sanbegcleanup of my previous commit, per Tim.
2007-05-01 Steve Sanbegfix bug 9670: follow redirects in section edit links
2007-04-30 Brion Vibber* (bug 6204) Fixes for indentation with $wgMaxTocLevel:
2007-04-27 Brion VibberReverting r21560 as discussed; there are severe problem...
2007-04-25 River Tarnell9697: Adding InternalParseBeforeLinks Parser Hook for...
2007-04-25 Daniel Kinzlerintroducing magic word {{USERLANG}}; This should fix...
2007-04-23 Brion VibberRevert r21461 for now; a cleanup patch which doesn...
2007-04-21 Antoine MussoMove tidy callbacks from the Parser class to a new...
2007-04-20 Tim Starling* Introduced media handler modules for file-type specif...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-17 Ivan LaninIntroduce magic word {{NUMBEROFEDITS}}
2007-04-13 Antoine MussoIn regex, do not capture stuff when you dont need it...
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-30 River Tarnellerroneous indentation
2007-03-29 Steve Sanbegfix section/size links from cached templates, so templa...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-23 Markus KrötzschAdded parser hook InternalParseBeforeLinks, closes...
2007-03-17 Greg Sabino MullaneTrim makeImage option list, for bug #8582
2007-03-14 Steve SanbegWhen calling edit page for nonexistent section, generat...
2007-03-13 Antoine MussoIgnore lonely wiki text '''''. Fix a parser test.
2007-03-04 Aryeh GregorIntroducing broken changes in commits meant to fix...
2007-03-04 Aryeh GregorFix r20109, which was kind of insane. It was a wikitex...
2007-02-28 Aryeh GregorExplicitly mark public methods public
2007-02-15 Daniel KinzlerwgNonincludableNamespaces option to disable inclusion...
2007-02-06 Brion Vibber* (bug 8897) Fix whitespace removal for interlanguage...
2007-02-02 Aryeh Gregor* (bug 6987) Allow perrow, widths, and heights attribut...
2007-02-02 Aryeh Gregor* (bug 8535) Allow CSS vertical alignment keywords...
2007-01-23 Nick Jenkins* Removing a handful of unused globals.
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-21 Antoine MussoRemove any additional trailing slashes when subpaging...
2007-01-20 Rob Church(bug 8403) Respect bad image list exceptions in galleri...
2007-01-20 Antoine MussoFix an error introduced with r19483. Pointed out by...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoSplit out ParserOptions and ParserOutput classes in...
2007-01-17 Antoine Mussowhitespaces killing
2007-01-17 Rob Church(bug 8678) Fix detection of self-links for numeric...
2007-01-15 Aryeh GregorParser::parse() a) is used by Article, CoreParserFuncti...
2007-01-13 Brion VibberQuick and dirty guard against a FakeTitle making its...
2007-01-13 Tim StarlingRemoved broken __END__ feature.
2007-01-13 Brion Vibber* fix last commit so quickUserCan() actually skips...
2007-01-13 Andrew GarrettPossibly partial patch to make userCanEdit avoid runnin...
2007-01-09 Antoine Mussobraces are usefull
2007-01-08 Aryeh Gregor* Move headline construction to Linker function (from...
2007-01-07 Brion VibberFix regression in transclusion of {{MediaWiki:}} messag...
2007-01-05 Rob ChurchRename ImageGallery::setCaptionSafe() to ImageGallery...
2007-01-04 Tim StarlingImprove Parser::strip() performance by delaying update...
next