Add trivial web-accessible page using examination-statement-export include, enforcing admin permissions on the proctored object, so that packages do not have to create their own
Use full URL paths for bulk actions.This change allows one to mark items from multiple child-resourcesdisplayed on one page and add these to the clipboard. Use the samelogic for bluk-delete and bulk adding to the clipboard.
new function: acs_ListBulkActionMultiFormClick()//// The function acs_ListBulkActionMultiFormClick() is similar to// acs_ListBulkActionClick() but it iterates over all forms with the// same name and submits the input elements of all such forms.//
Add 'nullchar' test, which uncovers a bug transmitting the null character to postgres. Many thanks to Nathan Coulter for finding out and creating the test as well.