Index: openacs-4/packages/xowiki/xowiki.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/xowiki.info,v
diff -u -r1.153.2.12 -r1.153.2.13
--- openacs-4/packages/xowiki/xowiki.info 11 May 2016 08:59:48 -0000 1.153.2.12
+++ openacs-4/packages/xowiki/xowiki.info 23 May 2016 16:40:32 -0000 1.153.2.13
@@ -10,7 +10,7 @@
t
xowiki
-
+
Gustaf Neumann
A xotcl-based enterprise wiki system with multiple object types
2015-10-04
@@ -55,7 +55,7 @@
BSD-Style
2
-
+
@@ -64,7 +64,7 @@
-
+
Index: openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl,v
diff -u -r1.3.2.6 -r1.3.2.7
--- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 12 May 2016 08:08:45 -0000 1.3.2.6
+++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 23 May 2016 16:40:32 -0000 1.3.2.7
@@ -147,17 +147,17 @@
var progressBar = document.getElementById('dropzone-progress-bar');
var uploadFileRunning = 0;
- var startUpload = function(files) {
+ var startUpload = function(files, csrf) {
if (typeof files !== "undefined") {
for (var i=0, l=files.length; i