From: George B. <gbr...@us...> - 2004-10-22 19:56:07
|
Update of /cvsroot/phpwebsite-comm/modules/jobman/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1213/docs Modified Files: README.txt Log Message: modifications to v1.6 Index: README.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/jobman/docs/README.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** README.txt 27 Jul 2004 00:49:46 -0000 1.8 --- README.txt 22 Oct 2004 19:55:52 -0000 1.9 *************** *** 83,86 **** --- 83,93 ---- VERSION HISTORY ------------------------------ + 1.6 + Changed job.php and template view.tpl so that if no category is assigned to a job, + no category is listed. (Fatcat returns 'NA' in this situation in 0.9.3+). + Changed job.php save code so that already-set categories are cleared before saving + the newly-selected set. + Added capability to 'Add Module Default' menu item in Menu Manager. + Modified list layouts so that all column cells are set to valign="top". 1.5 Removed code in boost/install.php that unnecessarily registered the module |