[jira] [Updated] (TAP5-2234) Refreshing the browser in Eclipse on Windows sometimes fails with a locking exception

2013-11-25 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-2234: --- Summary: Refreshing the browser in Eclipse on Windows sometimes fails with a locking

[jira] [Assigned] (TAP5-2234) Refreshing the browser in Eclipse on Windows sometimes fails with a locking issue

2013-11-25 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-2234: -- Assignee: Howard M. Lewis Ship Refreshing the browser in Eclipse on Windows

[jira] [Created] (TAP5-2234) Refreshing the browser in Eclipse on Windows sometimes fails with a locking issue

2013-11-25 Thread Howard M. Lewis Ship (JIRA)
Howard M. Lewis Ship created TAP5-2234: -- Summary: Refreshing the browser in Eclipse on Windows sometimes fails with a locking issue Key: TAP5-2234 URL: https://issues.apache.org/jira/browse/TAP5-2234

git commit: TAP5-2234: Refreshing the browser in Eclipse on Windows sometimes fails with a locking exception

2013-11-25 Thread hlship
Updated Branches: refs/heads/master c29f4101d - 8d97bee2b TAP5-2234: Refreshing the browser in Eclipse on Windows sometimes fails with a locking exception Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit:

[jira] [Commented] (TAP5-2234) Refreshing the browser in Eclipse on Windows sometimes fails with a locking exception

2013-11-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13831652#comment-13831652 ] ASF subversion and git services commented on TAP5-2234: --- Commit

[jira] [Commented] (TAP5-2234) Refreshing the browser in Eclipse on Windows sometimes fails with a locking exception

2013-11-25 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13831664#comment-13831664 ] Hudson commented on TAP5-2234: -- FAILURE: Integrated in tapestry-trunk-freestyle #1197 (See

Git Push Summary

2013-11-25 Thread hlship
Updated Tags: refs/tags/5.4-alpha-27 [created] 8d97bee2b

git commit: Roll version number forward to 5.4-alpha-28

2013-11-25 Thread hlship
Updated Branches: refs/heads/master 8d97bee2b - b6d1bdeba Roll version number forward to 5.4-alpha-28 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b6d1bdeb Tree:

[jira] [Created] (TAP5-2235) Implement JCache (JSR 107) support in Tapestry-IoC

2013-11-25 Thread Thiago H. de Paula Figueiredo (JIRA)
Thiago H. de Paula Figueiredo created TAP5-2235: --- Summary: Implement JCache (JSR 107) support in Tapestry-IoC Key: TAP5-2235 URL: https://issues.apache.org/jira/browse/TAP5-2235 Project:

[1/5] git commit: Fix test that fails using jQuery as infrastructure

2013-11-25 Thread hlship
Updated Branches: refs/heads/master b6d1bdeba - 09bd34c8b Fix test that fails using jQuery as infrastructure Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/9ce2d4e7 Tree:

[3/5] git commit: More corrections to fix tests broken when using jQuery infrastructure

2013-11-25 Thread hlship
More corrections to fix tests broken when using jQuery infrastructure Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/a5de2b69 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/a5de2b69 Diff:

[4/5] git commit: Fix incorrect return value from the jQuery version of ElementWrapper:trigger()

2013-11-25 Thread hlship
Fix incorrect return value from the jQuery version of ElementWrapper:trigger() The result was inverted; one side-effect is that forms that contained input validations would round-trip to the server anyway. Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit:

[2/5] git commit: Switch default for tests from prototype to jquery

2013-11-25 Thread hlship
Switch default for tests from prototype to jquery Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/dd0a2735 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/dd0a2735 Diff:

[5/5] git commit: Fix some more test-suite problems related to using jQuery

2013-11-25 Thread hlship
Fix some more test-suite problems related to using jQuery Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/09bd34c8 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/09bd34c8 Diff:

[jira] [Commented] (TAP5-1863) Rendering components in Alerts

2013-11-25 Thread Basile Chandesris (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13831926#comment-13831926 ] Basile Chandesris commented on TAP5-1863: -

[jira] [Created] (TAP5-2236) It should be possible to determine when there are active Ajax requests

2013-11-25 Thread Howard M. Lewis Ship (JIRA)
Howard M. Lewis Ship created TAP5-2236: -- Summary: It should be possible to determine when there are active Ajax requests Key: TAP5-2236 URL: https://issues.apache.org/jira/browse/TAP5-2236

git commit: Rename t5/core/dom:ElementWrapper.attribute() to .attr() Add logic to t5/core/dom to express, on the body element, whether Ajax requests are active or not Fix broken tests

2013-11-25 Thread hlship
Updated Branches: refs/heads/master 09bd34c8b - 0ef56e79b Rename t5/core/dom:ElementWrapper.attribute() to .attr() Add logic to t5/core/dom to express, on the body element, whether Ajax requests are active or not Fix broken tests Project:

git commit: Improve comments about data-page-initialized and data-ajax-active

2013-11-25 Thread hlship
Updated Branches: refs/heads/master 0ef56e79b - 93168cd8d Improve comments about data-page-initialized and data-ajax-active Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/93168cd8 Tree:

[1/2] git commit: Extend the duration during which a page is allowed to initialize

2013-11-25 Thread hlship
Updated Branches: refs/heads/master 93168cd8d - 2dc469507 Extend the duration during which a page is allowed to initialize Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b04bca4d Tree:

[2/2] git commit: Refactor and optimize RequireJS configuration

2013-11-25 Thread hlship
Refactor and optimize RequireJS configuration Switched to an alternate pattern that works correctly with both jQuery as the infrastructure compiler, and when the JavaScript on the page has been aggregated. Without thing change, RequireJS can sometimes attempt to load a module before it has been

[CONF] Apache Tapestry IoC Cookbook - Patterns

2013-11-25 Thread Bob Harner (Confluence)
IoC Cookbook - Patterns Page edited by Bob Harner Comment: Fixed the , , and occurrances as reported by basileChandesris Changes (16)

Git Push Summary

2013-11-25 Thread hlship
Updated Tags: refs/tags/5.4-alpha-28 [created] 2dc469507

git commit: Roll version number forward to 5.4-alpha-29

2013-11-25 Thread hlship
Updated Branches: refs/heads/master 2dc469507 - 817b15b61 Roll version number forward to 5.4-alpha-29 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/817b15b6 Tree:

svn commit: r888093 - in /websites/production/tapestry/content: cache/main.pageCache ioc-cookbook-patterns.html

2013-11-25 Thread buildbot
Author: buildbot Date: Tue Nov 26 02:20:38 2013 New Revision: 888093 Log: Production update by buildbot for tapestry Modified: websites/production/tapestry/content/cache/main.pageCache websites/production/tapestry/content/ioc-cookbook-patterns.html Modified: