From bknr at bknr.net Wed Jun 3 07:54:59 2009 From: bknr at bknr.net (BKNR Commits) Date: Wed, 03 Jun 2009 09:54:59 +0200 Subject: [bknr-cvs] dverna changed trunk/projects/lisp-ecoop/website/templates/people.xml Message-ID: Revision: 4410 Author: dverna URL: http://bknr.net/trac/changeset/4410 Modify text in People's page U trunk/projects/lisp-ecoop/website/templates/people.xml Modified: trunk/projects/lisp-ecoop/website/templates/people.xml =================================================================== --- trunk/projects/lisp-ecoop/website/templates/people.xml 2009-05-20 13:57:58 UTC (rev 4409) +++ trunk/projects/lisp-ecoop/website/templates/people.xml 2009-06-03 07:54:58 UTC (rev 4410) @@ -6,7 +6,7 @@

People

-The following people have registered to the workshop. Please click on a +The following authors / organizers will attend the workshop. Please click on a person's name to get further information.

From bknr at bknr.net Thu Jun 4 09:54:50 2009 From: bknr at bknr.net (BKNR Commits) Date: Thu, 04 Jun 2009 11:54:50 +0200 Subject: [bknr-cvs] hans changed deployed/bos/projects/bos/web/poi-handlers.lisp Message-ID: Revision: 4411 Author: hans URL: http://bknr.net/trac/changeset/4411 fix incorrect INTERN usage U deployed/bos/projects/bos/web/poi-handlers.lisp Modified: deployed/bos/projects/bos/web/poi-handlers.lisp =================================================================== --- deployed/bos/projects/bos/web/poi-handlers.lisp 2009-06-03 07:54:58 UTC (rev 4410) +++ deployed/bos/projects/bos/web/poi-handlers.lisp 2009-06-04 09:54:49 UTC (rev 4411) @@ -367,7 +367,7 @@ (setq poi (find-store-object poi :class 'poi)) (let* ((new-medium-type (if medium (type-of medium) - (intern (string-upcase new-medium-type)))) + (find-symbol (string-upcase new-medium-type) :bos.web))) (new-medium (make-new-medium new-medium-type poi))) (when medium (very-shallow-copy-textual-attributes medium new-medium) From bknr at bknr.net Mon Jun 8 08:34:45 2009 From: bknr at bknr.net (BKNR Commits) Date: Mon, 08 Jun 2009 10:34:45 +0200 Subject: [bknr-cvs] edi changed trunk/thirdparty/hunchentoot/ Message-ID: Revision: 4412 Author: edi URL: http://bknr.net/trac/changeset/4412 Remove Windows line breaks U trunk/thirdparty/hunchentoot/doc/index.xml U trunk/thirdparty/hunchentoot/specials.lisp Change set too large, please see URL above From bknr at bknr.net Mon Jun 8 08:35:14 2009 From: bknr at bknr.net (BKNR Commits) Date: Mon, 08 Jun 2009 10:35:14 +0200 Subject: [bknr-cvs] edi changed trunk/thirdparty/hunchentoot/doc/index.xml Message-ID: Revision: 4413 Author: edi URL: http://bknr.net/trac/changeset/4413 Add link to web4r U trunk/thirdparty/hunchentoot/doc/index.xml Modified: trunk/thirdparty/hunchentoot/doc/index.xml =================================================================== --- trunk/thirdparty/hunchentoot/doc/index.xml 2009-06-08 08:34:44 UTC (rev 4412) +++ trunk/thirdparty/hunchentoot/doc/index.xml 2009-06-08 08:35:14 UTC (rev 4413) @@ -285,6 +285,9 @@ Here is some software which extends Hunchentoot or is based on it: