>> Igloo

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

>> This file lists database, template and language file changes and will allow you to upgrade rather 
   than reinstall.
   
   Most installations do not customise either their templates or their language files. If you have not 
   then simply backup, copy all the files in this installation into your required destination and 
   perform run the database queries below. If you have customised your templates and language files 
   then read the template and language file sections below.
   
   Please note: you will need to replace your config files for this upgrade.
   
   ** ALWAYS PERFORM A FULL FILE AND DATABASE BACKUP BEFORE UPGRADING **
   
   
>> from version 0.1.4 to 0.1.5
   TEMPLATES
   If you have not customised templates then replace them all.
   
   my_profile.tpl.php - replace
   msg_edit.tpl.php - replace
   sch_view.tpl.php - insert lines 155 to 157
   nlt_view.tpl.php - replace
   
>> from version 0.1.3 to 0.1.4
   TEMPLATES
   If you have not customised these templates then replace them.
   
   frm_view.tpl.php - replace 479-482 with lines 479-487
   pol_view.tpl.php - replace 352-355 with lines 352-370
   search.tpl.php - replace 57-60 with lines 57-71
   search.tpl.php - replace line 202 - subject synopsis
   my_tags.tpl.php - add
   sch_view.tpl.php - replace
   sch_edit.tpl.php - replace
   pol_edit.tpl.php - replace
   blg_view.tpl.php - replace
   blg_edit.tpl.php - replace
   frm_edit.tpl.php - replace
   lib_view.tpl.php - replace
   lib_edit.tpl.php - replace
   
   DATABASE
   ALTER TABLE `igloo_tag` ADD `level_id` INT( 1 ) ;
   
>> from version 0.1.2 to 0.1.3
   DATABASE
   ALTER TABLE `igloo_sn` CHANGE `sn_cron_update_request` `sn_batch_request` INT( 1 ) DEFAULT NULL 
   ALTER TABLE `igloo_newsletter` ADD `role_id` INT( 11 ) AFTER `item_id`;
   ALTER TABLE `igloo_newsletter` CHANGE `message_status` `status_id` INT( 1 ) DEFAULT '0' NOT NULL 
   ALTER TABLE `igloo_newsletter` CHANGE `start_id` `start_user_id` INT( 11 ) DEFAULT NULL 
   
   
>> from version 0.1.1 to 0.1.2
   TEMPLATE
   node_user.tpl.php - replace
   igloo.css - add - listnav
   fil_view.tpl.php - update - line 131
   frm_edit.tpl.php - update lines 589 to 591 (include div tag)
   blg_view.tpl.php - replace
   
   LANGUAGE
   common.lang.php - add $lang['txt_list_nav_start'] = 	"start";
   common.lang.php - add $lang['txt_list_nav_end'] = "end";
   common.lang.php - add $lang['txt_list_nav_prev'] = "previous";
   common.lang.php - add $lang['txt_list_nav_next'] = "next";
   replace /man/wiki_formatting.man.php 
   

>> from version 0.1.0 to 0.1.1
   TEMPLATE
   igloo.css - change line 90 to #content .metadata {
   replace setup.tpl.php
   replace default.tpl.php
   replace comment.inc.tpl.php
   replace sch_view.tpl.php
   replace sn_list.tpl.php (pending invites moved to main column)
   replace error.tpl.php
   sch_edit.tpl.php - replace line 251
   msg_view.tpl.php - replace
   
   LANGUAGE
   replace setup.lang.php
   
   
>> Development build (version 0.1.1) - no upgrade options

>> First build (version 0.1.0) - no upgrade options
