Ignore:
Timestamp:
Feb 5, 2016, 11:47:36 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Do not allow to regenerate multipletimes already running export task.
  • Modified: Progress reimplemented as Page class extension with virtual URL to avoid execution of any scripts with path to Modules subdirectory.
  • Added: Show estimated time to complete export task.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/View.php

    r863 r864  
    109109  function ShowFooter()
    110110  {
    111     global $ScriptStartTime, $Revision, $ReleaseTime, $Version;
     111    global $ScriptStartTime, $Revision, $ReleaseDate, $Version;
    112112
    113113    $ScriptGenerateDuration = round(GetMicrotime() - $ScriptStartTime, 2);
     
    123123    $Output .= '</td>';
    124124    $Output .= '</tr><tr>'.
    125       '<td colspan="4" class="page-bottom">'.T('Version').': '.$Version.' '.T('Revision').': '.$Revision.' ('.HumanDate($ReleaseTime).')'.
     125      '<td colspan="4" class="page-bottom">'.T('Version').': '.$Version.' '.T('Revision').': '.$Revision.' ('.$this->System->HumanDate($ReleaseDate).')'.
    126126      ' &nbsp; <a href="http://svn.zdechov.net/trac/wowpreklad/browser/trunk">'.T('Source code').'</a> &nbsp; '.
    127127      '<a href="http://svn.zdechov.net/trac/wowpreklad/log/trunk?verbose=on">'.T('Changelog').'</a> &nbsp; '.
Note: See TracChangeset for help on using the changeset viewer.