r86978 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86977‎ | r86978 | r86979 >
Date:19:48, 26 April 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: Merge UploadWizard to trunk state again, picking up r86977
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/UploadWizard/resources/mw.UploadWizard.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/UploadWizard/resources/mw.UploadWizard.js
@@ -1164,6 +1164,11 @@
11651165 $j( '#mwe-upwiz-progress' ).hide();
11661166 $j( '#mwe-upwiz-add-file' ).show();
11671167
 1168+ // reset buttons on the details page
 1169+ $j( '#mwe-upwiz-stepdiv-details .mwe-upwiz-file-next-some-failed' ).hide();
 1170+ $j( '#mwe-upwiz-stepdiv-details .mwe-upwiz-file-next-all-failed' ).hide();
 1171+ $j( '#mwe-upwiz-stepdiv-details .mwe-upwiz-start-next' ).show();
 1172+
11681173 // fix various other pages that may have state
11691174 $j( '#mwe-upwiz-thanks' ).html( '' );
11701175

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86977fixing so we reset the details page buttons when we remove all uploads (same ...neilk19:45, 26 April 2011

Status & tagging log