• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.10.0d11-5.10.0d12.sql was initially added on branch oacs-5-10.

added missing upgrade script

file upgrade-2.10.0d6-2.10.0d7.sql was initially added on branch oacs-5-10.

create a partial index on public calendars

drop FK on community_id for cases, where communities are frequently dropped.

we do not want to loose statistics in these cases

    • -3
    • +2
    ./xotcl-request-monitor/xotcl-request-monitor.info
    • -3
    • +14
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
file upgrade-0.60-0.61.sql was initially added on branch oacs-5-10.

don't clobber xo::cc url when already initialized

Add missing substitution

Make sure url varuiable is set

Include tests with string containing an extension, put also a ß in the mix

    • -8
    • +43
    ./acs-tcl/tcl/test/utilities-procs.tcl
Apply a mild filename sanitization to the file formfield

Basic test for ad_sanitize_filename

    • -0
    • +56
    ./acs-tcl/tcl/test/utilities-procs.tcl
file utilities-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-tcl/tcl/test/utilities-procs.tcl
Whitespace cleanup

    • -2
    • +2
    ./xowiki/tcl/test/xowiki-admin-tests-procs.tcl
Fix typo spotted by acs_api_browser_api_get_body automated test

    • -1
    • +1
    ./xowiki/tcl/test/xowiki-admin-tests-procs.tcl
Bring existing doc in the api-doc, so that documentation__check_proc_doc test case does not complain

    • -14
    • +16
    ./acs-tcl/tcl/00-icanuse-procs.tcl
Add semicolon ";" to the list of forbidden characters to be stripped when a filename is sanitized

It is not allowed to create a filename with a semicolon on Windows, but it is e.g. on MacOS and Linux, creating a possible interoperability issue

added a print button the works with event handler also in HTML streaming mode

Added support for streaming HTML + javascript body procs

Previously, the API for bodyscripts (e.g. template::add_body_script,

template::add_event_listener, template::add_body_handler,

template::add_script with the right flags) was not usable for

streaming HTML pages, since the full processing of such scripts was

handled in blank-master.{tcl,adp}, which is not in use for streaming

HTML.

Now the function template::collect_body_scripts was added, which can

be used at arbitrary time to collect the body scripts and translate

those to HTML. This function can be used in streaming mode to output

these function when new HTML chunks become available.

    • -25
    • +40
    ./acs-templating/tcl/head-procs.tcl
file body_scripts.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-templating/lib/body_scripts.adp
file body_scripts.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-templating/lib/body_scripts.tcl
added backward compatibility proc for AOLserver "ns_trim"

Provide a URL when requiring a connection context

include public methods called via the web interface in listing of tested methods.

    • -0
    • +5
    ./xowiki/tcl/test/xowiki-admin-tests-procs.tcl
    • -0
    • +4
    ./xowiki/tcl/test/xowiki-test-procs.tcl
mark functions for administrative proposes as private

    • -2
    • +2
    ./xowiki/tcl/xowiki-callback-procs.tcl
replace array by dict, provide error message, when someone tries to setup a connection context without a proper url

    • -10
    • +22
    ./xotcl-core/tcl/context-procs.tcl
provide explicit url when manually creating a connection context

improve comments and rise warning, when best-effort url is generated

    • -8
    • +34
    ./xotcl-core/tcl/06-package-procs.tcl
include public methods called via the web interface in listing of tested methods.

    • -1
    • +16
    ./xowf/tcl/test/xowf-test-procs.tcl
pass _nls_language to batch-jobs to avoid invalid value in name normalization

white-space changes