haul        2002/08/11 13:18:40

  Modified:    .        Tag: cocoon_2_0_3_branch changes.xml
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.138.2.45 +40 -1     xml-cocoon2/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/changes.xml,v
  retrieving revision 1.138.2.44
  retrieving revision 1.138.2.45
  diff -u -r1.138.2.44 -r1.138.2.45
  --- changes.xml       5 Aug 2002 11:12:06 -0000       1.138.2.44
  +++ changes.xml       11 Aug 2002 20:18:39 -0000      1.138.2.45
  @@ -39,6 +39,45 @@
    </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="CH" type="add">
  +   Backport usage of InputModules to compiled sitemap.
  +  </action>
  +  <action dev="CH" type="update">
  +   Sync modules and related components with HEAD.
  +  </action>
  +  <action dev="CH" type="add">
  +   Added some more types understood by modular database actions.
  +  </action>
  +  <action dev="CH" type="fix">
  +   Request logicsheet: Fix session tags.
  +  </action>
  +  <action dev="CH" type="add">
  +   Added some more InputModules.
  +  </action>
  +  <action dev="CH" type="update">
  +   Changed existing OutputModules to not use ":" to separate key prefix from
  +   suffix if prefix is an empty string.
  +  </action>
  +  <action dev="CH" type="add">
  +   Simple Formvalidation: FormValidatorAction sets attribute "*" to indicate
  +   overall validation status. Added SimpleFormTransformer that fills XHTML form
  +   fields with values from request parameters and allows conditional error tags
  +   depending on validation result. This removes the requirement for
  +   XSP. Changed ordering of error levels: "notpresent" (indicates that no
  +   validation result is present for this parameter) moves between "ok" and
  +   "error". New error level "maxerror" used in conjunction with the
  +   transformer, is never set, used as upper bound.
  +  </action>
  +  <action dev="CH" type="fix">
  +   (Modular) DatabaseActions: select produced wrong result if no rows were
  +   found, query action returned broken result.
  +  </action>
  +  <action dev="CH" type="update">
  +   ESQL: Allow arbitrary types for prepared and callable statements via
  +   dynamically loading classes like the SQLTransformer does. Is-null now uses
  +   dynamic colum specification. Fixed skip-row feature, which was off by one.
  +   Added tag to get connection meta data.
  +  </action>
     <action dev="CZ" type="fix">
       Fixed NPE in the recycling phase of content aggregation.
     </action>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to