Index: openacs-4/packages/xowiki/tcl/folder-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/folder-procs.tcl,v diff -u -N -r1.55.2.8 -r1.55.2.9 --- openacs-4/packages/xowiki/tcl/folder-procs.tcl 24 May 2019 17:42:53 -0000 1.55.2.8 +++ openacs-4/packages/xowiki/tcl/folder-procs.tcl 24 May 2019 17:44:09 -0000 1.55.2.9 @@ -582,7 +582,7 @@ -url $::__xowiki_folder_link } } - + # The "-html" options are currently ignored in the YUI # DataTable. Not sure, it can be integrated in the traditional way. # @@ -591,7 +591,7 @@ -hide $::hidden(edit) AnchorField create duplicate -CSSclass copy-item-button \ -hide $::hidden(duplicate) \ - -label "" + -label "" if {$::__xowiki_with_publish_status} { ImageAnchorField create publish_status -orderby publish_status.src -src "" \ -width 8 -height 8 -border 0 -title "Toggle Publish Status" \ 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 -N -r1.542.2.24 -r1.542.2.25 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 24 May 2019 17:35:13 -0000 1.542.2.24 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 24 May 2019 17:44:09 -0000 1.542.2.25 @@ -678,7 +678,7 @@ set port [ns_config ns/server/${server}/module/nssock port] set new_name [ns_info address]:${port}-${:item_id} } - + if {[info exists new_name]} { # # We have a new name, so patch this locally to get it into the Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -N -r1.368.2.16 -r1.368.2.17 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 24 May 2019 17:42:53 -0000 1.368.2.16 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 24 May 2019 17:44:09 -0000 1.368.2.17 @@ -207,7 +207,7 @@ # Call whatever clipboard-copy is doing.... # :www-clipboard-copy - + } finally { # # Restore the actual object @@ -219,7 +219,7 @@ ::xo::xotcl_object_cache flush ${:item_id} } } - + # # Externally callable method: create-new # @@ -1991,7 +1991,7 @@ # a. "adp_compile" / "adp_eval" # b. "return_page" / "adp_include" # - + set __including_page $page #set __adp_stub [acs_root_dir]/packages/xowiki/www/view-default set __adp_stub [::$context_package_id get_adp_template view-default]