Upgrade Information for previous releases of MRBS: -------------------------------------------------- If you are upgrading from MRBS 1.2-pre3 or later, then MRBS will automatically execute any necessary database upgrades when it is first run. It will prompt you for a database (not MRBS) username and password with rights to create and alter tables. It would be a sensible precaution to take a backup of your database before the upgrade. 1. Take a backup of your database, just in case. 2. Take a backup copy of your existing mrbs directory on your web server. 3. Upload all the files and directories, except the config file, in the web directory of the release to your server, overwriting your existing files. Note that if you are upgrading from MRBS 1.4.7 or earlier, the structure of the config file has changed and you should create a new config file based on config.inc.php-sample. 4. Go to MRBS in your browser. If a database upgrade is required, you'll be prompted for a database (note database, not MRBS) username and password. MRBS database upgrades are in general not backwards compatible, ie you won't be able to run an older version of MRBS against a later version of the database. You may therefore choose to make a copy of the database for test purposes and check that the upgrade process works before performing the upgrade on your production database. See the advice in INSTALL about potentially creating a fresh "config.inc.php" when you upgrade MRBS, especially for a major version change. Upgrading from prior to MRBS 1.8.0 ================================== The following configuration settings have changed: $area_list_format Redundant. All area and room lists are now select elements. $display_calendar_bottom Redundant. The mini-calendars have moved. $max_slots Redundant. The code has been rewritten. $simple_trailer Redundant. There is no longer a trailer! The following $strftime_format settings have changed: 'day_month' redundant 'dayname_cal' replaced by 'minical_dayname' 'month_cal' replaced by 'minical_monthname' 'monthyear' replaced by 'view_month' Upgrading from prior to MRBS 1.7.1 ================================== The $year_range configuration setting has been abandoned. If you have it in your config file it won't do anything. Upgrading from prior to MRBS 1.7.0 ================================== As a security measure, custom HTML for areas and rooms has been disabled by default, since it could be used to insert malicious JavaScript. However, if you trust your admins you can re-enable it by setting the following in the config file: $auth['allow_custom_html'] = true; Upgrading from prior to MRBS 1.6.0 ================================== If you upgrade to MRBS 1.6.0 and use your old config.inc.php file, you must add a line near to the top of the file, just after the