wiki.techinc.nl/includes/parser
Platonides 7bfebad308 Change quickUserCan( 'edit' ) and getIsPrintable() into setEditSection( false )
Follow up r48544. Init ParserOptions::mIsPrintable in initialiseFromUser()
Move the "No edit section it's printable" from Parser to Article.
This leaves getIsPrintable() unused. Left there for extensions (none seems to be using it, could be removed).

The "even if the user has them on" comment wasn't accurate. The user preference only controls them via CSS.
Anyway, it would work as expected now if it got moved into ParserOptions. The setEditSection() no longer set it to true.

Remove the quickUserCan( 'edit' ) which is just a hidden way of calling $wgUser from the Parser to be explicitely 
done in Article to disable the editsection. This results in quickUserCan being called once instead of twice if $wgUseETag == true;.
2010-08-05 14:37:50 +00:00
..
CoreLinkFunctions.php
CoreParserFunctions.php (bug 17857) Make {{anchorencode}} work in a manner more similar to the way that 2010-06-20 23:43:39 +00:00
CoreTagHooks.php Fixed unnecessary assignment (from r61913) 2010-02-19 23:21:58 +00:00
DateFormatter.php Fixed some doxygen warnings 2010-06-09 14:57:59 +00:00
LinkHolderArray.php http://www.mediawiki.org/wiki/User:Catrope/Stub_threshold shows us people setting it to insanely large values trying to disable it. 2010-08-03 22:32:09 +00:00
Parser.php Change quickUserCan( 'edit' ) and getIsPrintable() into setEditSection( false ) 2010-08-05 14:37:50 +00:00
Parser_DiffTest.php
Parser_LinkHooks.php More unused globals 2010-07-25 17:47:41 +00:00
ParserCache.php Change quickUserCan( 'edit' ) and getIsPrintable() into setEditSection( false ) 2010-08-05 14:37:50 +00:00
ParserOptions.php Change quickUserCan( 'edit' ) and getIsPrintable() into setEditSection( false ) 2010-08-05 14:37:50 +00:00
ParserOutput.php (bug 14685) Double underscore magic word usage is now tracked in the page_props table, as well as the behavioral magic words {{DEFAULTSORT}} and {{DISPLAYTITLE}}. 2010-07-10 11:30:11 +00:00
Preprocessor.php follow-up to r67820 and r67819: interface function newPartNodeArray for creating a new custom node for programmatic use of parameter replacement as used in some extensions 2010-06-10 15:18:43 +00:00
Preprocessor_DOM.php Replace self with PPFrame to define proper location of some constants 2010-07-29 07:20:02 +00:00
Preprocessor_Hash.php Replace self with PPFrame to define proper location of some constants 2010-07-29 07:20:02 +00:00
Tidy.php Fixed some doxygen warnings 2010-06-09 14:57:59 +00:00