From 1988e9fb367e8954702d8df63bc81260596397b5 Mon Sep 17 00:00:00 2001 From: Ian Date: Fri, 26 Jul 2013 09:50:42 +0200 Subject: [PATCH] autoupdate: update error note --- serendipity_event_autoupdate/ChangeLog | 3 +++ serendipity_event_autoupdate/serendipity_event_autoupdate.php | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/serendipity_event_autoupdate/ChangeLog b/serendipity_event_autoupdate/ChangeLog index 9333b2b9..3ec510e5 100644 --- a/serendipity_event_autoupdate/ChangeLog +++ b/serendipity_event_autoupdate/ChangeLog @@ -1,3 +1,6 @@ +0.7 + * Added on error RELOAD note + 0.6 * Added install by USERLEVEL_ADMIN only * changed some lang Constants diff --git a/serendipity_event_autoupdate/serendipity_event_autoupdate.php b/serendipity_event_autoupdate/serendipity_event_autoupdate.php index 862d5f90..1a5fd118 100644 --- a/serendipity_event_autoupdate/serendipity_event_autoupdate.php +++ b/serendipity_event_autoupdate/serendipity_event_autoupdate.php @@ -22,7 +22,7 @@ class serendipity_event_autoupdate extends serendipity_event { $propbag->add('description', PLUGIN_EVENT_AUTOUPDATE_DESC); $propbag->add('stackable', false); $propbag->add('author', 'onli, Ian'); - $propbag->add('version', '0.6'); + $propbag->add('version', '0.7'); $propbag->add('requirements', array( 'serendipity' => '0.8', 'php' => '5.1' @@ -167,6 +167,7 @@ class serendipity_event_autoupdate extends serendipity_event { EOS; $this->show_message('

Download, verify, check, unzip, copy, remove temporary stuff for Serendipity Update: ' . $_REQUEST['serendipity']['newVersion'] . ' may take a little while...
Please don\'t get nervous and do not close this page while in progress!


'); + $this->show_message('

Please note: If this page ever stops with an error message during procession, you can normally just RELOAD your browser [by keyboard shortcut] to get another run. This does not do any harm to a continued upgrade.

'); $this->show_message('

PHP max execution time set to 210 seconds

'); $start = microtime(true); if(false === ($update = $this->fetchUpdate($nv))) {