Merge "(bug 19195) Make user IDs more readily available with the API"
[lhc/web/wiklou.git] / includes / parser / ParserOptions.php
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-09 KrinkleMerge "fix bug 29002 - in RTL wikis resizable are flipped"
2012-05-09 KrinkleMerge "Upgrade to jQuery UI 1.8.20"
2012-05-08 CatropeMerge "Re-enable css @import unit tests"
2012-05-08 Brion VIBBERMerge "Optimized SqlBagOStuff::getBatch() a bit."
2012-05-08 Brion VIBBERMerge "Add new-inline-tags to tidy.conf"
2012-05-08 Aaron SchulzMerge "Don't make two database requests to load the...
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-07 Aaron SchulzMerge "add type check and bail out when title could...
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-07 SiebrandMerge "Pass the result of the database queries in Title...
2012-05-05 Aaron SchulzMerge "Use $wgExpensiveParserFunctionLimit over ParserO...
2012-05-04 umherirrenderUse $wgExpensiveParserFunctionLimit over ParserOptions
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-03 Aaron SchulzMerge "ImagePage refactoring"
2012-05-03 Aaron SchulzMerge "Noticed while looking at $wgShowUpdatedMarker...
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-05-02 HasharMerge "Bumping minimum supported version of PHPUnit...
2012-05-01 Aaron SchulzMerge "enable email for PreferencesTest.php"
2012-05-01 Aaron SchulzMerge "(bug 30975) API import of pages with invalid...
2012-05-01 Aaron SchulzMerge "(bug 31704) Allow selection of associated namesp...
2012-05-01 ReedyMerge "Changed the format to lowercase in help message"
2012-05-01 ReedyMerge "Localisation updates from translatewiki.net."
2012-05-01 ReedyMerge "Added missing GPLv2 headers in some places."
2012-05-01 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-02-12 Antoine Mussorevert r111234 (deprecated methods removal)
2012-02-11 Alexandre EmsenhuberRemove some methods marked for removal in 1.20 and...
2012-02-09 Sam ReedMore return documentation
2012-01-27 mrblueskyComments only
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-10-25 Alexandre EmsenhuberUnstub $wgLang if still stubbed before storing it;...
2011-10-19 Alexandre Emsenhuber* Changed ParserOptions to store a Language object...
2011-09-29 Aaron SchulzFU r98412: added version to wfDeprecated call
2011-09-29 Alexandre EmsenhuberPer Aaron, follow-up r96859: add @deprecated comment...
2011-09-22 Robin PepermansRe-do r96798 ("LanguageConverter now depends on the...
2011-09-21 Robin Pepermans* follow-up r97636: decrease indentation & mention...
2011-09-20 Robin PepermansRe-do several things of r96798 in preparation of re...
2011-09-14 Niklas LaxströmRevert r96798 - makes parser go infinite loop somewhere
2011-09-12 Alexandre EmsenhuberTurn ParserOptions::setSkin() into a no-op since mSkin...
2011-09-11 Robin Pepermans(Bug 30364) LanguageConverter should depend on the...
2011-07-10 Alexandre EmsenhuberStylised ParserOptions.php
2011-06-18 Robin PepermansAddress comment by Platonides on r90320:
2011-06-18 Robin PepermansFollow-up to r90265: directionality improvements as...
2011-06-17 Robin PepermansFollow-up to r90265: directionality improvements as...
2011-06-16 PlatonidesRevert r88988
2011-06-13 Niklas Laxström* Fix I18nTags #languagename to use ParserOptions:...
2011-05-27 Ilmari Karonenbug 29123: record use of the "editsection" option so...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-15 Niklas LaxströmFixed a bug in transformation where previous language...
2011-05-06 Sam ReedKill some more long deprecated unused functions
2011-04-03 Daniel FriesenAdd a getSkin that returns a dummy linker for BC with...
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-02-27 Sam ReedMore bits of documentation
2011-02-20 Alexandre EmsenhuberPer Platonides; follow-up r78201: add "stubthreshold...
2011-02-19 Sam ReedMore function and variable documentation
2011-02-08 PlatonidesHack to shortcut it to zero until User::getStubThreshol...
2011-01-16 Robert LeveringtonAdd new hook ArticlePrepareTextForEdit, called when...
2011-01-04 PlatonidesPartial revert of r79520, follow up to r79558. Uncondit...
2011-01-03 Daniel FriesenTry to output editsection markers instead of rendered...
2010-12-26 PlatonidesStore the options used by the parsing in ParserOutput...
2010-12-18 Alexandre EmsenhuberFix for r78570: correct default value
2010-12-18 Alexandre EmsenhuberMoved constant values from initialiseFromUser() to...
2010-12-11 Mark A. HershbergerWhitespace changes (before others) — “svn diff -x-w...
2010-12-10 Alexandre Emsenhuber* (bug 19006) {{REVISIONUSER}} no longer acts like...
2010-11-01 Priyanka DhandaUsing getDateFormat instead of mDateFormat in ParserOpt...
2010-09-29 Ryan Kaldarifixing per comments at r70517
2010-09-02 Sam ReedAdd some $retval = '' before some wfShellExec
2010-08-22 Alexandre Emsenhuber* Added file description headers
2010-08-11 PlatonidesgetSkin() should get a Title as parameter.
2010-08-10 PlatonidesAdd an extra option for extensions adding an extra...
2010-08-09 PlatonidesUse only the page relevant pieces in the parser cache...
2010-08-09 PlatonidesFollow up r70653. Missing line.
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 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 PlatonidesChange quickUserCan( 'edit' ) and getIsPrintable()...
2010-06-09 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-03 Tim Starling* Fix for r57997 and bug 21222: move math, gallery...
2010-01-23 Alexandre Emsenhuber* $fname -> __METHOD__
2009-07-07 Niklas LaxströmFixing some irritating whitespace
2009-03-18 Arash BoostaniFixed bug #11213 - [edit] section links in printable...
2009-01-26 Alex Zadd mIsPreview and mIsSectionPreview to parserOptions...
2008-09-30 Tim StarlingRevert revert r41406 of r41333, and removed one space...
2008-09-30 Brion VibberBack out r41333 -- causes lots of parser test regressio...
2008-09-28 Tim Starling* Added the ability to set the target attribute on...
2008-09-01 Ryan Schmidt* $wgAllowExternalImagesFrom may now be an array of...
2008-07-31 Tim Starling$wgCleanSignatures to disable Parser::cleanSig(). Reque...
2008-07-29 Brion VibberRevert r38196, r38204 -- "(bugs 6089, 13079) Show edit...
2008-07-29 Alexandre Emsenhuber* (bugs 6089, 13079) Show edit section links for transc...
2008-06-16 Tim Starling* Reorganised the includes directory, creating subdirec...