Ignore:
Timestamp:
09/29/07 14:20:26 (5 years ago)
Author:
hverton
Message:

Changed to upgrade system to show more information about the updates, also added a panel to list the updates present that already have been installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/upgrade/rev00800.php

    r834 r855  
    55| Copyright 2007 Harro "WanWizard" Verton, Exite BV  | 
    66| for support, please visit http://exitecms.exite.eu | 
    7 +----------------------------------------------------+ 
    8 | Some portions copyright 2002 - 2006 Nick Jones     | 
    9 | http://www.php-fusion.co.uk/                       | 
    107+----------------------------------------------------+ 
    118| Released under the terms & conditions of v2 of the | 
     
    2421 
    2522// register this revision update 
    26 $revisions[] = array('revision' => $_revision, 'date' => mktime(12,0,0,9,1,2007), 'description' => "Required updates for ExiteCMS v7.00 rev.".$_revision); 
     23$revisions[] = array('revision' => $_revision, 'date' => mktime(14,43,0,9,10,2007), 'description' => "Required updates for ExiteCMS v7.00 rev.".$_revision."<br /><font color='red'>This revision introduces sub menu's to the menu panels, with a choose of using indentation or foldable menu's.</font>"); 
    2724 
    2825// array to store the commands of this update 
Note: See TracChangeset for help on using the changeset viewer.