Revision: 43707
Author:   mkroetzsch
Date:     2008-11-19 11:49:16 +0000 (Wed, 19 Nov 2008)

Log Message:
-----------
minor clarification in text

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/specials/SMWAdmin/SMW_SpecialSMWAdmin.php

Modified: 
trunk/extensions/SemanticMediaWiki/specials/SMWAdmin/SMW_SpecialSMWAdmin.php
===================================================================
--- 
trunk/extensions/SemanticMediaWiki/specials/SMWAdmin/SMW_SpecialSMWAdmin.php    
    2008-11-19 11:47:16 UTC (rev 43706)
+++ 
trunk/extensions/SemanticMediaWiki/specials/SMWAdmin/SMW_SpecialSMWAdmin.php    
    2008-11-19 11:49:16 UTC (rev 43707)
@@ -138,7 +138,7 @@
                                        '<form name="refreshwiki" action="" 
method="POST">';
                        if ($refreshjob !== NULL) {
                                $prog = $refreshjob->getProgress();
-                               $html .= "<p><b>An update is already in 
progress.</b> It is normal that the update progresses only slowly since it only 
refreshes data in small chunks each time a user accesses the wiki. To finish an 
update more quickly, you can use the MediaWiki maintenance script 
<tt>runJobs.php</tt> (use the option <tt>--maxjobs 2000</tt> to restrict the 
number of updates done at once). Estimated progress of current update:</p> " .
+                               $html .= "<p><b>An update is already in 
progress.</b> It is normal that the update progresses only slowly since it only 
refreshes data in small chunks each time a user accesses the wiki. To finish 
this update more quickly, you can invoke the MediaWiki maintenance script 
<tt>runJobs.php</tt> (use the option <tt>--maxjobs 2000</tt> to restrict the 
number of updates done at once). Estimated progress of current update:</p> " .
                                        '<p><div style="float: left; 
background: #DDDDDD; border: 1px solid grey; width: 300px; "><div 
style="background: #AAF; width: ' .
                                        round($prog*300) . 'px; height: 20px; 
"> </div></div> &nbsp;' . round($prog*100,4) . '%</p><br /><br />' .
                                        '<input type="hidden" name="action" 
value="refreshstore" />' .



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to