Revision: 3402
Author: hans
URL: http://bknr.net/trac/changeset/3402
Ensure bknr session when generating the cert to make sure that the
following pages are called with the new sponsor being logged in.
U trunk/projects/bos/web/tags.lisp
Modified: trunk/projects/bos/web/tags.lisp
===================================================================
--- trunk/projects/bos/web/tags.lisp 2008-07-01 14:15:15 UTC (rev 3401)
+++ trunk/projects/bos/web/tags.lisp 2008-07-02 08:27:24 UTC (rev 3402)
@@ -36,6 +36,7 @@
(emit-tag-children))
(define-bknr-tag generate-cert ()
+ (ensure-bknr-session)
(with-template-vars (gift email name address want-print)
(let ((contract (find-store-object (parse-integer (get-template-var :contract-id)))))
(when (equal want-print "no")
Revision: 3399
Author: ksprotte
URL: http://bknr.net/trac/changeset/3399
for sbcl dont (pushnew :pdf-binary *features*)
U trunk/thirdparty/cl-pdf/config.lisp
Modified: trunk/thirdparty/cl-pdf/config.lisp
===================================================================
--- trunk/thirdparty/cl-pdf/config.lisp 2008-07-01 11:01:48 UTC (rev 3398)
+++ trunk/thirdparty/cl-pdf/config.lisp 2008-07-01 11:54:03 UTC (rev 3399)
@@ -68,7 +68,7 @@
;; define the :pdf-binary feature if your Lisp implementation accepts
;; to write binary sequences to character streams
;; For LW you need version 4.2.7 minimum
-#+(or lispworks allegro sbcl)
+#+(or lispworks allegro)
(pushnew :pdf-binary *features*)
;(eval-when (:compile-toplevel :load-toplevel :execute)
Revision: 3397
Author: ksprotte
URL: http://bknr.net/trac/changeset/3397
imported two new sessions to tsung.xml
U trunk/projects/bos/test/tsung.xml
Change set too large, please see URL above