User "SPQRobin" changed the status of MediaWiki.r91949.

Old Status: ok
New Status: fixme

User "SPQRobin" also posted a comment on MediaWiki.r91949.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/91949#c19547
Commit summary:

Revert r91942, r91943 & reimplement. wgActions doesn't contain all possible 
actions!

Comment:

Stuff like <code>$action = $wgRequest->getVal( 'action', $par );</code> in 
special pages like EditWatchlist/raw return the default action ('view' 
probably) instead of the $par, which is 'raw' in the case of EditWatchlist. 
Another example is the Interwiki extension: Special:Interwiki/add does not 
work, but Special:Interwiki?action=add does.

This is probably due to this commit, so marking as FIXME.

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to