"Krinkle" posted a comment on MediaWiki.r86041.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/86041#c30473

Commit summary for MediaWiki.r86041:

r86001, now with less scariness :P  I took out the delete action and did purge 
instead, which is a much more self-contained action-with-a-form.  Also 
implement a few changes suggested by Brion on IRC last night.

Krinkle's comment:

{{wg|DisabledActions}} was deprecated in this commit in favor of 
{{wg|Actions}}, and in Setup.php the old is checked and if it has any values 
still, it is transformed and appended to the new one. This means that 
wgDisabledActions is only a subset of wgActions (or even empty).

MediaWiki::getAction was still only checking wgDisabledActions 
([http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/Wiki.php?revision=86041&view=markup#l295
 code]). In the mean time this function was refactored and moved into the 
Action class. I've fixed the usage of wgDisabledActions in r110719.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to