[jira] Created: (TAP5-1082) Integrate existing list: binding sample code

2010-03-26 Thread Pierce Wetter (JIRA)
Integrate existing list: binding sample code Key: TAP5-1082 URL: https://issues.apache.org/jira/browse/TAP5-1082 Project: Tapestry 5 Issue Type: Improvement Affects Versions: 5.2.0

svn commit: r927985 - in /tapestry/tapestry5/trunk: tapestry-hibernate-core/src/main/java/org/apache/tapestry5/internal/hibernate/ tapestry-hibernate/src/main/java/org/apache/tapestry5/internal/hibern

2010-03-26 Thread hlship
Author: hlship Date: Fri Mar 26 17:44:14 2010 New Revision: 927985 URL: http://svn.apache.org/viewvc?rev=927985view=rev Log: TAP5-1079: Fix some package access problems for reloadable services (which were breaking the test suite) Modified:

[jira] Closed: (TAP5-1082) Integrate existing list: binding sample code

2010-03-26 Thread Thiago H. de Paula Figueiredo (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiago H. de Paula Figueiredo closed TAP5-1082. --- Resolution: Invalid The prop binding already supports lists:

[jira] Created: (TAP5-1083) When using a radio button as a trigger on a form fragment, the button no longer selects (because the DOM click event is aborted)

2010-03-26 Thread Howard M. Lewis Ship (JIRA)
When using a radio button as a trigger on a form fragment, the button no longer selects (because the DOM click event is aborted) Key: TAP5-1083

svn commit: r928041 - in /tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test: Jetty7Runner.java SeleniumLauncher.java

2010-03-26 Thread uli
Author: uli Date: Fri Mar 26 20:19:23 2010 New Revision: 928041 URL: http://svn.apache.org/viewvc?rev=928041view=rev Log: fix some mistakes. Modified: tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/Jetty7Runner.java

[jira] Assigned: (TAP5-940) Zone should fire a heart beat event

2010-03-26 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-940: - Assignee: Howard M. Lewis Ship Zone should fire a heart beat event

[jira] Closed: (TAP5-688) Show information while zone is updated

2010-03-26 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-688. - Resolution: Duplicate Assignee: Howard M. Lewis Ship This overlaps TAP-682 which

[jira] Closed: (TAP5-521) Support for adding parameters to event links with javascript

2010-03-26 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-521. - Resolution: Invalid Assignee: Howard M. Lewis Ship Starting in 5.2.0, there's new

[jira] Created: (TAP5-1084) Zones that initially render inside a Form should support updates within the Form

2010-03-26 Thread Howard M. Lewis Ship (JIRA)
Zones that initially render inside a Form should support updates within the Form Key: TAP5-1084 URL: https://issues.apache.org/jira/browse/TAP5-1084 Project: Tapestry 5

[jira] Assigned: (TAP5-1030) RegistryImpl.autobuild() does not inject resources into constructor parameters

2010-03-26 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-1030: -- Assignee: Howard M. Lewis Ship RegistryImpl.autobuild() does not inject

[jira] Updated: (TAP5-1030) Injecting a Logger into a non-service object, created as part of constructing a service configuration, should work but doesn't

2010-03-26 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-1030: --- Summary: Injecting a Logger into a non-service object, created as part of

svn commit: r928116 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/internal/services/ajax/ main/java/org/apache/tapestry5/internal/services/javascript/ main/java/org/

2010-03-26 Thread hlship
Author: hlship Date: Sat Mar 27 01:24:11 2010 New Revision: 928116 URL: http://svn.apache.org/viewvc?rev=928116view=rev Log: TAP5-940: Refactor internal.services.javascript to internal.services.ajax Added:

svn commit: r928115 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/ main/java/org/apache/tapestry5/ioc/internal/ test/java/org/apache/tapestry5/ioc/

2010-03-26 Thread hlship
Author: hlship Date: Sat Mar 27 01:24:07 2010 New Revision: 928115 URL: http://svn.apache.org/viewvc?rev=928115view=rev Log: TAP5-1050: Injecting a Logger into a non-service object, created as part of constructing a service configuration, should work but doesn't Added:

svn commit: r928118 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java

2010-03-26 Thread hlship
Author: hlship Date: Sat Mar 27 01:24:17 2010 New Revision: 928118 URL: http://svn.apache.org/viewvc?rev=928118view=rev Log: TAP5-940: Expose Environmental Hearthbeat as an injectable service Modified:

[jira] Created: (TAP5-1085) The ExceptionReporter should be configured to mark more of the Tapestry generated classes (used for method field access and method advice) as hidden by default

2010-03-26 Thread Howard M. Lewis Ship (JIRA)
The ExceptionReporter should be configured to mark more of the Tapestry generated classes (used for method field access and method advice) as hidden by default

[jira] Closed: (TAP5-940) Zone should fire a heart beat event

2010-03-26 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-940. - Resolution: Fixed Fix Version/s: 5.2.0 There was already a Heartbeat in place for

[jira] Closed: (TAP5-1030) Injecting a Logger into a non-service object, created as part of constructing a service configuration, should work but doesn't

2010-03-26 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1030. -- Resolution: Fixed Fix Version/s: 5.2.0 Oops, I think some of the commits listed

svn commit: r928122 - /tapestry/tapestry-site/trunk/pom.xml

2010-03-26 Thread andyhot
Author: andyhot Date: Sat Mar 27 02:15:53 2010 New Revision: 928122 URL: http://svn.apache.org/viewvc?rev=928122view=rev Log: info on CI Modified: tapestry/tapestry-site/trunk/pom.xml Modified: tapestry/tapestry-site/trunk/pom.xml URL: