Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / Parser.php
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...
2006-08-18 Rob Church* (bug 7044) Introduce "padleft" and "padright" colon...
2006-08-18 Tim StarlingAdded [[:Image:Foo.png]] style links to the pagelinks...
2006-08-17 Tim StarlingShow a link to the template when the inclusion limit...
2006-08-15 Tim StarlingSecond attempt
2006-08-15 Tim Starlingoptionally remove comments in preprocess()
2006-08-14 Tim StarlingAdded {{CURRENTHOUR}}
2006-08-14 Tim StarlingAdded Parser::preprocess() entry point and OT_PREPROCES...
2006-08-13 Brion VibberRevert part of 16036 using an undefined magic word...
2006-08-13 Jens Frank(bug 6420) Render thumbnails for djvu images, show...
2006-08-12 Tim StarlingFixed regex in doMagicLinks (broken since r15976)
2006-08-10 Tim StarlingTemplate expansion size limit
2006-08-06 Tim StarlingOptimised Sanitizer::removeHTMLtags, Parser::unstrip...
2006-08-04 Rotem LissFixing a comment.
2006-07-26 Ilmari Karonenmore minor tweaking to context link code, +comment
2006-07-26 Ilmari Karonenfurther simplify context link code; use non-greedy...
2006-07-26 Ilmari Karonensimplify context link handling in pstPass2(); don't...
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-24 Tim StarlingMade OutputPage::tryParserCache() use addParserOutputNo...
2006-07-19 Brion VibberRevert 15733 and 15719 for the moment; I see some eval...
2006-07-18 Robert StojnićCommiting patch r15625:15661 from branches/SerbianVariants.
2006-07-14 Tim StarlingMagicWord initialisation deferred.
next