Followup r85244; Define all methods as static, implement a DummyLinker to forward...
[lhc/web/wiklou.git] / includes / parser / Parser.php
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...
2011-02-23 Tim StarlingFixes for r82645:
2011-02-23 Mark A. Hershberger(Bug #27634) TOC title appears in wrong language
2011-02-23 Tim Starling* Rewrote StripState to not use ReplacementArray. The...
2011-02-22 PlatonidesRename startExternalParse() when used for internal...
2011-02-19 Mark A. Hershberger(Bug #27467) preload can leave UNIQ
2011-02-19 Sam ReedMore function and variable documentation
2011-02-10 PlatonidesAdding more wfProfileOut()
2011-02-09 Alexandre Emsenhuber* Add a amtitle param to meta=allmessages
2011-02-08 PlatonidesRevert r81738. Extensions calling clearState() with...
2011-02-08 Brion VibberTweak for r79018: fatal errors due to something calling...
2011-02-06 Daniel FriesenSwitch <editsection> to <mw:editsection> and start...
2011-02-05 Daniel FriesenKill off Linker::getExternalLinkAttributes.
2011-02-05 Brian Wolff(follow up r79706 to address CR comments) Simplify...
2011-01-26 Brion VibberProvisionally reverting r80430 (bug 529, 12974)
2011-01-26 PlatonidesTransforming a message uses automatically $wgTitle...
2011-01-25 Antoine Mussorevert r80819 for now so we can use phpunit
2011-01-23 PlatonidesAccept being passed a null Title to startExternalParse...
2011-01-23 PlatonidesAdd types to prototypes.
2011-01-23 PlatonidesReplace the repeated prologues to set mOptions, clearSt...
2011-01-23 PlatonidesRemove a couple of calls to ParserOptions::resetUsage...
2011-01-18 Ilmari Karonenfollowup r80511: make {{PAGENAMEE}} and friends also...
2011-01-16 Happy-melon(bug 529, bug 12974) alter behaviour of the table-...
2011-01-16 Robert LeveringtonAdd new hook ArticlePrepareTextForEdit, called when...
2011-01-16 PlatonidesPasting lines typo in r80025
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-12 PlatonidesFollow up r80025.
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
next