Re: [Trinidad] Plugins 123 release ?

2007-09-21 Thread Matthias Wessendorf
So, I updated the nbuild now, so, I think I'll provide a release candidate on Saturday for the unified plugins. -Matthias On 9/20/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: that works, so I now change the trunk to consume the locally deployed artifacts -M On 9/20/07, Matthias

licensing question

2007-09-21 Thread Mario Ivankovits
Hi! As a try to fix the DojoAddResource stuff I am going to copy small parts out of dojo into its own file to being able to change some behavior. Is this allowed? Which license do I have to use for this small scriptlet then? Can I use the ASF one or do I have to use the same as dojo? Ciao,

Re: New AddResource handler: DojoAddResource

2007-09-21 Thread Mario Ivankovits
Hi! Ok, I've found the first problem, the stylesheets were inserted AFTER all the other stylesheets, so any overloaded stylesheet will be lost. Will think about if this can be fixed Ciao, Mario

[jira] Created: (TOMAHAWK-1119) add autocomplete attribute to InputTextHelp

2007-09-21 Thread Mario Ivankovits (JIRA)
add autocomplete attribute to InputTextHelp --- Key: TOMAHAWK-1119 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1119 Project: MyFaces Tomahawk Issue Type: Improvement Reporter:

[jira] Resolved: (TOMAHAWK-1119) add autocomplete attribute to InputTextHelp

2007-09-21 Thread Mario Ivankovits (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Ivankovits resolved TOMAHAWK-1119. Resolution: Fixed add autocomplete attribute to InputTextHelp

Re: New AddResource handler: DojoAddResource

2007-09-21 Thread Mario Ivankovits
Ok, I've found the first problem, the stylesheets were inserted AFTER all the other stylesheets, so any overloaded stylesheet will be lost. Will think about if this can be fixed fixed! Ciao, Mario

[jira] Created: (TRINIDAD-729) autoSubmit does not work in tr:inputNumberSpinbox

2007-09-21 Thread Stefan Glase (JIRA)
autoSubmit does not work in tr:inputNumberSpinbox Key: TRINIDAD-729 URL: https://issues.apache.org/jira/browse/TRINIDAD-729 Project: MyFaces Trinidad Issue Type: Bug

Re: licensing question

2007-09-21 Thread Matthias Wessendorf
BSD should be fine, but mention it, I think On 9/21/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! As a try to fix the DojoAddResource stuff I am going to copy small parts out of dojo into its own file to being able to change some behavior. Is this allowed? Which license do I have to

[jira] Commented: (TRINIDAD-729) autoSubmit does not work in tr:inputNumberSpinbox

2007-09-21 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529376 ] Matthias Weßendorf commented on TRINIDAD-729: - typing manually inside the input fires the PPR, but the

[jira] Created: (TOBAGO-495) tx:date tag misses the markup attribute

2007-09-21 Thread Richard van Nieuwenhoven (JIRA)
tx:date tag misses the markup attribute --- Key: TOBAGO-495 URL: https://issues.apache.org/jira/browse/TOBAGO-495 Project: MyFaces Tobago Issue Type: Bug Components: Core Affects Versions:

Re: Yippeee!

2007-09-21 Thread Bruno Aranda
And why do blogs have comments if what you are supposed to do is to create a new page linking to the other blog. That breaks the purpose of blogs, right? We have plain pages for that, and not sophisticated blog/comment systems... And only removing the points of view against your blogs seems not

TRINIDAD-729

2007-09-21 Thread Matthias Wessendorf
Hi guys, I added a patch (and a comment) to TRINIDAD-729 (see [1]). I am not sure if there is an issue with this fix/patch. Do you mind to review it ? Thanks! Matthias [1] https://issues.apache.org/jira/browse/TRINIDAD-729 -- Matthias Wessendorf further stuff: blog:

[jira] Commented: (TRINIDAD-729) autoSubmit does not work in tr:inputNumberSpinbox

2007-09-21 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529403 ] Matthias Weßendorf commented on TRINIDAD-729: - added a patch, that ensures, that onclick (inc/dec

[jira] Created: (TRINIDAD-730) InputNumberSpinbox keeping mousedown, increment/decrement is to slow

2007-09-21 Thread JIRA
InputNumberSpinbox keeping mousedown, increment/decrement is to slow Key: TRINIDAD-730 URL: https://issues.apache.org/jira/browse/TRINIDAD-730 Project: MyFaces Trinidad

Re: svn commit: r576576 [1/3] - in /myfaces/trinidad/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/ trinidad-impl/src/main/java/org/apache/myfa

2007-09-21 Thread Simon Lessard
Ok I think I'll go with facet or icon since it seems to be the most accepted scenario. I'm going to comment the component accordingly. On 9/20/07, Adam Winer [EMAIL PROTECTED] wrote: I'm happier if we don't add any attributes... We definitely want default behavior where, if nothing is

[jira] Created: (TRINIDAD-731) xOffset/yOffset don't get correctly processed by plugins, switch to horzOffset/vertOffset for simplicity and clarity.

2007-09-21 Thread Danny Robinson (JIRA)
xOffset/yOffset don't get correctly processed by plugins, switch to horzOffset/vertOffset for simplicity and clarity. - Key: TRINIDAD-731 URL:

[jira] Commented: (TRINIDAD-731) xOffset/yOffset don't get correctly processed by plugins, switch to horzOffset/vertOffset for simplicity and clarity.

2007-09-21 Thread Danny Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529440 ] Danny Robinson commented on TRINIDAD-731: - Sorry, meant to say xOffset/yOffset attributes of

Re: TRINIDAD-729

2007-09-21 Thread Andrew Robinson
Is this a good idea? If the user wants to increase the counter 5 times, you would not want 5 ajax calls for every time they click the up arrow. -Andrew On 9/21/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi guys, I added a patch (and a comment) to TRINIDAD-729 (see [1]). I am not sure

Re: TRINIDAD-729

2007-09-21 Thread Matthias Wessendorf
true, perhaps we can include TRINIDAD-730 as well. Like, after 1000 ms start with the loop of increase / decrease and inside the loop, every 100 ms, do an update. Once the loop get's its time-out, fire the change event, for the spinbox. does that make sense ? -M On 9/21/07, Andrew Robinson

Re: svn commit: r576576 [1/3] - in /myfaces/trinidad/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/ trinidad-impl/src/main/java/org/apache/myfa

2007-09-21 Thread Simon Lessard
Hello all and principally Jeanne, Is there a way to use icon aliases with XSS and/or XhtmlSkin? I wanted to create the following two aliases to enable easy use of tr:icon: - .AFBusyIcon:alias - .AFReadyIcon:alias And have the following two selectors reference them: -

Re: TRINIDAD-729

2007-09-21 Thread Andrew Robinson
Yes, thought crossed my mind as well for something like that. Perhaps a common type of JS queue could be made for this, as I would not be surprised if this functionality is revisited elsewhere. Something like a non-duplicate PPR list, when a new event is added, the previous is removed and each

[jira] Created: (TRINIDAD-732) JS clean-up: ApacheChart should use TrUtils for creating the callback

2007-09-21 Thread JIRA
JS clean-up: ApacheChart should use TrUtils for creating the callback - Key: TRINIDAD-732 URL: https://issues.apache.org/jira/browse/TRINIDAD-732 Project: MyFaces Trinidad

Re: svn commit: r576576 [1/3] - in /myfaces/trinidad/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/ trinidad-impl/src/main/java/org/apache/myfa

2007-09-21 Thread Jeanne Waldman
In XSS they are 'named' styles: for example: style name="AFStartTextAlign" property name="text-align"left/property /style if .AFStartTextAlign:alias in css. Look in base-desktop.xss for other examples, and how you include this in other styles. - Jenane Simon Lessard wrote: Hello all and

Re: svn commit: r576576 [1/3] - in /myfaces/trinidad/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/ trinidad-impl/src/main/java/org/apache/myfa

2007-09-21 Thread Simon Lessard
Hello Jeanne, I'm going to try, but I thought it would be different for icon, because all icon aliases are defined in XhtmlSkin and not in base-desktop.xss. On 9/21/07, Jeanne Waldman [EMAIL PROTECTED] wrote: In XSS they are 'named' styles: for example: style name=AFStartTextAlign

[TRINIDAD] New element in trinidad-skins.xml /SkinImpl/SkinAddition

2007-09-21 Thread Jeanne Waldman
Hi, I have a new issue I need to resolve and I wanted to run by my solution -- https://issues.apache.org/jira/browse/TRINIDAD-728 "support for el to be used in a skin to bind to other translation data sources" Currently, a SkinExtension and SkinAddition can have resource bundles associated

Re: svn commit: r576576 [1/3] - in /myfaces/trinidad/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/ trinidad-impl/src/main/java/org/apache/myfa

2007-09-21 Thread Jeanne Waldman
Oh, sorry. Didn't notice the icon. You are right. You can't do it in xss or css right now. There's a JIRA issue requesting -tr-rule-ref for icons. To do this in the Skin java file you would use the ReferenceIcon. e.g., // tr:panelHeader header icons point to reference icon so they can // be

Re: [TRINIDAD] New element in trinidad-skins.xml /SkinImpl/SkinAddition

2007-09-21 Thread Simon Lessard
Hello Jeanne, I could live with that as long as the XSD should prevents the usage of both a bundle and a map at the same time. However, I would prefer a resource-bundle element than a translation-map. For one, it's much easier to create a ResourceBundle from a Map than the other way around. Also,

Re: svn commit: r576576 [1/3] - in /myfaces/trinidad/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/ trinidad-impl/src/main/java/org/apache/myfa

2007-09-21 Thread Simon Lessard
Great! That's exactly what I was looking for :) Thanks. On 9/21/07, Jeanne Waldman [EMAIL PROTECTED] wrote: Oh, sorry. Didn't notice the icon. You are right. You can't do it in xss or css right now. There's a JIRA issue requesting -tr-rule-ref for icons. To do this in the Skin java file you

Re: [TRINIDAD] New element in trinidad-skins.xml /SkinImpl/SkinAddition

2007-09-21 Thread Jeanne Waldman
I should mention that the customer wants to bind to an XLIFF file which will get automatically converted to a Map in Jdeveloper, and maybe other IDEs. I don't know. I still need to test out this automatic conversion. So they get a Map for free. Simon Lessard wrote: Hello Jeanne, I could

Re: TRINIDAD-729

2007-09-21 Thread Adam Winer
I agree - in this case, you really want to add a delay with a JS window timeout that keeps getting rescheduled (e.g., on every tick of the counter, window.clearTimeout() if the timeout exists, then call window.setTimeout()). -- Adam On 9/21/07, Andrew Robinson [EMAIL PROTECTED] wrote: Is this

Re: TRINIDAD-729

2007-09-21 Thread Adam Winer
At the moment, this doesn't come up that commonly in the Trinidad components. But it could, if: - We had an autosuggest component - We supported autosubmit on any keypress in an input component, not just on tab-out There's a separate queueing question that also comes up, which is that

Re: [TRINIDAD] New element in trinidad-skins.xml /SkinImpl/SkinAddition

2007-09-21 Thread Blake Sullivan
Simon Lessard wrote: Hello Jeanne, I could live with that as long as the XSD should prevents the usage of both a bundle and a map at the same time. I agree However, I would prefer a resource-bundle element than a translation-map. For one, it's much easier to create a ResourceBundle from a

[jira] Created: (TRINIDAD-733) shorten the hashcode in the skin's generated css filename.

2007-09-21 Thread Jeanne Waldman (JIRA)
shorten the hashcode in the skin's generated css filename. -- Key: TRINIDAD-733 URL: https://issues.apache.org/jira/browse/TRINIDAD-733 Project: MyFaces Trinidad Issue Type: Bug

Re: [TRINIDAD] New element in trinidad-skins.xml /SkinImpl/SkinAddition

2007-09-21 Thread Adam Winer
On 9/21/07, Simon Lessard [EMAIL PROTECTED] wrote: Hello Jeanne, I could live with that as long as the XSD should prevents the usage of both a bundle and a map at the same time. However, I would prefer a resource-bundle element than a translation-map. For one, it's much easier to create a

[jira] Created: (TOMAHAWK-1120) Update Tiles Support webpage

2007-09-21 Thread Stephen More (JIRA)
Update Tiles Support webpage Key: TOMAHAWK-1120 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1120 Project: MyFaces Tomahawk Issue Type: Task Components: Tiles Reporter: Stephen More

Re: [TRINIDAD] New element in trinidad-skins.xml /SkinImpl/SkinAddition

2007-09-21 Thread Jeanne Waldman
Adam Winer wrote: On 9/21/07, Simon Lessard [EMAIL PROTECTED] wrote: Hello Jeanne, I could live with that as long as the XSD should prevents the usage of both a bundle and a map at the same time. However, I would prefer a "resource-bundle" element than a "translation-map". For

Re: [TRINIDAD] New element in trinidad-skins.xml /SkinImpl/SkinAddition

2007-09-21 Thread Adam Winer
On 9/21/07, Jeanne Waldman [EMAIL PROTECTED] wrote: Adam Winer wrote: On 9/21/07, Simon Lessard [EMAIL PROTECTED] wrote: Hello Jeanne, I could live with that as long as the XSD should prevents the usage of both a bundle and a map at the same time. However, I would prefer a

Re: [TRINIDAD] New element in trinidad-skins.xml /SkinImpl/SkinAddition

2007-09-21 Thread Simon Lessard
On 9/21/07, Blake Sullivan [EMAIL PROTECTED] wrote: Simon Lessard wrote: Hello Jeanne, I could live with that as long as the XSD should prevents the usage of both a bundle and a map at the same time. I agree However, I would prefer a resource-bundle element than a translation-map.

Re: [TRINIDAD] New element in trinidad-skins.xml /SkinImpl/SkinAddition

2007-09-21 Thread Jeanne Waldman
I'll go with translation-source. Thanks! Jeanne Adam Winer wrote: On 9/21/07, Jeanne Waldman [EMAIL PROTECTED] wrote: Adam Winer wrote: On 9/21/07, Simon Lessard [EMAIL PROTECTED] wrote: Hello Jeanne, I could live with that as long as the XSD should prevents the usage of

Re: [TRINIDAD] New element in trinidad-skins.xml /SkinImpl/SkinAddition

2007-09-21 Thread Gary VanMatre
From: Simon Lessard [EMAIL PROTECTED] If we accept only a map, it's quite exclusive, unless we add yet another tag, but I would be -1 on that. However, as Adam suggested, we could call it translation-source and support both Map and ResourceBundle instances. We have to a very thin adapter

[jira] Commented: (TRINIDAD-418) Popup component to display child components in a floating panel (e.g. div)

2007-09-21 Thread Danny Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529540 ] Danny Robinson commented on TRINIDAD-418: - Added missing skin selector documentation Popup component to

Re: [jira] Resolved: (TRINIDAD-731) xOffset/yOffset don't get correctly processed by plugins, switch to horzOffset/vertOffset for simplicity and clarity.

2007-09-21 Thread Danny Robinson
Hard to say that they are breaking, because I'm not certain they ever worked ;-) I'll update the release notes to cover this though. D. On 9/21/07, Andrew Robinson [EMAIL PROTECTED] wrote: Is this a compatibility breaking change (meaning that the old attributes were removed)? If so, were

[jira] Resolved: (TRINIDAD-731) xOffset/yOffset don't get correctly processed by plugins, switch to horzOffset/vertOffset for simplicity and clarity.

2007-09-21 Thread Danny Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Robinson resolved TRINIDAD-731. - Resolution: Fixed Fix Version/s: 1.0.3-core Switched attribute names to

[jira] Created: (TRINIDAD-734) EL expression used for node labels gets evaluated only once

2007-09-21 Thread Gary Kind (JIRA)
EL expression used for node labels gets evaluated only once --- Key: TRINIDAD-734 URL: https://issues.apache.org/jira/browse/TRINIDAD-734 Project: MyFaces Trinidad Issue Type: Bug

[Trinidad] time-zone in trinidad-config.xml, case sensitive?

2007-09-21 Thread Yee-wah Lee
Hi everyone, I have questions about how we should handle parsing the time-zone parameter in trinidad-config.xml. I see that we do this: org.apache.myfaces.trinidadinternal.config.ConfigParser.java else if (key.getType() == TimeZone.class) { value =

[jira] Resolved: (TRINIDAD-733) shorten the hashcode in the skin's generated css filename.

2007-09-21 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeanne Waldman resolved TRINIDAD-733. - Resolution: Fixed svn 578319 StyleSheetDocument.java shorten the hashcode in the

[jira] Commented: (TRINIDAD-734) EL expression used for node labels gets evaluated only once

2007-09-21 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529589 ] Jeanne Waldman commented on TRINIDAD-734: - Completed: At revision: 578324 Applied trunk.patch to trunk

Re: [TRINIDAD] New element in trinidad-skins.xml /SkinImpl/SkinAddition

2007-09-21 Thread Adam Winer
-1 to trying to turn everything into ResourceBundle. Just use EL - ELResolver in 1.2, PropertyResolver in 1.1. As of 1.2, that gives you ResourceBundle and Map support. In 1.1, only Map (and bean, of course), but then again in 1.1 how do you get unwrapped ResourceBundle instances into EL

Re: [jira] Resolved: (TRINIDAD-731) xOffset/yOffset don't get correctly processed by plugins, switch to horzOffset/vertOffset for simplicity and clarity.

2007-09-21 Thread Adam Winer
Yech, why don't we just fix the plugins??? -- Adam On 9/21/07, Danny Robinson [EMAIL PROTECTED] wrote: Hard to say that they are breaking, because I'm not certain they ever worked ;-) I'll update the release notes to cover this though. D. On 9/21/07, Andrew Robinson [EMAIL PROTECTED]