S48 - CertPassword display only if it exists.
Added certLastUsed date to DB.
Added main menu to gencerts.php
Added stats to gencerts.php

S47 - Added scriptaculous!
Added optional fixed include path.
Fixed a style.css typo.
Added scriptaculous effect to address.php (CA admin).
Improved import script.

S45 - Feature request fulfilled with AddNewEntryMenu.plugin.php

S43 - Added certState 'new' to manually initiate cert issuing.
Added certPassword retrieval by PIN through address.php
Added certState changing feature for admins to address.php
Automatic command generation in gencerts.php

S42 - Changed added->change hysteresis to 31 days
lastUpdate=NOW() changes first time after 31 days
$CONFIG_ADDED_CHANGE_HYSTERESIS = 31; added to config.php.template

S40 - Import spiffified - reads variables from first row of CSV.
Display certificate PIN for URL retrieval from address card of an individual.
gencerts improved, save.php better backward compatibility.

S39 - Added parsing function for European ZIP, CITY lines.
Added recording of who changed contact if contact whoAdded is empty.

S35 - MySQL 5 code fixes

S33 - SF incompatibilities include_path fixed. RC2
S30 - Added initialize() function. Added possibility to limit number of changedlist.php entries.
S29 - Beta schema extensions for upgrade/install.
S27 - GPL added, links to old project modified, deploy for sf.net modified. Footer and
 links to old project changed.
S26 - Path correction: Added plugins/ to load the plugins ... seems to work on all env
ironments, even on sourceforge.
S25 - Added CREATE DATABASE IF NOT EXISTS to install.php
S23 - Changed DB structure for certificate generator
      Added certificate generator
S18 - Added utf8 support

MySQL DB Changes:
	see upgrade.php for details

Language Added (English only):
	'CHANGED_LIST_TITLE' => 'Recently Changed Entries (Past '  ... (DONE: english, german)
	'CHANGED_LIST_IMPORTED' => 'imported',
	'CHANGED_LIST_ADDED' => 'added',
	'CHANGED_LIST_CHANGED' => 'changed',
	'CHANGED_LIST_DELETED' => 'deleted',
	'LBL_MANAGER' => 'Manager'
	'LBL_PAGES' => 'Manager' list.php
	'LBL_ALL' => "all" list.php
	'EDIT_TRASHED' =>"The entry has been marked as deleted, it will be removed later.",

TODO:
	Changedlist: The first click on expand should go to the list mode (maybe?)
	Add field "reason for deletion" upon deletetion of an entry (global option).
	Make an import script to import csv files into DB (better than support/import.phx)!!

S9 - SECURITY warning to check that install.php is deleted!
S6 - install.php updated to 2.0 scheme
S5 - PDFboook printing and plugin. 
	
R86: Imported to Sourceforge
	
DONE:
	Make it possible to block displaying the main-address on the list page.

	On edit change from added to changed modification only if lastModification 
	is older than a few days to preserve added if people make a few changes in 
	a row after adding.

R67 - Added GoogleMaps (redirection) plugin
R65 - Added makePatch.sh
R63 - PLUG-INs 
R61 - lastModification = added is sticky for some days
R59 - Admin can change last modification in changedlist
R58 - added saveadmin.php for clean minor DB updates of administrator usertype, lastModification changes
R57 - admin can cycle user types 
R56 - deploy script for installation
R54 - added constant for lang detect file
R53 - nav_abc broke after expand feature, fixed by removing the $link in URL href=#N
R52 - expand feature for main list
R45 - $CONFIG_DISPLAY_ADDRESS_IN_LIST
R44 - $CONFIG_ADMINISTRATIVE_LOCK added to config.php, edit.php and user.php
R43 - added script for scaling portraits
R36 - Added TABversion to database for upgrades (yet unused)	
R18 - 20 
Added automatic language detection for not logged in users.
Added english as default language for undefined language mappings - merge array.

R17 -
Added a powerful changedlist to retrieve changed and trashed entries.
Made address.php includeable for printablelist of addresses.
Files: changedlist.php, address.php

R14 -
Added trash mode for record deletion (user, manager)

R13 -
address.php multiple time includable to produce changed-list of TAB-cards.

R9 -
Moved menu-buttons below list.

R9 -                                                       
Added search by with GET method URL: search.php?goTo=Smith
Files: search.php

R9 - 
Added the ability of users to register themselves and modify their own record, 
even if they have not created it. If the email of a registerd user matches 
the first email of an entry, the user can edit this contact. 

R1 -
Added the user group "manager". Managers can only add, remove and modify any 
contact information of all users, and add or delete users, but cannot change board options.
In future this could be extended to restrict managers to a specific group of contacts.
Files: address, edit, export, fileupload, install, list, mailsend, mailto, save, users; added LBL_MANAGER to all language files
TODO: UPGRADE script insert new enum manager as user groups; check if ordering of enum matters?
 //  BEGIN 1.04 to 1.?? UPGRADE  
 //  

104a - REF:http://www.corvalis.net/phpBB2/viewtopic.php?p=1571
Bug fix. Changed many instances of <? to <?php
Affected files:
address.php 
fileupload.php 
list.php 
register.php 

104b - REF: http://www.corvalis.net/phpBB2/viewtopic.php?p=1571
Bug fix. Changed more instances of <? to <?php
Affected file:
index.php

104c - REF: http://www.corvalis.net/phpBB2/viewtopic.php?p=1585
Bug Fix: removed extraneous [
syntax error --> $mail->FromName = $_POST['[mail_from_name'];
Affected file:
mailsend.php 

104d - This patch contains files to go from address104c to the current release address104d, excluding changes to CHARSET which are in many of the files.
If you use langauges other than english you should obtain a copy of the full 104d release and copy the files into your current TAB directory. You will not have to run any upgrade script.
Changes:
This patch includes:
edit.php - fix to incorrect country select
mailto - fix javascript error
options.php - fix so compatible with older versions of php
users.php - fix so compatible with older versions of php
constants.inc - changes version to 104d
readme.txt - This document


Changes to 104e
1. register.php 
	bug fix
	ref: http://forums.corvalis.net/viewtopic.php?t=449
		lines 100, 101 added:
		$username = $_POST['username'];
		$email = $_POST['email'];
2. edit.php 
	bug fixes 
	ref: http://forums.corvalis.net/viewtopic.php?t=481
		line 112 changed single quote to double quote in javascript confirm:		if(confirm("<?php echo $lang['DELETE_CONFIRM'] ?>")) {
	ref: http://forums.corvalis.net/viewtopic.php?t=448
		line 213 added </TR>
	ref: http://forums.corvalis.net/viewtopic.php?t=462
		line 615 changed to 	if ( $contact_hidden == 1 ) {

3. fileupload.php 
	bug fix
	ref: http://forums.corvalis.net/viewtopic.php?t=488
	lines 90-91 swapped position, removed extra, misplaced </HEAD>


4. register.php	
	bug fix
	ref: http://forums.corvalis.net/viewtopic.php?p=2014
	removed line 59 ($password1=strtolower($password1);

5. save.php
	functional change to prevent admin for overwriting whoAdded
	ref: http://forums.corvalis.net/viewtopic.php?p=2004	
		line388 changed whoAdded to stay as original, not change to session user
		from 	whoAdded = '$_SESSION[username]'
		to 	whoAdded = '$contact_whoAdded'
6. styles.css
	functional fix
	ref: http://forums.corvalis.net/viewtopic.php?t=443
		line 48 added vertical-align: top; to .data style
	

			
