procdoc change: Preserve pre-existing values, e.g. from testcases, which might be loaded in a different order (testcase might be loaded before proc).CVS: ----------------------------------------------------------------------
Declass constraint names breaking the very strict OpenACS naming convention from errors to warningsRationale: it is sometimes impossible to have constraint names that are both < 30 chars and consistent with the naming scheme 'table_name'_'column_name'_'constraint_type' for all those defined on a particular table (see e.g. acs_named_objects).Breaking this convention might be suboptimal, but is not harmful in itself.
improve testcase viewing page:- use syntax highlighting to testcase body- fix label for body: * just use numbering when appropriate * start numbering of bodies with 1
Make string_truncate behave as before (looking for spaces at end_position + 1) and therefore not breaking tests for ad_html_text_convert. Update docs so this property of being less or equal than len is clearly specified