Forum OpenACS Q&A: New bug fixes committed to the CVS tree.

Here's a list of things I believe work now:
  • todo_daily_sweep no longer gives an error (this was due to a bug in PG 7.0) - reported by Janine Sisk.
  • fixed the bboard links on the community-member page - reported by Janine Sisk
  • fixed user_demographics_summary - reported by David Kuczek, fix suggested by Bob Fuller
  • fixed user_contact_summary_fix - thanks to Bob Fuller!
  • fixed portal table problem (didn't work outside of user groups due to mistaken call to "validate_integer" rather than "validate_integer_or_null") - reported by amit singh
  • fixed category tree view, add parent link, etc - reported by amit singh
  • fixed /bboard/ed-com-msg.tcl - reported and patch suggested by jorge visca

Hope this helps folks! I'll try to weed these out of the SDM (if they're in there) in the next few days, today's a travel day (to Boston) for me...

Collapse
Posted by amit singh on
There are tree directories under cvsroot at the sourceforge site. How do i know which one i am getting (i.e acs , acs-pg acs3-pg) using the  "cvs -z3 -d:pserver:mailto:anonymous@cvs.acs-pg.sourceforge.net:/cvsroot/acs-pg co modulename" command.
acs3-pg
Just to be clear: you have to replace "modulename" with the, uh, module name, and module name for current openacs is acs3-pg. In other words you have to do:
cvs -d:pserver:anonymous@cvs.acs-pg.sourceforge.net:/cvsroot/acs-pg co acs3-pg
Collapse
Posted by Don Baccus on
I goobered one of the bug fixes (user_demographyics_summary), which I
found out as I did more testing and bug fixing on my airplane ride
from the west to east coast (USA).

I'm committing new changes, and will post a summary shortly (knocked
off another half-dozen or so bugs which were logged in the SDM).