[bknr-cvs] r2140 - trunk/projects/bos/worldpay-test

bknr at bknr.net bknr at bknr.net
Tue Apr 3 06:46:41 UTC 2007


Author: hhubner
Date: 2007-04-03 02:46:40 -0400 (Tue, 03 Apr 2007)
New Revision: 2140

Modified:
   trunk/projects/bos/worldpay-test/worldpay-test.lisp
Log:
Add tiny_mce.js to list of CMS Javascript sources.


Modified: trunk/projects/bos/worldpay-test/worldpay-test.lisp
===================================================================
--- trunk/projects/bos/worldpay-test/worldpay-test.lisp	2007-04-03 06:41:27 UTC (rev 2139)
+++ trunk/projects/bos/worldpay-test/worldpay-test.lisp	2007-04-03 06:46:40 UTC (rev 2140)
@@ -180,6 +180,7 @@
     (setf *website-url* website-url))
 
   (setf *worldpay-test-mode* worldpay-test-mode)
+  (setf bknr.web:*upload-file-size-limit* 20000000)
 
   (make-instance 'bos-website
 		 :name "BOS Website"
@@ -231,7 +232,7 @@
 		 :authorizer (make-instance 'bos-authorizer)
 		 :site-logo-url "/images/bos-logo.gif"
 		 :style-sheet-urls '("/static/cms.css")
-		 :javascript-urls '("/static/cms.js")
+		 :javascript-urls '("/static/cms.js" "/static/tiny_mce/tiny_mce.js")
 		 :vhosts vhosts)
 
   (publish-directory :prefix "/static/"




More information about the Bknr-cvs mailing list