Update of /cvsroot/phpwebsite-comm/modules/rolodex/boost
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30376/boost
Modified Files:
boost.php update.php
Log Message:
1.0 updates beginning
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/boost/boost.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** boost.php 24 Jun 2008 11:31:57 -0000 1.4
--- boost.php 3 Jul 2008 14:09:59 -0000 1.5
***************
*** 24,28 ****
$proper_name = 'Rolodex';
! $version = '0.9.0';
$image_dir = true;
$import_sql = true;
--- 24,28 ----
$proper_name = 'Rolodex';
! $version = '1.0.0';
$image_dir = true;
$import_sql = true;
Index: update.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/boost/update.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** update.php 24 Jun 2008 11:23:25 -0000 1.6
--- update.php 3 Jul 2008 14:09:59 -0000 1.7
***************
*** 110,113 ****
--- 110,131 ----
+ case version_compare($currentVersion, '1.0.0', '<'):
+ $content[] = '<pre>';
+
+ $files = array('templates/edit_member.tpl',
+ 'templates/block.tpl'
+ );
+ rolodexUpdateFiles($files, $content);
+
+ $content[] = '1.0.0 changes
+ ----------------
+ + Added thumbnail to side-box view
+ + Minor fix to prevent titles for features/locations/categories
+ showing up in various places for members who have none
+ + Minor fix in reportring succes after contact form submit
+ + Added some tip text to edit member form
+ </pre>';
+
+
|