[jira] [Commented] (TAP5-746) Zone should include an option to periodically update itself

2011-07-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059630#comment-13059630 ] Hudson commented on TAP5-746: - Integrated in tapestry-trunk-freestyle #409 (See [https://builds

svn commit: r1142826 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/corelib/mixins/ main/resources/org/apache/tapestry5/corelib/mixins/ test/app1/ test/java/org/apach

2011-07-04 Thread ffacon
Author: ffacon Date: Mon Jul 4 22:16:09 2011 New Revision: 1142826 URL: http://svn.apache.org/viewvc?rev=1142826&view=rev Log: TAP5-746 : Zone should include an option to periodically update itself Taha Hafeez : replacing Thread.sleep() with waitForCondition(prototype) . implementation use of j

svn commit: r1142814 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/t5-console.js

2011-07-04 Thread hlship
Author: hlship Date: Mon Jul 4 21:25:18 2011 New Revision: 1142814 URL: http://svn.apache.org/viewvc?rev=1142814&view=rev Log: Consolidate some vars, as directed by yuicompressor Change function name from "float" to "display", as "float" is a JavaScript reserved word Modified: tapestry/tap

svn commit: r1142813 - /tapestry/tapestry5/trunk/tapestry-yuicompressor/build.gradle

2011-07-04 Thread hlship
Author: hlship Date: Mon Jul 4 21:25:15 2011 New Revision: 1142813 URL: http://svn.apache.org/viewvc?rev=1142813&view=rev Log: Use latest version (2.4.6) of yuicompressor library Modified: tapestry/tapestry5/trunk/tapestry-yuicompressor/build.gradle Modified: tapestry/tapestry5/trunk/tapest

svn commit: r1142812 - /tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty7.groovy

2011-07-04 Thread hlship
Author: hlship Date: Mon Jul 4 21:25:12 2011 New Revision: 1142812 URL: http://svn.apache.org/viewvc?rev=1142812&view=rev Log: Modify the LaunchJetty7 script to require the path to the web app, making is useable for different modules in the project Modified: tapestry/tapestry5/trunk/tapest

svn commit: r1142811 - /tapestry/tapestry5/trunk/build.gradle

2011-07-04 Thread hlship
Author: hlship Date: Mon Jul 4 21:25:07 2011 New Revision: 1142811 URL: http://svn.apache.org/viewvc?rev=1142811&view=rev Log: Update version number to 5.3-alpha-2, reflecting the recently voted numbering scheme Modified: tapestry/tapestry5/trunk/build.gradle Modified: tapestry/tapestry5/t

[CONF] Apache Tapestry > Version Numbers

2011-07-04 Thread confluence
Version Numbers Page added by Howard M. Lewis Ship Added in 5.3 Tapestry version numbering was change starting in release 5.3. Tapestry 5.2 and earlier used a different numbering scheme whose primary failing was that, from the version num

[jira] [Updated] (TAP5-746) Zone should include an option to periodically update itself

2011-07-04 Thread Taha Hafeez (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Taha Hafeez updated TAP5-746: - Attachment: zone-refresh.patch Rewrite tests, replacing calls to Thread.sleep() with waitForCondition(). Al