remove extra whitespace; testing commit notifications
[lhc/web/wiklou.git] / includes / Parser.php
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...
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...
next