mpo 2003/12/18 00:02:31
Modified: . status.xml Log: Adding support for @lenient on all attributes. The value of lenient should be one of ''(unset=default)|'true'|'false' and indicates which (if any) leniency setting this binding will apply on the jxpath context. By default the leniency on the top-level of the binding is set to true. Reasoning and discussion for this feature are here: http://marc.theaimsgroup.com/?t=107160688300009&r=1&w=2 Revision Changes Path 1.214 +8 -2 cocoon-2.1/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/status.xml,v retrieving revision 1.213 retrieving revision 1.214 diff -u -r1.213 -r1.214 --- status.xml 17 Dec 2003 04:15:14 -0000 1.213 +++ status.xml 18 Dec 2003 08:02:31 -0000 1.214 @@ -75,6 +75,7 @@ <person name="Christopher Oliver" email="[EMAIL PROTECTED]" id="CO"/> <person name="Giacomo Pati" email="[EMAIL PROTECTED]" id="GP"/> <person name="Konstantin Piroumian" email="[EMAIL PROTECTED]" id="KP"/> + <person name="Marc Portier" email="[EMAIL PROTECTED]" id="MPO"/> <person name="Ovidiu Predescu" email="[EMAIL PROTECTED]" id="OP"/> <person name="Jeremy Quinn" email="[EMAIL PROTECTED]" id="JQ"/> <person name="Reinhard Pötz" email="[EMAIL PROTECTED]" id="RP"/> @@ -189,7 +190,12 @@ <changes> <release version="@version@" date="@date@"> - <action dev="AG" type="fix" due-to-email="[EMAIL PROTECTED]" due-to="Laurent Trillaud"> + <action dev="MPO" type="add" > + Changed semantics on the cforms binding. Added a @direction (which replaces + the @read-only) and a @lenient attribute on all binding implementations in + the pool. + </action> + <action dev="AG" type="fix" due-to-email="[EMAIL PROTECTED]" due-to="Laurent Trillaud"> Fix NPE error when pointed tag is empty in xsp-session-fw:getxml. Applying patch from [EMAIL PROTECTED] ([EMAIL PROTECTED]). </action>
