Forum OpenACS Development: Re: system-wide static parameter

Collapse
Posted by Michael Totschnig on
I have implemented the part concerning parameter scope for postgres and submitted the patch for it:
https://openacs.org/bugtracker/openacs/patch?patch%5fnumber=845
Collapse
Posted by Michael Totschnig on
Forgot to say: There is no upgrade script so far, can write one, if this is accepted for commital to CVS head.
Collapse
Posted by Michael Totschnig on
Another point: I submitted a second version of the patch, since in the first one I missed retrieving the value.
Even now, I did not yet find a way how to change the parameter::get function, since it does some fairly complex stuff already. For the moment, I only changed parameter::get_from_package_key.