• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Set theme install/uninstall/uninstantiate callbacks as private

Set 'dotlrn-xowiki' procs without a current implementation to private, for the time being

Fix typo

Use '@return' instead of 'return' in proc doc, and 'ad_proc' instead of proc for 'applet_key' and 'my_package_key' procs

Add 'dotlrn_xowiki_names_keys' testcase, to test different _key and _name procs in 'dotlrn-xowiki'

file xowiki-applet-procs.tcl was initially added on branch oacs-5-10.

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

file examination-statement-export.adp was initially added on branch oacs-5-10.

file examination-statement-export.tcl was initially added on branch oacs-5-10.

Get rid of tmpfile

fix broken variable reference (pg changed?)

Use full URL paths for bulk actions.

This change allows one to mark items from multiple child-resources

displayed on one page and add these to the clipboard. Use the same

logic for bluk-delete and bulk adding to the clipboard.

    • -2
    • +4
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
    • -10
    • +18
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Port examination statement acceptance csv export include to upstream

file examination-statement-export.tcl was initially added on branch oacs-5-10.

replace array by dict

flag that submission is coming via ajax

www-clipboard-add: allow object to be fully qualified

old conventions continue to work

fix cleanup typo

whitespace changes

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.

//

Set install/uninstall callbacks to private

Set install/upgrade/uninstall callbacks to private

Whitespace changes

Rename and set to private callback.

Whitespace changes

Add test suite for 'ref-countries'

file ref-countries-procs.tcl was initially added on branch oacs-5-10.

Improve contrast and readability on proc coverage cells

Whitespace changes + editor hints

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.