Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / parser /
2011-09-21 Robin Pepermans* follow-up r97636: decrease indentation & mention...
2011-09-20 Robin Pepermansr97636: ParserCache meant to be committed already too
2011-09-20 Robin PepermansRe-do several things of r96798 in preparation of re...
2011-09-20 Niklas LaxströmAdded LinkCache::addGoodLinkObjFromRow, since addGoodLi...
2011-09-15 Tim StarlingReverted r85922 and related: new doTableStuff(). I...
2011-09-14 Aaron SchulzFU r84610: Renamed getImageTimeKeys() to getFileSearchO...
2011-09-14 Sam ReedWhitespace/documentation
2011-09-14 Niklas LaxströmRevert r96798 - makes parser go infinite loop somewhere
2011-09-13 Aaron SchulzRemoved parser hacks from r88740, r88741, r88780
2011-09-12 Aaron SchulzReverted r86072, r86419 per CR. Lots of conflicts resol...
2011-09-12 Alexandre EmsenhuberTurn ParserOptions::setSkin() into a no-op since mSkin...
2011-09-11 Robin Pepermans* r96737: set OutputPage->addWikiText() as an interface...
2011-09-11 Brian Wolff(follow-up r96767) Make {{DEFAULTSORT:..|noerror}}...
2011-09-11 Robin Pepermans(Bug 30364) LanguageConverter should depend on the...
2011-09-11 Brian Wolff(bug 16755) Add syntax to DEFAULTSORT - {{DEFAULTSORT...
2011-09-09 Roan KattouwCommit live hack: pass XML_PARSE_HUGE (code uses 1...
2011-09-07 Robin PepermansPer r90858 CR, throw MW exception on missing title...
2011-09-06 Aaron SchulzCleanup to r84610 per CR: changed BeforeParserMakeImage...
2011-09-05 Tim StarlingReverted r84357 and r90461 and fixed the bug in a bette...
2011-09-02 Aaron SchulzReverted parser bump from r84601 per CR
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-08-21 Brian WolffFollow-up r86534 - Do not add tracking categories if...
2011-08-20 Roan KattouwPer r90849, factor out most of the code that's duplicat...
2011-08-19 Roan KattouwPer CR on r44412 and my promise in the commit summary...
2011-08-18 Sam ReedUpstreaming wikia change to WebRequest
2011-08-17 Brian WolffFollow-up r94680 - fix unit tests.
2011-08-16 Robin PepermansMagic words (time and number-formatting ones, plus...
2011-08-15 Roan Kattouw(bug 30269) Strings like foobar//barfoo are linked...
2011-08-14 Alexandre EmsenhuberAdded Parser::recursivePreprocess(); like preprocess...
2011-08-12 Roan Kattouw(bug 30236) Links like [[//example.com Link text]]...
2011-08-11 Robin Pepermansremove stuff accidentally committed in r94279
2011-08-11 Robin Pepermans* CategoryPage.php: fix the "category-empty" message...
2011-08-11 Alexandre EmsenhuberWe have startParse() for that
2011-08-05 Sam ReedAdd documentation
2011-08-04 Sam Reed* (bug 17119) class Parser: senseless use of non-existi...
2011-08-03 Roan KattouwFix r93820: PROT_ -> PROTO_
2011-08-03 Roan KattouwSome random URL protocol forcing for protocol-relative...
2011-08-02 Alexandre EmsenhuberPer Platonides, follow-up r93758: rename ParserOutput...
2011-08-02 PlatonidesFollow up r93633. Allow only classic spaces.
2011-08-02 Sam ReedRevert r93688 per Platonides
2011-08-02 Alexandre Emsenhuber* (bug 15558) Allow includable special pages to be...
2011-08-01 Sam ReedCommit Preprocessor_DOM live hacks
2011-08-01 Mark A. HershbergerFixes Bug #30149 - Handling of parentheses for Korean...
2011-08-01 Mark A. Hershbergerfixes Bug #27543 - “Warning: in_array() [function.in...
2011-08-01 Mark A. Hershbergerw/s changes: “svn diff -x-w” is clean
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedMerge iwtransclusion branch into trunk
2011-07-27 Antoine MussoUnicode space separator characters (Zs) now terminates...
2011-07-24 Sam ReedTrim trailing whitespace
2011-07-19 PlatonidesProfiling errors. r92106 missed a wfProfileOut
2011-07-18 Ian BakerRefactored section assembly code to be more readable
2011-07-15 Aaron SchulzRemoved unused function
2011-07-13 Aaron Schulz* Removed function_exists check in MWTidy, proc_open...
2011-07-12 Roan KattouwFix r14202 (!!): this validates the protocol against...
2011-07-11 Niklas Laxströmping r91875
2011-07-11 Niklas Laxström* (bug 16699) {{#language:}} accepts second parameter...
2011-07-10 Alexandre EmsenhuberStylised ParserOptions.php
2011-07-09 Bryan Tong MinhFollow-up r88054: register the file if a hook changed...
2011-07-07 Roan Kattouw(bug 29497) To support protocol-relative URLs in extern...
2011-06-29 Aaron Schulz* Split off WikiPage class from Article, WikiFilePage...
2011-06-29 Platonides$wgContLang no longer used here
2011-06-27 Robin PepermansFollow-up r90742: the parser should call getFunctionLang()
2011-06-26 Robin PepermansMake parser->getFunctionLang be dependent on title...
2011-06-24 Robin PepermansDirectionality and language improvements as part of...
2011-06-24 Aaron Schulz* Removed break in first loop of generateTableHTML...
2011-06-23 Sam ReedFollowup r85596, recursiveTagParse returns a string...
2011-06-22 Alexandre EmsenhuberRemoved hidden usage of $wgTitle in parser and the...
2011-06-20 Sam ReedExpand return documentation for r84357
2011-06-20 Niklas LaxströmFu r90453. Updates comments
2011-06-20 Niklas LaxströmProposed fix for bug 29450. Don't use the current user...
2011-06-18 Robin PepermansAddress comment by Platonides on r90320:
2011-06-18 Robin PepermansFollow-up to r90265: directionality improvements as...
2011-06-17 Robin PepermansFollow-up to r90265: directionality improvements as...
2011-06-17 Max SemenikFix type in code doc from r82433
2011-06-17 Sam ReedSwap else if for elseif
2011-06-16 PlatonidesRevert r88988
2011-06-14 Alexandre EmsenhuberPer Nikerabbit, fixes for r89176:
2011-06-13 Niklas Laxström* Fix I18nTags #languagename to use ParserOptions:...
2011-06-07 Brion VibberProvisional revert of r89648: "Another try at fixing...
2011-06-07 Paul CoppermanAnother try at fixing bug 93 "tilde signatures inside...
2011-06-05 Alexandre EmsenhuberReplace the text directly instead of using the StripSta...
2011-06-03 Brion VibberProvisional revert of r89230: per CR, benchmarking...
2011-06-03 Krinkletypo from r78201
2011-06-02 Tim StarlingExplored some ideas for HipHop optimisation. Made a...
2011-06-02 Brion VibberRevert r88997: fix for bug 93 caused some additional...
2011-05-31 PlatonidesThe big regex at doMagicLinks deserves being more thoro...
2011-05-31 Jeroen De Dauwthis method should not be private? the parser function...
2011-05-31 Tim Starling* Use Preprocessor_Hash by default in compiled mode...
2011-05-30 Alexandre Emsenhuber* make preprocessorFuzzTest.php pass the Title object...
2011-05-29 Aaron SchulzBroke long line
2011-05-29 Sam ReedAnd even more documentation in various files
2011-05-29 Sam ReedMore documentation in various files
2011-05-29 Happy-melonRv r84022 for now: crashes PHP on large url strings...
2011-05-28 Sam ReedAnd even more documentation, the last of this batch
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedAnd some more....
2011-05-28 Sam ReedAnd more documentation. Yaaaay
2011-05-28 Sam ReedMore parameter documentation!!
2011-05-28 Sam ReedLoads more documentation for this file.. Hopefully...
2011-05-27 Mark A. HershbergerFix failing preprocessor tests by checking if ot is...
next