Change List for Caucus 4.0 CML Upgrades file Screen Porch, LLC This file contains a list of the upgrades or bug fixes made to the CML files for Caucus 4.0. The changes are listed in date order, so that you need only copy over the files that you need. For questions or more information, see http://screenporch.com/caucus/technical_support_4.0/11 or http://screenporch.com/caucus/installation_and_setup You must have a registered userid on the screenporch.com site to use those URLs. To get a userid, see http://screenporch.com/sp/product/demo_conference.html ============================================================================ 01/15/99: Bug fix: permission to edit an item or response may sometimes get confused. Files changed: SP40/imanage.cml Line 14, two-line "if $and ($not_equal(" construct was missing "\" line continuation 01/13/99: Bug fix: in some cases, newly created conferences may not appear visible to the creator (w/o exiting and re-entering caucus). Files changed: SP40/man_createf.cml (added "eval $cl_list()" line immediately after test for cnum > 0) 01/13/99: Bug fix: several manager pages do not correctly test for proper management capability. Typical symptom: a manager feature will appear not to have worked (when in fact it probably did work). Files changed: SP40/man_archive.cml SP40/man_cname.cml SP40/man_create.cml SP40/man_groups.cml SP40/man_list.cml SP40/man_org.cml SP40/man_popular.cml SP40/man_remove.cml SP40/man_switch.cml All these files have the same change: on or around line 12 is a line that looks something like: if $not($bit_and($word(2 $mgr_list($userid())) 8) It is missing a closing right parenthesis, i.e. it should read: if $not($bit_and($word(2 $mgr_list($userid())) 8)) 11/02/98: Bug fix: creating multiple "groups" in a row from the management menu deletes the previous group(s). Files changed: SP40/man_groups.cml add "set filename" after main if/else. SP40/man_groupsf.cml under "If the filename has changed, delete the old one" expand $and() to include $not_empty($(filename)). 10/13/98: Bug fix: entering a conference or item from a bookmark, or after a swebs has "timed-out", can cause "NO CONF" errors, if and only if the conference in question is not in the "popular" or user's personal conference list. Files changed: SP40/startup.i New code for "Pre-load the cached conference list" section. 08/28/98: Bug fix: entering through caucus.cml can cause multiple calls to $cl_list() with no args, which can be very slow. Files changed: SP40/caucus.cml put a "return" after every "include... startup.i" 08/07/98: Bug fix: