>> 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.8 to 0.6.9 DATABASE ---------------------------------------------------------------- ALTER TABLE `am_channel` ADD `channel_type_id` INT( 3 ) ; CONFIG ------------------------------------------------------------------ insert - $c_node['rss']['channel_type']['my_blog'] = "1"; insert - $c_node['rss']['channel_type']['read_blog'] = "2"; ACS CONFIG -------------------------------------------------------------- insert - lines 137 to 149 (resource_group_create_privilege) TEMPLATE ----------------------------------------------------------------- default.tpl.php - insert lines 455 to 475 (overview sub menu item) default.tpl.php - replace line 233 (new network link) sn_view.tpl.php - add grp_create.tpl.php - replace (layout changed for usability) sn_profile.tpl.php - replace (redesigned) frm_view.tpl.php - replace lines 1159 and 1172 ($url) my_view.tpl.php - replace lines 231 and 232 (link = quz_) comment.inc.tpl.php - replace lines 318 and 289 (comment_parent_id) sch_view.tpl.php - replace line 1485 (form name) default.tpl.php - insert lines 842 to 892 (search sub menu) node_rsp.tpl.php - insert lines 573 to 580 (featured) search.tpl.php - replace (redesigned) LANGUAGE ----------------------------------------------------------------- array/arr_channel.lang.php - add sn_view.lang.php - add chl_edit.lang.php - insert $lang['txt_none'] = "none"; chl_edit.lang.php - rename $lang['form_lable_url'] to $lang['form_label_url'] chl_edit.lang.php - insert $lang['form_label_language'] = "language"; chl_edit.lang.php - insert $lang['form_label_type'] = "type"; chl_view.lang.php - insert $lang['hdr_rss_my_blog'] = "my external blogs"; chl_view.lang.php - insert $lang['hdr_rss_read_blog'] = "reading"; grp_create.lang.php - replace $lang['txt_group_completed'] grp_create.lang.php - insert $lang['hdr_group_setup'] = "Your group has been created"; grp_create.lang.php - replace $lang['txt_hidden_group_intro'] grp_create.lang.php - replace $lang['txt_visible_group_intro'] sn_profile.lang.php - insert $lang['txt_me'] = "me"; sn_profile.lang.php - insert $lang['hdr_contributions'] = "contributions"; sn_profile.lang.php - insert $lang['hdr_connection'] = "connection"; sn_profile.lang.php - insert $lang['hdr_details'] = "details"; sn_profile.lang.php - insert $lang['hdr_network'] = "network"; sn_profile.lang.php - insert $lang['hdr_skills'] = "skills"; grp_acs.lang.php - insert $lang['hdr_menu'] = "menu"; grp_acs.lang.php - replace $lang['txt_acs_permissions_help'] common.lang.php - insert $lang['menu_search_tags'] = "tags"; common.lang.php - insert $lang['menu_search_comments'] = "comments"; common.lang.php - insert $lang['menu_search_content'] = "content"; common.lang.php - insert $lang['menu_search_directory'] = "directory"; search.lang.php - replace ----------------------- END OF FILE ---------------------------