|
From: Verdon V. <ve...@us...> - 2008-06-17 13:28:02
|
Update of /cvsroot/phpwebsite-comm/modules/rolodex/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22769/docs Modified Files: CHANGELOG TODO Log Message: final tidy up for 0.7 release Index: TODO =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/docs/TODO,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** TODO 16 Jun 2008 18:21:44 -0000 1.10 --- TODO 17 Jun 2008 13:27:36 -0000 1.11 *************** *** 5,15 **** - enhance categories view - - further refine avatar and image routines - they work now, but - - should I even do the avatar? - - should I unique name and delete old images as work-around refresh - or some other means to force a refresh when uploading a new image? - consider option to delete demographics records when uninstalling rolodex consider option to delete demographics record when deleting rolodex member --- 5,8 ---- *************** *** 20,27 **** - - - UPDATE CHANGELOG - ##################### - - update language files --- 13,14 ---- Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/docs/CHANGELOG,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CHANGELOG 11 Jun 2008 17:43:33 -0000 1.2 --- CHANGELOG 17 Jun 2008 13:27:36 -0000 1.3 *************** *** 9,17 **** Version 0.6.0 -- May 2008 ------------------------------------------------------------------ ! + Fixes from user input at phpwsforums Version 0.7.0 -- June 2008 ------------------------------------------------------------------ + Add support for Location(s) and Feature(s) ! --- 9,27 ---- Version 0.6.0 -- May 2008 ------------------------------------------------------------------ ! + Fixed all legit bugs reported here ! + http://phpwsforums.com/showthread.php?t=5655 Version 0.7.0 -- June 2008 ------------------------------------------------------------------ + Add support for Location(s) and Feature(s) ! + Added a bunch of new views to support those ! + Improved Category views ! + Improved image handling ! + Removed avatar support (it's in My Page > Comments anyways) ! + Improved CSV export ! + A few security tweaks ! + Added en_US language file ! + Added inc/remove_user.php for new user mod features ! + Added a couple date format examples to config.php ! + Consolidated various nav links arrays into one function |