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

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

  ViewVC Help
Powered by ViewVC 1.1.3