• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix bug with SuppressHttpPort on admin/index page of acs-subsite

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

    • -3
    • +3
    ./packages/acs-subsite/acs-subsite.info
    • -3
    • +16
    ./packages/acs-subsite/www/admin/index.tcl
    • -3
    • +3
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Remove smelly comment, as parameter is there

Deprecate util_search_list_of_lists, as since Tcl 8.5 its behavior can be achieved natively through lsearch

    • -2
    • +23
    ./packages/acs-tcl/tcl/deprecated-procs.tcl
    • -16
    • +1
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Modernize tcl

Whitespace removal

Move image::get_info together with its pals procs in the content repository... just to realize it should probably go away at some point

    • -42
    • +0
    ./packages/acs-tcl/tcl/image-procs.tcl
Fix layout when no data for test is available

show forum-edit link only, if the current forum is from the current package (see admin/forum-edit)

Add 'documentation__check_proc_testcase' test, for checking public procs without test cases. Many thanks to Monika Andergassen.

create folder only if it not already exists

    • -2
    • +5
    ./packages/file-storage/www/folder-zip-add.tcl
fix for redirect-to-secure, when SuppressHttpPort is set

This changes as well:

- improve symmetry security::get_insecure_location and security::get_secure_location

- add regression test to cover basic cases

- bumb version number of acs-tcl to 5.10.0d19

    • -11
    • +38
    ./packages/acs-tcl/tcl/security-procs.tcl
    • -0
    • +52
    ./packages/acs-tcl/tcl/test/location-procs.tcl
bug fix: Do not return a location with a port, when SuppressHttpPort is set

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

    • -2
    • +9
    ./packages/acs-tcl/tcl/security-procs.tcl
fix typos

improve documentation of ad_conn a little

whitespace cleanup

improve robustness in case of failures in dot program

support rendering of objects/classes in callgraph

white-space cleanup

    • -12
    • +12
    ./packages/xotcl-core/www/show-object.tcl
improve robustness of output, when dot fails to produce output

    • -2
    • +7
    ./packages/xotcl-core/www/show-object.tcl
use util_current_location instead of ad_url in ad_html_qualify_links to provide a proper default also on host-node mapped subsites

    • -3
    • +3
    ./packages/acs-tcl/tcl/text-html-procs.tcl
provide a "see also" link from ad_conn to util_current_location

improve documentation: mention host-node map behavior

    • -7
    • +9
    ./packages/acs-tcl/tcl/utilities-procs.tcl
improve documentation

    • -7
    • +6
    ./packages/acs-tcl/tcl/utilities-procs.tcl
fix typos

    • -4
    • +4
    ./packages/acs-tcl/tcl/deprecated-procs.tcl
use consistently "nocase" in all substitution in ad_html_qualify_links

    • -2
    • +2
    ./packages/acs-tcl/tcl/text-html-procs.tcl
reduce verbosity

    • -2
    • +1
    ./packages/acs-tcl/tcl/text-html-procs.tcl
improve source code documentation of ad_html_qualify_links and add test cases

    • -1
    • +10
    ./packages/acs-tcl/tcl/text-html-procs.tcl
preserve orderby in child-resources (e.g. when clicking on the garbage can)

    • -2
    • +1
    ./packages/xowiki/tcl/folder-procs.tcl
- remove call from Role object to unknown method :cache

- remvoe per-request cacheing for dotlrn_community::get_community_id (gain is little, since the function uses already an per-thread cache)

    • -7
    • +7
    ./packages/xowf/tcl/xowf-form-field-procs.tcl
make function usable in situations without an active connection

make function usable in situations, where a location based on ad_url is incorrect (e.g. host-node mapped subsites)

    • -6
    • +17
    ./packages/acs-tcl/tcl/text-html-procs.tcl
fix indentation and regular expression

    • -18
    • +18
    ./packages/acs-tcl/tcl/text-html-procs.tcl