[jira] [Created] (TAP5-2006) File Upload module does not support the multiple attribute

2012-10-02 Thread Barry Books (JIRA)
Barry Books created TAP5-2006: - Summary: File Upload module does not support the multiple attribute Key: TAP5-2006 URL: https://issues.apache.org/jira/browse/TAP5-2006 Project: Tapestry 5 Issue

[jira] [Updated] (TAP5-2006) File Upload module does not support the multiple attribute

2012-10-02 Thread Barry Books (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Barry Books updated TAP5-2006: -- Attachment: 0003-TAP-2005.patch 0002-TAP-2006.patch Test case and service

git commit: Fixed TAP5-2004 (Tapestry-Ioc fails to build on Windows) with patch from Chris Poulsen

2012-10-02 Thread bobharner
Updated Branches: refs/heads/master a0600d223 - 6a04dbba2 Fixed TAP5-2004 (Tapestry-Ioc fails to build on Windows) with patch from Chris Poulsen Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/6a04dbba Tree:

[jira] [Updated] (TAP5-2004) Tapestry-Ioc fails to build on Windows (ReloadTest.java)

2012-10-02 Thread Bob Harner (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Harner updated TAP5-2004: - Fix Version/s: 5.4 Tapestry-Ioc fails to build on Windows (ReloadTest.java)

[jira] [Resolved] (TAP5-2004) Tapestry-Ioc fails to build on Windows (ReloadTest.java)

2012-10-02 Thread Bob Harner (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Harner resolved TAP5-2004. -- Resolution: Fixed Fixed with 6a04dbba23e155b21c6e773bfcf3f79dc77e5c07 with thanks to Chris Poulsen.

[jira] [Closed] (TAP5-2004) Tapestry-Ioc fails to build on Windows (ReloadTest.java)

2012-10-02 Thread Bob Harner (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Harner closed TAP5-2004. Tapestry-Ioc fails to build on Windows (ReloadTest.java)

[CONF] Apache Tapestry Building Tapestry from Source

2012-10-02 Thread confluence
Building Tapestry from Source Page edited by Bob Harner Comment: Added changes suggested by Barry Books and Howard Changes (9)

[jira] [Assigned] (TAP5-986) sendError in onActivate / Tapestry error dispatching

2012-10-02 Thread Kalle Korhonen (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kalle Korhonen reassigned TAP5-986: --- Assignee: Kalle Korhonen sendError in onActivate / Tapestry error dispatching

[1/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tapestry-5.git

2012-10-02 Thread kaosko
Updated Branches: refs/heads/master 6a04dbba2 - e5037b78e Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tapestry-5.git Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/e5037b78 Tree:

[2/2] git commit: FIXED - #TAP5-986: sendError in onActivate / Tapestry error dispatching - don't fire() the event if request's not available anymore

2012-10-02 Thread kaosko
FIXED - #TAP5-986: sendError in onActivate / Tapestry error dispatching - don't fire() the event if request's not available anymore Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/6f3fdd43 Tree:

git commit: FIXED - #TAP5-986: sendError in onActivate / Tapestry error dispatching - don't fire() the event if request's not available anymore

2012-10-02 Thread kaosko
Updated Branches: refs/heads/5.3 35443aa07 - acfdee71c FIXED - #TAP5-986: sendError in onActivate / Tapestry error dispatching - don't fire() the event if request's not available anymore Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit:

[jira] [Resolved] (TAP5-986) sendError in onActivate / Tapestry error dispatching

2012-10-02 Thread Kalle Korhonen (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kalle Korhonen resolved TAP5-986. - Resolution: Fixed Fix Version/s: 5.4 5.3.6 Fixed as suggested.