• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Refactor test case for util_absolute_path_p

    • -6
    • +14
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Provide tests for public procs: util_complete_url_p

    • -0
    • +25
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Fix doc typo

    • -2
    • +2
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Provide tests for public procs: util_absolute_path_p

    • -0
    • +18
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Provide tests for public procs: util::trim_leading_zeros

    • -0
    • +24
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Trailing space cleanup

Whitespace changes

    • -102
    • +101
    ./packages/file-storage/www/file-add.tcl
    • -84
    • +83
    ./packages/file-storage/www/folder-add.tcl
Fix typos and wording.

    • -2
    • +2
    ./packages/file-storage/www/folder-add.tcl
Whitespace changes

Fix typos and wording

Remove broken comment + Whitespace changes

    • -489
    • +484
    ./packages/acs-subsite/tcl/attribute-procs.tcl
Fix proc doc typo

    • -2
    • +2
    ./packages/acs-subsite/tcl/attribute-procs.tcl
Add editor hints + Whitespace cleanup

    • -18
    • +24
    ./packages/xml-rpc/tcl/test/xml-rpc-test-procs.tcl
Mention explicitly the tested procs in the test cases.

    • -9
    • +38
    ./packages/xml-rpc/tcl/test/xml-rpc-test-procs.tcl
Mention explicitly the tested procs in the test cases.

    • -7
    • +9
    ./packages/news/tcl/test/news-test-procs.tcl
Whitespace changes

Fix uncomplete test description and simplify single -procs line.

Whitespace changes

    • -165
    • +165
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Mention explicitly the tested procs in the test cases.

    • -49
    • +102
    ./packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
improve comments, bump version number to 5.10.0d8

    • -2
    • +2
    ./packages/acs-subsite/acs-subsite.info
    • -10
    • +12
    ./packages/acs-subsite/tcl/group-procs.tcl
more cleanup:

- remove entries from .xql

- whitespace cleanup

    • -44
    • +73
    ./packages/acs-subsite/tcl/group-procs.tcl
    • -61
    • +0
    ./packages/acs-subsite/tcl/group-procs.xql
base group::description and group::join_policy on cached group::get

    • -7
    • +3
    ./packages/acs-subsite/tcl/group-procs.tcl
    • -18
    • +0
    ./packages/acs-subsite/tcl/group-procs.xql
cache group::group_p in partitioned cache as well

    • -18
    • +10
    ./packages/acs-subsite/tcl/group-procs.tcl
note, that change_state_member tests checks implicitly as well membership_rel::change_state

cache base function "group::get", base "group::title" on "group::get"

    • -21
    • +32
    ./packages/acs-subsite/tcl/group-procs.tcl
changes for group::get:

make array optional

return dict of values which can be more easily passed around

remove unneeded code (flushing of get_title from memoize cache, but function does not exist

remove redundant SQL code in group::delete

rCVS: ----------------------------------------------------------------------

    • -27
    • +9
    ./packages/acs-subsite/tcl/group-procs.tcl
Fixed bug with SuppressHttpPort on admin/index page of acs-subsite

for details see: https://openacs.org/forums/message-view?message_id=5399931

    • -3
    • +3
    ./packages/acs-subsite/acs-subsite.info
    • -3
    • +15
    ./packages/acs-subsite/www/admin/index.tcl
move caching of group memberships from util_memoize cache into separate, partitioned cache (group_cache)

to reduce stress on util_memoize and improve scalability

    • -0
    • +13
    ./packages/acs-subsite/tcl/group-init.tcl
    • -10
    • +21
    ./packages/acs-subsite/tcl/group-procs.tcl
set error-level to warning for documentation__check_proc_testcase (similar to datamodel__named_constraints)

remove obsolte comments