"Nikerabbit" changed the status of MediaWiki.r110068 to "fixme" and commented
it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/110068#c30084
Old Status: new
> New Status: fixme
Commit summary for MediaWiki.r110068:
AFT5:
- Fix some translation issues: remove a few unused messages (take them out of
hooks.php as well), add missing qqq doucmentation for others.
- Tweak text for up/down voting message, per requirements
- Add active class in CSS/JS for clicked 'is this helpful' yes/no buttons, per
requirements.
- Don't display sort direction arrow on page load, per requirements.
- Make permalink filter take affect immediately, instead of just changing URL
and requiring a reload.
- Comment out AFT5 special page display (was uncommented in dev, but needs to
be commented out for committing - fixes a bug in r108881).
- Escape $continue value before using it in a query. Fixes the other bug in
r108881.
- Use relative timestamps ('2 hours 19 minutes ago') for feedback posts less
than 48 hours old (Taken largely from the way Moodbar does it).
- Remove the old commented-out permalinks, since the timestamp is the new link
.
- Only show the 'X edits since' links (goes to diff page) if there have been
edits since.
- Stop double-escaping feedbackHead (r109254), and add gender back into the me
ssage.
- Replace 'all' filter with 'visible' - there is no 'all' filter anymore. Remo
ve 'needs oversight' filter, as the 'request oversight' functionality is off t
he table for initial release. Will remove the links to it as well, but this co
mmit only takes out the filter.
Nikerabbit's comment:
<pre>
+ . Html::element( 'span',
+ array( 'class' => 'result' ),
+ wfMessage( $message, $gender, $extra )
)
</pre>
This is still double escaping, needs ->text().
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview