Forbid '<', '>', ' ', '\n', '\r' in parser hook names.
[lhc/web/wiklou.git] / includes / parser / Parser.php
2011-01-11 PlatonidesForbid '<', '>', ' ', '\n', '\r' in parser hook names.
2011-01-07 Tim StarlingUpdate comment for r64876
2011-01-05 Alexandre EmsenhuberEasier method (and to check existence in correct language)
2011-01-05 Daniel FriesenAllow filenames to be specified in a <gallery> with...
2011-01-04 PlatonidesPartial revert of r79520, follow up to r79558. Uncondit...
2011-01-04 Daniel FriesenFollowup r79520 and r79528, one of the args was missing...
2011-01-03 Daniel FriesenFollowup r79520, some characters inside the encoded...
2011-01-03 Daniel FriesenTry to output editsection markers instead of rendered...
2010-12-26 PlatonidesDocument parser, add test cases for the external entry...
2010-12-26 PlatonidesStore the options used by the parsing in ParserOutput...
2010-12-24 Brian Wolff(Bug 26410) In an internal link, a plus sign is treated...
2010-12-19 Mark A. HershbergerMisc whitespace changes, mostly EOL w/s and indention...
2010-12-14 Tim StarlingFixed comments and indenting style from r68491.
2010-12-11 Mark A. Hershberger* Add FIXME about the bug I found during testing
2010-12-11 Mark A. HershbergerWhitespace changes (before others) — “svn diff -x-w...
2010-12-10 Alexandre EmsenhuberMoved constant values from constructor to class definition
2010-12-10 Alexandre EmsenhuberFixes for r78201:
2010-12-10 Alexandre Emsenhuber* (bug 19006) {{REVISIONUSER}} no longer acts like...
2010-12-10 Chad HorohoeRevert r68230, r68231 (mode="grid" on tables) per CR...
2010-11-28 Sam ReedFix 1 deprecated method call in SpecialPage, and 3...
2010-11-25 Sam ReedMore reversion of r77297, 2 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-13 Sam ReedFixup some more documentation
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-10 Sam Reedforeach loop is pointless if you're then just going...
2010-11-09 Alexandre Emsenhuber* (bug 21364) External links using link= attribute...
2010-10-18 Sam ReedPer CR on r45418...
2010-10-17 Sam ReedFollowup r69904, make call to getRandomString static...
2010-10-16 Alexandre EmsenhuberPer Platonides, follow-up to r67834: fix doc and remove...
2010-10-15 PlatonidesFollow r69904. Make Parser::getRandomString real private.
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-08 PlatonidesChange the FIXME to the other way.
2010-09-29 PlatonidesRemove $wgServerName. Its only usage was for {{serverna...
2010-09-21 Sam ReedBraces, spaces, and a few unused arrays
2010-09-07 PlatonidesRemove $wgContLanguageCode usage in core.
2010-09-04 Conrad IrwinBug 6204 - TOC not properly rendered when using $wgMaxT...
2010-09-02 Sam ReedRemove unused global
2010-08-23 Philip Tzoufollow up r69134. Change all of convertLinkToAllVariant...
2010-08-19 Sam ReedRemove some more unused variables
2010-08-12 PlatonidesParser should only use content messages.
2010-08-12 PlatonidesFollowup r70783. Give doEditSectionLink an extra parame...
2010-08-11 PlatonidesgetSkin() should get a Title as parameter.
2010-08-09 PlatonidesUse only the page relevant pieces in the parser cache...
2010-08-07 PlatonidesMake thumbsize option go through ParserOptions.
2010-08-05 Aryeh GregorImprove $wgExperimentalHtmlIds support
2010-08-05 PlatonidesUse ParserOptions accessors.
2010-08-05 Sam Reed* (bug 23848) Add {{ARTICLEPATH}} Magic Word
2010-08-05 PlatonidesFollow up r70498. Actually remove the quickUserCan().
2010-08-05 PlatonidesChange quickUserCan( 'edit' ) and getIsPrintable()...
2010-07-27 PlatonidesFollowup r69961. Remove now unused global.
2010-07-26 PlatonidesInsert a new line in between when adding </td><td>...
2010-07-26 Aryeh GregorReconcept cl_raw_sortkey as cl_sortkey_prefix
2010-07-25 Sam ReedFollowup r69904 $self to self
2010-07-25 Sam ReedMake getRandomString static as per comment
2010-07-25 Sam ReedMore self:: to $this->
2010-07-24 Sam ReedRemoval of unused globals
2010-07-20 Roan KattouwKill two functions in Parser that have been ununused...
2010-07-19 PlatonidesUpdate the old magic with new one.
2010-07-10 Sam ReedFollowup r69235
2010-07-10 Bryan Tong Minh(bug 14685) Double underscore magic word usage is now...
2010-06-24 PlatonidesFollow up r68491.
2010-06-23 PlatonidesDisable pretty italics inside links. Now the italics...
2010-06-21 Conrad Irwin(bug 22784) Fix normalization of whitespace in autocomm...
2010-06-20 Conrad Irwin(bug 17857) Make {{anchorencode}} work in a manner...
2010-06-18 Daniel Kinzlerfollop-up to 68230: forgot to commit the styles needed...
2010-06-18 Daniel Kinzlerlet mode="grid" on a wiki table trigger output as div...
2010-06-10 Alexandre Emsenhuber* Fixed some doxygen warnings
2010-06-01 Roan KattouwFix fatal in r67185
2010-06-01 Daniel Kinzlerallow parser/extensions to control for how long a Parse...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-28 Platonides(bug 8689) Use strict php comparison, so that inserting...
2010-05-21 Chad HorohoeTypo in comment
2010-05-19 Ilmari Karonenbug 23588: properly colon-escape links used to replace...
2010-05-15 Jack PhoenixParser.php: trim trailing spaces
2010-05-11 Matěj Grabovský(bug 23426) The {{REVISIONMONTH}} variable is now zero...
2010-05-05 PlatonidesRecovered parser test whose content got broken in r1297...
2010-04-18 Brion VibberCleanup for bugs in r65104 (iwlinks table), that'll...
2010-04-16 Brion Vibber* (bug 14473) Add iwlinks table to track inline interwi...
2010-04-10 Happy-melonFollow-up to r64407 - a perfect example of why we encou...
2010-04-10 Tim StarlingProposed cleanup of recent LanguageConverter-related...
2010-04-10 Philip TzouFollow up r64851. Remove $wgOut.
2010-04-10 Philip TzouFix bug 23115 again. Follow up r64821, r64823 and r6482...
2010-04-09 PlatonidesFollow up r64828. It was a typo, there's no variable...
2010-04-09 Philip TzouSorry it's $wgDisableLangConversion.
2010-04-09 Raimond SpekkingFollow-up r64819: PHP Notice: Undefined variable: wgDis...
2010-04-09 PlatonidesConvert the previous title instead of getting it again...
2010-04-09 PlatonidesRecover namespace names.
2010-04-09 PlatonidesFollow up r64819. Cosmetical fixes.
2010-04-09 Philip TzouBug 23115: Follow up on r64811. Fix another bug which...
2010-04-09 PlatonidesFollow up r64813 and r64814 by also applying r64814...
2010-04-09 PlatonidesFollow-up r64811 on fixing bug 23115.
2010-04-09 Philip TzouBug 23115: Language Converter should apply on talk...
2010-04-02 Jack Phoenixdocumentation tweak
2010-03-30 Happy-melonRationalise comment format. Slightly controversial...
2010-03-30 Happy-melonOverhaul code format to coding conventions.
2010-03-24 Aryeh GregorCorrectly handle <abbr> followed by ISBN
2010-03-13 Raimond Spekking* (bug 21981) Add parameter 'showfilename' to <gallery...
2010-03-03 Conrad IrwinMerge fixes to ?preload= from /branches/conrad/ (cf...
2010-02-22 Tim StarlingFixes for r62505:
2010-02-21 Domas Mituzasglobal already imported few lines above
next