• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
allow passing of title text and detail_url to form page create as well

update parameter values when they are changed via parameter forms

    • -0
    • +36
    ./xotcl-core/tcl/06-param-procs.tcl
allow passing of template_file to xowiki::From's create-new

added new package parameter "request-blocking-off" to be able to deactivate request blocking

    • -9
    • +9
    ./xotcl-request-monitor/xotcl-request-monitor.info
    • -6
    • +13
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
Fixed pools-init to work with AOLserver 4.0

use strpos for searching a string in a variable in postgres

bumping version numbers to be able to base other version on latest refactoring

undo escaped changes

    • -1
    • +0
    ./acs-tcl/tcl/form-processing-procs.tcl
    • -1
    • +0
    ./acs-tcl/tcl/request-processor-procs.tcl
ensure that charset is always included in content type for text/* media types.

    • -0
    • +1
    ./acs-tcl/tcl/form-processing-procs.tcl
    • -0
    • +1
    ./acs-tcl/tcl/request-processor-procs.tcl
xotcl-core support for file-level dependencies

    • -0
    • +101
    ./xotcl-core/tcl/04-library-procs.tcl
minor editing differences

move return_page and reply_to_user to general package definition to make it resuable in other packages,

provide to Package methods "invoke" and "error_msg" optional non positional arguments to control the

behavior in error cases better, especially when xowiki pages are included

    • -2
    • +48
    ./xotcl-core/tcl/06-package-procs.tcl
strip spaces from package parameter top_portlet to avoid surprises on includelet interpretation

handle null values in defaults

Remove broken callback code which causes reply by email to not

work. message::new is called in a scheduled_proc, you can't use

ad_conn. Taking out new feature specific to project manager that

breaks existing feature.

Hide hidden columns in CSV output.

extend xotcl-core regression test: add checks for serializer

    • -9
    • +20
    ./xotcl-core/tcl/test/xotcl-avail-procs.tcl
minor refactoring and cleanup

    • -3
    • +3
    ./xotcl-core/tcl/00-serializer-procs.tcl
make variable naming more consistent (statusCode -> status_code), export received content-length into instance variable

    • -4
    • +6
    ./xotcl-core/tcl/http-client-procs.tcl
Merged oacs-5-3 to HEAD

    • -24
    • +29
    ./lorsm/tcl/lorsm-install-procs.tcl
Merged oacs-5-3 branch to HEAD

    • -8
    • +8
    ./acs-developer-support/lib/toolbar.adp
    • -3
    • +4
    ./acs-developer-support/lib/toolbar.tcl
    • -2
    • +2
    ./acs-developer-support/tcl/acs-developer-support-procs.tcl
    • -1
    • +4
    ./assessment/tcl/as-item-choice-procs.tcl
    • -1
    • +1
    ./assessment/tcl/as-item-type-mc-procs-postgresql.xql
    • -13
    • +42
    ./assessment/tcl/as-item-type-mc-procs.tcl
  1. … 173 more files in changeset.
fix cvs IDs

    • -1
    • +1
    ./categories/tcl/category-links-procs.tcl
    • -1
    • +1
    ./categories/tcl/category-list-procs.tcl
    • -1
    • +1
    ./categories/tcl/category-synonyms-procs.tcl
    • -1
    • +1
    ./categories/tcl/category-trees-procs.tcl
minor cleanip (cvs id, comparisons)

    • -1
    • +1
    ./categories/tcl/category-form-procs.tcl
fixes for all cases, where ::template::head::* variables (a) might survive a connection and (b) where they are not

initialized properly.

    • -8
    • +14
    ./acs-templating/tcl/head-procs.tcl
  1. … 1 more file in changeset.
adding https support, adding some documentation

    • -28
    • +187
    ./xotcl-core/tcl/http-client-procs.tcl
Update to reflect the need for template::head

    • -0
    • +1
    ./acs-developer-support/acs-developer-support.info
Allow editing of CSS files if running 5.4 with template::head support

    • -0
    • +23
    ./acs-developer-support/lib/toolbar.tcl
    • -0
    • +2
    ./acs-developer-support/www/css-edit.adp
    • -0
    • +103
    ./acs-developer-support/www/css-edit.tcl
    • -0
    • +4
    ./acs-developer-support/www/css-list.adp
    • -0
    • +35
    ./acs-developer-support/www/css-list.tcl
    • -0
    • +30
    ./acs-developer-support/www/css-make-live.tcl
make handling of unknown file types more robust

Set default order for class members

Fix commented out title, with title in the html comment, occaisionally a

user would type "--" in the title causing the page to break because the

comment was not parsed correctly.