2do Project
Upgrade Procedure
April 28 2004

CHANGES IN V1.22
================

 * Fixed a bug that got a little confusing when trying to edit a project.
 * Added the option to remove a password from a protected project.

If you are upgrading from 1.21 to 1.22, simply overwrite
all the .php files.  

There was a modification to the project.tpl template, that adds a new block
for the removing of project passwords. Overwrite the templates/project.tpl
file if you have not changed the templates for your site, otherwise
please review the new template and make changes to yours accordingly.

No changes are required to the configuration.

If you upgrading from a previous version, follow the instructions below:

TO UPGRADE FROM VERSION 1.0, 1.1, 1.1x TO 1.22
==============================================

There has been two changes that require a specific upgrade
proceedure before you can use version 1.22 properly.  Please
follow these instructions carefully to ensure no loss of
data.

1. Open http://www.yoursite.com/2do/upgrade.php in your
web browser (replacing "www.yoursite.com/2do/" with the
proper URL for your 2do installation.

2. Click on the link to start the upgrade.  This will make
modifications to your 2do database.  No data will be lost,
but you may wish to export your database to CSV first,
just in case.

EITHER

3. Copy include/config.dist.php to include/config.php and 
change all the options as if you were installing from scratch. 
(Recommended)

OR

3. Compare the differences between the new 
include/config.dist.php and your current include/config.php 
and modify as appropiate.

To make 1.22 work exactly like previous versions, use these
settings:

  'change_date' => TRUE,
  'project_passwords' => FALSE,
  'hide_csv' => FALSE,

4. You are done - it is safe to delete upgrade.php (and I
recommend it).

Review the manual for additional changes and details for the
new functions.

Thanks for using 2do!  Please e-mail me at 2do@bart666.com
with any comments or suggestions.

Bart King
Demonic Developments
http://www.bart666.com
http://www.demonicdev.com
