Date: Monday June 16, 2003 @ 9:16
Author: matt
Update of /home/cvs/AxKit-XSP-PerForm
In directory localhost:/home/matt/Perl/AxKit-XSP-PerForm
Modified Files:
Changes
Log Message:
Changes now for 1.8
Log:
PR:
Index: Changes
===================================================================
RCS file: /home/cvs/AxKit-XSP-PerForm/Changes,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -r1.7 -r1.8
--- Changes 2003/06/16 08:06:03 1.7
+++ Changes 2003/06/16 08:16:09 1.8
@@ -1,20 +1,22 @@
Revision history for Perl extension AxKit::XSP::PerForm.
-1.7
- - Patch from nachoman to finally properly support single and
- multiple select
+1.8
- Change to use can() so we can use XSP inheritance
- Added onload and onvalidate attributes to each tag (allow to specify
external code to validate/load, or use single function for multiple
tags)
+ - Better support for multiple forms per page
+ - Numerous other minor bug fixes
+
+1.7
+ - Patch from nachoman to finally properly support single and
+ multiple select
- Patch from Mark Hershberger fixing:
- If the error message contains the word "at", everything
from that "at" to the end of the error is deleted.
- If a load_* function is defined, then the submit_*
functions get the value that load_* provides rather than
what was submitted.
- - Better support for multiple forms per page
- - Numerous other minor bug fixes
1.6
- Removed action from form to allow it to work with Session taglib