/[drupal]/contributions/modules/addressbook/readme.txt
ViewVC logotype

Diff of /contributions/modules/addressbook/readme.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.25 by wplaat, Sun Jan 18 19:20:46 2009 UTC revision 1.26 by wplaat, Wed Sep 16 18:41:09 2009 UTC
# Line 1  Line 1 
1  // $Id: readme.txt,v 1.24 2007/06/12 18:53:45 wplaat Exp $  // $Id: readme.txt,v 1.25 2009/01/18 19:20:46 wplaat Exp $
2    
3  Created by wplaat (Plaatsoft)  Created by wplaat (Plaatsoft)
4    
# Line 52  Release Notes Line 52  Release Notes
52   Created by Willem van der Plaat (The Netherlands)   Created by Willem van der Plaat (The Netherlands)
53    
54    History:    History:
55     16-09-2006   v0.0.1   Created     16-09-2006   v4.x-0.1   Created
56     20-09-2006   v0.1.0   Added addressbook view page  
57     21-09-2006   v0.8.0   Added edit / delete family member     20-09-2006   v4.x-0.2   Added addressbook view page
58                           Added drupal access roles  
59     22-09-2006   v0.9.0   Added settings page.     21-09-2006   v4.x-0.3   Added edit / delete family member
60                           Improved birthday field                             Added drupal access roles
61                           Adding mobile number field  
62                           Adding address (person) roles     22-09-2006   v4.x-0.4   Added settings page.
63     23-09-2006   v0.9.1   Adding Dutch translation                             Improved birthday field
64                           Owner of address can be changed by administrator                             Adding mobile number field
65                           Adding picture to address                             Adding address (person) roles
66     24-09-2006   v1.0.0   Split view and edit page  
67                           Adding country field     23-09-2006   v4.x-0.5   Adding Dutch translation
68                           Improve control button bar                             Owner of address can be changed by administrator
69                           Add role filter in addressbook list page                             Adding picture to address
70                           Added watchdog messages  
71                           First Release     24-09-2006   v4.x-0.6   Split view and edit page
72     25-09-2006   v1.0.1   Picture upload dimensions check added                             Adding country field
73                           Move pictures to /files/addressbook/ directory                             Improve control button bar
74                           First name, Last name, Address and Street start always with upper character.                             Add role filter in addressbook list page
75                           Improve email field validation                             Added watchdog messages
76     26-09-2006   v1.0.2   Layout improved. Picture location improved!                             First Release
77     27-09-2006   v1.0.9   Add family and member page (Redesign from 1 to 3 level hierarchy)  
78     29-09-2006   v2.0.0   Input validation and navigation improved.     25-09-2006   v4.x-0.7   Picture upload dimensions check added
79     30-09-2006   v2.0.1   Add picture upload information.                             Move pictures to /files/addressbook/ directory
80                           Default email address is filled in when creating a new family member.                             First name, Last name, Address and Street start always with upper character.
81                           URL parameters are now checked before use in queries (security fix).                             Improve email field validation
82     01-10-2006   v2.0.2   Improve navigation (Info pages are only showed when errors occur)  
83                           Birthday is only showed when valid value is available.     26-09-2006   v4.x-0.8   Layout improved. Picture location improved!
84                           Improve error catching by SQL queries (security fix).  
85     03-10-2006   v2.0.3   Add CSV upload.     27-09-2006   v4.x-1.0   Add family and member page (Redesign from 1 to 3 level hierarchy)
86                           Add CSV download.  
87                           Remove minor bug in deleting member picture.     29-09-2006   v4.x-1.1   Input validation and navigation improved.
88                           Added build to the Drupal csv repository!  
89     04-10-2006   v2.0.4   Add birthday notification by email (cron hook)     30-09-2006   v4.x-1.2   Add picture upload information.
90     05-10-2006   v2.1.0   Improve delete flow (Added "Are you Sure" dialog)  
91                           Add wanted roles input                             Default email address is filled in when creating a new family member.
92                           Improve Filter (Selected filter value is store in session scope for later us)                             URL parameters are now checked before use in queries (security fix).
93                           Bug fix: Now picture is always showed with the correct dimensions     01-10-2006   v4.x-2.0   Improve navigation (Info pages are only showed when errors occur)
94                           Add thumbnails pictures to family list and family member list.                             Birthday is only showed when valid value is available.
95     07-10-2006   v2.1.1   Birthday email notification text is now configurable in setting page.                             Improve error catching by SQL queries (security fix).
96                           Family list is now only showing one thumbnail per family.  
97                           Add search field in Family List page.     03-10-2006   v4.x-2.1   Add CSV upload.
98                           Add more information to the Family member view page.                             Add CSV download.
99     09-10-2006   v2.1.2   Add extra text by role input. So the functionality is clearer to the user!                             Remove minor bug in deleting member picture.
100                           Add extra text for manitory input fields                             Added build to the Drupal csv repository!
101                           Manitory of email field can no be control in the setting page  
102                             Bug fix: Family owner was something not set correctly. Bug solved!     04-10-2006   v4.x-2.2   Add birthday notification by email (cron hook)
103                           In family member list your can now search on members with Active or Interested in a role.  
104     10-10-2006   v2.2.0   Add grafical map function.     05-10-2006   v4.x-2.3   Improve delete flow (Added "Are you Sure" dialog)
105     16-10-2006   v2.2.1   Initial uploaded (CSV) Family and Family members do not have owner anymore!                             Add wanted roles input
106                           The first person who update a uploaded Family or Family member will be the owner.                             Improve Filter (Selected filter value is store in session scope for later us)
107                           Bugfix: Now pictures are also showed when No clean URL's setting is used.                             Bug fix: Now picture is always showed with the correct dimensions
108                           Bugfix: Now active sort filter will stay active until user change it!                             Add thumbnails pictures to family list and family member list.
109                           Add today birthday block page. can be used to show everybody who is celebrating this birthday today.  
110                           Add in to all addressbook page <div class="addressbook"> and </div> tag     07-10-2006   v4.x-2.4   Birthday email notification text is now configurable in setting page.
111     28-10-2006   v2.2.2   Uploaded images are now automatic resize and thumbnails are created.                             Family list is now only showing one thumbnail per family.
112     31-01-2007   v3.0.0   Make module compliant with Drupal 5.1                             Add search field in Family List page.
113     12-06-2007   v3.0.1   Bugfix: Small pictures were not correct convert to thumbnail picture.                             Add more information to the Family member view page.
114     30-03-2008   v3.0.2   Add visible Member ID for administrator users.  
115                               Improve birthday email notification     09-10-2006   v4.x-2.5   Add extra text by role input. So the functionality is clearer to the user!
116     18-01-2009   v3.1.0   Bugfix: Do not send birthday email if person is older then 100 years.                             Add extra text for manitory input fields
117                               Manitory of email field can no be control in the setting page
118                                 Bug fix: Family owner was something not set correctly. Bug solved!
119                               In family member list your can now search on members with Active or Interested in a role.
120    
121       10-10-2006   v4.x-2.6   Add grafical map function.
122    
123       16-10-2006   v4.x-2.7   Initial uploaded (CSV) Family and Family members do not have owner anymore!
124                               The first person who update a uploaded Family or Family member will be the owner.
125                               Bugfix: Now pictures are also showed when No clean URL's setting is used.
126                               Bugfix: Now active sort filter will stay active until user change it!
127                               Add today birthday block page. can be used to show everybody who is celebrating this birthday today.
128                               Add in to all addressbook page <div class="addressbook"> and </div> tag
129    
130       28-10-2006   v4.x-2.8   Uploaded images are now automatic resize and thumbnails are created.
131    
132       31-01-2007   v5.x-3.0   Make module compliant with Drupal 5.1
133       12-06-2007   v5.x-3.1   Bugfix: Small pictures were not correct convert to thumbnail picture.
134       30-03-2008   v5.x-3.2   Add visible Member ID for administrator users.
135                                   Improve birthday email notification
136    
137       18-01-2009   v5.x-3.3   Bugfix: Do not send birthday email if person is older then 100 years.
138    
139       15-09-2009   v5.x-3.4   Use file_directory_path() function instead of hardcoded /files definition.
140                                       Improve address.info information
141    
142  Known Minor Issues  Known Minor Issues
143  ------------------  ------------------

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

  ViewVC Help
Powered by ViewVC 1.1.3