You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Leonardo Uribe <lu...@gmail.com> on 2009/06/22 01:23:17 UTC

[ANNOUNCE] Release of Tomahawk 1.1.9

The Apache MyFaces team is pleased to announce the release of Apache MyFaces
Tomahawk 1.1.9.

MyFaces Tomahawk provides a series of JavaServer Faces components that go
beyond the JSF specification. These components are compatible with the Sun
JSF 1.1 Reference Implementation (RI) or any other JSF 1.1 compatible
implementation. Of course the custom components can also be used with the
Apache JSF implementation "MyFaces Core".

There are also artifacts (tomahawk12) with enhanced compatibility with JSF
1.2

MyFaces Tomahawk 1.1.9 is available in both binary and source distributions.

    * http://myfaces.apache.org/download.html

MyFaces Tomahawk is also available in the central Maven repository under
Group ID "org.apache.myfaces.tomahawk".

Release notes:

Bug

    * [TOMAHAWK-3] - inputCalendar with CalendarConverter loses value data
    * [TOMAHAWK-15] - DefaultAddResource cache disabled because of the Maven
build
    * [TOMAHAWK-596] - Duplicate id exception for HtmlDataScrollerRenderer
    * [TOMAHAWK-929] - Error javascript with <t:inputDate< and <t:schedule>
    * [TOMAHAWK-1014] - HTMLInputDate ignores custom converters
    * [TOMAHAWK-1082] - t:messages does not put the class (error, info,
fatal) to the li item when layout is "list"
    * [TOMAHAWK-1108] - MultipartRequestWrapper doesn't handle request
parameters correctly in JSF 1.2/JSP 2.1
    * [TOMAHAWK-1126] - Using facet name="caption" in an Extended Datatable
generates caption tags twice.
    * [TOMAHAWK-1208] - NotSerializableException for
org.apache.myfaces.custom.fileupload.UploadedFileDefaultMemoryImpl$1
    * [TOMAHAWK-1249] - Component ID j_id_id8:transScrollfirst has already
been found in the view.
    * [TOMAHAWK-1307] - #000000 is displayed in inputHtml
    * [TOMAHAWK-1320] - Firefox warns about Error in parsing value for
property 'cursor'. Declaration dropped.
    * [TOMAHAWK-1371] - t:selectManyCheckbox layout differs between tomahawk
and tomahawk12
    * [TOMAHAWK-1372] - t:navigationMenuItem has no attribute <rendered>
    * [TOMAHAWK-1374] - HtmlInputCalendar emits validation failure messages
with severity info, rather than error
    * [TOMAHAWK-1376] - id attribute for html components on JSF 1.2 could be
set via an rtexprvalue (but not by a ValueExpression)
    * [TOMAHAWK-1379] - Type mismatch for property 'expandRoot', for Tag
class 'org.apache.myfaces.custom.tree.taglib.TreeTag'
    * [TOMAHAWK-1381] - HtmlInputFileUpload does not fail gracefully when
filesize exceeds uploadMaxFileSize web.xml value
    * [TOMAHAWK-1383] - NullPointerException in HTML-Renderer
    * [TOMAHAWK-1384] - XML Parsing Error in Firefox 2.x when using Tomahawk
Schedule with Facelets
    * [TOMAHAWK-1388] - CAPTCHA - Add random string to image url. It prevent
browser from caching captcha image.
    * [TOMAHAWK-1390] - t:inputCalendar displays year 1900 when an incorrect
date is entered
    * [TOMAHAWK-1392] - Tag attribute tabChangeListener not saved and not
restored
    * [TOMAHAWK-1393] - t:selectManyCheckbox renders the checkbox after the
text when it should be before the text
    * [TOMAHAWK-1395] - selectManyCheckbox does not render space between
checkbox and label on Firefox
    * [TOMAHAWK-1398] - invalid HTML created when rendering <script> tag on
tabbedPane
    * [TOMAHAWK-1402] - PortletExternalContextWrapper does not implement
getRequestCharacterEncoding for wrapped ExternalContext.
    * [TOMAHAWK-1405] - PanelTab style and styleClass attributes are ignored
    * [TOMAHAWK-1414] - Better error handling for PPRPanelGroup
    * [TOMAHAWK-1418] - UISaveState is included in htmlTag param map
    * [TOMAHAWK-1420] - uploadThresholdSize seems to be ignored
    * [TOMAHAWK-1424] - Patch for Sandbox ImageLoop - Flickering to old
images after loading new image set
    * [TOMAHAWK-1428] - t:toggleLink onclick does not allow javascript than
could prevent toggle
    * [TOMAHAWK-1429] - t:checkbox not checked correctly after validation
error

Improvement

    * [TOMAHAWK-1361] - InputDate should only set the date fields when it is
in date mode
    * [TOMAHAWK-1391] - Inserting <!-- MYFACES JAVASCRIPT --> into HTML
output is potential security problem
    * [TOMAHAWK-1401] - Promote sandbox toggleLink and fieldset to tomahawk
    * [TOMAHAWK-1408] - Make toggleLink for attribute mandatory
    * [TOMAHAWK-1413] - Trinidad doesn't include id in view state hidden
field
    * [TOMAHAWK-1415] - The leading spaces should be ignored if the html
comment is removed before the JavaScript is evaluated in PPRPanelGroup
    * [TOMAHAWK-1427] - Update JsCookMenu javascript to version 2.0.4

New Feature

    * [TOMAHAWK-1318] - Add itemLabelEscaped, itemDisabled attributes to
t:selectItems
    * [TOMAHAWK-1399] - Add disabled attribute to sandbox togglePanel

Sub-task

    * [TOMAHAWK-1382] - Same incompatibility issue appears on latest
tomahawk 1.1.8 for jsf 1.2 (TOMAHAWK-1287)

Enjoy!

regards

Leonardo Uribe