- improve performance of syntax highligher significantly (for large sites with many namespaces/procs by an order of magnitude, taks e.g. 100ms instead of 5secs)- move private functions into a namespace- replace nested proc-defintions by namespaced procs- use thread-persistent dict instead of per-call array for formatting information
- provide support for bootstrap (vertical) forms- make xowiki_cache configurable via global package parameter (requires at lease OpenACS 5.7)- bump version number to 0.155
- includelet form-usages: * allow "-parent_id *" for listing instances of all parent_ids * when "-inherit_from_forms" is specified, use this as basis for form-field creation * allow usage of "yui" or "bootstrap" renderer- remove some out-commented code
- add callbacks for uninstall and uninstantiate (like xowiki)- provide after-instantiate callback for user-friendly default configuration- don't globber instance attributes when creating a new workflow instance- reduce verbosity on per-page request (don't log form variables)- provide a better tailored index page- provide prototype page for- bump version to 0.40