Change the default to false for UseHtmlAreaForRichtextP since we claim to be AA compliant by default and xinha is not (decided at the 7-may-2008 oct meeting)
- rename flag "as_order_composite" of ::xo::db::Class->instantiate_objects to "as_ordered_composite"- add delete method (opposite of existing "add") to ordered composite
- rename flag "as_order_composite" of ::xo::db::Class->instantiate_objects to "as_ordered_composite"- add delete method (opposite of existing "add") to ordered composite
Change namespace for form-fields from class (::xowiki::FormField) toordinary Tcl namespace (::xowiki::formfield) to make it easier tocreate formfield classes in other packages. This allows the filexowiki/tcl/form-field-procs.tcl to be reloaded without swiping thenamespace.