Refactor the retrieval of the cache timestamp into getCachedTimestamp() so the future...
[lhc/web/wiklou.git] / includes / parser /
2010-12-19 Mark A. HershbergerMisc whitespace changes, mostly EOL w/s and indention...
2010-12-18 Alexandre EmsenhuberFix for r78570: correct default value
2010-12-18 Alexandre EmsenhuberMoved constant values from initialiseFromUser() to...
2010-12-14 PlatonidesDo not access to mTouched internals of Article from...
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-12-05 Sam ReedFollowup r77748, throw NEW MWException
2010-12-04 PlatonidesRevert r70202. Replace with an exception.
2010-11-29 Aryeh GregorRevert r42257 "Convert literal tabs to 	 when passin...
2010-11-28 Sam ReedRemove some unused variables and globals
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 Sam ReedMore reversion of r77297, 1 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-11-01 Priyanka DhandaUsing getDateFormat instead of mDateFormat in ParserOpt...
2010-10-23 Chad HorohoeRevert r73976 (Implements bug 24343 "localurl discards...
2010-10-18 Sam ReedPer CR on r45418...
2010-10-17 Sam ReedFollowup r69904, make call to getRandomString static...
2010-10-17 PlatonidesUse the getter per r74822 CR.
2010-10-16 Alexandre EmsenhuberPer Platonides, follow-up to r67834: fix doc and remove...
2010-10-15 PlatonidesUse the accessor for getting mOptions.
2010-10-15 PlatonidesFollow r69904. Make Parser::getRandomString real private.
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-08 PlatonidesChange the FIXME to the other way.
2010-09-29 Antoine MussoImplements bug 24343 "localurl discards section id".
2010-09-29 Ryan Kaldarifixing per comments at r70517
2010-09-29 PlatonidesRemove $wgServerName. Its only usage was for {{serverna...
2010-09-27 Roan KattouwFix indentation
2010-09-21 Sam ReedBraces, spaces, and a few unused arrays
2010-09-15 PlatonidesFix getDirty from r70783.
2010-09-12 Alexandre EmsenhuberRemoved trailing spaces
2010-09-11 PlatonidesCode cleanup: unused globals, empty statements, typos...
2010-09-07 PlatonidesRemove $wgContLanguageCode usage in core.
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-09-04 Conrad IrwinBug 6204 - TOC not properly rendered when using $wgMaxT...
2010-09-02 Sam ReedRemove unused global
2010-09-02 Sam ReedAdd some $retval = '' before some wfShellExec
2010-08-30 Niklas LaxströmAvoid stupid queries in LinkHolderArray
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-23 PlatonidesTry to improve the funciton comment of getETag() per...
2010-08-23 Philip Tzoufollow up r69134. Change all of convertLinkToAllVariant...
2010-08-22 Alexandre Emsenhuber* Added file description headers
2010-08-21 PlatonidesFollow up r71289. $wgContLang is now unused.
2010-08-20 PlatonidesRevert the change to Preprocessor_DOM.php of r71286.
2010-08-19 Sam ReedMore unused....
2010-08-19 Sam ReedRemove some more unused variables
2010-08-13 Sam ReedRemove some 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-10 PlatonidesUpgrade the warning from wfDebug to wfWarn.
2010-08-10 PlatonidesAdd an extra option for extensions adding an extra...
2010-08-10 PlatonidesFollow up r70783. Define variable used in debug message.
2010-08-10 Sam ReedFix fixme placed on r30022 by me (fixing per comment)
2010-08-10 PlatonidesFollow up r70783 CR.
2010-08-09 PlatonidesUse only the page relevant pieces in the parser cache...
2010-08-09 PlatonidesFollow up r70653. Missing line.
2010-08-09 PlatonidesMove pieces related to ParserOutput expiry into a new...
2010-08-07 PlatonidesMake thumbsize option go through ParserOptions.
2010-08-07 PlatonidesRevert r70533 and the piece of r70501 that it tried...
2010-08-05 Aryeh GregorImprove $wgExperimentalHtmlIds support
2010-08-05 PlatonidesUse ParserOptions accessors.
2010-08-05 PlatonidesMake intfunction go accross the ParserOptions.
2010-08-05 PlatonidesMove the math option inside ParserOptions instead of...
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-08-03 Platonidesmediawiki.org/wiki/User:Catrope/Stub_threshold shows...
2010-07-30 Mark A. HershbergerMake sure we get a good memCached object.
2010-07-29 Sam ReedReplace self with PPFrame to define proper location...
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-26 Philip TzouFollow up r69874. Fix the separation markup.
2010-07-25 Sam ReedA few more wrong static things
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-25 Sam ReedMore unused globals
2010-07-25 Philip Tzoufollow up r69874. use string instead of object .
2010-07-25 Philip TzouPerformance improvement: in doVariants(), concatenate...
2010-07-24 Sam ReedRemoval of unused globals
2010-07-20 Mark A. Hershbergerrevert r69620
2010-07-20 Mark A. HershbergerAdmin is required now.
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...
next