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/Core.php

    r862 r864  
    332332    $this->PageHeaders[$Name] = $Callback;
    333333  }
     334
     335  function HumanDate($Time)
     336  {
     337    return(date('j.n.Y', $Time));
     338  }
    334339}
Note: See TracChangeset for help on using the changeset viewer.