Index: openacs-4/packages/xowf/tcl/xowf-includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-includelet-procs.tcl,v diff -u -r1.4.2.7 -r1.4.2.8 --- openacs-4/packages/xowf/tcl/xowf-includelet-procs.tcl 24 Jul 2023 13:09:06 -0000 1.4.2.7 +++ openacs-4/packages/xowf/tcl/xowf-includelet-procs.tcl 27 Aug 2024 10:52:19 -0000 1.4.2.8 @@ -170,7 +170,7 @@ -parameter { {__decoration plain} {parameter_declaration { - {-countdown_audio_alarm "true"} + {-countdown_audio_alarm "true"} {-target_time ""} {-url_poll ""} {-url_dismiss ""} Index: openacs-4/packages/xowiki/lib/view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/lib/view.tcl,v diff -u -r1.14.2.6 -r1.14.2.7 --- openacs-4/packages/xowiki/lib/view.tcl 22 Aug 2022 17:06:40 -0000 1.14.2.6 +++ openacs-4/packages/xowiki/lib/view.tcl 27 Aug 2024 10:52:19 -0000 1.14.2.7 @@ -33,7 +33,7 @@ # -item_id $item_id \ # -parameter $parameter] # ::xo::cc export_vars - + ad_log_deprecated "view.tcl" "item_id $item_id" "-url $url" } @@ -46,9 +46,6 @@ set html $css$html } - - - # Local variables: # mode: tcl # tcl-indent-level: 2 Index: openacs-4/packages/xowiki/tcl/repeat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/repeat-procs.tcl,v diff -u -r1.14.2.15 -r1.14.2.16 --- openacs-4/packages/xowiki/tcl/repeat-procs.tcl 30 Apr 2024 07:14:16 -0000 1.14.2.15 +++ openacs-4/packages/xowiki/tcl/repeat-procs.tcl 27 Aug 2024 10:52:19 -0000 1.14.2.16 @@ -250,7 +250,7 @@ -id $del_id \ -script [subst {xowiki.repeat.delItem(this,'$clientData');}] } - $c render_input + $c render_input } incr i } Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.542.2.181 -r1.542.2.182 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 24 Aug 2024 17:04:51 -0000 1.542.2.181 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 27 Aug 2024 10:52:19 -0000 1.542.2.182 @@ -3557,11 +3557,11 @@ if {$source_item_id ne ""} { set sourceObj [FormPage get_instance_from_db -item_id $source_item_id] $f copy_content_vars -from_object $sourceObj -except name - + # # In case, we want manual autonaming, the following could be # used. - # + # #set name "[::xowiki::autoname new -parent_id $source_item_id -name ${:name}]" #::$package_id get_lang_and_name -name $name lang name #$f set name $name Index: openacs-4/packages/xowiki/tcl/xowiki-uploader-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-uploader-procs.tcl,v diff -u -r1.3.2.6 -r1.3.2.7 --- openacs-4/packages/xowiki/tcl/xowiki-uploader-procs.tcl 24 Aug 2022 15:57:30 -0000 1.3.2.6 +++ openacs-4/packages/xowiki/tcl/xowiki-uploader-procs.tcl 27 Aug 2024 10:52:20 -0000 1.3.2.7 @@ -61,7 +61,7 @@ :public method store_file {} { # # Store files and return a thumbnail rendering when successful. - # + # set d [next] if {[dict get $d status_code] in {200 201}} { return [list status_code 201 message [${:parent_object} render_thumbnails $d]] Index: openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl,v diff -u -r1.1.2.19 -r1.1.2.20 --- openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 25 Aug 2024 17:11:26 -0000 1.1.2.19 +++ openacs-4/packages/xowiki/tcl/test/api-test-procs.tcl 27 Aug 2024 10:52:20 -0000 1.1.2.20 @@ -16,7 +16,7 @@ "::xowiki::Package instproc normalize_path" "::xo::PackageMgr proc get_package_class_from_package_key" "::xo::PackageMgr instproc require" - "::xowiki::Package instproc require_root_folder" + "::xowiki::Package instproc require_root_folder" } package_normalize_path { Checks various forms of the xowiki::Package API method Index: openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl,v diff -u -r1.1.2.89 -r1.1.2.90 --- openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 25 Aug 2024 17:11:26 -0000 1.1.2.89 +++ openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 27 Aug 2024 10:52:20 -0000 1.1.2.90 @@ -1682,7 +1682,7 @@ aa_register_case -cats {web} -procs { "::xo::db::CrClass proc id_belongs_to_package" - + } check_page_template_constraint { Document and enforce the expected behavior when Forms are Index: openacs-4/packages/xowiki/www/sitewide-admin/download.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/sitewide-admin/download.tcl,v diff -u -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/xowiki/www/sitewide-admin/download.tcl 11 Aug 2024 06:37:22 -0000 1.1.2.4 +++ openacs-4/packages/xowiki/www/sitewide-admin/download.tcl 27 Aug 2024 10:52:20 -0000 1.1.2.5 @@ -32,4 +32,3 @@ # tcl-indent-level: 4 # indent-tabs-mode: nil # End: -