User "Nikerabbit" posted a comment on MediaWiki.r99360. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99360#c24134 Commit summary:
initial woek on commenting amd voting ui for judges Comment: If the article path is /index.php?title=bar&daa=lasagne, browsers will submit to index.php and ignore everything after ?. The usual fix is to submit to $wgScript, and add Html::hidden( 'title', $title );. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
