Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor)
[lhc/web/wiklou.git] / includes / Parser.php
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...
2006-10-11 Nick Jenkins(bug 6835): Removing the includes/Parser.php::getTempla...
2006-10-09 Jens Frank(bug 7529) Including a non-existent category in an...
2006-10-08 Niklas Laxström* (bug 7459) Magic word variables are always case sensitive
2006-10-04 Ilmari KaronenBug 6826: Extend context link ("pipe trick") syntax...
2006-10-04 Tim Starlingstrcspn bug: http://bugs.php.net/bug.php?id=39032
2006-10-02 Brion VibberCommitted a bunch of live hacks from Wikimedia servers
2006-09-30 Tim StarlingMade {{INT:}} a core parser function instead of a speci...
2006-09-27 Jimmy Collins* (bug 7425) Preceeding whitespace in [[...]] breaks...
2006-09-26 Jimmy CollinsFix update made in r16659 - now use field revision_time...
2006-09-26 Jimmy Collins* (bug 6092) Introduce magic words {{REVISIONDAY}}...
2006-09-25 Tim StarlingAdded exception list feature to the bad image list
2006-09-20 Brion Vibber* Updates to language variant code for Serbian et al
2006-09-18 Brion Vibber* Added experimental $wgRevisionCacheExpiry to cache...
2006-09-15 Brion Vibberreverting SerbianVariants check-in, not ready to go...
2006-09-15 Brion VibberMerge from SerbianVariants branch, trunk 16500 vs Serbi...
2006-08-30 Rob ChurchWhoops, left in commented-out code
2006-08-30 Rob Church* Include SVN revision number in {{CURRENTVERSION}...
2006-08-30 Rob Church* (bug 7059) Introduce "anchorencode" colon function
2006-08-30 Rob Church* (bug 7075) List registered parser function hooks...
2006-08-27 Jens Frankupdate metadata for old images, ignore page= if no...
2006-08-27 Jens FrankFix missing img_page in rev 16036 (missing commit of...
2006-08-23 Rotem Liss(bug 366) Time-Variables like CURRENTTIME and CURRENTDA...
next