- add size and xml formatter to apm parameter spec- add configurable xml formatter that is able to handle multiple entries and value-coding in attributes
- only variables in a non-top namespace survive session cleanup. The logic of the old code assumed that global variables survive the request-cleanup. now, the cached values is kept in the ::acs::* namespace
- the datatype of session_id in sec_session_properties should be the same as the sequence. Without this change, busy sites will run into a overflow (as we did a while ago).
- acs-admin/www/install: * use acs-admin/www/apm/package-install for install from local (since this allows e.g. selection of .sql files etc.)- install from repository: * include maturity and vendor in listing of available packages * allow filtering on maturity * allow installation of head packages * run package-specific install.xml files (allows to install dotlrn from repository into an acs-core installation)