r62352 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r62351
|
r62352
|
r62353
>
Date:
05:26, 12 February 2010
Author:
jonwilliford
Status:
deferred
Tags:
Comment:
Made small improvement over
r62350
(and
r62292
). The refname is automatically populated when going to Special:RefHelper from a 'Create' button.
Modified paths:
/trunk/extensions/RefHelper/refhelper.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/RefHelper/refhelper.js
—
—
@@ -1,5 +1,7 @@
2
2
// http://www.intridea.com/2007/12/16/faking-onpaste-in-firefox
3
3
4
+window.onload = populateRefName;
5
+
4
6
function populateRefName() {
5
7
inpYear = document.getElementById("inp_year");
6
8
inpRefName = document.getElementById("inp_refname");
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r62292
This commit should address all of the code review comments from
r62205
.
jonwilliford
05:55, 11 February 2010
r62350
Modified the behavior of the edit page in the citation namespace. Instead of...
jonwilliford
05:00, 12 February 2010
Status & tagging log
06:57, 19 February 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r62352
[
removed:
new
added:
deferred]