Forum OpenACS Development: Callbacks in 5.1

Collapse
Posted by Jose Agustin Lopez Bueno on
Hello!

I will like to install two applications
(application-tracker and datamanager) developped
for OpenACS 5.2 in our installation (OpenACS 5.1
+ dot). Both of them are using [callback] command.
I think of that char is from 5.2. Is there any
way to port this to 5.1?

Thanks,
Agustin

Collapse
2: Re: Callbacks in 5.1 (response to 1)
Posted by Dave Bauer on
You can backport callbacks to 5.1 installs.

You need to get callback-procs.tcl from the acs-tcl package.

You need to also get the redefined ad_proc from acs-bootstrap-installer package 00-proc-procs.tcl.

Collapse
3: Re: Res: Callbacks in 5.1 (response to 1)
Posted by Jose Agustin Lopez Bueno on
Thanks!

Copying the two files

acs-tcl/tcl/callback-procs.tcl
acs-bootstrap-installer/tcl/00-proc-procs.tcl

from 5.2 to 5.1 appears Ok.
But the next problem is the changes in DB for
acs_object table. Two new columns added:

-Title
-Package_id

Any way to resolve this?
Is title important?

Thanks,
Agustin