Added support for passing parameter_name:value_constraint to xowiki::Package->get_parameter
- The get_parameter method can get values from query-parameters, therefore we have to validate these. - Use the new feature at several places (especially for boolean values) - Still, more places should be checked - bumped xowiki to 5.10.1d37 - bumped xotcl-core to 5.10.1d14
new proc "ad_log_deprecated": unified interface for logging deprecated usages
The existing code used a larger variety of different messages to denote invocations of deprecated procs and other artifacts. "ad_log_deprecated" provides a unified interface, and provides a usage hint what to use instead based on the API-doc definitions in the log-file.