aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/ParserOptions.php
Commit message (Expand)AuthorAgeFilesLines
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* Fixed a bug in transformation where previous language could leak into later t...Niklas Laxström2011-05-151-1/+1
* Kill some more long deprecated unused functionsSam Reed2011-05-061-1/+1
* Add a getSkin that returns a dummy linker for BC with extensions still abusin...Daniel Friesen2011-04-031-0/+10
* Followup r85244; Define all methods as static, implement a DummyLinker to for...Daniel Friesen2011-04-031-18/+1
* Drop connetion between Skin and Linker and turn Linker into a staticly usable...Daniel Friesen2011-04-031-0/+1
* More bits of documentationSam Reed2011-02-271-0/+4
* Per Platonides; follow-up r78201: add "stubthreshold" to ParserOptions; also ...Alexandre Emsenhuber2011-02-201-3/+7
* More function and variable documentationSam Reed2011-02-191-0/+3
* Hack to shortcut it to zero until User::getStubThreshold() produces a call to...Platonides2011-02-081-1/+1
* Add new hook ArticlePrepareTextForEdit, called when preparing text to be saved.Robert Leverington2011-01-161-0/+3
* Partial revert of r79520, follow up to r79558. Unconditionally use the new fo...Platonides2011-01-041-11/+7
* Try to output editsection markers instead of rendered editsection links and d...Daniel Friesen2011-01-031-1/+8
* Store the options used by the parsing in ParserOutput, per r70783 CR.Platonides2010-12-261-14/+17
* Fix for r78570: correct default valueAlexandre Emsenhuber2010-12-181-1/+1
* Moved constant values from initialiseFromUser() to class definitionAlexandre Emsenhuber2010-12-181-30/+20
* Whitespace changes (before others) — “svn diff -x-w” shows no changesMark A. Hershberger2010-12-111-27/+27
* * (bug 19006) {{REVISIONUSER}} no longer acts like {{CURRENTUSER}} in some casesAlexandre Emsenhuber2010-12-101-1/+2
* Using getDateFormat instead of mDateFormat in ParserOptions::optionsHash. Thi...Priyanka Dhanda2010-11-011-1/+1
* fixing per comments at r70517Ryan Kaldari2010-09-291-3/+5
* Add some $retval = '' before some wfShellExecSam Reed2010-09-021-1/+2
* * Added file description headersAlexandre Emsenhuber2010-08-221-1/+7
* getSkin() should get a Title as parameter.Platonides2010-08-111-2/+2
* Add an extra option for extensions adding an extra key directly instead of th...Platonides2010-08-101-0/+11
* Use only the page relevant pieces in the parser cache key. Eg. two users with...Platonides2010-08-091-5/+122
* Follow up r70653. Missing line.Platonides2010-08-091-0/+1
* Make thumbsize option go through ParserOptions.Platonides2010-08-071-0/+3
* Revert r70533 and the piece of r70501 that it tried to fix. Note and open bug...Platonides2010-08-071-4/+0
* Use ParserOptions accessors.Platonides2010-08-051-0/+1
* Make intfunction go accross the ParserOptions.Platonides2010-08-051-1/+12
* Move the math option inside ParserOptions instead of having Math.php directly...Platonides2010-08-051-0/+10
* Change quickUserCan( 'edit' ) and getIsPrintable() into setEditSection( false )Platonides2010-08-051-0/+1
* Fixed some doxygen warningsAlexandre Emsenhuber2010-06-091-1/+3
* * Fix for r57997 and bug 21222: move math, gallery, pre and nowiki to a new m...Tim Starling2010-02-031-5/+1
* * $fname -> __METHOD__Alexandre Emsenhuber2010-01-231-6/+7
* Fixing some irritating whitespaceNiklas Laxström2009-07-071-4/+4
* Fixed bug #11213 - [edit] section links in printable version interfere with c...Arash Boostani2009-03-181-3/+6
* add mIsPreview and mIsSectionPreview to parserOptions, set in EditPage. patch...Alex Z2009-01-261-0/+8
* Revert revert r41406 of r41333, and removed one space between attributes.Tim Starling2008-09-301-0/+5
* Back out r41333 -- causes lots of parser test regressions due to funny spacin...Brion Vibber2008-09-301-5/+0
* * Added the ability to set the target attribute on external links with $wgExt...Tim Starling2008-09-281-0/+5
* * $wgAllowExternalImagesFrom may now be an array of multiple strings.Ryan Schmidt2008-09-011-1/+5
* $wgCleanSignatures to disable Parser::cleanSig(). Requested by Wikia.Tim Starling2008-07-311-1/+4
* Revert r38196, r38204 -- "(bugs 6089, 13079) Show edit section links for tran...Brion Vibber2008-07-291-38/+29
* * (bugs 6089, 13079) Show edit section links for transcluded template if, and...Alexandre Emsenhuber2008-07-291-29/+38
* * Reorganised the includes directory, creating subdirectories db, parser and ...Tim Starling2008-06-161-0/+149