r86049 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r86048
|
r86049
|
r86050
>
Date:
13:41, 14 April 2011
Author:
reedy
Status:
ok (
Comments
)
Tags:
Comment:
Kill comment box autofocus,
bug 28533
Cursor jumps into comment field
Remove unused global
Modified paths:
/trunk/extensions/CodeReview/modules/ext.codereview.js
(modified) (
history
)
/trunk/extensions/CodeReview/ui/CodeCommentsListView.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/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: trunk/extensions/CodeReview/ui/CodeCommentsListView.php
—
—
@@ -73,7 +73,6 @@
74
74
}
75
75
76
76
function formatValue( $name, $value ) {
77
- global $wgLang;
78
77
switch( $name ) {
79
78
case 'cc_rev_id':
80
79
return $this->mView->skin->link(
Follow-up revisions
Revision
Commit summary
Author
Date
r86051
MFT
r86049
reedy
13:53, 14 April 2011
Comments
#
Comment by
Raymond
(
talk
|
contribs
)
13:52, 14 April 2011
Could someone pls deploy this asap? Thanks!
Status & tagging log
19:25, 20 April 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r86049
[
removed:
1.17]
10:42, 20 April 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r86049
[
removed:
1.17wmf1
added:
1.17]
13:53, 14 April 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r86049
[
removed:
new
added:
ok]
13:52, 14 April 2011
Raymond
(
talk
|
contribs
)
changed the
tags
for r86049
[
added:
1.17wmf1]