>> 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 the config directory and 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.6.6 to 0.6.7
   DATABASE
   
   CREATE TABLE `am_user_skill` (
     `skill_id` int(11) NOT NULL auto_increment,
     `user_id` int(11) default NULL,
     `skill_name` varchar(200) default NULL,
     `skill_rating` int(3) default NULL,
     `skill_experience` text,
     `degree_id` int(3) default '1',
     PRIMARY KEY  (`skill_id`)
   ) TYPE=InnoDB CHARACTER SET utf8;
   
   CREATE TABLE `am_group_custom_item` (
     `group_id` int(11) default NULL,
     `custom_item_id` int(3) default NULL,
     `custom_item_body` varchar(50) NOT NULL default ''
   ) TYPE=InnoDB CHARACTER SET utf8;
   
   LANGUAGE
   array/arr_acs.lang.php - insert lines 59, 84 (skills finder)
   array/arr_skill.lang.php - add
   array/arr_error.lang.php - insert line 78 (skills definition)
   common.lang.php - insert $lang['menu_skills_finder'] = "skills finder";
   common.lang.php - insert $lang['menu_skills'] = "skills";
   skl_view.lang.php - add
   skl_edit.lang.php - add
   cut and paste $lang['href_join'] from grp_view.lang.php to grp_common.lang.php
   my_profile.lang.php - insert $lang['txt_no_delete'] = "You cannot delete a profile that is in use or that is set as your default/true self profile.";
   my_profile.lang.php - insert $lang['sub_set_defaults'] = "set alias and true self";
   grp_create.lang.php - insert $lang['txt_group_unix_title'] = "unix title";
   grp_create.lang.php - insert $lang['txt_group_unix_title_hint'] = "A unix title is a lowercase name (a-z and 0-9 characters only) that is used to create a unique sub domain for you, like http://groupname.my-domain.org/. Leave it empty if you do not want one.";
   array/arr_error.lang.php - insert $lang['arr_error'][52] = "You have not entered a skills definition.";
   array/arr_error.lang.php - insert $lang['arr_error'][53] = "Your group title (or unix name) is not unique. Please select a unique name";
   my_view.lang.php - insert $lang['href_view_blog_entry'] = "view blog entry";
   
   TEMPLATE
   skl_view.tpl.php - add
   skl_edit.tpl.php - add
   blg_edit.tpl.php - replace (group publishing fixed)
   frm_edit.tpl.php - replace (group publishing fixed)
   lib_edit.tpl.php - replace (group publishing fixed)
   pol_edit.tpl.php - replace (group publishing fixed)
   sch_edit.tpl.php - replace (group publishing fixed)
   grp_membership.tpl.php - remove end "'" from line 184 ($lang['txt_member_role']';)
   grp_rsp.tpl.php - replace (links fixed).
   grp_structure.tpl.php - replace line 102 (link to directory)
   my_view.tpl.php - insert line 97 (link to blog)
   my_view.lang.php - insert $lang['href_view_blog_entry'] = "view blog entry";
   my_profile.tpl.php - replace (delete and set defaults added)
   grp_create.tpl.php - insert lines 112 to 126 (unix title)
   sch_view.tpl.php - replace line 719 (href_schedule_network).
   
   CSS
   .gui_select { - replace width
   

>> from version 0.6.5 to 0.6.6
   DATABASE
   ALTER TABLE `am_user_preference` ADD `user_preference_value` INT( 3 ) AFTER `user_preference_id` ;
   
   LANGUAGE
   spl_view.lang.php - insert $lang['form_user_homepage'] = "don't show this page again";
   search.tpl.php - $lang['txt_search'] = "search";
   sn_profile.lang.php - insert $lang['hdr_poll_participation'] = "poll participation";
   grp_edit.lang.php - insert $lang['form_label_file'] = "thumbnail image";
   grp_edit.lang.php - insert $lang['txt_header_5'] = "3. Thumbnail image";
   grp_edit.lang.php - insert $lang['txt_image_intro'] = "A thumbnail (small) picture can be shown next to your blog entry on all lists. Choose one from the list below if desired.";
   grp_edit.lang.php - insert $lang['txt_none'] = "none";
   blg_view.lang.php - insert $lang['href_tipped'] = "tipped blog entries";
   blg_view.lang.php - insert $lang['txt_intro_marked'] = "You have bookmarked the following items for reading. You can manage your bookmarks under 'Me', 'marks &amp; tips'.";
   blg_view.lang.php - insert $lang['txt_intro_tipped'] = "Your network have recommended (tipped) the following items for reading. You can manage your recommendations to your network under 'Me', 'marks &amp; tips'.";
   frm_view.lang.php - insert $lang['href_tipped'] = "tipped subjects";
   frm_view.lang.php - insert $lang['txt_intro_marked'] = "You have bookmarked the following items for reading. You can manage your bookmarks under 'Me', 'marks &amp; tips'.";
   frm_view.lang.php - insert $lang['txt_intro_tipped'] = "Your network have recommended (tipped) the following items for reading. You can manage your recommendations to your network under 'Me', 'marks &amp; tips'.";
   pol_view.lang.php - insert $lang['href_tipped'] = "tipped polls";
   pol_view.lang.php - insert $lang['txt_intro_marked'] = "You have bookmarked the following items for reading. You can manage your bookmarks under 'Me', 'marks &amp; tips'.";
   pol_view.lang.php - insert $lang['txt_intro_tipped'] = "Your network have recommended (tipped) the following items for reading. You can manage your recommendations to your network under 'Me', 'marks &amp; tips'.";
   lib_view.lang.php - insert $lang['txt_tag'] = "tags";
   sch_view.lang.php - insert $lang['href_tipped'] = "tipped polls";
   sch_view.lang.php - insert $lang['txt_intro_marked'] = "You have bookmarked the following items for reading. You can manage your bookmarks under 'Me', 'marks &amp; tips'.";
   sch_view.lang.php - insert $lang['txt_intro_tipped'] = "Your network have recommended (tipped) the following items for reading. You can manage your recommendations to your network under 'Me', 'marks &amp; tips'.";
   arrays/arr_user.lang.php - replace;
   my_membership.lang.php - replace $lang['txt_email_set_help']
   my_membership.lang.php - insert $lang['sub_update_account'] = "update account";
   my_membership.lang.php - insert $lang['sub_update_email'] = 	"update email";
   spl_view.lang.php - insert $lang['hdr_dormant'] = "your account is dormant";
   spl_view.lang.php - insert $lang['hdr_activate'] = "re-activate your account";
   spl_view.lang.php - insert $lang['sub_send'] = "re-activate";
   spl_view.lang.php - insert $lang['txt_intro_dormant'] = "Your account is set to 'dormant' which mean that you have 'paused' your account. Maybe you did this because you want on holiday or maybe it is because you changed your email. Just type in your email and date of birth and we will re-active your account by sending you an email with a new password in it.";
   spl_view.lang.php - insert $lang['txt_dob'] = "your date of birth";
   spl_view.lang.php - insert $lang['txt_email'] = "your email address";
   spl_view.lang.php - insert $lang['txt_captcha'] = "Captcha";
   spl_view.lang.php - insert $lang['txt_captcha_intro'] = "Please type the characters that you see below.";
   spl_view.lang.php - insert $lang['txt_email_subject_activate'] = "Your new password";
   node_register_user.lang.php - insert $lang['txt_emails'] = "email addresses";
   node_register_user.lang.php - insert $lang['txt_invite_to_help'] = "Hint: You can either put each email address on a new line or use a comma (,) between them like 'foo@barnraiser.org, bar@barnraiser.org'. We do not recommend sending more than 25 emails at a time.";
   node_register_user.lang.php - insert $lang['txt_emails_registered'] = "emails registered";
   my_membership.lang.php - insert $lang['hdr_preferences'] = "your preferences";
   setup.lang.php - insert $lang['txt_preferences_intro'] = "Check the following checkboxes if you would like to...";
   setup.lang.php - delete $lang['txt_messaging_help']
   setup.lang.php - delete $lang['txt_email_message_help']
   setup.lang.php - delete $lang['txt_digest_newsletter_help']
   common.lang.php - insert $lang['href_comment_hybrid'] = "switch to hybrid mode";
   common.lang.php - insert $lang['href_comment_normal'] = "switch to normal mode";
   common.lang.php - insert $lang['href_comment_threaded'] = "switch to threaded mode";
   common.lang.php - insert $lang['href_comment_reply'] = "reply";
   common.lang.php - insert $lang['txt_comment_normal'] = "You are viewing in normal mode - date ordered list of main comments.";
   common.lang.php - insert $lang['txt_comment_threaded'] = "You are viewing in threaded mode - hierachical sorting of comments.";
   common.lang.php - insert $lang['txt_comment_hybrid'] = "You are viewing in hybrid (mixed) mode - date ordered list of all comments.";
   common.lang.php - insert $lang['txt_comment_position'] = "This comment will be added against the main item.";
   common.lang.php - insert $lang['txt_comment_position1'] = "This comment will be added against the item marked in blue";
   common.lang.php - insert $lang['txt_comment_normal_hint'] = "date ordered list of main comments.";
   common.lang.php - insert $lang['txt_comment_hybrid_hint'] = "date ordered list of all comments.";
   common.lang.php - insert $lang['txt_comment_threaded_hint'] = "hierachical sorting of comments.";


   TEMPLATE
   blg_edit.tpl.php - replace (publishing section changed)
   blg_view.tpl.php - replace (tipped entry listing added)
   frm_edit.tpl.php - replace (publishing section changed)
   frm_view.tpl.php - replace (tipped entry listing added)
   lib_edit.tpl.php - replace (publishing section changed)
   lib_view.tpl.php - replace line 237 ($library for $blog).
   pol_edit.tpl.php - replace (publishing section changed)
   pol_view.tpl.php - replace (tipped entry listing added)
   sch_edit.tpl.php - replace (publishing section changed)
   sch_view.tpl.php - replace (tipped entry listing added)
   grp_membership.tpl.php - replace line 209 ($group['member']).
   my_view.tpl.php - replace line 79 (?view=my_blog).
   sn_profile.tpl.php - insert 537 to 576 (poll participation table).
   grp_edit.tpl.php - insert 296 to 338 (image handling).
   spl_view.tpl.php - replace (dormant user added).
   node_register_user.tpl.php - replace (mass user invite added).
   setup.tpl.php - replace (preferences added)
   my_membership.tpl.php - replace (preferences added).
   comment.inc.tpl.php - replace (comment views added).
