joerg 2003/06/28 05:11:20
Modified: . status.xml
Log:
patch 19104 applied: Fixed SchematronValidator.evalRule() in xmlforms block: create
a relative context instead of an absolute one.
This allows to refer to another form field by using relative paths (../password)
instead of choosing a common root.
Revision Changes Path
1.66 +5 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- status.xml 27 Jun 2003 23:18:51 -0000 1.65
+++ status.xml 28 Jun 2003 12:11:20 -0000 1.66
@@ -183,6 +183,10 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="JH" type="fix" fixes-bug="19104" due-to="Johan Stuyts"
due-to-email="[EMAIL PROTECTED]">
+ Fixed SchematronValidator.evalRule() in xmlforms block: create a relative
context instead of an absolute one.
+ This allows to refer to another form field by using relative paths
(../password) instead of choosing a common root.
+ </action>
<action dev="JH" type="fix" fixes-bug="20682" due-to="Wolfgang Kowarschick"
due-to-email="[EMAIL PROTECTED]">
Fixed return of different DirValidity objects on multiple calls on
getValidity() in the DirectoryGenerator.
</action>