• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file xotcl-init.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xotcl-core/tcl/xotcl-init.tcl
Fix typo

    • -2
    • +2
    ./categories/tcl/test/categories-procs.tcl
Add 'category_get_procs' test case, covering multiple category::get... procs

    • -1
    • +95
    ./categories/tcl/test/categories-procs.tcl
Adapt proc doc to the implementation

Whitespace changes

    • -13
    • +13
    ./categories/tcl/categories-procs.tcl
Fix 'category::get_id' and 'category::get_id_by_object_title' queries, that aparently got mixed up in the past

    • -12
    • +12
    ./categories/tcl/categories-procs.tcl
Fix 'category::get_id' query

Whitespace changes

    • -8
    • +8
    ./categories/tcl/test/categories-procs.tcl
Set categories for tests

    • -15
    • +17
    ./categories/tcl/test/categories-procs.tcl
mark unsued function "proc_source_file_full_path" as deprecated.

simplify code

Handle the case where the iframe URL points to an external website: just skip the iframe-loop check

Whitespace changes

    • -2
    • +2
    ./static-portlet/tcl/static-portal-content-procs.tcl
Remove unused and not working query

    • -6
    • +2
    ./static-portlet/tcl/static-portal-content-procs.tcl
Whitespace cleanup

Reduce hardcoded execs: the util might be improved to avoid them at some point

Humanize indentation

Fix typo in library doc

    • -2
    • +2
    ./acs-tcl/tcl/test/datamodel-test-procs.tcl
Fix typo in proc doc

    • -2
    • +2
    ./static-portlet/tcl/static-portal-content-procs.tcl
Add trivial 'dotlrn_static_pretty_name' test case

    • -0
    • +11
    ./dotlrn-static/tcl/test/dotlrn-static-test-procs.tcl
Implement 'dotlrn_static::remove_applet' and 'dotlrn_static::remove_portlet', and make 'dotlrn_static::add_portlet' return the element_id after adding the portlet to the portal

    • -8
    • +20
    ./dotlrn-static/tcl/dotlrn-static-procs.tcl
Add 'dotlrn_static__applet_portlet' test case, covering 'dotlrn_static::add_applet', 'dotlrn_static::add_portlet', 'dotlrn_static::add_portlet_helper', 'dotlrn_static::remove_portlet' and 'dotlrn_static::remove_applet'

    • -0
    • +100
    ./dotlrn-static/tcl/test/dotlrn-static-test-procs.tcl
Set procs in the 'file_storage::twt' namespace as private

    • -15
    • +15
    ./file-storage/tcl/test/tclwebtest-procs.tcl
Set procs in the 'faq::twt' namespace as private

    • -11
    • +11
    ./faq/tcl/test/tclwebtest-procs.tcl
Fix proc names

Add 'dotlrn_homework_portlet_add_remove_from_page' test case, covering 'dotlrn_homework_portlet::add_self_to_page', 'dotlrn_homework_portlet::remove_self_from_page', 'dotlrn_homework_portlet::add_self_to_page' and 'dotlrn_homework_portlet::remove_self_from_page'

    • -1
    • +86
    ./dotlrn-homework/tcl/test/dotlrn-homework-procs.tcl
New public method for the renaming form loader: name_to_question_obj_dict

Provide quick mapping from the mangled attribute name to the question obj

Always make sure to clear any previously scheduled upload, before scheduling another one

This handles the case when a connection times out (readyState 4 and status = 0). In this case both the rescheduling in the readystatechange handler and in the timeout handler would be executed.

    • -12
    • +26
    ./proctoring-support/www/resources/proctored-page.js
added detail info for xowf::test_item::answer_manager achieved_points

the result dict of this method has now a key "details" containing

information about the query object, the achieved points and the achievable points

for this test item. Previously, just the sums were reported.

added example-usage of set_css_property -querySelector