>> AROUNDMe

  Copyright (c) 2003-2006 Barnraiser. All rights reserved.

>> This file lists database, template and language file changes and will allow you to upgrade rather 
   than reinstall.
   
   You should aim to replace all files except any language and template files you may have modified. 
   For those follow the instructions below.
   
   Most installations do not customise either their templates or their language files. If you have not 
   then simply backup and copy all the files in this installation into your required destination and 
   run any database queries listed below. If you have customised your templates and language files 
   then read the template and language file sections below and replace or modify where stated.
   
   ** ALWAYS PERFORM A FULL FILE AND DATABASE BACKUP BEFORE UPGRADING **


>> from version 0.7.1 to 0.7.2
   
   ** DATABASE
   
   CREATE TABLE `am_announce_role` (
      `announce_id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
      `role_id` INT( 3 ) NULL
   ) ENGINE=InnoDB DEFAULT CHARSET=utf8;


   ** TEMPLATE
   
   error.tpl.php - replace
   tie_matrix.tpl.php - replace
   main_permissions.tpl.php - replace
   maint_user_view.tpl.php - replace
   default.tpl.php - replace lines 140 to 154 (logo link and not logged in button)
   profile.tpl.php - replace
   maint_contact_view.tpl - replace
   inc/comment.inc.php - replace
   register.tpl.php - insert hidden invitee_identity_id form field

  
   ** LANGUAGE
   
   main_permissions.lang.php - replace
   common.lang.php - add $lang['href_not_logged_in']



>> from version 0.7.0 to 0.7.1
   
   ** DATABASE

   ALTER TABLE `am_user_identity` ADD `identity_metadata` VARCHAR( 250 ) NULL AFTER `identity_nic` ;
   ALTER TABLE `am_user` DROP `user_metadata`;
   ALTER TABLE `am_user` ADD `invitee_identity_id` INT( 11 ) NULL AFTER `invitee_user_id` ;

   CREATE TABLE `am_mem_type_access` (
     `module_id` int(11) default NULL,
     `item_id` int(11) default NULL,
     `membership_type_id` int(3) default NULL
   ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

  
   ** LANGUAGE
   
   setup.lang.php - append file errors
   fil_view.lang.php - replace file errors
   register.lang.php - replace $lang['txt_reg_legal']
   me_view.lang.php - replace $lang['homepage']['page'] vars
   people.lang.php - replace
   move $lang['txt_metadata'] from me_view.lang.php to me_identity.lang.php
   move $lang['txt_metadata_intro'] from me_view.lang.php to me_identity.lang.php
   inc/user_preference.inc.php - replace
   me_identity.lang.php - delete $lang['txt_space']
   tie_matrix.lang.php - replace
   common.lang.php - insert $lang['txt_matrix'], $lang['txt_block_warning'], $lang['txt_vouched']


   ** TEMPLATE
   people.tpl.php - replace
   me_view.tpl.php - replace
   me_identity.tpl.php - replace
   profile.tpl.php - replace
   tie_matrix.tpl.php - replace
   maint_user_view.tpl.php - replace
     
   
>> from version 0.6.9 to 0.7.0
   No upgrade path has been issued at this time

----------------------- END OF FILE ---------------------------
