• last updated 39 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file examination-statement-export.adp 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.

avoid warning for "hidden" table widget columns, used e.g. for sorting

make debug output more compact (shorten long arguments, remove line-breaks)

fix typo

Whitespace changes

Add 'dotlrn_members' and 'dotlrn_members_staff' keys to 'dotlrn_dotlrn__keys' testcase

Add simple test cases for link and key procs in 'dotlrn-homework'

Make :folder_id available as a package instance variable immediately, in a way that if the folder instantiation needs e.g. to fetch a parameter, the folder_id will be there to determine the right parameter page, which otherwise would be looked up e.g. in the site-wide pages and cached with wrong values for the cache lifetime

    • -4
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Add simple test cases for link procs in 'chat-portlet'