Follow-up r94680 - fix unit tests.
[lhc/web/wiklou.git] / includes / parser / Parser.php
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-02 Alexandre EmsenhuberPer Platonides, follow-up r93758: rename ParserOutput...
2011-08-02 PlatonidesFollow up r93633. Allow only classic spaces.
2011-08-02 Alexandre Emsenhuber* (bug 15558) Allow includable special pages to be...
2011-08-01 Mark A. HershbergerFixes Bug #30149 - Handling of parentheses for Korean...
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-18 Ian BakerRefactored section assembly code to be more readable
2011-07-12 Roan KattouwFix r14202 (!!): this validates the protocol against...
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 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-17 Sam ReedSwap else if for elseif
2011-06-14 Alexandre EmsenhuberPer Nikerabbit, fixes for r89176:
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-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 Happy-melonRv r84022 for now: crashes PHP on large url strings...
2011-05-28 Sam ReedAnd more documentation. Yaaaay
2011-05-26 Sam ReedMore documentation tweaks/additions
2011-05-26 Sam ReedRemove unused variables/globals
2011-05-25 Mark A. HershbergerMisc EOL w/s and spaces-instead-of-tabs fixes. One...
2011-05-25 Aaron Schulz* Follow-up r88740:
2011-05-24 Aaron SchulzFollow-up r88740: forgot to commit this guy
2011-05-22 Chad Horohoe$wgArticle is deprecated! Possible removal in 1.20...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-15 PlatonidesProfile brace substitution per title to help detect...
2011-05-14 Bryan Tong Minh(bug 23002) Imagelinks table not updated after imagemov...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-06 Sam ReedKill some more long deprecated unused functions
2011-05-05 Leo KoppelkammFix PHP notice in r85922. Sorry for the holdup, I kinda...
2011-05-01 Sam ReedMake a method static per the comment, update the only...
2011-05-01 Sam ReedDocumentation tweaks, additions and updates
2011-04-29 Sam ReedTweak documentation
2011-04-27 Sam Reed* (bug 28719) Do not call mLinkHolders __destruct expli...
2011-04-25 Leo KoppelkammAdd |alt= option for galleries ( Bug 18682 ). Recommit...
2011-04-23 Leo KoppelkammReverting r86749: The alt stuff is far too simplistic...
2011-04-23 Leo KoppelkammAdd ability to use add alt texts for images in gallerie...
2011-04-22 Brion VibberDoc comment updates for CoreTagHooks callback functions...
2011-04-21 Leo KoppelkammFix Bug 25794: Disallow multiple table captions & only...
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-04-20 Brian Wolff(bug 23816) Add tracking category for any page with...
2011-04-18 Sam Reed* (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut...
2011-04-17 Happy-melonRefactor the factory/i18n/list/etc static methods from...
2011-04-17 Alexandre Emsenhuber* (bug 28511) Use [] syntax instead of {} for string...
2011-04-15 Leo Koppelkammr85922: Fixing another table bordercase
2011-04-14 Leo KoppelkammFollowup to r86064 (List with double line-breaks inside...
2011-04-14 Leo KoppelkammFix for r85990, which broke lists inside tables; adding...
2011-04-14 Leo KoppelkammFixing line-break issues with r85922
2011-04-13 PlatonidesMove </td> and </th> to its own line (unless it's an...
2011-04-13 PlatonidesFollow up r85922 moving the </caption> to another line...
2011-04-13 PlatonidesReadd support for headings inside tables, broken in...
2011-04-13 Leo KoppelkammTables: Fix Bug 20078, add test for it
2011-04-13 Leo KoppelkammFollowup to r85922: Adapt to MW-coding style
2011-04-13 Leo KoppelkammFollowup to r85922: Output th instead of td for tfoot
2011-04-13 Leo KoppelkammFollowup to r85922: Fix STRICT error, rmv redundant...
2011-04-12 Leo Koppelkamm(no commit message)
2011-04-09 Brion VibberInitial stab at breaking math/texvc out to Math extension.
2011-04-08 Sam ReedCleaning up my w/c again. Add documentation
2011-04-04 Aaron SchulzFollow-up changes to r84610:
2011-04-03 Daniel FriesenFollowup r85244; Define all methods as static, implemen...
2011-04-03 Daniel FriesenDrop connetion between Skin and Linker and turn Linker...
2011-04-02 Jack Phoenixmark some public functions as such
2011-03-24 Aaron SchulzFollow-up r84659: no need to pass parser by reference...
2011-03-24 Aaron Schulz* Replaced crufty BeforeParserMakeImageLinkObj/BeforeGa...
2011-03-23 Aaron SchulzStraighten out dependency handling from r84610 (files...
2011-03-23 Aaron Schulz* Put parser output file version tracking to core
2011-03-23 Aaron Schulz* Made BeforeParserMakeImageLinkObj/BeforeGalleryFindFi...
2011-03-21 Sam ReedReinstate some lines added during r84357
2011-03-19 Sam Reed* (Bug 14005) editing section 0 of an existing but...
2011-03-19 Alexandre EmsenhuberFix fatal from r83823
2011-03-15 Alexandre EmsenhuberChanged LinkHolderArray::makeHolder() to use Linker...
2011-03-15 Happy-melonAccept empty square bracket pairs in external links...
2011-03-13 Alexandre EmsenhuberMake Parser::makeKnownLinkHolder() call Linker::linkKno...
2011-03-06 Alexandre EmsenhuberOnly call ParserOptions::getNumberHeadings() when neede...
2011-02-27 Sam ReedMore bits of documentation
2011-02-24 Mark A. Hershberger* EOL w/s cleanup
2011-02-24 Sam ReedAdd a couple of type hints noticed when poking bug...
next