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 @@
22 // http://www.intridea.com/2007/12/16/faking-onpaste-in-firefox
33
 4+window.onload = populateRefName;
 5+
46 function populateRefName() {
57 inpYear = document.getElementById("inp_year");
68 inpRefName = document.getElementById("inp_refname");

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62292This commit should address all of the code review comments from r62205.jonwilliford05:55, 11 February 2010
r62350Modified the behavior of the edit page in the citation namespace. Instead of...jonwilliford05:00, 12 February 2010

Status & tagging log