[jira] [Commented] (TAP5-1621) TypeCoercer currently uses Object -> String and String -> Boolean, there should be a direct coercion from Object -> Boolean for performance.

2011-09-09 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101959#comment-13101959 ] Hudson commented on TAP5-1621: -- Integrated in tapestry-trunk-freestyle #515 (See [https://bui

svn commit: r1167447 - /tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/services/TypeCoercerImplTest.java

2011-09-09 Thread joshcanfield
Author: joshcanfield Date: Sat Sep 10 03:15:00 2011 New Revision: 1167447 URL: http://svn.apache.org/viewvc?rev=1167447&view=rev Log: TAP5-1621 - Fixed test Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/services/TypeCoercerImplTest.java Modi

[jira] [Commented] (TAP5-840) Support character references in tml files with HTML 5 Doctype

2011-09-09 Thread Lenny Primak (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101946#comment-13101946 ] Lenny Primak commented on TAP5-840: --- The problem with using entity numbers instead of name

[jira] [Commented] (TAP5-1621) TypeCoercer currently uses Object -> String and String -> Boolean, there should be a direct coercion from Object -> Boolean for performance.

2011-09-09 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101732#comment-13101732 ] Hudson commented on TAP5-1621: -- Integrated in tapestry-trunk-freestyle #514 (See [https://bui

svn commit: r1167386 - /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/TapestryIOCModule.java

2011-09-09 Thread joshcanfield
Author: joshcanfield Date: Fri Sep 9 23:00:35 2011 New Revision: 1167386 URL: http://svn.apache.org/viewvc?rev=1167386&view=rev Log: TAP5-1621 - Fixed Object[] -> Boolean Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/TapestryIOCModule.java

[jira] [Commented] (TAP5-1621) TypeCoercer currently uses Object -> String and String -> Boolean, there should be a direct coercion from Object -> Boolean for performance.

2011-09-09 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101498#comment-13101498 ] Hudson commented on TAP5-1621: -- Integrated in tapestry-trunk-freestyle #513 (See [https://bui

[jira] [Resolved] (TAP5-1621) TypeCoercer currently uses Object -> String and String -> Boolean, there should be a direct coercion from Object -> Boolean for performance.

2011-09-09 Thread Josh Canfield (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Canfield resolved TAP5-1621. - Resolution: Fixed Fix Version/s: 5.3 > TypeCoercer currently uses Object -> String and Stri

[jira] [Commented] (TAP5-1621) TypeCoercer currently uses Object -> String and String -> Boolean, there should be a direct coercion from Object -> Boolean for performance.

2011-09-09 Thread Josh Canfield (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101326#comment-13101326 ] Josh Canfield commented on TAP5-1621: - Need to update the diagram to represent the chan

svn commit: r1167289 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/services/TapestryIOCModule.java test/java/org/apache/tapestry5/ioc/internal/services/TypeCoerce

2011-09-09 Thread joshcanfield
Author: joshcanfield Date: Fri Sep 9 16:50:29 2011 New Revision: 1167289 URL: http://svn.apache.org/viewvc?rev=1167289&view=rev Log: TAP5-1621 - TypeCoercer change: replaced Long -> Boolean with Number -> Boolean. Added Object -> Boolean Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/

[jira] [Commented] (TAP5-1485) Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml

2011-09-09 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101317#comment-13101317 ] Hudson commented on TAP5-1485: -- Integrated in tapestry-trunk-freestyle #512 (See [https://bui

[jira] [Resolved] (TAP5-1485) Quickstart archetype should define a ProductionModeModule and DevelopmentModeModule with support inside web.xml

2011-09-09 Thread Massimo Lusetti (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Massimo Lusetti resolved TAP5-1485. --- Resolution: Fixed Fix Version/s: 5.3 > Quickstart archetype should define a ProductionM

svn commit: r1167259 - in /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5: SymbolConstants.java TapestryFilter.java

2011-09-09 Thread mlusetti
Author: mlusetti Date: Fri Sep 9 15:55:43 2011 New Revision: 1167259 URL: http://svn.apache.org/viewvc?rev=1167259&view=rev Log: TAP5-1485 Makes the symbol value a constant Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java tapestry

svn commit: r1167258 - in /tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources: pom.xml src/main/java/services/AppModule.java src/main/java/services/DevelopmentModule.java src/main/java

2011-09-09 Thread mlusetti
Author: mlusetti Date: Fri Sep 9 15:54:58 2011 New Revision: 1167258 URL: http://svn.apache.org/viewvc?rev=1167258&view=rev Log: TAP5-1485 Specify two execution modes in the quickstart, Development and Qa Added: tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/src/main/jav

[jira] [Closed] (TAP5-1616) PeriodicExecutor service prevents running T5.3 on GAE

2011-09-09 Thread Massimo Lusetti (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Massimo Lusetti closed TAP5-1616. - Resolution: Duplicate This has been addressed with TAP5-1637 > PeriodicExecutor service prevents

[jira] [Resolved] (TAP5-147) Localization: Messages should be overwiteable by Container (.i.e. users) of the component

2011-09-09 Thread Massimo Lusetti (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Massimo Lusetti resolved TAP5-147. -- Resolution: Duplicate Is has been fixed with TAP5-424 as now the ComponentMessagesSource accept a

[jira] [Closed] (TAP5-147) Localization: Messages should be overwiteable by Container (.i.e. users) of the component

2011-09-09 Thread Massimo Lusetti (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Massimo Lusetti closed TAP5-147. > Localization: Messages should be overwiteable by Container (.i.e. users) of > the component > ---

[jira] [Resolved] (TAP5-772) Strange behaviour when filter is mapped to different location that /*

2011-09-09 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship resolved TAP5-772. --- Resolution: Duplicate Assignee: Howard M. Lewis Ship Duplicate of TAP5-743 > Str

[jira] [Commented] (TAP5-1628) Have Submit documentation explicitly state when the disabled attribute is evaluated

2011-09-09 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101134#comment-13101134 ] Hudson commented on TAP5-1628: -- Integrated in tapestry-trunk-freestyle #511 (See [https://bui

[jira] [Commented] (TAP5-1628) Have Submit documentation explicitly state when the disabled attribute is evaluated

2011-09-09 Thread Bob Harner (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101112#comment-13101112 ] Bob Harner commented on TAP5-1628: -- Okay, changed to: If true, then the field will render

svn commit: r1167084 - in /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib: base/AbstractField.java components/Submit.java

2011-09-09 Thread bobharner
Author: bobharner Date: Fri Sep 9 10:33:29 2011 New Revision: 1167084 URL: http://svn.apache.org/viewvc?rev=1167084&view=rev Log: TAP5-1628 minor rewording (javadoc only) Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/base/AbstractField.java