From: <gbr...@us...> - 2004-01-06 20:27:01
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/docs In directory sc8-pr-cvs1:/tmp/cvs-serv25928/docs Modified Files: README.txt Log Message: Prepare for v1.3 release Index: README.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/staffman/docs/README.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** README.txt 24 Sep 2003 23:40:30 -0000 1.6 --- README.txt 6 Jan 2004 20:26:57 -0000 1.7 *************** *** 9,13 **** REQUIREMENTS: ------------------------------- ! phpWebSite v0.9.2 or above ------------------------------- --- 9,13 ---- REQUIREMENTS: ------------------------------- ! phpWebSite v0.9.2 - 0.9.3-2 and perhaps above ------------------------------- *************** *** 28,32 **** INSTALLATION ------------------------------ ! This module is designed to be self-installing. Simply drop the staffman directory into the mod/ directory of your site. Log in to your site as Deity, select Control Panel, Administration, and Boost. The staffman module is listed as "Staff Listing." Click the --- 28,32 ---- INSTALLATION ------------------------------ ! This module is self-installing. Simply drop the staffman directory into the mod/ directory of your site. Log in to your site as Deity, select Control Panel, Administration, and Boost. The staffman module is listed as "Staff Listing." Click the *************** *** 37,41 **** UPDATING ------------------------------ ! This module is designed to be self-updating. Simply drop the staffman directory into the mod/ directory of your site, replacing the existing staffman directory. Log in to your site as Deity, select Control Panel, Administration, and Boost. Click the Update --- 37,41 ---- UPDATING ------------------------------ ! This module is self-updating. Simply drop the staffman directory into the mod/ directory of your site, replacing the existing staffman directory. Log in to your site as Deity, select Control Panel, Administration, and Boost. Click the Update *************** *** 53,57 **** ------------------------------ To uninstall this module, log in to your site as Deity, select Control Panel/Administration ! and then Boost Module Upgrader. Locate 'Staff Listing' in the list of modules, and click Uninstall. NOTE THAT UN-INSTALLATION DESTROYS DATA in the form of information stored in the database and photo image files stored in images/staffman/. --- 53,57 ---- ------------------------------ To uninstall this module, log in to your site as Deity, select Control Panel/Administration ! and then Boost. Locate 'Staff Listing' in the list of modules, and click Uninstall. NOTE THAT UN-INSTALLATION DESTROYS DATA in the form of information stored in the database and photo image files stored in images/staffman/. *************** *** 60,64 **** FOR DEVELOPERS ------------------------------ ! This module is based heavily on the first module I wrote for phpWS 9, jobman.I wrote this module for two reasons: (1) I needed to upgrade a similarly-purposed module I wrote for phpWS 0.8.3, and (2) I wanted to understand even better the new --- 60,64 ---- FOR DEVELOPERS ------------------------------ ! This module is based heavily on the first module I wrote for phpWS 9, jobman. I wrote this module for two reasons: (1) I needed to upgrade a similarly-purposed module I wrote for phpWS 0.8.3, and (2) I wanted to understand even better the new *************** *** 90,93 **** --- 90,103 ---- VERSION HISTORY ------------------------------ + 1.3 + Extended compatibility from phpWS 0.9.2 to 0.9.3-2 and possibly above. + Added update scripting to re-load the help file, which changed with this version. + When uninstalling, staffman now removes any corresponding menu item or + fatcat (category) entries. + Added capability to view all staffmembers with a button on the main list + page or by accessing the url + index.php?module=staff&JOB_MAN_op=aView + Automatically display the list of all staffmembers sorted alphabetically by + last name. 1.21 Corrected several minor bugs -- error message on calling aView before a listing |