[Bedework-commit] bedework r1927 - in trunk/deployment: resources/xsl/default/default webuser/webapp/resources/demoskins/default/default

svnadmin at bedework.org svnadmin at bedework.org
Thu Oct 2 09:52:38 EDT 2008


Author: douglm
Date: 2008-10-02 09:52:36 -0400 (Thu, 02 Oct 2008)
New Revision: 1927

Modified:
   trunk/deployment/resources/xsl/default/default/errors.xsl
   trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
Log:
Changes to support implicit scheduling operations as defined in CalDAV scheduling draft 05

Bedework trunk is still a bit broken at this stage but sending of invitations appears to be working.

Replying is another matter...

Modified: trunk/deployment/resources/xsl/default/default/errors.xsl
===================================================================
--- trunk/deployment/resources/xsl/default/default/errors.xsl	2008-09-10 17:42:43 UTC (rev 1926)
+++ trunk/deployment/resources/xsl/default/default/errors.xsl	2008-10-02 13:52:36 UTC (rev 1927)
@@ -213,6 +213,9 @@
       <xsl:when test="id='org.bedework.validation.error.invalid.organizer'">
           The organizer uri is invalid
       </xsl:when>
+      <xsl:when test="id='org.bedework.validation.error.invalid.invalidschedulingobject'">
+          Cannot change this into a scheduling message
+      </xsl:when>
       <xsl:when test="id='org.bedework.validation.error.invalid.prefendtype'">
         The preferred endtype <em><xsl:value-of select="param"/></em> is invalid.
       </xsl:when>
@@ -397,8 +400,8 @@
         Your information is incomplete: please supply a name.
       </xsl:when>
 
-      <xsl:when test="id='org.bedework.validation.error.missingorganizor'">
-        Your event is missing the organizor
+      <xsl:when test="id='org.bedework.validation.error.missingorganizer'">
+        Your event is missing the organizer
       </xsl:when>
 
       <xsl:when test="id='org.bedework.validation.error.missingoriginator'">

Modified: trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
===================================================================
--- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl	2008-09-10 17:42:43 UTC (rev 1926)
+++ trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl	2008-10-02 13:52:36 UTC (rev 1927)
@@ -6132,7 +6132,10 @@
                 <!-- the event exists in calendars already, so this is a
                      subsequent follow-up.  Let the user choose which copies
                      of the event to update.  For now, we'll just list them
-                     and add calPath request parameters -->
+                     and add calPath request parameters.
+
+                     This should be changed - we will only have one of these so
+                     the for-each is not needed -->
                 <ul>
                   <xsl:for-each select="guidcals/calendar">
                     <li class="calendar">



More information about the Bedework-commit mailing list