• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file chat-portlet-procs.tcl was initially added on branch oacs-5-10.

Add simple test cases for link procs in 'dotlrn-portlet'

file dotlrn-portlet-procs.tcl was initially added on branch oacs-5-10.

Add simple test cases for link procs in 'fs-portlet'

file fs-portlet-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/fs-portlet/tcl/test/fs-portlet-procs.tcl
Add simple test cases for link procs in 'static-portlet'

file static-portlet-procs.tcl was initially added on branch oacs-5-10.

Add simple test case for link proc in 'bm-portlet'

file bm-portlet-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/bm-portlet/tcl/test/bm-portlet-procs.tcl
Make ::xowiki::Package default_locale react to changes in the connection locale by caching only when the parameter use_connection_locale is not set, use ::xowiki::Package default_locale result instead of always the connection locale to determine nls_language for new Pages and FormPages, so that default language for a particular xowiki instance is decided by use_connection_locale parameter

    • -5
    • +5
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Whitespace changes

Add simple test cases for link procs in 'evaluation-portlet'

Add simple test cases for link procs in 'assessment-portlet'

file assessment-portlet-procs.tcl was initially added on branch oacs-5-10.

Use parametrical system name in english message keys as well, left out for some reason...

Add simple test cases for link procs in 'forums-portlet'

file forums-portlet-procs.tcl was initially added on branch oacs-5-10.

Add simple test cases for link procs in 'news-portlet'

file news-portlet-procs.tcl was initially added on branch oacs-5-10.

Add simple test cases for link procs in 'faq-portlet'

Remove duplicated code

Add simple test cases for link procs in 'calendar-portlet'

Add test suite for the 'acs-core-docs' package

file acs-core-docs-procs.tcl was initially added on branch oacs-5-10.

Trim month numbers on 'dt_prev_month_name' and 'dt_next_month_name' to avoid octal misinterpretation. Fixes 'dt_localized_procs' testcase

Fix discrepancies between proc doc and implementation

Add 'dt_localized_procs' testcase, for 'acs-datetime' procs that return localized results: 'dt_month_names', 'dt_month_abbrev', 'dt_ansi_to_pretty', 'dt_prev_month_name' and 'dt_next_month_name'

Add testcase for 'dt_first_day_of_month'

Add testcase for 'dt_interval_check'

Trim month numbers on 'dt_prev_month' and 'dt_next_month' to avoid octal misinterpretation. Fixes 'dt_prev_next_month' testcase