Bumped to beta 3 so I could put in this important upgrade script, fixinga problem with using package_instantiate_object to instantiate a base(acs_object) object. Never done in core or .lrn code apparently because typicallyyou instantiate subtypes, but it is important to get right.
Somebody hosed this (probably me). Never caught because no one creates abase object directly, just subtypes of acs_object with their own (correct)definition of a new() function.
- add "pretty-age" as possible display_format to formfield "date"- add flag renderer for using alternate renderers in form-usages- search for forms in form-usages with directory containing including page (and for the time being, use yui renderer if available)- provide minimal setup for form-based linear forum
model_compute: report works awkwardly. converted h and i to double and now loop with _i and _h for integer so we do not have to worry about inteference of model on looping..
Fixed the acs-developer-support css edit feature, by moving the calls togenerate footer and header html in front of the call totemplate::head::prepare_multirow (which unsets them as they're processed).If a footer or header template calls blank-master, this won't work, butthat will be the least of the problems to worry about in this case!