Included two links to existing pages (forums list, admin page for forums) that were not accessible over the group/class admin page. Two new message keys were required.
Changed to showing tables for more than one news. List view was very space consuming for multiple news items. The summary is not used anymore in this version. It makes sense to reuse it for the case of only one instance per group
Removing acs_objects_package_id_fk constraint, which was breaking the install. We can put it back in and have things work if we first rearrange the code in apm_package.new to perform the insert into apm_packages before the update on acs_objects. But for now we'll do as the PG version does, which is to not define the constraint at all.
- Added -form switch to ad_page_contract to let callers pass in a form ns_set specifically. This is useful when using ad_page_contract to validate includelets- Removed unused -type switch to ad_page_contract- This is a merge of the 1.18.4.1 change on dotkul branch