/[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.30 by wplaat, Sun Sep 20 13:33:11 2009 UTC revision 1.31 by wplaat, Tue Oct 27 18:55:46 2009 UTC
# Line 1  Line 1 
1  // $Id: readme.txt,v 1.29 2009/09/20 13:31:18 wplaat Exp $  // $Id: readme.txt,v 1.26 2009/09/16 18:41:09 wplaat Exp $
2    
3  Created by wplaat (Plaatsoft)  Created by wplaat (Plaatsoft)
4    
# Line 25  Key features Line 25  Key features
25    
26  Requirements  Requirements
27  ------------  ------------
28  This module requires the latest development version 6.X of Drupal.  This module requires the latest development version 5.X of Drupal.
29  The GD library must be active in the PHP Apache module, or else images will not work!  And the GD library must be active in the PHP Apache module, or else images will not work!
30    
31  Installation  Installation
32  ------------  ------------
# Line 49  Installation Line 49  Installation
49    
50  Release Notes  Release Notes
51  -------------  -------------
   
 16-09-2006 v4.x-0.1  
 - Start programming  
   
 20-09-2006 v4.x-0.2  
 - Added addressbook view page  
52    
53  21-09-2006 v4.x-0.3   Created by Willem van der Plaat (The Netherlands)
54  - Added edit / delete family member  
55  - Added drupal access roles  History:
   
 22-09-2006 v4.x-0.4  
 - Added settings page.  
 - Improved birthday field  
 - Adding mobile number field  
 - Adding address (person) roles  
   
 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 graphical 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.  
 - Final version for Drupal 4  
56    
57  31-01-2007 v5.x-3.0  31-01-2007 v5.x-3.0
58    - Took addressbook v4.x-2.8 as baseline for this build
59  - Make module compliant with Drupal 5.1  - Make module compliant with Drupal 5.1
60    
61  12-06-2007 v5.x-3.1  12-06-2007 v5.x-3.1
# Line 166  Release Notes Line 73  Release Notes
73  - Improve address.info information  - Improve address.info information
74  - Final version for Drupal 5  - Final version for Drupal 5
75    
76  16-09-2009 Version 6.x-3.4  23-10-2009 v5.x-3.5
77  - Use file_directory_path() function instead of hardcoded /files definition.  - Hot security fix to protect against XSS (Cross Site Scripting) hacking.
78  - Improve address.info information.  
 - This is the first Addressbook release for Drupal 6.  
 - Updated drupal.org addressbook cvs repository for automatic update detection.  
 - Note: Sending birthday and group emails is not working yet. This will be solved in next release!  
   
 17-09-2009 Version 6.x-3.5  
 - Birthday and groups email functionality is working now fine!  
 - First stable release for Drupal 6  
   
 20-09-2009 Version 6.x-3.6  
 - Remove english typo's in module, documentation and source code.  
 - Thanks Stijn Bouwhuis for the correction!  
79    
80  Known Minor Issues  Known Minor Issues
81  ------------------  ------------------
# Line 187  Known Minor Issues Line 83  Known Minor Issues
83  - Image is not removed when family is deleted  - Image is not removed when family is deleted
84  - Family members are not removed when family is deleted  - Family members are not removed when family is deleted
85  - Role definitions may not contain spaces  - Role definitions may not contain spaces
86    
87    Nice to have
88    ------------
89    - Connect Birthday notification with event module.
90    - Special node which contains all members that celebrate their birthday in the current week.
91    
92    

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

  ViewVC Help
Powered by ViewVC 1.1.3