Mozilla XForms version 0.8 is available

Mozilla XForms Extension Preview Release 0.8
-- "The ruptured capillaries in your nose belie the clarity of your
wisdom."
============================================

The Mozilla XForms project is proud to announce version 0.8 of our
extension.  The "change log" of the most important things can be found at
the end of this email.

For a complete list of what is, and what is not, supported, please see the
release notes: http://www.mozilla.org/projects/xforms/ReleaseNotes-v8.html

Executive summary
-----------------

* support for using SOAPAction on submission
* leak fixes
* support for mediatype on output elements
* range support for many different datatypes
* support for resource element and attribute for submission


Download
--------
You can find download and install instructions on our download page:
http://www.mozilla.org/projects/xforms/download.html

Note: You need to run Firefox (2.0.0.4+) or SeaMonkey (1.1.2+) to use the
extension.

Note: v0.8 is likely to be the last release available for FF 1.5.x and the
FF 1.5.x version is currently only available for download as a nightly.
Future releases will be available for FF 2.x and 3.x as Mozilla continues
to support them.

Feedback
--------
We look forward to feedback on the extension, on the mailing list, on IRC,
or through bug reports. For details, see our feedback page:
http://www.mozilla.org/projects/xforms/feedback.html


Known Bugs
----------
All known bugs can be found in the Bugzilla system.

https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&product=Core&component=XForms&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED


Change Log
----------

Basic functionality:
* Leak fixes in XForms (bug 375320) and XTF (bug 316569, delivered in FF
2.0.0.4)
* support SOAPAction header on submission (bug 309442)
* support for tabindex (bug 339286)
* serialization using method="multipart-post" doesn't serialize parts (bug
353677)
* relative binding expressions in repeats have problems (bug 357569)
* submission 'post' to file doesn't work (bug 357901)
* xsi:type value with no prefix handled incorrectly (bug 360974)
* repeat doesn't update on value changes (bug 362308)
* reset has stopped working (bug 362310)
* getting submission error using JS + xf:send (bug 366878)
* Problem with XForms using itemsets across models (bug 368627)
* Crash loading form with select inside repeat (bug 371285)
* xsi:type not on root element is ignored (bug 375983)
* support @validate on submission element (bug 377298)
* support @standalone on submission element (bug 377888)
* support deferred RRRR events in an action element (bug 378702)
* support for resource element on submission to allow more flexibility (bug
376371)

Controls (for XHTML and XUL):
* Implement mediatype support for output (bug 347327)
* Enhancements to spinbuttons and non-numeric range control types (bug
353880)
* Controls should not be allowed to bind to complexContent (bug 356190)
* [ally] arrow/pgUP/pgDown keys behavior for range (bug 356498)
* xf:textarea appears to have a 4096 characters size restriction (bug
357652)
* select1 keyboard navigation problems (bug 360188)
* inline message regression (bug 363516)
* Support dateTime types for Range (bug 370551)
* Support Date and Time types for Range (bug 372736)
* Support gregorian calendar types for Range (bug 372737)
* Support yearMonthDuration and dayTimeDuration ranges (bug 372739)
* output with value doesn't find context (bug 376217)
* Range: bound value should not change unless the user changes it (bug
377962)

Controls (XUL only):
* implement xforms:upload for xul context (bug 347563)
* use spin controls for xul calendar (bug 365907)
* xf:input for xul can't be readonly (bug 367719)
* XUL's minimal submit styles are missed (bug 371607)

Events:
* copyItem doesn't generate xforms-value-changed (bug 361094)
* Actions inside itemsets behave incorrectly (bug 374994)
* Wrong ordering of dispatched events (bug 377878)

Schema:
* complexType without complexContent fails validation (bug 340995)
* complexType with optional complex content fails (bug 373061)
* nsXFormsModelElement::ValidateNode() wrongly assumes simple type (bug
375546)
* Add support for schema validation of mixed content models (bug 375986)
* nsSchemaValidator::Validate() wrongly fails due to xsi:type resolution
(bug 376385)

Received on Sunday, 10 June 2007 23:13:39 UTC