Index: openacs-4/packages/xowiki/xowiki.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/xowiki.info,v
diff -u -r1.180.2.4 -r1.180.2.5
--- openacs-4/packages/xowiki/xowiki.info 21 Mar 2019 16:36:44 -0000 1.180.2.4
+++ openacs-4/packages/xowiki/xowiki.info 1 Apr 2019 18:17:43 -0000 1.180.2.5
@@ -10,7 +10,7 @@
t
xowiki
-
+
Gustaf Neumann
A xotcl-based enterprise wiki system with multiple object types
2017-08-06
@@ -55,7 +55,7 @@
BSD-Style
2
-
+
@@ -66,7 +66,7 @@
-
+
Index: openacs-4/packages/xowiki/tcl/test/test-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/test-procs.tcl,v
diff -u -r1.15.2.1 -r1.15.2.2
--- openacs-4/packages/xowiki/tcl/test/test-procs.tcl 29 Mar 2019 15:12:32 -0000 1.15.2.1
+++ openacs-4/packages/xowiki/tcl/test/test-procs.tcl 1 Apr 2019 18:17:43 -0000 1.15.2.2
@@ -158,6 +158,7 @@
-path:required
{-autonamed:boolean false}
{-update ""}
+ {-remove ""}
{-extra_url_parameter {}}
} {
@@ -213,6 +214,7 @@
-user_id $user_id \
-url $f_form_action \
-update $update \
+ -remove $remove \
$form_content]
acs::test::reply_has_status_code $d 302
@@ -252,6 +254,7 @@
-instance:required
-path:required
{-update ""}
+ {-remove ""}
{-extra_url_parameter {{m edit}}}
} {
@@ -262,6 +265,7 @@
aa_log "... edit page $path"
set d [acs::test::http -user_id $user_id [export_vars -base $instance/$path $extra_url_parameter]]
acs::test::reply_has_status_code $d 200
+ ns_log notice d=$d
#set location [::xowiki::test::get_url_from_location $d]
#aa_true "location '$location' is valid" {$location ne ""}
@@ -294,6 +298,7 @@
-user_id $user_id \
-url $f_form_action \
-update $update \
+ -remove $remove \
$form_content]
acs::test::reply_has_status_code $d 302
@@ -315,6 +320,7 @@
-name:required
{-autonamed:boolean false}
{-update ""}
+ {-remove ""}
} {
Create a form via the web interface.
@@ -368,6 +374,7 @@
-user_id $user_id \
-url $f_form_action \
-update $update \
+ -remove $remove \
$form_content]
acs::test::reply_has_status_code $d 302