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

    r862 r864  
    66// and system will need database update.
    77
    8 $Version = '1.0-alfa';
    9 $Revision = 862; // Subversion revision
     8$Version = '1.0';
     9$Revision = 864; // Subversion revision
    1010$DatabaseRevision = 857; // Database structure revision
    11 $ReleaseTime = '2016-01-22';
     11$ReleaseDate = strtotime('2016-02-05');
Note: See TracChangeset for help on using the changeset viewer.