Index: openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl,v diff -u -r1.147.2.23 -r1.147.2.24 --- openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl 14 Apr 2022 10:14:43 -0000 1.147.2.23 +++ openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl 15 Apr 2022 17:28:34 -0000 1.147.2.24 @@ -26,7 +26,7 @@ {validate { {name {\[::xowiki::validate_name\]} {Another item with this name exists already in this folder} } - {name {[string length \$name] < 4} + {name {[string length \$name] < 4000} {The name is too long. Please enter a value of at most 4000 characters long} } {page_order {\[::xowiki::validate_form_field page_order\]} {Page Order invalid; \ might only contain upper and lowercase letters, underscore, digits and dots}}