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/10/24 03:23:01 UTC

git commit: Formatting changes

Updated Branches:
  refs/heads/5.4-js-rewrite 63ed93309 -> eec74fc1c


Formatting changes


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

Branch: refs/heads/5.4-js-rewrite
Commit: eec74fc1c11959f48fefbb06644e038b21f5c03e
Parents: 63ed933
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Oct 23 18:22:58 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Oct 23 18:22:58 2012 -0700

----------------------------------------------------------------------
 54_RELEASE_NOTES.txt |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/eec74fc1/54_RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/54_RELEASE_NOTES.txt b/54_RELEASE_NOTES.txt
index 82b64a3..7d4e765 100644
--- a/54_RELEASE_NOTES.txt
+++ b/54_RELEASE_NOTES.txt
@@ -33,11 +33,6 @@ Tapestry 5.4 represents a shift to a more modern, lighter approach. Behavior of
 body object. This is an overall win: it reduces the number of event handlers, solves some timing issues related
 to running initialization functions, deals with DOM updates better, and is overall more performant.
 
-Many of the name constants defined by the client-side Tapestry object (such as Tapestry.FORM_PREPARE_FOR_SUBMIT_EVENT)
-have had their values changed (for consistency with the new set of events defined by the `core/events` module); code
-that uses literal values (such as "tapestry:formprepareforsubmit") will break; code that correctly used the constants
-will continue to work, even though the names have changed.
-
 Tapestry is moving away from "magic class names" to a more uniform approach based on the use of HTML 5 compliant "data-"
 attributes.
 
@@ -132,12 +127,12 @@ help blocks that appear (by default) beneath the fields. To get the full effect,
 .control-group elements, as described in the Bootstrap documentation:
 http://twitter.github.com/bootstrap/base-css.html#forms
 
-== BeanEditor / BeanEditForm
+## BeanEditor / BeanEditForm
 
 The property edit blocks contributed to the BeanBlockSource service should expect to be nested inside a
 div.control-group, which is provided around the editor for each property.
 
-== ClientBehaviorSupport
+## ClientBehaviorSupport
 
 This service, primarily used by built-in components in Tapestry 5.3, is no longer useful in 5.4. The service
 still exists, but the methods do nothing, and the service and interface will be removed in 5.5.
\ No newline at end of file