| Commit message (Expand) | Author | Age | Files | Lines |
* | Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia... | Siebrand Mazeland | 2011-05-17 | 1 | -1/+1 |
* | Fixed a bug in transformation where previous language could leak into later t... | Niklas Laxström | 2011-05-15 | 1 | -1/+1 |
* | Kill some more long deprecated unused functions | Sam Reed | 2011-05-06 | 1 | -1/+1 |
* | Add a getSkin that returns a dummy linker for BC with extensions still abusin... | Daniel Friesen | 2011-04-03 | 1 | -0/+10 |
* | Followup r85244; Define all methods as static, implement a DummyLinker to for... | Daniel Friesen | 2011-04-03 | 1 | -18/+1 |
* | Drop connetion between Skin and Linker and turn Linker into a staticly usable... | Daniel Friesen | 2011-04-03 | 1 | -0/+1 |
* | More bits of documentation | Sam Reed | 2011-02-27 | 1 | -0/+4 |
* | Per Platonides; follow-up r78201: add "stubthreshold" to ParserOptions; also ... | Alexandre Emsenhuber | 2011-02-20 | 1 | -3/+7 |
* | More function and variable documentation | Sam Reed | 2011-02-19 | 1 | -0/+3 |
* | Hack to shortcut it to zero until User::getStubThreshold() produces a call to... | Platonides | 2011-02-08 | 1 | -1/+1 |
* | Add new hook ArticlePrepareTextForEdit, called when preparing text to be saved. | Robert Leverington | 2011-01-16 | 1 | -0/+3 |
* | Partial revert of r79520, follow up to r79558. Unconditionally use the new fo... | Platonides | 2011-01-04 | 1 | -11/+7 |
* | Try to output editsection markers instead of rendered editsection links and d... | Daniel Friesen | 2011-01-03 | 1 | -1/+8 |
* | Store the options used by the parsing in ParserOutput, per r70783 CR. | Platonides | 2010-12-26 | 1 | -14/+17 |
* | Fix for r78570: correct default value | Alexandre Emsenhuber | 2010-12-18 | 1 | -1/+1 |
* | Moved constant values from initialiseFromUser() to class definition | Alexandre Emsenhuber | 2010-12-18 | 1 | -30/+20 |
* | Whitespace changes (before others) — “svn diff -x-w” shows no changes | Mark A. Hershberger | 2010-12-11 | 1 | -27/+27 |
* | * (bug 19006) {{REVISIONUSER}} no longer acts like {{CURRENTUSER}} in some cases | Alexandre Emsenhuber | 2010-12-10 | 1 | -1/+2 |
* | Using getDateFormat instead of mDateFormat in ParserOptions::optionsHash. Thi... | Priyanka Dhanda | 2010-11-01 | 1 | -1/+1 |
* | fixing per comments at r70517 | Ryan Kaldari | 2010-09-29 | 1 | -3/+5 |
* | Add some $retval = '' before some wfShellExec | Sam Reed | 2010-09-02 | 1 | -1/+2 |
* | * Added file description headers | Alexandre Emsenhuber | 2010-08-22 | 1 | -1/+7 |
* | getSkin() should get a Title as parameter. | Platonides | 2010-08-11 | 1 | -2/+2 |
* | Add an extra option for extensions adding an extra key directly instead of th... | Platonides | 2010-08-10 | 1 | -0/+11 |
* | Use only the page relevant pieces in the parser cache key. Eg. two users with... | Platonides | 2010-08-09 | 1 | -5/+122 |
* | Follow up r70653. Missing line. | Platonides | 2010-08-09 | 1 | -0/+1 |
* | Make thumbsize option go through ParserOptions. | Platonides | 2010-08-07 | 1 | -0/+3 |
* | Revert r70533 and the piece of r70501 that it tried to fix. Note and open bug... | Platonides | 2010-08-07 | 1 | -4/+0 |
* | Use ParserOptions accessors. | Platonides | 2010-08-05 | 1 | -0/+1 |
* | Make intfunction go accross the ParserOptions. | Platonides | 2010-08-05 | 1 | -1/+12 |
* | Move the math option inside ParserOptions instead of having Math.php directly... | Platonides | 2010-08-05 | 1 | -0/+10 |
* | Change quickUserCan( 'edit' ) and getIsPrintable() into setEditSection( false ) | Platonides | 2010-08-05 | 1 | -0/+1 |
* | Fixed some doxygen warnings | Alexandre Emsenhuber | 2010-06-09 | 1 | -1/+3 |
* | * Fix for r57997 and bug 21222: move math, gallery, pre and nowiki to a new m... | Tim Starling | 2010-02-03 | 1 | -5/+1 |
* | * $fname -> __METHOD__ | Alexandre Emsenhuber | 2010-01-23 | 1 | -6/+7 |
* | Fixing some irritating whitespace | Niklas Laxström | 2009-07-07 | 1 | -4/+4 |
* | Fixed bug #11213 - [edit] section links in printable version interfere with c... | Arash Boostani | 2009-03-18 | 1 | -3/+6 |
* | add mIsPreview and mIsSectionPreview to parserOptions, set in EditPage. patch... | Alex Z | 2009-01-26 | 1 | -0/+8 |
* | Revert revert r41406 of r41333, and removed one space between attributes. | Tim Starling | 2008-09-30 | 1 | -0/+5 |
* | Back out r41333 -- causes lots of parser test regressions due to funny spacin... | Brion Vibber | 2008-09-30 | 1 | -5/+0 |
* | * Added the ability to set the target attribute on external links with $wgExt... | Tim Starling | 2008-09-28 | 1 | -0/+5 |
* | * $wgAllowExternalImagesFrom may now be an array of multiple strings. | Ryan Schmidt | 2008-09-01 | 1 | -1/+5 |
* | $wgCleanSignatures to disable Parser::cleanSig(). Requested by Wikia. | Tim Starling | 2008-07-31 | 1 | -1/+4 |
* | Revert r38196, r38204 -- "(bugs 6089, 13079) Show edit section links for tran... | Brion Vibber | 2008-07-29 | 1 | -38/+29 |
* | * (bugs 6089, 13079) Show edit section links for transcluded template if, and... | Alexandre Emsenhuber | 2008-07-29 | 1 | -29/+38 |
* | * Reorganised the includes directory, creating subdirectories db, parser and ... | Tim Starling | 2008-06-16 | 1 | -0/+149 |