Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Tapestry 5.2.6 is a maintenance release.

HTML
                
<h3>        Bugs Fixed
</h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/TAP5-1368'>TAP5-1368</a>] -         The onFailure function provided to Tapestry.ajaxRequest does not always get invoked
</li>
<li>[<a href='https://issues.apache.org/jira/browse/TAP5-1546'>TAP5-1546</a>] -         TranslatorSource incorrectly annotated with @UsesConfiguration when it should now be @UsesMappedConfiguration (as of 5.2)
</li>
<li>[<a href='https://issues.apache.org/jira/browse/TAP5-1551'>TAP5-1551</a>] -         FormFragment change visibility/hide and remove event listeners should call event.stop() to prevent container fragments from also being hidden
</li>
</ul>
            
<h3>        Improvements Made
</h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/TAP5-1482'>TAP5-1482</a>] -         Upgrade Prototype to 1.7 / Scriptaculous 1.9.0
</li>
<li>[<a href='https://issues.apache.org/jira/browse/TAP5-1538'>TAP5-1538</a>] -         Optimize client-side URL rebuilding in IE 7
</li>
<li>[<a href='https://issues.apache.org/jira/browse/TAP5-1539'>TAP5-1539</a>] -         Optimize document scans used by Tapestry.FieldEventManager to not locate the label or icon until actually needed
</li>
</ul>