r86051 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86050‎ | r86051 | r86052 >
Date:13:53, 14 April 2011
Author:reedy
Status:ok
Tags:
Comment:
MFT r86049
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/CodeReview (modified) (history)
  • /branches/wmf/1.17wmf1/extensions/CodeReview/modules/ext.codereview.js (modified) (history)
  • /branches/wmf/1.17wmf1/extensions/CodeReview/ui/CodeCommentsListView.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/CodeReview/modules/ext.codereview.js
@@ -1,3 +0,0 @@
2 -jQuery( document ).ready( function( $ ) {
3 - $( '.mw-codereview-post-comment textarea:first' ).focus();
4 -} );
\ No newline at end of file
Index: branches/wmf/1.17wmf1/extensions/CodeReview/ui/CodeCommentsListView.php
@@ -73,7 +73,6 @@
7474 }
7575
7676 function formatValue( $name, $value ) {
77 - global $wgLang;
7877 switch( $name ) {
7978 case 'cc_rev_id':
8079 return $this->mView->skin->link(
Property changes on: branches/wmf/1.17wmf1/extensions/CodeReview
___________________________________________________________________
Modified: svn:mergeinfo
8180 Merged /trunk/extensions/CodeReview:r86049

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86049Kill comment box autofocus, bug 28533 Cursor jumps into comment field...reedy13:41, 14 April 2011

Status & tagging log