apply stub threshold to all content namespaces
[lhc/web/wiklou.git] / includes / Parser.php
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...
2007-01-04 Rob Church* Move escaping of image gallery captions to ImageGalle...
2006-12-31 Brion Vibber* Fix for interwiki transclusion where target wiki...
2006-12-29 Rob Church(bug 5908) Allow overriding the default category sort...
2006-12-26 Robert StojnićMore language variant stuff:
2006-12-22 Rotem LissCommited the categories redirect stuff by mistake.
2006-12-22 Rotem LissUpdate.
2006-12-22 Brion VibberTweak fix for bug 8335 to avoid breaking dubious, but...
2006-12-21 Steve Sanbegsave path level before recursing into functions, for...
2006-12-20 Antoine MussoFix 8335 : Image syntax does not parse "px" in image...
2006-12-18 Ilmari Karonen(bug 8110) Make magic ISBN linking stricter: only match...
2006-12-17 Ilmari KaronenChange the regexen in doBlockLevels() to handle <center...
2006-12-14 Robert StojnićSmall patch to minimize the number of category variants...
2006-12-12 Robert StojnićShould add only link variants (and not category variant...
2006-12-12 Steve Sanbegper Rob's comment, make call to createAssocArgs() more...
2006-12-11 Steve Sanbegrefactor template arg parsing into static method; this...
2006-12-11 Robert Stojnić* Enable category names to be written in variants ...
2006-12-07 Steve SanbegAdd variable for edit section offset, to help account...
2006-12-04 Leon Weber* (bug 8141) Cleanup of Parser::doTableStuff() (patch...
2006-12-02 Brion Vibber* (bug 8117) {{REVISIONTIMESTAMP}} showed weird default...
2006-12-01 Ilmari Karonendisallow embedded line breaks in ISBNs; allowing them...
2006-12-01 Ilmari Karonenavoid matching "ISBN " in "ISBN foo"
2006-12-01 Ilmari Karonen(bug 8110) allow spaces in ISBNs
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-27 Tim StarlingFixed Parser::getRevisionTimestamp()
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-11-12 Brion VibberRevert 17507 and 17518; more weird screwing about with...
2006-11-12 Tim Starlingprofiling
2006-11-09 Aryeh GregorFix regression in usability per <mail.wikipedia.org...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick JenkinsFix parserTests regression introduced in r17479.
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-11-03 Brion VibberRevert r17367 "(bug 7723) Add ic: parser function,...
2006-11-03 Andrew Garrett* (bug 7723) Add ic: parser function, with alias tc...
2006-10-31 Tim StarlingAdded {{#special:}} parser function, to give the local...
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-18 Tim Starlingdocs
2006-10-18 Aryeh Gregor* (bug 4525) Move section links down visually to same...
2006-10-18 Nick JenkinsRevert part of r17066 - ParserOptions private variables...
2006-10-17 Nick Jenkins* Make ParserOptions private variables private.
2006-10-14 Tim StarlingConverted User to use lazy initialisation. This is...
2006-10-12 Aryeh GregorRevert last two commits. Broke wikibits and don't...
2006-10-12 Aryeh Gregor* (bug 4525) Move section links down to same level...
next