[wp-trac] [WordPress Trac] #34048: Shiny updates hangs at "Updating…" after updating translations

WordPress Trac noreply at wordpress.org
Sun Sep 27 21:33:55 UTC 2015


#34048: Shiny updates hangs at "Updating…" after updating translations
-----------------------------+-------------------------
 Reporter:  ocean90          |      Owner:
     Type:  defect (bug)     |     Status:  new
 Priority:  normal           |  Milestone:  4.4
Component:  Upgrade/Install  |    Version:  4.3
 Severity:  normal           |   Keywords:  needs-patch
  Focuses:                   |
-----------------------------+-------------------------
 If you're updating a plugin which has translation updates the "Updating…"
 state doesn't get removed because the Ajax response includes HTML:

 {{{
 <p>Some of your translations need updating. Sit tight for a few more
 seconds while we update them as well.</p>
 <div class="update-messages lp-show-latest"><h4>Updating translations for
 User Switching (en_CA)…</h4><p>Downloading translation from <span
 class="code">https://downloads.wordpress.org/translation/plugin/user-
 switching/1.0.7/en_CA.zip</span>…</p>
 <p>Unpacking the update…</p>
 <p>Installing the latest version…</p>
 <p>Translation updated successfully.</p>
 </div><div class="update-messages lp-show-latest"><h4>Updating
 translations for User Switching (it_IT)…</h4><p>Downloading
 translation from <span
 class="code">https://downloads.wordpress.org/translation/plugin/user-
 switching/1.0.7/it_IT.zip</span>…</p>
 <p>Unpacking the update…</p>
 <p>Installing the latest version…</p>
 <p>Translation updated successfully.</p>
 </div><div class="update-messages lp-show-latest"><h4>Updating
 translations for User Switching (ja)…</h4><p>Downloading translation
 from <span class="code">https://downloads.wordpress.org/translation/plugin
 /user-switching/1.0.7/ja.zip</span>…</p>
 <p>Unpacking the update…</p>
 <p>Installing the latest version…</p>
 <p>Translation updated successfully.</p>
 </div><div class="update-messages lp-show-latest"><h4>Updating
 translations for User Switching (nb_NO)…</h4><p>Downloading
 translation from <span
 class="code">https://downloads.wordpress.org/translation/plugin/user-
 switching/1.0.7/nb_NO.zip</span>…</p>
 <p>Unpacking the update…</p>
 <p>Installing the latest version…</p>
 <p>Translation updated successfully.</p>
 </div><div class="update-messages lp-show-latest"><h4>Updating
 translations for User Switching (ro_RO)…</h4><p>Downloading
 translation from <span
 class="code">https://downloads.wordpress.org/translation/plugin/user-
 switching/1.0.7/ro_RO.zip</span>…</p>
 <p>Unpacking the update…</p>
 <p>Installing the latest version…</p>
 <p>Translation updated successfully.</p>
 </div><div class="update-messages lp-show-latest"><h4>Updating
 translations for User Switching (ru_RU)…</h4><p>Downloading
 translation from <span
 class="code">https://downloads.wordpress.org/translation/plugin/user-
 switching/1.0.7/ru_RU.zip</span>…</p>
 <p>Unpacking the update…</p>
 <p>Installing the latest version…</p>
 <p>Translation updated successfully.</p>
 </div><script type="text/javascript">
                                         (function( wp ) {
                                                 if ( wp &&
 wp.updates.decrementCount ) {
 wp.updates.decrementCount( "translation" );
                                                 }
                                         })( window.wp );
 </script>{"success":true,"data":{"update":"plugin","plugin":"user-
 switching\/user-switching.php","slug":"user-
 switching","oldVersion":"Version 1.0.7","newVersion":"Version 1.0.8"}}
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34048>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list