You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2012/08/14 03:33:15 UTC

[1/11] git commit: Update some of the release notes

Updated Branches:
  refs/heads/5.4-js-rewrite 01d7fbe6c -> 2ae9d0aeb


Update some of the release notes


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/2ae9d0ae
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/2ae9d0ae
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/2ae9d0ae

Branch: refs/heads/5.4-js-rewrite
Commit: 2ae9d0aebffbc310bf5a175589d27e2bdc17ddf5
Parents: b1c01eb
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Aug 13 18:32:53 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Aug 13 18:32:53 2012 -0700

----------------------------------------------------------------------
 54_RELEASE_NOTES.txt |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/2ae9d0ae/54_RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/54_RELEASE_NOTES.txt b/54_RELEASE_NOTES.txt
index c9a4b0e..2b648dd 100644
--- a/54_RELEASE_NOTES.txt
+++ b/54_RELEASE_NOTES.txt
@@ -20,7 +20,7 @@ out Prototype support for jQuery.  Prototype will no longer be bundled with Tape
 Prior releases of Tapestry would require several moving parts to initialize client behavior:
 
 * A unique id, generated on the server, on a client-side element
-* A JavaScript library that extended T5.initializers with a initialization function
+* A JavaScript library that extended T5.initializers with an initialization function
 * Creating a _spec_ to describe behavior, including URLs and the unique client element id
 * Many similar client-side event handlers on specific elements (created by the initialization function)
 
@@ -70,3 +70,7 @@ SUBMIT.
 
 Prior releases of Tapestry mapped "true" and "false" values for Form.clientValidation to BLUR and NONE. This mapping
 was introduced in Tapestry 5.2, and has now been removed.
+
+Tapestry.FormEventManager has been entirely removed, along with supporting function Element.getFormEventManager().
+
+Tapestry.FieldEventManager.getIcon() now always returns null.
\ No newline at end of file