From: <gbr...@us...> - 2003-09-24 23:39:04
|
Update of /cvsroot/phpwebsite-comm/modules/jobman/docs In directory sc8-pr-cvs1:/tmp/cvs-serv27040/docs Modified Files: README.txt Log Message: multiple modifications to version 1.3 Index: README.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/docs/README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README.txt 25 Jun 2003 22:13:10 -0000 1.2 --- README.txt 24 Sep 2003 23:38:54 -0000 1.3 *************** *** 9,13 **** REQUIREMENTS: ------------------------------- ! phpWebSite v0.9.1 or above ------------------------------- --- 9,13 ---- REQUIREMENTS: ------------------------------- ! phpWebSite v0.9.2 or above ------------------------------- *************** *** 21,25 **** create a menu item in any phpWS menu linking to the list display. Everyone can search through the listing for terms in the position title, status, description or ! qualifications. ------------------------------ --- 21,26 ---- create a menu item in any phpWS menu linking to the list display. Everyone can search through the listing for terms in the position title, status, description or ! qualifications. In addition, listings provide category support which links to other items in ! the same category. ------------------------------ *************** *** 30,34 **** select the Boost Module Upgrader. The jobman module will be listed as "Positions Available." Click Install. After successful installation, the module will appear along with other ! installed modules in the Content column of the Modules display. ------------------------------ --- 31,43 ---- select the Boost Module Upgrader. The jobman module will be listed as "Positions Available." Click Install. After successful installation, the module will appear along with other ! installed modules in the Content tab of the Modules display. ! ! ------------------------------ ! UPDATING ! ------------------------------ ! This module is designed to be self-updating. Simply drop the jobman directory into ! the mod/ directory of your site, replacing the existing jobman directory. Log in to ! your site as Deity, select Control Panel, Administration, and Boost. Click the Update ! button next to Job Manager to complete the update. ------------------------------ *************** *** 44,48 **** To uninstall this module, log in to your site as Deity, select Modules and then Boost Module Upgrader. Locate 'Positions Available' in the list of modules, and click ! Uninstall. ------------------------------ --- 53,58 ---- To uninstall this module, log in to your site as Deity, select Modules and then Boost Module Upgrader. Locate 'Positions Available' in the list of modules, and click ! Uninstall. NOTE THAT UN-INSTALLATION DESTROYS DATA in the form of information stored in ! the database. ------------------------------ *************** *** 63,78 **** classes to manage multiple lists of more complex data. An example of the latter type is the photoalbum module -- management of multiple albums containing lists of items ! that include both uploaded graphics and text. ! I have also included two other useful features in this module which may prove useful to other developers. First, I have included an interface to add a menu item to display the list, freeing administrators from having to know the operation value required. Second, I have used the help module to provide help for key items in ! the interface. I hope you will find jobman a useful example. If you find errors, or wish to ! suggest improvements, please contact me directly. I hope to write some additional ! notes on how best to go about writing such modules, and welcome any suggestions ! you might have. George Brackett --- 73,101 ---- classes to manage multiple lists of more complex data. An example of the latter type is the photoalbum module -- management of multiple albums containing lists of items ! that include both uploaded graphics and text. Indeed, I am indebted to the photoalbum ! module for many hints and examples. ! I have also included other useful features in this module which may prove useful to other developers. First, I have included an interface to add a menu item to display the list, freeing administrators from having to know the operation value required. Second, I have used the help module to provide help for key items in ! the interface. Third, I have registered the module with the Search facility. ! Finally, I have included category (fatcat) support. I hope you will find jobman a useful example. If you find errors, or wish to ! suggest improvements, please contact me directly. George Brackett + + ------------------------------ + VERSION HISTORY + ------------------------------ + 1.3 + Added update scripting to re-load the help file, which changed with this version. + When uninstalling, jobman now removes any corresponding menu item or + fatcat (category) entries. + Added capability to view all positions available with a button on the main list + page or by accessing the url + index.php?module=jobman&JOB_MAN_op=aView + Automatically display the list of all positions sorted alphabetically by + position title. |