Changeset 1063

Show
Ignore:
Timestamp:
11/01/06 12:00:40
Author:
douglm
Message:

Added missing rfc properties, also properties to allow us to represent todos and journal entries

Properties added:
class, geo, entity_type, percent-complete, completed, request_status, relatedTo

Moved summary and description into string table

Some changes to xml schema to handle persistence problems.

Changes to queue up deletes - hibernate does not implictly delete dereferenced entities

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1059 r1063  
    15441544          <td class="fieldval"> 
    15451545            <xsl:variable name="title" select="/bedework/formElements/form/title/input/@value"/> 
    1546             <input type="text" name="newEvent.summary" size="80" value="{$title}"/> 
     1546            <input type="text" name="summary" size="80" value="{$title}"/> 
    15471547          </td> 
    15481548        </tr> 
     
    18011801          <td class="fieldname">Description:</td> 
    18021802          <td class="fieldval"> 
    1803             <textarea name="newEvent.description" cols="60" rows="4"> 
     1803            <textarea name="description" cols="60" rows="4"> 
    18041804              <xsl:value-of select="/bedework/formElements/form/desc/textarea"/> 
    18051805            </textarea> 
     
    20192019          <td class="fieldval"> 
    20202020            <xsl:variable name="title" select="form/title/input/@value"/> 
    2021             <input type="text" name="editEvent.summary" size="80" value="{$title}"/> 
     2021            <input type="text" name="summary" size="80" value="{$title}"/> 
    20222022          </td> 
    20232023        </tr> 
     
    22772277          <td class="fieldname">Description:</td> 
    22782278          <td class="fieldval"> 
    2279             <textarea name="editEvent.description" cols="60" rows="4"> 
     2279            <textarea name="description" cols="60" rows="4"> 
    22802280              <xsl:value-of select="/bedework/formElements/form/desc/textarea"/> 
    22812281            </textarea>