• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improve sql portability

    • -5
    • +7
    ./packages/acs-subsite/tcl/attribute-procs.tcl
    • -4
    • +6
    ./packages/acs-subsite/tcl/group-procs.tcl
    • -3
    • +6
    ./packages/acs-subsite/tcl/subsite-procs.tcl
Cleanup leftover query

Whitespace cleanup

    • -4
    • +4
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
Improve sql portability

    • -2
    • +5
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
    • -4
    • +5
    ./packages/file-storage/www/folder-chunk.tcl
    • -2
    • +11
    ./packages/new-portal/tcl/portal-procs.tcl
    • -12
    • +0
    ./packages/new-portal/tcl/portal-procs.xql
Fix missing end

    • -2
    • +2
    ./packages/dotlrn/tcl/test/community-procs.tcl
Im prove sql portability

    • -5
    • +5
    ./packages/dotlrn/tcl/test/community-procs.tcl
Improve sql portability

    • -4
    • +4
    ./packages/acs-admin/www/apm/parameter-add.tcl
    • -5
    • +5
    ./packages/dotlrn/www/communities-chunk.tcl
    • -2
    • +4
    ./packages/xowiki/tcl/form-field-procs.tcl
Improve sql portability: oracle cannot select a boolean directly using exists

Whitespace cleanup

Make sql portable

Improve sql portability

Replace limit idiom with portable idiom

Avoid the not portable limit idiom, just kill the recursive part using the flag instead

...although one should point out that Oracle does not support the boolean type...

    • -5
    • +4
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
Improve portability of test code

Replace limit with a portable idiom

    • -5
    • +5
    ./packages/acs-subsite/tcl/group-procs.tcl
Improve sql portability

Replace limit (pg only) with fetch idiom, which should be portable on "modern" Oracle

Reduce divergencies between oracle and postgres codebase

Reduce divergency between oracle and postgres codebase

    • -2
    • +8
    ./packages/acs-api-browser/www/index.tcl
Improve portability, fetch idiom should be supported by "modern Oracle"

Rewrite idiom to be portable (limit is psql only)

Pass check_active_p from the including page

    • -0
    • +1
    ./packages/proctoring-support/www/upload.adp
    • -0
    • +1
    ./packages/proctoring-support/www/upload.tcl
Disable proctored-session expiration check based on proctoring-support datamodel using the new flag, enable preview as before (upstream code has it disabled by default), disable examination statement as intended

Pass the check_active_p flag down to the backend from the proctored page, update doc

Add semicolon (just for consistency, code was working before as well)

Add a new flag to disable check on proctoring start/end time for applications that do not store this info in the package datamodel, improve doc

Fix retrieving the template

Add 'dotlrn_chat__applet_portlet' test case, covering 'dotlrn_chat::add_applet', 'dotlrn_chat::add_portlet', 'dotlrn_chat::add_portlet_helper', 'dotlrn_chat::remove_portlet' and 'dotlrn_chat::remove_applet'

Implement the 'dotlrn_applet::remove_applet_from_dotlrn' proc, called from different remove_applet procs, but never implemented

    • -0
    • +17
    ./packages/dotlrn/tcl/applets-procs.tcl
    • -0
    • +19
    ./packages/dotlrn/tcl/applets-procs.xql
Replace xowf proctoring implementation with that coming from proctoring-support

TODO: nicer detection of whether proctoring-support package is actually installed

    • -239
    • +0
    ./packages/xowf/lib/proctored-page.adp
    • -208
    • +0
    ./packages/xowf/lib/proctored-page.tcl
    • -67
    • +0
    ./packages/xowf/lib/proctoring-upload.tcl