You are viewing a plain text version of this content. The canonical link for it is here.
- Re: tapestry-spring not working now - posted by Fernando Padilla <fe...@alum.mit.edu> on 2009/01/01 01:44:28 UTC, 0 replies.
- [jira] Commented: (TAP5-431) new spring context work does not register beans with Tapestry IoC - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/01 21:53:44 UTC, 0 replies.
- [jira] Updated: (TAP5-431) new spring context work does not register beans with Tapestry IoC - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/01 21:53:44 UTC, 0 replies.
- [jira] Assigned: (TAP5-429) Tapestry should throw an exception when a contribute method of a module class does not match a known service - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/01 21:59:44 UTC, 0 replies.
- svn commit: r730611 - in /tapestry/tapestry5/trunk: tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/ tapestry-ioc/src/site/apt/ tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/ tapestry-spring/src/site/apt/ - posted by hl...@apache.org on 2009/01/01 22:21:30 UTC, 0 replies.
- [jira] Closed: (TAP5-429) Tapestry should throw an exception when a contribute method of a module class does not match a known service - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/01 22:25:44 UTC, 0 replies.
- [jira] Updated: (TAP5-341) When a contribute method requests the wrong configuration interface (say, Configuration instead of OrderedConfiguration) the error message is confusing: "No service implements the Configuration interface" - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/02 17:49:44 UTC, 0 replies.
- [jira] Assigned: (TAP5-341) When your contribution method requests the wrong configuration interface (say, Configuration instead of OrderedConfiguration) the error message is confusing: "No service implements the Configuration interface" - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/02 17:49:44 UTC, 0 replies.
- [jira] Created: (TAP5-435) AjaxFormLoop does not allow specificying the animation on adding a new element - posted by "Joey Solis (JIRA)" <ji...@apache.org> on 2009/01/02 18:37:44 UTC, 0 replies.
- svn commit: r730799 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/internal/ main/java/org/apache/tapestry5/ioc/internal/util/ test/java/org/apache/tapestry5/ioc/internal/ - posted by hl...@apache.org on 2009/01/02 18:39:38 UTC, 0 replies.
- [jira] Created: (TAP5-436) Tapestry should verify that all public methods of a module class are meaningful to Tapestry (build, decorate, contribute or bind), other methods should cause an exception to be thrown as a likely typo in the name - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/02 18:41:44 UTC, 0 replies.
- [jira] Closed: (TAP5-341) When a contribute method requests the wrong configuration interface (say, Configuration instead of OrderedConfiguration) the error message is confusing: "No service implements the Configuration interface" - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/02 18:41:44 UTC, 0 replies.
- [jira] Assigned: (TAP5-436) Tapestry should verify that all public methods of a module class are meaningful to Tapestry (build, decorate, contribute or bind), other methods should cause an exception to be thrown as a likely typo in the name - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/02 18:53:44 UTC, 0 replies.
- svn commit: r730832 - in /tapestry/tapestry5/trunk: src/site/apt/ src/site/apt/guide/ tapestry-core/src/main/java/org/apache/tapestry5/internal/ tapestry-core/src/main/java/org/apache/tapestry5/test/ tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/... - posted by hl...@apache.org on 2009/01/02 20:50:46 UTC, 0 replies.
- [jira] Closed: (TAP5-436) Tapestry should verify that all public methods of a module class are meaningful to Tapestry (build, decorate, contribute or bind), other methods should cause an exception to be thrown as a likely typo in the name - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/02 20:57:44 UTC, 0 replies.
- [jira] Assigned: (TAP5-430) Annotation for services to indicate that the service should not be decorated - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/02 22:13:44 UTC, 0 replies.
- svn commit: r730861 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/services/ tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/ tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/annotations/ tapestry-ioc/src/main/j... - posted by hl...@apache.org on 2009/01/03 00:10:26 UTC, 0 replies.
- [jira] Closed: (TAP5-430) Annotation for services to indicate that the service should not be decorated - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/03 00:11:45 UTC, 0 replies.
- [jira] Closed: (TAP5-221) Add option to generate service outer proxies at build time - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/03 00:21:44 UTC, 0 replies.
- [jira] Created: (TAP5-437) The OrderedConfiguration and MappedConfiguration interfaces should allow for override() methods (similar to add()). - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/03 00:33:44 UTC, 0 replies.
- [jira] Assigned: (TAP5-437) The OrderedConfiguration and MappedConfiguration interfaces should allow for override() methods (similar to add()). - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/03 00:33:44 UTC, 0 replies.
- svn commit: r730877 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/ main/java/org/apache/tapestry5/ioc/internal/ main/java/org/apache/tapestry5/ioc/internal/util/ test/java/org/apache/tapestry5/ioc/ test/java/org/ap... - posted by hl...@apache.org on 2009/01/03 01:34:28 UTC, 0 replies.
- [jira] Updated: (TAP5-437) The OrderedConfiguration and MappedConfiguration interfaces should allow for override() methods (similar to add()) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/03 01:35:44 UTC, 0 replies.
- svn commit: r731061 - in /tapestry/tapestry5/trunk: src/site/apt/ tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/ tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/ tapestry-ioc/src/site/apt/ tapestry-ioc/src/test/java/org/apache/tapest... - posted by hl...@apache.org on 2009/01/03 19:19:55 UTC, 0 replies.
- [jira] Closed: (TAP5-437) The OrderedConfiguration and MappedConfiguration interfaces should allow for override() methods (similar to add()) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/03 19:25:44 UTC, 0 replies.
- [jira] Commented: (TAP5-316) Add service overriding capabilities to Tapestry IoC, just like Tapestry-Core has - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/03 19:37:44 UTC, 0 replies.
- [jira] Commented: (TAP5-409) First entry in properties file for localization is never used. - posted by "Borut Bolcina (JIRA)" <ji...@apache.org> on 2009/01/03 20:49:44 UTC, 0 replies.
- [jira] Created: (TAP5-438) Unstable behaviour when injecting components to mixins. - posted by "Ville Virtanen (JIRA)" <ji...@apache.org> on 2009/01/04 13:18:44 UTC, 0 replies.
- [jira] Updated: (TAP5-438) Unstable behaviour when injecting components to mixins. - posted by "Ville Virtanen (JIRA)" <ji...@apache.org> on 2009/01/04 13:21:44 UTC, 2 replies.
- [jira] Commented: (TAP5-73) JavaScript libraries should be automatically packed/minimalized - posted by "Jordi Hernandez Sellés (JIRA)" <ji...@apache.org> on 2009/01/05 17:59:44 UTC, 0 replies.
- [jira] Issue Comment Edited: (TAP5-73) JavaScript libraries should be automatically packed/minimalized - posted by "Jordi Hernandez Sellés (JIRA)" <ji...@apache.org> on 2009/01/05 18:01:53 UTC, 1 replies.
- [jira] Updated: (TAP5-316) Add service overriding capabilities to tapestry-ioc, similar to what tapestry-core has (the Alias service) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/05 18:33:44 UTC, 0 replies.
- svn commit: r731641 - in /tapestry/tapestry5/trunk: src/site/apt/cookbook/ tapestry-core/src/main/java/org/apache/tapestry5/services/ tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/ tapestry-ioc/src/main/java/org/apache/tapestry5... - posted by hl...@apache.org on 2009/01/05 19:19:31 UTC, 0 replies.
- [jira] Closed: (TAP5-316) Add service overriding capabilities to tapestry-ioc, similar to what tapestry-core has (the Alias service) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/05 19:21:44 UTC, 1 replies.
- svn commit: r731647 - in /tapestry/tapestry5/trunk: ./ src/site/ tapestry-webflow/ tapestry-webflow/src/ tapestry-webflow/src/main/ tapestry-webflow/src/main/java/ tapestry-webflow/src/site/ tapestry-webflow/src/site/apt/ tapestry-webflow/src/test/ tap... - posted by hl...@apache.org on 2009/01/05 20:15:53 UTC, 0 replies.
- [jira] Updated: (TAP5-431) When using an externally configuration Spring ApplicationContext, beans of the context should be registered as services (as was the case in Tapestry 5.0) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/05 20:33:44 UTC, 0 replies.
- snapshot builds - posted by Fernando Padilla <fe...@alum.mit.edu> on 2009/01/05 21:15:45 UTC, 1 replies.
- svn commit: r731736 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-spring/ tapestry-spring/src/main/java/org/apache/tapestry5/internal/spring/ tapestry-spring/src/main/java/org/apache/tapestry5/spring/ tapest... - posted by hl...@apache.org on 2009/01/05 22:44:05 UTC, 0 replies.
- [jira] Closed: (TAP5-431) When using an externally configuration Spring ApplicationContext, beans of the context should be registered as services (as was the case in Tapestry 5.0) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/05 22:45:44 UTC, 0 replies.
- [jira] Created: (TAPESTRY-2722) org.apache.tapestry.BindingException: unable to Unable to update expression. - posted by "Frederick Gaetos (JIRA)" <de...@tapestry.apache.org> on 2009/01/06 06:09:44 UTC, 0 replies.
- [Tapestry Wiki] Update of "Tapestry5HowToOverrideTheDefaultErrorMessageBanner" by NinkiBah - posted by Apache Wiki <wi...@apache.org> on 2009/01/06 16:04:02 UTC, 0 replies.
- [jira] Created: (TAP5-439) Add annotation, @ServiceId, that can be placed on a builder method or service class to identify the service id to use - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/06 19:36:46 UTC, 0 replies.
- svn commit: r732188 - in /tapestry/tapestry5/trunk: ./ tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ tapestry-core/src/main/java/org/apache/tapestry5/services/ tapestry-webflow/ tapestry-webflow/src/main/java/org/ tapestry-webflow... - posted by hl...@apache.org on 2009/01/07 01:44:01 UTC, 0 replies.
- Experimental git support - posted by Kevin Menard <ni...@gmail.com> on 2009/01/07 02:32:27 UTC, 3 replies.
- [jira] Assigned: (TAP5-70) Tapestry should automatically compress content sent to the client, if the client supports it - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/07 04:09:44 UTC, 1 replies.
- [jira] Commented: (TAP5-70) Tapestry should automatically compress content sent to the client, if the client supports it - posted by "Dan Adams (JIRA)" <ji...@apache.org> on 2009/01/07 05:53:44 UTC, 1 replies.
- [jira] Created: (TAP5-440) Translation for Simplified Chinese - posted by "JinFen Chen (JIRA)" <ji...@apache.org> on 2009/01/07 10:34:44 UTC, 0 replies.
- [jira] Updated: (TAP5-440) Translation for Simplified Chinese - posted by "JinFen Chen (JIRA)" <ji...@apache.org> on 2009/01/07 10:36:44 UTC, 0 replies.
- T5's Ajax/Zone implementation has substantial limitations - posted by Avi Cherry <av...@cherrydev.com> on 2009/01/07 19:54:50 UTC, 1 replies.
- tapestry issues? 5.1.0.0-SNAPSHOT - posted by Fernando Padilla <fe...@alum.mit.edu> on 2009/01/07 20:25:10 UTC, 9 replies.
- can I point to a previous snapshot build? - posted by Fernando Padilla <fe...@alum.mit.edu> on 2009/01/07 21:02:07 UTC, 2 replies.
- svn commit: r732593 - in /tapestry/tapestry5/trunk: src/site/ src/site/apt/ src/site/apt/guide/ tapestry-core/ tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry5/internal/ tapestry-core/src/main/java/org/... - posted by hl...@apache.org on 2009/01/08 03:54:06 UTC, 0 replies.
- svn commit: r732594 - /tapestry/tapestry5/trunk/tapestry-webflow/src/test/conf/testng.xml - posted by hl...@apache.org on 2009/01/08 04:05:31 UTC, 0 replies.
- [jira] Closed: (TAP5-70) Tapestry should automatically compress content sent to the client, if the client supports it - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 04:12:44 UTC, 0 replies.
- [jira] Closed: (TAP5-151) Annotation/meta-data for services to prevent decoration - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 04:20:44 UTC, 0 replies.
- [jira] Assigned: (TAP5-295) Option to startup hibernate early, rather than on first request - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 04:22:44 UTC, 0 replies.
- svn commit: r732600 - in /tapestry/tapestry5/trunk: tapestry-hibernate-core/src/main/java/org/apache/tapestry5/hibernate/ tapestry-hibernate-core/src/main/java/org/apache/tapestry5/internal/hibernate/ tapestry-hibernate-core/src/site/apt/ tapestry-ioc/... - posted by hl...@apache.org on 2009/01/08 04:56:07 UTC, 0 replies.
- [jira] Closed: (TAP5-295) Option to startup Hibernate early, rather than lazily on first request - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 04:56:46 UTC, 0 replies.
- [jira] Updated: (TAP5-295) Option to startup Hibernate early, rather than lazily on first request - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 04:56:46 UTC, 0 replies.
- [jira] Assigned: (TAP5-90) Context assets should be versioned and provided with a far future expires header, just like classpath assets - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 06:06:44 UTC, 0 replies.
- [jira] Created: (TAP5-441) Tapestry should be using ServletContext.getMimeType() to map from file extensions to MIME types - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 06:28:44 UTC, 0 replies.
- [jira] Created: (TAP5-442) Add a context: binding prefix to make it super-easy to reference context assets from templates - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 07:14:44 UTC, 0 replies.
- svn commit: r732624 - in /tapestry/tapestry5/trunk: src/site/apt/ src/site/apt/guide/ tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/pages/ tapestry-core/src/main/java/org/apache/tapestry5/int... - posted by hl...@apache.org on 2009/01/08 07:44:00 UTC, 0 replies.
- [jira] Closed: (TAP5-90) Context assets should be versioned and provided with a far future expires header, just like classpath assets - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 07:44:44 UTC, 0 replies.
- [jira] Closed: (TAP5-438) Unstable behaviour when injecting components to mixins. - posted by "Ville Virtanen (JIRA)" <ji...@apache.org> on 2009/01/08 11:54:59 UTC, 0 replies.
- Removing IDEA project files? - posted by Kevin Menard <ni...@gmail.com> on 2009/01/08 11:56:29 UTC, 5 replies.
- [jira] Assigned: (TAP5-442) Add a context: binding prefix to make it super-easy to reference context assets from templates - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 18:57:00 UTC, 0 replies.
- svn commit: r732794 - in /tapestry/tapestry5/trunk: src/site/apt/dev/ src/site/apt/guide/ tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry5/internal/bindings/ tapestry-core/src/main/java/org/apache/tapes... - posted by hl...@apache.org on 2009/01/08 20:03:17 UTC, 0 replies.
- [jira] Closed: (TAP5-442) Add a context: binding prefix to make it super-easy to reference context assets from templates - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 20:04:59 UTC, 0 replies.
- [jira] Updated: (TAPESTRY-2722) org.apache.tapestry.BindingException: unable to Unable to update expression. - posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org> on 2009/01/08 20:14:59 UTC, 0 replies.
- [jira] Resolved: (TAPESTRY-2722) org.apache.tapestry.BindingException: unable to Unable to update expression. - posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org> on 2009/01/08 20:14:59 UTC, 0 replies.
- tapestry versions in JIRA - posted by Andreas Andreou <an...@gmail.com> on 2009/01/08 20:20:23 UTC, 0 replies.
- [jira] Assigned: (TAP5-355) TapestrySpring does not support injection of Spring FactoryBeans - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 20:28:59 UTC, 0 replies.
- svn commit: r732804 - in /tapestry/tapestry5/trunk/tapestry-spring/src: main/java/org/apache/tapestry5/internal/spring/ test/java/org/apache/tapestry5/internal/spring/ test/java/org/apache/tapestry5/spring/ test/java/org/example/testapp/pages/ test/jav... - posted by hl...@apache.org on 2009/01/08 20:43:42 UTC, 0 replies.
- [jira] Closed: (TAP5-355) TapestrySpring does not support injection of Spring FactoryBeans - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 20:44:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-334) Component fields should allow @InjectService annotation, as well as @Inject - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 21:06:59 UTC, 0 replies.
- svn commit: r732815 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/ tapestry-core/src/main/java/org/apache/tapestry5/services/ tapestry-core/src/test/java/org/apache/tapestry5/integration/ tapestry-c... - posted by hl...@apache.org on 2009/01/08 21:29:57 UTC, 0 replies.
- [jira] Closed: (TAP5-334) Component fields should allow @InjectService annotation, as well as @Inject - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 21:30:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-435) AjaxFormLoop does not allow specificying the animation on adding a new element - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/08 21:34:59 UTC, 0 replies.
- svn commit: r732861 - in /tapestry/tapestry5/trunk: src/site/apt/guide/ tapestry-core/ tapestry-core/src/main/antlr/org/apache/tapestry5/internal/antlr/ tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ tapestry-core/src/test/java/org... - posted by hl...@apache.org on 2009/01/08 23:46:49 UTC, 0 replies.
- [jira] Assigned: (TAP5-441) Tapestry should be using ServletContext.getMimeType() to map from file extensions to MIME types - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/09 00:38:59 UTC, 0 replies.
- svn commit: r732879 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/internal/services/ main/java/org/apache/tapestry5/internal/test/ main/java/org/apache/tapestry5/services/ test/java/org/apache/tapestry5/internal/servi... - posted by hl...@apache.org on 2009/01/09 01:10:09 UTC, 0 replies.
- [jira] Closed: (TAP5-441) Tapestry should be using ServletContext.getMimeType() to map from file extensions to MIME types - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/09 01:12:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-422) Tapestry should allow for encoding the user's locale into the URL rather than as a cookie. - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/09 01:32:59 UTC, 0 replies.
- [jira] Created: (TAP5-443) There are two services that implement ComponentEventResultProcessor, and declare the @Traditional marker - posted by "Fernando (JIRA)" <ji...@apache.org> on 2009/01/09 07:12:59 UTC, 0 replies.
- [jira] Created: (TAP5-444) ToStringService uses @Override annotation improperly - posted by "Fernando (JIRA)" <ji...@apache.org> on 2009/01/09 07:14:59 UTC, 0 replies.
- [jira] Commented: (TAP5-443) There are two services that implement ComponentEventResultProcessor, and declare the @Traditional marker - posted by "Fernando (JIRA)" <ji...@apache.org> on 2009/01/09 07:18:59 UTC, 9 replies.
- [jira] Created: (TAP5-445) Tracking Issue: Auto Compression can cause regressions - posted by "Fernando (JIRA)" <ji...@apache.org> on 2009/01/09 08:16:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-439) Add annotation, @ServiceId, that can be placed on a builder method or service class to identify the service id to use - posted by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2009/01/09 09:28:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-364) BeanEditForm auto-focus - posted by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2009/01/09 09:28:59 UTC, 1 replies.
- svn commit: r733018 - in /tapestry/tapestry5/trunk: ./ quickstart/ tapestry-component-report/ tapestry-core/ tapestry-hibernate/ tapestry-ioc/ tapestry-spring/ tapestry-test/ tapestry-tutorial1/ tapestry-upload/ - posted by km...@apache.org on 2009/01/09 13:53:23 UTC, 0 replies.
- svn commit: r733019 - in /tapestry/tapestry5/trunk: tapestry-annotations/tapestry-annotations.iml tapestry-hibernate-core/tapestry-hibernate-core.iml tapestry-project.ipr - posted by km...@apache.org on 2009/01/09 13:54:27 UTC, 0 replies.
- svn commit: r733029 - /tapestry/tapestry5/trunk/.gitignore - posted by km...@apache.org on 2009/01/09 14:12:54 UTC, 0 replies.
- [jira] Created: (TAPESTRY-2723) Compenents that should be found are not found during page loading - posted by "michael wasserman (JIRA)" <de...@tapestry.apache.org> on 2009/01/09 17:27:59 UTC, 0 replies.
- [jira] Updated: (TAPESTRY-2723) Compenents that should be found are not found during page loading - posted by "michael wasserman (JIRA)" <de...@tapestry.apache.org> on 2009/01/09 17:37:59 UTC, 0 replies.
- [jira] Commented: (TAPESTRY-2723) Compenents that should be found are not found during page loading - posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org> on 2009/01/09 18:09:59 UTC, 3 replies.
- JIRA admin change - posted by Kevin Menard <ni...@gmail.com> on 2009/01/09 19:32:25 UTC, 3 replies.
- [jira] Created: (TAP5-446) Tapestry should output a tag to identify Tapestry as the generator (with an option to turn this off for applications that don't want to advertise their technology) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/10 00:11:59 UTC, 0 replies.
- svn commit: r733201 - in /tapestry/tapestry5/trunk: ./ .classpath .project .settings/ - posted by km...@apache.org on 2009/01/10 01:25:50 UTC, 0 replies.
- [jira] Assigned: (TAPESTRY-2723) Compenents that should be found are not found during page loading - posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org> on 2009/01/11 04:43:59 UTC, 0 replies.
- [jira] Updated: (TAP5-211) Add localization to translators to allow for localized display/entering of values - posted by "Joakim Olsson (JIRA)" <ji...@apache.org> on 2009/01/11 16:07:59 UTC, 0 replies.
- [jira] Issue Comment Edited: (TAP5-211) Add localization to translators to allow for localized display/entering of values - posted by "Joakim Olsson (JIRA)" <ji...@apache.org> on 2009/01/11 16:08:00 UTC, 0 replies.
- [jira] Commented: (TAP5-445) Tracking Issue: Auto Compression can cause regressions - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/11 18:51:59 UTC, 1 replies.
- svn commit: r733522 [1/2] - in /tapestry/tapestry5/trunk: src/site/apt/guide/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ tapestry-core/src/main/java/org/apach... - posted by hl...@apache.org on 2009/01/11 22:44:53 UTC, 0 replies.
- svn commit: r733522 [2/2] - in /tapestry/tapestry5/trunk: src/site/apt/guide/ tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ tapestry-core/src/main/java/org/apach... - posted by hl...@apache.org on 2009/01/11 22:44:53 UTC, 0 replies.
- [jira] Updated: (TAP5-422) Tapestry should encode the user's locale into the URL rather than as an HTTP cookie - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/11 22:44:59 UTC, 0 replies.
- [jira] Closed: (TAP5-422) Tapestry should encode the user's locale into the URL rather than as an HTTP cookie - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/11 22:46:59 UTC, 0 replies.
- [jira] Closed: (TAP5-340) Exception if onActivate has arg of type String[] - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/11 23:42:59 UTC, 0 replies.
- svn commit: r733528 - /tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/ToStringService.java - posted by hl...@apache.org on 2009/01/11 23:43:14 UTC, 0 replies.
- [jira] Closed: (TAP5-444) ToStringService uses @Override annotation improperly - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/11 23:44:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-444) ToStringService uses @Override annotation improperly - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/11 23:44:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-100) When rendering a partial markup response, Tapestry should quote attributes with single quotes (so that each quote doesn't have to be escaped in the JSON) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/11 23:46:59 UTC, 0 replies.
- svn commit: r733538 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/dom/ main/java/org/apache/tapestry5/internal/services/ test/java/org/apache/tapestry5/dom/ test/resources/org/apache/tapestry5/dom/ - posted by hl...@apache.org on 2009/01/12 00:18:22 UTC, 0 replies.
- [jira] Closed: (TAP5-100) When rendering a partial markup response, Tapestry should quote attributes with single quotes (so that each quote doesn't have to be escaped in the JSON) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 00:18:59 UTC, 0 replies.
- [jira] Updated: (TAP5-434) Add documentation about using PersistentLocale service to effect a change in locale - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 00:22:59 UTC, 0 replies.
- [jira] Closed: (TAP5-434) Add documentation about using PersistentLocale service to effect a change in locale - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 00:24:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-446) Tapestry should output a tag to identify Tapestry as the generator (with an option to turn this off for applications that don't want to advertise their technology) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 00:26:59 UTC, 0 replies.
- svn commit: r733547 - in /tapestry/tapestry5/trunk: src/site/apt/guide/ tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ tapestry-core/src/main/java/org/apache/tapestry5/services/ tap... - posted by hl...@apache.org on 2009/01/12 00:53:03 UTC, 0 replies.
- [jira] Closed: (TAP5-446) Tapestry should output a tag to identify Tapestry as the generator (with an option to turn this off for applications that don't want to advertise their technology) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 00:54:59 UTC, 0 replies.
- [jira] Commented: (TAP5-375) Provide some way to bind services without explicit binder.bind() calls or builder methods - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 01:22:59 UTC, 0 replies.
- [jira] Updated: (TAP5-78) Portlet(JSR-168) Support - posted by "Kristina B. Taylor (JIRA)" <ji...@apache.org> on 2009/01/12 03:36:59 UTC, 0 replies.
- [jira] Closed: (TAP5-20) Stack frames in the exception report are not always highlighted correctly - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 19:20:01 UTC, 1 replies.
- [jira] Reopened: (TAP5-20) Stack frames in the exception report are not always highlighted correctly - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 19:20:01 UTC, 0 replies.
- [jira] Assigned: (TAP5-223) add PropertiesFileSymbolProvider - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 19:38:00 UTC, 0 replies.
- [jira] Assigned: (TAP5-447) ExceptionDisplay should render uninteresting stack frames but include a client-side control to toggle their visibility - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 20:14:03 UTC, 0 replies.
- [jira] Created: (TAP5-447) ExceptionDisplay should render uninteresting stack frames but include a client-side control to toggle their visibility - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 20:14:03 UTC, 0 replies.
- svn commit: r733872 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ tapestry-core/src/main/resources/org/apache/tapestry5/ tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/ ta... - posted by hl...@apache.org on 2009/01/12 20:23:32 UTC, 0 replies.
- [jira] Closed: (TAP5-447) ExceptionDisplay should render uninteresting stack frames but include a client-side control to toggle their visibility - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 20:24:03 UTC, 0 replies.
- [jira] Assigned: (TAP5-445) Tracking Issue: Auto Compression can cause regressions - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 20:50:04 UTC, 0 replies.
- [jira] Updated: (TAP5-445) Add ability to turn off GZIP compression easily, for both static assets and dynamic page renders - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 21:40:04 UTC, 0 replies.
- svn commit: r733894 - in /tapestry/tapestry5/trunk: src/site/apt/guide/ tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ tapestry-core/src/main/java/org/apache/tapestry5/services/ tap... - posted by hl...@apache.org on 2009/01/12 21:40:21 UTC, 0 replies.
- [jira] Closed: (TAP5-445) Add ability to turn off GZIP compression easily, for both static assets and dynamic page renders - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 21:43:59 UTC, 0 replies.
- [jira] Closed: (TAP5-443) There are two services that implement ComponentEventResultProcessor, and declare the @Traditional marker - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 22:34:02 UTC, 0 replies.
- [jira] Commented: (TAP5-421) AjaxFormLoop event methods with context parameters are not called - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 22:36:03 UTC, 0 replies.
- [jira] Updated: (TAPESTRY-2548) Portlet functionality in Tapestry 4.1.x - posted by "Dion Lew (JIRA)" <de...@tapestry.apache.org> on 2009/01/12 22:40:01 UTC, 0 replies.
- [jira] Created: (TAP5-448) Assets should no longer attempt to generate relative URIs - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 22:44:00 UTC, 0 replies.
- JIRA email address updated - posted by Howard Lewis Ship <hl...@gmail.com> on 2009/01/12 23:07:14 UTC, 4 replies.
- svn commit: r733928 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/internal/services/ main/java/org/apache/tapestry5/services/ test/java/org/apache/tapestry5/integration/ test/java/org/apache/tapestry5/internal/services/ - posted by hl...@apache.org on 2009/01/12 23:11:04 UTC, 0 replies.
- [jira] Assigned: (TAP5-448) Assets should no longer attempt to generate relative URIs - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 23:11:59 UTC, 0 replies.
- [jira] Closed: (TAP5-374) Persistent (@Persist) fields not set correctly between requests if they are initialised from pageAttached() method - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 23:11:59 UTC, 0 replies.
- [jira] Closed: (TAP5-448) Assets should no longer attempt to generate relative URIs - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 23:11:59 UTC, 0 replies.
- svn commit: r733934 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/scriptaculous_1_8_1/prototype.js - posted by hl...@apache.org on 2009/01/12 23:17:14 UTC, 3 replies.
- [jira] Closed: (TAP5-416) Javascript error with IE and Window Prototype - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/12 23:18:00 UTC, 0 replies.
- [jira] Updated: (TAP5-386) Documentation for tapestry ioc errors - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 00:03:59 UTC, 0 replies.
- svn commit: r733956 - /tapestry/tapestry5/trunk/tapestry-ioc/src/site/apt/service.apt - posted by hl...@apache.org on 2009/01/13 00:05:25 UTC, 0 replies.
- [jira] Commented: (TAP5-386) Documentation for tapestry ioc errors - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 00:05:59 UTC, 0 replies.
- [jira] Closed: (TAP5-386) Tapestry IoC documentation improvements - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 00:05:59 UTC, 0 replies.
- [jira] Updated: (TAP5-386) Tapestry IoC documentation improvements - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 00:05:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-330) Property expressions do not recognize methods inherted from java.lang.Object such as toString() - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 00:07:59 UTC, 0 replies.
- svn commit: r733962 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/internal/services/PropertyConduitSourceImpl.java test/java/org/apache/tapestry5/internal/services/PropertyConduitSourceImplTest.java - posted by hl...@apache.org on 2009/01/13 00:21:06 UTC, 0 replies.
- [jira] Closed: (TAP5-330) Property expressions do not recognize methods inherted from java.lang.Object such as toString() - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 00:21:59 UTC, 0 replies.
- svn commit: r733964 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/annotations/ main/java/org/apache/tapestry5/ioc/internal/ site/apt/ test/java/org/apache/tapestry5/ioc/internal/ - posted by dr...@apache.org on 2009/01/13 00:26:45 UTC, 0 replies.
- New beta of Selenium released - posted by Kevin Menard <ni...@gmail.com> on 2009/01/13 00:27:41 UTC, 8 replies.
- [jira] Updated: (TAP5-435) AjaxFormLoop does not include a parameter for specifying the animation on adding a new element - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 00:27:59 UTC, 0 replies.
- [jira] Closed: (TAP5-439) Add annotation, @ServiceId, that can be placed on a builder method or service class to identify the service id to use - posted by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2009/01/13 00:30:02 UTC, 0 replies.
- svn commit: r733968 - in /tapestry/tapestry5/trunk/tapestry-core/src/main: java/org/apache/tapestry5/corelib/components/AjaxFormLoop.java resources/org/apache/tapestry5/corelib/components/AjaxFormLoop.tml - posted by hl...@apache.org on 2009/01/13 00:33:32 UTC, 0 replies.
- [jira] Closed: (TAP5-435) AjaxFormLoop does not include a parameter for specifying the animation on adding a new element - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 00:33:59 UTC, 0 replies.
- [Tapestry Wiki] Update of "BoardReportJanuary2009" by HowardLewisShip - posted by Apache Wiki <wi...@apache.org> on 2009/01/13 00:44:49 UTC, 2 replies.
- svn commit: r733969 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/annotations/ test/java/org/apache/tapestry5/ioc/internal/ - posted by hl...@apache.org on 2009/01/13 00:46:28 UTC, 0 replies.
- Tapestry Board Report / January 2009 - posted by Howard Lewis Ship <hl...@gmail.com> on 2009/01/13 00:49:47 UTC, 0 replies.
- [jira] Commented: (TAP5-418) More flexible Link URI manipulation for use in LinkCreationListener - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 00:59:59 UTC, 1 replies.
- [jira] Commented: (TAP5-45) Allow override default translator - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 01:07:59 UTC, 0 replies.
- [jira] Closed: (TAP5-382) PersistenceConstants should have all persistence field strategies - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 01:09:59 UTC, 0 replies.
- [jira] Updated: (TAP5-364) BeanEditForm should include the same autofocus parameter that Form has - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 01:18:59 UTC, 0 replies.
- svn commit: r733971 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/BeanEditForm.java - posted by hl...@apache.org on 2009/01/13 01:29:54 UTC, 0 replies.
- [jira] Closed: (TAP5-101) Improve stacktraces in exception page - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 01:34:59 UTC, 0 replies.
- [jira] Closed: (TAP5-24) Document changing the (persisted) locale - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 01:36:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-153) Way to simulate annotations on classes, fields and methods - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 01:36:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-73) JavaScript libraries should be automatically packed/minimalized - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 01:42:59 UTC, 0 replies.
- [jira] Closed: (TAP5-61) Binding support for multiple values - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 01:48:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-106) When filtering out stack frames in ExceptionAnalyzer, frames for sun.reflect could easily be omitted - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 01:50:59 UTC, 0 replies.
- svn commit: r733980 - in /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5: corelib/components/ internal/services/ services/ - posted by hl...@apache.org on 2009/01/13 02:28:40 UTC, 0 replies.
- svn commit: r733982 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ProxiesStackTraceElementAnalyzer.java - posted by hl...@apache.org on 2009/01/13 02:29:51 UTC, 0 replies.
- [jira] Closed: (TAP5-106) When filtering out stack frames in ExceptionAnalyzer, frames for sun.reflect could easily be omitted - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 02:30:59 UTC, 0 replies.
- [jira] Closed: (TAP5-364) BeanEditForm should include the same autofocus parameter that Form has - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 07:36:59 UTC, 0 replies.
- [Tapestry Wiki] Update of "Tapestry5HowToWebappFullPath" by YasinBahtiyar - posted by Apache Wiki <wi...@apache.org> on 2009/01/13 15:00:23 UTC, 0 replies.
- [jira] Assigned: (TAP5-449) @CleanupRender Render phase methods not always invoked - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 18:02:02 UTC, 0 replies.
- [jira] Created: (TAP5-449) @CleanupRender Render phase methods not always invoked - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 18:02:02 UTC, 0 replies.
- svn commit: r734198 - in /tapestry/tapestry5/branches/5.0: ./ quickstart/ tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/ tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ tapestry-core/src/test/resources/ ta... - posted by hl...@apache.org on 2009/01/13 18:54:50 UTC, 0 replies.
- svn commit: r734203 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/ComponentPageElementImpl.java - posted by hl...@apache.org on 2009/01/13 19:14:03 UTC, 0 replies.
- [jira] Closed: (TAP5-449) @CleanupRender Render phase methods not always invoked - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/13 19:14:04 UTC, 0 replies.
- [jira] Assigned: (TAP5-69) Allow service configurators to be arbitrary named and determine sevice by the configuration parameter - posted by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2009/01/13 21:31:01 UTC, 6 replies.
- [jira] Updated: (TAP5-69) Add annotation, @Contribute, to allow service contributor methods to be arbitrary named - posted by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2009/01/13 22:52:59 UTC, 0 replies.
- [jira] Commented: (TAP5-69) Add annotation, @Contribute, to allow service contributor methods to be arbitrary named - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/14 00:32:59 UTC, 0 replies.
- svn commit: r734292 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/annotations/ main/java/org/apache/tapestry5/ioc/internal/ main/resources/org/apache/tapestry5/ioc/internal/ site/apt/ test/java/org/apache/tapestry5... - posted by dr...@apache.org on 2009/01/14 02:06:52 UTC, 0 replies.
- [jira] Closed: (TAP5-69) Add annotation, @Contribute, to allow service contributor methods to be arbitrary named - posted by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2009/01/14 02:08:59 UTC, 0 replies.
- [jira] Created: (TAP5-450) Add rel="nofollow" to t:grid sort links - posted by "James A. Hillyerd (JIRA)" <ji...@apache.org> on 2009/01/14 03:01:01 UTC, 0 replies.
- [jira] Commented: (TAP5-374) Persistent (@Persist) fields not set correctly between requests if they are initialised from pageAttached() method - posted by "Joel Halbert (JIRA)" <ji...@apache.org> on 2009/01/14 10:24:59 UTC, 3 replies.
- [jira] Reopened: (TAP5-374) Persistent (@Persist) fields not set correctly between requests if they are initialised from pageAttached() method - posted by "Joel Halbert (JIRA)" <ji...@apache.org> on 2009/01/14 10:26:59 UTC, 0 replies.
- Re: svn commit: r734292 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/annotations/ main/java/org/apache/tapestry5/ioc/internal/ main/resources/org/apache/tapestry5/ioc/internal/ site/apt/ test/java/org/apache/tap - posted by Howard Lewis Ship <hl...@gmail.com> on 2009/01/14 17:13:40 UTC, 0 replies.
- [jira] Created: (TAP5-451) Upgrade Selenium dependencies to new beta (which supports FireFox 3) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/14 19:09:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-451) Upgrade Selenium dependencies to new beta (which supports FireFox 3) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/14 19:29:59 UTC, 0 replies.
- svn commit: r734488 - in /tapestry/tapestry5/trunk: ./ tapestry-test/ tapestry-test/src/main/java/org/apache/tapestry5/test/ - posted by hl...@apache.org on 2009/01/14 20:26:28 UTC, 0 replies.
- [jira] Closed: (TAP5-451) Upgrade Selenium dependencies to new beta (which supports FireFox 3) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/14 21:08:59 UTC, 0 replies.
- svn commit: r734515 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/annotations/ main/java/org/apache/tapestry5/ioc/internal/ main/resources/org/apache/tapestry5/ioc/internal/ site/apt/ test/java/org/apache/tapestry5... - posted by dr...@apache.org on 2009/01/14 22:14:07 UTC, 0 replies.
- [jira] Reopened: (TAP5-69) Add annotation, @Contribute, to allow service contributor methods to be arbitrary named - posted by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2009/01/14 22:16:59 UTC, 0 replies.
- [jira] Commented: (TAP5-47) Cookie is not a secure cookie even though all connection are HTTPS connections - posted by "Filip S. Adamsen (JIRA)" <ji...@apache.org> on 2009/01/15 17:24:59 UTC, 0 replies.
- [jira] Reopened: (TAP5-443) There are two services that implement ComponentEventResultProcessor, and declare the @Traditional marker - posted by "Fernando (JIRA)" <ji...@apache.org> on 2009/01/15 17:40:59 UTC, 0 replies.
- svn commit: r734763 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/services/ tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/ tapestry-upload/src/main/java/org/apache/tapestry5/upload/internal/services/ ta... - posted by hl...@apache.org on 2009/01/15 18:37:29 UTC, 0 replies.
- [jira] Updated: (TAP5-443) Clicking an action link when using tapestry-upload always throws an exception - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/15 18:39:01 UTC, 0 replies.
- [jira] Closed: (TAP5-443) Clicking an action link when using tapestry-upload always throws an exception - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/15 18:39:02 UTC, 0 replies.
- [Tapestry Wiki] Update of "Tapstry5First project with Tapestry5, Spring and Hibernate" by Brian Forester - posted by Apache Wiki <wi...@apache.org> on 2009/01/15 19:51:29 UTC, 0 replies.
- [jira] Updated: (TAP5-360) Date Picker renders behind dropdown - posted by "Greg Pagendam-Turner (JIRA)" <ji...@apache.org> on 2009/01/16 00:50:59 UTC, 0 replies.
- [jira] Commented: (TAP5-360) Date Picker renders behind dropdown - posted by "Greg Pagendam-Turner (JIRA)" <ji...@apache.org> on 2009/01/16 01:00:59 UTC, 0 replies.
- [jira] Created: (TAP5-452) JSONStreamResponse charset support - posted by "Jirka Valach (JIRA)" <ji...@apache.org> on 2009/01/16 20:44:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-298) JS error in Palette for disabled options - posted by "Dan Adams (JIRA)" <ji...@apache.org> on 2009/01/17 19:43:02 UTC, 0 replies.
- svn commit: r735326 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/resources/org/apache/tapestry5/corelib/components/palette.js test/java/org/apache/tapestry5/integration/IntegrationTests.java - posted by da...@apache.org on 2009/01/17 19:49:44 UTC, 0 replies.
- [jira] Closed: (TAP5-298) JS error in Palette for disabled options - posted by "Dan Adams (JIRA)" <ji...@apache.org> on 2009/01/17 19:52:59 UTC, 0 replies.
- [REPORT] Tapestry - posted by Howard Lewis Ship <hl...@comcast.net> on 2009/01/18 22:17:44 UTC, 0 replies.
- [jira] Created: (TAP5-453) FormFragment does not work in a loop - posted by "Joachim Van der Auwera (JIRA)" <ji...@apache.org> on 2009/01/19 10:19:59 UTC, 0 replies.
- [jira] Updated: (TAP5-453) FormFragment does not work in a loop - posted by "Joachim Van der Auwera (JIRA)" <ji...@apache.org> on 2009/01/19 10:24:00 UTC, 1 replies.
- [Tapestry Wiki] Update of "WishList" by superoverdrive - posted by Apache Wiki <wi...@apache.org> on 2009/01/19 17:38:07 UTC, 3 replies.
- [Tapestry Wiki] Update of "Tapestry5HowTos" by BorutBolcina - posted by Apache Wiki <wi...@apache.org> on 2009/01/19 23:09:40 UTC, 0 replies.
- [jira] Created: (TAP5-454) All classpath assets should automatically have a version number (the application version number) in the URL - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/20 18:07:02 UTC, 0 replies.
- [Tapestry Wiki] Update of "Tapestry5HowTos" by YasinBahtiyar - posted by Apache Wiki <wi...@apache.org> on 2009/01/20 19:17:08 UTC, 0 replies.
- [jira] Created: (TAP5-455) Allow discarding of persistent field changes for specific strategy only - posted by "Kalle Korhonen (JIRA)" <ji...@apache.org> on 2009/01/20 21:14:59 UTC, 0 replies.
- [jira] Created: (TAP5-456) NPE in HttpServletRequestFilter if ApplicationStateManager is used - posted by "Ulrich Stärk (JIRA)" <ji...@apache.org> on 2009/01/22 11:33:59 UTC, 0 replies.
- [jira] Commented: (TAP5-456) NPE in HttpServletRequestFilter if ApplicationStateManager is used - posted by "Ulrich Stärk (JIRA)" <ji...@apache.org> on 2009/01/22 11:43:59 UTC, 2 replies.
- [jira] Issue Comment Edited: (TAP5-456) NPE in HttpServletRequestFilter if ApplicationStateManager is used - posted by "Ulrich Stärk (JIRA)" <ji...@apache.org> on 2009/01/22 11:43:59 UTC, 0 replies.
- [Tapestry Wiki] Update of "Tapestry5HowToControlAccess" by SidFerreira - posted by Apache Wiki <wi...@apache.org> on 2009/01/22 12:03:31 UTC, 0 replies.
- [jira] Updated: (TAP5-171) Consider checking for org.xml.sax.ext.Attributes2 - posted by "Folke Behrens (JIRA)" <ji...@apache.org> on 2009/01/22 18:38:01 UTC, 1 replies.
- [jira] Created: (TAP5-457) XML namespace name gets redefined - posted by "Folke Behrens (JIRA)" <ji...@apache.org> on 2009/01/22 19:07:59 UTC, 0 replies.
- [jira] Updated: (TAP5-457) XML namespace name gets redefined - posted by "Folke Behrens (JIRA)" <ji...@apache.org> on 2009/01/22 19:35:59 UTC, 0 replies.
- [jira] Created: (TAP5-458) Tapestry quickstart should include a basic, but visually pleasing, Layout component. - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/22 19:59:59 UTC, 0 replies.
- [jira] Updated: (TAP5-457) Illegal prefix for XML namespace - posted by "Folke Behrens (JIRA)" <ji...@apache.org> on 2009/01/22 21:55:59 UTC, 0 replies.
- [Tapestry Wiki] Update of "SendingDiferentContentTypes" by CristianLopez - posted by Apache Wiki <wi...@apache.org> on 2009/01/22 22:38:50 UTC, 0 replies.
- [jira] Created: (TAP5-459) Quickstart should include provided scope dependency on the servlet API - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/22 22:55:59 UTC, 0 replies.
- [jira] Created: (TAP5-460) ApplicationStateObject as a Hibernate entity (storing only the primary key in the session) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/23 01:49:59 UTC, 0 replies.
- [jira] Created: (TAP5-461) It is very common to map the value attribute of a type annotation as a meta-data property; it would be nice if there was an easy way to do this, via contributing the annotation type and meta-data key - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/23 02:07:59 UTC, 0 replies.
- [jira] Updated: (TAP5-462) FAQ: The Hibernate startup question now has a really easy answer - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/23 03:21:59 UTC, 0 replies.
- [jira] Created: (TAP5-462) FAQ: The Hibernate startup question now has a really easy answer - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/23 03:21:59 UTC, 0 replies.
- [jira] Updated: (TAP5-459) Quickstart should include provided scope dependency on the servlet API - posted by "Ulrich Stärk (JIRA)" <ji...@apache.org> on 2009/01/23 09:06:59 UTC, 0 replies.
- [jira] Commented: (TAP5-461) It is very common to map the value attribute of a type annotation as a meta-data property; it would be nice if there was an easy way to do this, via contributing the annotation type and meta-data key - posted by "Massimo Lusetti (JIRA)" <ji...@apache.org> on 2009/01/23 09:51:02 UTC, 0 replies.
- [Tapestry Wiki] Update of "Tapestry5HowToSpringSecurityAndOpenId" by UlrichStaerk - posted by Apache Wiki <wi...@apache.org> on 2009/01/23 12:10:04 UTC, 0 replies.
- [jira] Assigned: (TAP5-182) ValidationTracker input values should not be cleared before "success" event - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/23 18:07:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-88) Add support for Bulgarian locale - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/23 18:10:00 UTC, 0 replies.
- [jira] Commented: (TAP5-223) add PropertiesFileSymbolProvider - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/23 18:19:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-402) BeanDisplay formatting is off for Date fields with null values - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/23 18:21:59 UTC, 0 replies.
- [jira] Updated: (TAP5-402) BeanDisplay properties that render nothing cause layout errors (they should render a  ) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/23 19:29:59 UTC, 0 replies.
- svn commit: r737133 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/corelib/base/ main/java/org/apache/tapestry5/corelib/mixins/ main/java/org/apache/tapestry5/dom/ main/java/org/apache/tapestry5/internal/structure/ mai... - posted by hl...@apache.org on 2009/01/23 19:30:18 UTC, 0 replies.
- [jira] Closed: (TAP5-402) BeanDisplay properties that render nothing cause layout errors (they should render a  ) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/23 19:31:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-454) All classpath assets should automatically have a version number (the application version number) in the URL - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/23 19:35:59 UTC, 0 replies.
- [jira] Commented: (TAP5-454) All classpath assets should automatically have a version number (the application version number) in the URL - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/23 23:51:59 UTC, 0 replies.
- svn commit: r737225 - in /tapestry/tapestry5/trunk: src/site/apt/guide/ tapestry-core/src/main/java/org/apache/tapestry5/internal/ tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ tapestry-core/src/main/java/org/apache/tapestry5/serv... - posted by hl...@apache.org on 2009/01/23 23:52:52 UTC, 0 replies.
- [jira] Closed: (TAP5-454) All classpath assets should automatically have a version number (the application version number) in the URL - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/23 23:53:59 UTC, 0 replies.
- svn commit: r737245 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/AssetDispatcher.java - posted by hl...@apache.org on 2009/01/24 00:20:38 UTC, 0 replies.
- [jira] Assigned: (TAP5-409) First entry in properties file for localization is never used. - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 01:51:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-353) Volatile works in Loop but not in Grid - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 01:51:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-462) FAQ: The Hibernate startup question now has a really easy answer - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 01:53:59 UTC, 0 replies.
- svn commit: r737278 - /tapestry/tapestry5/trunk/src/site/fml/faq/general.fml - posted by hl...@apache.org on 2009/01/24 01:57:53 UTC, 0 replies.
- [jira] Closed: (TAP5-462) FAQ: The Hibernate startup question now has a really easy answer - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 01:59:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-459) Quickstart should include provided scope dependency on the servlet API - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 02:01:59 UTC, 0 replies.
- [jira] Closed: (TAP5-15) Tapestry will ignore a normal property if an indexed property with the same name exists - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 02:01:59 UTC, 0 replies.
- svn commit: r737279 - /tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml - posted by hl...@apache.org on 2009/01/24 02:04:30 UTC, 0 replies.
- [jira] Closed: (TAP5-459) Quickstart should include provided scope dependency on the servlet API - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 02:05:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-346) Maven resource filtering pre-expands some Tapestry expansions: docs should warn of this - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 02:07:59 UTC, 0 replies.
- svn commit: r737282 - in /tapestry/tapestry5/trunk: pom.xml src/site/fml/faq/general.fml - posted by hl...@apache.org on 2009/01/24 02:17:12 UTC, 0 replies.
- [jira] Closed: (TAP5-346) Maven resource filtering pre-expands some Tapestry expansions: docs should warn of this - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 02:17:59 UTC, 0 replies.
- [jira] Created: (TAP5-463) PerThreadManager should have the ability to share thread state across multiple threads (for use in parallalizing processing) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 19:09:59 UTC, 0 replies.
- [jira] Created: (TAP5-464) The Invokable interface should be moved to a public package (it is currently internal, even though some public interfaces reference it) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 19:09:59 UTC, 0 replies.
- [jira] Created: (TAP5-465) Add a LazyDecorator service that can allow method invocations on services to be lazily evaluated - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 19:15:59 UTC, 0 replies.
- [jira] Updated: (TAP5-60) Provide an alternate approach to decorating services based on aspects - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 19:19:59 UTC, 0 replies.
- [jira] Created: (TAP5-466) Support parallel processing behavior via a ParallelDecorator service - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 19:23:59 UTC, 0 replies.
- [jira] Commented: (TAP5-466) Support parallel processing behavior via a ParallelDecorator service - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 19:27:59 UTC, 1 replies.
- [jira] Commented: (TAP5-463) PerThreadManager should have the ability to share thread state across multiple threads (for use in parallalizing processing) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 19:29:59 UTC, 0 replies.
- svn commit: r737418 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/ tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/ tapestry-ioc/src/... - posted by hl...@apache.org on 2009/01/24 19:52:42 UTC, 0 replies.
- [jira] Closed: (TAP5-464) The Invokable interface should be moved to a public package (it is currently internal, even though some public interfaces reference it) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 19:53:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-60) Provide an alternate approach to decorating services based on aspects - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/24 22:21:59 UTC, 0 replies.
- svn commit: r737609 [1/2] - in /tapestry/tapestry5/trunk: tapestry-hibernate-core/src/main/java/org/apache/tapestry5/hibernate/ tapestry-hibernate-core/src/main/java/org/apache/tapestry5/hibernate/annotations/ tapestry-hibernate-core/src/main/java/org/... - posted by hl...@apache.org on 2009/01/26 00:40:15 UTC, 0 replies.
- svn commit: r737609 [2/2] - in /tapestry/tapestry5/trunk: tapestry-hibernate-core/src/main/java/org/apache/tapestry5/hibernate/ tapestry-hibernate-core/src/main/java/org/apache/tapestry5/hibernate/annotations/ tapestry-hibernate-core/src/main/java/org/... - posted by hl...@apache.org on 2009/01/26 00:40:15 UTC, 0 replies.
- [jira] Closed: (TAP5-60) Provide an alternate approach to decorating services based on aspects - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/26 00:42:59 UTC, 0 replies.
- [jira] Created: (TAP5-467) ResponseCompressionAnalyzerImpl should trim spaces before comparing accepted-encoding to "gzip" - posted by "Paudi Moriarty (JIRA)" <ji...@apache.org> on 2009/01/26 09:47:59 UTC, 0 replies.
- [jira] Created: (TAP5-468) ResponseCompressionAnalyzer should disregard the charset when comparing configured exluded mime types - posted by "Paudi Moriarty (JIRA)" <ji...@apache.org> on 2009/01/26 09:51:59 UTC, 0 replies.
- [jira] Created: (TAP5-469) ResponseCompressionAnalyzer: application/json responses should be uncompressable by default - posted by "Paudi Moriarty (JIRA)" <ji...@apache.org> on 2009/01/26 09:55:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-465) Add a LazyDecorator service that can allow method invocations on services to be lazily evaluated - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/26 19:29:59 UTC, 0 replies.
- [jira] Updated: (TAP5-465) Add a LazyAdvisor service that can allow method invocations on services to be lazily evaluated - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/26 19:29:59 UTC, 0 replies.
- svn commit: r737776 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ tapestry-core/src/main/java/org/apache/tapestry5/services/ tapestry-hibernate-core/src/main/java/org/apache/tapestry5/hibernate/ tap... - posted by hl...@apache.org on 2009/01/26 19:36:48 UTC, 0 replies.
- [jira] Closed: (TAP5-465) Add a LazyAdvisor service that can allow method invocations on services to be lazily evaluated - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/26 19:37:59 UTC, 0 replies.
- [jira] Created: (TAP5-470) The exception report should only split system properties whose name ends in ".path" - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/26 20:49:59 UTC, 0 replies.
- [jira] Created: (TAP5-471) MetaDataLocator throws an exception if meta-data not found and no symbol provides a value; this should be documented - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/26 21:03:59 UTC, 0 replies.
- [jira] Created: (TAP5-472) Make it possible and easy to use a content delivery network - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/26 23:49:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-471) MetaDataLocator throws an exception if meta-data not found and no symbol provides a value; this should be documented - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 00:01:05 UTC, 0 replies.
- svn commit: r737919 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/MetaDataLocator.java - posted by hl...@apache.org on 2009/01/27 00:02:46 UTC, 0 replies.
- [jira] Closed: (TAP5-471) MetaDataLocator throws an exception if meta-data not found and no symbol provides a value; this should be documented - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 00:02:59 UTC, 0 replies.
- [jira] Commented: (TAP5-469) ResponseCompressionAnalyzer: application/json responses should be uncompressable by default - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 00:15:01 UTC, 8 replies.
- [jira] Moved: (TAP5-473) t:outputRaw renders improperly when wrapped in a p tag - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 00:28:59 UTC, 0 replies.
- [jira] Moved: (TAP5-474) Broken links in the tapestry site main page - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 00:28:59 UTC, 0 replies.
- [jira] Closed: (TAP5-452) JSONStreamResponse charset support - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 00:50:59 UTC, 0 replies.
- [jira] Closed: (TAP5-473) t:outputRaw renders improperly when wrapped in a p tag - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 01:38:59 UTC, 0 replies.
- [jira] Updated: (TAP5-409) Localization documentation should be clear that Tapestry (and Java) do not support BOM headers in message catalog files - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 01:38:59 UTC, 0 replies.
- [jira] Commented: (TAP5-473) t:outputRaw renders improperly when wrapped in a p tag - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 01:38:59 UTC, 1 replies.
- [jira] Closed: (TAP5-348) t:container should remove outer elements - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 01:44:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-468) ResponseCompressionAnalyzer should disregard the charset when comparing configured exluded mime types - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 01:44:59 UTC, 0 replies.
- svn commit: r737953 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/internal/services/ test/java/org/apache/tapestry5/internal/services/ test/resources/org/apache/tapestry5/integration/app1/components/ - posted by hl...@apache.org on 2009/01/27 02:04:13 UTC, 0 replies.
- [jira] Closed: (TAP5-468) ResponseCompressionAnalyzer should disregard the charset when comparing configured exluded mime types - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 02:04:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-467) ResponseCompressionAnalyzerImpl should trim spaces before comparing accepted-encoding to "gzip" - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 02:07:02 UTC, 0 replies.
- svn commit: r737958 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/internal/TapestryInternalUtils.java test/java/org/apache/tapestry5/internal/TapestryInternalUtilsTest.java - posted by hl...@apache.org on 2009/01/27 02:17:41 UTC, 0 replies.
- [jira] Closed: (TAP5-467) ResponseCompressionAnalyzerImpl should trim spaces before comparing accepted-encoding to "gzip" - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 02:18:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-457) Illegal prefix for XML namespace - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 02:26:59 UTC, 0 replies.
- [jira] Commented: (TAP5-457) Illegal prefix for XML namespace - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 02:55:02 UTC, 0 replies.
- svn commit: r737972 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/dom/ test/java/org/apache/tapestry5/dom/ test/resources/org/apache/tapestry5/dom/ - posted by hl...@apache.org on 2009/01/27 03:10:49 UTC, 0 replies.
- [jira] Closed: (TAP5-457) Illegal prefix for XML namespace - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 03:11:02 UTC, 0 replies.
- [jira] Created: (TAP5-475) Allow application to dynamically control when responses are compressed - posted by "Paudi Moriarty (JIRA)" <ji...@apache.org> on 2009/01/27 13:08:59 UTC, 0 replies.
- [jira] Closed: (TAP5-475) Allow application to dynamically control when responses are compressed - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 16:32:59 UTC, 0 replies.
- [jira] Created: (TAP5-476) Have a common handler/filter pipeline for both component event and page render requests, to make it easier to add filters that apply to both types of requests - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 16:38:59 UTC, 0 replies.
- [jira] Commented: (TAP5-476) Have a common handler/filter pipeline for both component event and page render requests, to make it easier to add filters that apply to both types of requests - posted by "Massimo Lusetti (JIRA)" <ji...@apache.org> on 2009/01/27 17:28:59 UTC, 1 replies.
- [jira] Assigned: (TAP5-476) Have a common handler/filter pipeline for both component event and page render requests, to make it easier to add filters that apply to both types of requests - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 18:50:59 UTC, 0 replies.
- svn commit: r738194 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/internal/services/ main/java/org/apache/tapestry5/services/ main/java/org/apache/tapestry5/test/ test/java/org/apache/tapestry5/internal/services/ - posted by hl...@apache.org on 2009/01/27 20:21:32 UTC, 0 replies.
- [jira] Closed: (TAP5-476) Have a common handler/filter pipeline for both component event and page render requests, to make it easier to add filters that apply to both types of requests - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/27 20:22:59 UTC, 0 replies.
- Re: [jira] Created: (TAP5-476) Have a common handler/filter pipeline for both component event and page render requests, to make it easier to add filters that apply to both types of requests - posted by Ted Steen <te...@gmail.com> on 2009/01/27 20:49:45 UTC, 1 replies.
- [jira] Created: (TAP5-477) Allow shorter, better to read attribute passings in MarkupWriter.element() - posted by "manuel aldana (JIRA)" <ji...@apache.org> on 2009/01/28 00:44:59 UTC, 0 replies.
- [jira] Created: (TAP5-478) If you use Grid's add and include parameters, the new column added with add must be also be mentioned in include - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 00:50:59 UTC, 0 replies.
- [jira] Created: (TAP5-479) Quickstart archetype should include a basic site.xml and index.apt - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 18:07:59 UTC, 0 replies.
- [jira] Created: (TAP5-480) Upgrade Surefire Plugin and TestNG dependencies to latest version (2.4.3 and 5.8, respectively) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 18:47:59 UTC, 0 replies.
- [jira] Created: (TAP5-481) Quickstart archetype should include a test scope dependency on tapestry-test - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 21:44:59 UTC, 0 replies.
- [jira] Updated: (TAP5-481) Quickstart archetype should include a test scope dependency on tapestry-test - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 21:48:59 UTC, 0 replies.
- [jira] Created: (TAP5-482) Repository location http://archiva.openqa.org/repository/releases has a unwanted trailing slash in the master pom.xml - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 21:52:59 UTC, 0 replies.
- [jira] Updated: (TAP5-482) Maven repository location http://archiva.openqa.org/repository/releases has a unwanted trailing slash in the master pom.xml - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 21:52:59 UTC, 0 replies.
- [jira] Created: (TAP5-483) Maven warning in build: [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent! - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 21:54:59 UTC, 0 replies.
- [jira] Created: (TAP5-484) Quickstart should include a test scope dependency on EasyMock - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 22:04:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-480) Upgrade Surefire Plugin and TestNG dependencies to latest version (2.4.3 and 5.8, respectively) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 22:50:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-482) Maven repository location http://archiva.openqa.org/repository/releases has a unwanted trailing slash in the master pom.xml - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 22:52:59 UTC, 0 replies.
- [jira] Closed: (TAP5-477) Allow shorter, better to read attribute passings in MarkupWriter.element() - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 22:52:59 UTC, 0 replies.
- svn commit: r738649 - in /tapestry/tapestry5/trunk: ./ quickstart/src/main/resources/archetype-resources/ tapestry-annotations/ tapestry-component-report/ tapestry-core/src/main/java/org/apache/tapestry5/ tapestry-core/src/main/java/org/apache/tapestry... - posted by hl...@apache.org on 2009/01/28 23:27:16 UTC, 0 replies.
- [jira] Closed: (TAP5-482) Maven repository location http://archiva.openqa.org/repository/releases has a unwanted trailing slash in the master pom.xml - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 23:43:02 UTC, 0 replies.
- [jira] Closed: (TAP5-480) Upgrade Surefire Plugin and TestNG dependencies to latest version (2.4.3 and 5.8, respectively) - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/28 23:43:02 UTC, 0 replies.
- [jira] Created: (TAP5-485) Tracking issue for changes required by com.formos.tapestry:tapestry-template - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/29 00:42:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-485) Tracking issue for changes required by com.formos.tapestry:tapestry-template - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/29 00:42:59 UTC, 0 replies.
- svn commit: r738679 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/internal/services/ test/java/org/apache/tapestry5/internal/services/ - posted by hl...@apache.org on 2009/01/29 00:57:03 UTC, 0 replies.
- [jira] Commented: (TAP5-416) Javascript error with IE and Window Prototype - posted by "David Rees (JIRA)" <ji...@apache.org> on 2009/01/29 02:47:03 UTC, 1 replies.
- [jira] Updated: (TAP5-171) Filter out attributes with default value (from DTD) when parsing templates - posted by "Folke Behrens (JIRA)" <ji...@apache.org> on 2009/01/30 12:27:59 UTC, 0 replies.
- [jira] Created: (TAP5-486) Switch Tapestry's built-in JavaScript support from Prototype to jQuery - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/30 17:14:59 UTC, 0 replies.
- [jira] Commented: (TAP5-486) Switch Tapestry's built-in JavaScript support from Prototype to jQuery - posted by "Dan Adams (JIRA)" <ji...@apache.org> on 2009/01/30 17:28:59 UTC, 6 replies.
- [jira] Commented: (TAP5-80) New attribute for BeanEditForm, "disabled", like "remove" and "reorder" - posted by "Kevin Menard (JIRA)" <ji...@apache.org> on 2009/01/30 17:48:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-181) Highlight duplicated IDs. - posted by "Kevin Menard (JIRA)" <ji...@apache.org> on 2009/01/30 17:51:03 UTC, 0 replies.
- svn commit: r739333 - /tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java - posted by km...@apache.org on 2009/01/30 17:55:40 UTC, 2 replies.
- svn commit: r739334 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/BeanEditForm.xdoc - posted by km...@apache.org on 2009/01/30 17:56:15 UTC, 0 replies.
- svn commit: r739335 - /tapestry/tapestry5/trunk/src/site/apt/guide/templates.apt - posted by km...@apache.org on 2009/01/30 18:00:23 UTC, 0 replies.
- svn commit: r739347 - /tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReportingCommandProcessor.java - posted by km...@apache.org on 2009/01/30 18:40:00 UTC, 0 replies.
- [jira] Created: (TAP5-487) Easier way to expose parameters of an embedded component in a containing component - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/30 18:50:59 UTC, 0 replies.
- svn commit: r739396 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java - posted by hl...@apache.org on 2009/01/30 20:59:33 UTC, 0 replies.
- [jira] Created: (TAP5-488) Typo in error message when contributing to unknown service - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 02:28:59 UTC, 0 replies.
- com.sun package causing issues - posted by Levi Brown <Le...@Sun.COM> on 2009/01/31 02:29:15 UTC, 1 replies.
- [jira] Created: (TAP5-489) The comment inside AssetBinding concerning invariant is out of date, in that all Assets now use complete URLs - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 02:56:59 UTC, 0 replies.
- [jira] Created: (TAP5-490) Broken link at Ajax docs - posted by "Borut Bolcina (JIRA)" <ji...@apache.org> on 2009/01/31 12:08:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-484) Quickstart should include a test scope dependency on EasyMock - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 18:39:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-479) Quickstart archetype should include a basic site.xml and index.apt - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 18:49:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-481) Quickstart archetype should include a test scope dependency on tapestry-test - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 18:49:59 UTC, 0 replies.
- [jira] Updated: (TAP5-209) quickstart archetype should provide a sample page .properties file - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 19:29:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-209) quickstart archetype should provide a sample page .properties file - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 19:29:59 UTC, 0 replies.
- [jira] Created: (TAP5-491) Quickstart archetype build should generate an archetype-catalog.xml into Tapestry360's maven-repository or maven-snapshot-repository, to faciliate the use of the mvn archetype:generate goal - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 19:53:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-491) Quickstart archetype build should generate an archetype-catalog.xml into Tapestry360's maven-repository or maven-snapshot-repository, to faciliate the use of the mvn archetype:generate goal - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 20:25:59 UTC, 0 replies.
- [jira] Assigned: (TAP5-458) Tapestry quickstart should include a basic, but visually pleasing, Layout component. - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 20:25:59 UTC, 0 replies.
- [jira] Updated: (TAP5-458) Tapestry quickstart should include a basic, but visually pleasing, Layout component - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 21:39:59 UTC, 0 replies.
- svn commit: r739599 - in /tapestry/tapestry5/trunk: ./ quickstart/ quickstart/src/main/resources/ quickstart/src/main/resources/META-INF/ quickstart/src/main/resources/META-INF/maven/ quickstart/src/main/resources/archetype-resources/ quickstart/src/ma... - posted by hl...@apache.org on 2009/01/31 21:40:55 UTC, 0 replies.
- [jira] Closed: (TAP5-491) Quickstart archetype build should generate an archetype-catalog.xml into Tapestry360's maven-repository or maven-snapshot-repository, to faciliate the use of the mvn archetype:generate goal - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 22:07:59 UTC, 0 replies.
- [jira] Closed: (TAP5-479) Quickstart archetype should include a basic site.xml and index.apt - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 22:07:59 UTC, 0 replies.
- [jira] Closed: (TAP5-458) Tapestry quickstart should include a basic, but visually pleasing, Layout component - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 22:07:59 UTC, 0 replies.
- [jira] Closed: (TAP5-484) Quickstart should include a test scope dependency on EasyMock - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 22:07:59 UTC, 0 replies.
- [jira] Closed: (TAP5-481) Quickstart archetype should include a test scope dependency on tapestry-test - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 22:07:59 UTC, 0 replies.
- svn commit: r739646 - in /tapestry/tapestry5/trunk: quickstart/src/site/apt/ tapestry-core/src/main/antlr/org/apache/tapestry5/internal/antlr/ tapestry-core/src/main/java/org/apache/tapestry5/internal/antlr/ tapestry-core/src/main/java/org/apache/tapes... - posted by hl...@apache.org on 2009/01/31 23:40:15 UTC, 0 replies.
- [jira] Closed: (TAP5-79) Improve Tapestry's property expression language to include OGNL-like features - posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/01/31 23:51:59 UTC, 0 replies.