[TRINIDAD] Uncompressed JavaScript-Files

2007-08-01 Thread Martin Marinschek
Hi *, maybe someone of you has a short answer - is there a way to disable the JavaScript obfuscator in Trinidad? For debugging, I'd rather see the full JavaScript-code. I suspect it's a simple switch, but I don't seem to find it... do I have to configure the maven-javascript-plugin, or can I do th

Re: [TRINIDAD] Uncompressed JavaScript-Files

2007-08-01 Thread Martin Marinschek
Thanks a lot! regards, Martin On 8/1/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > given the fact that this is useful, > I'd not mind to make it *public* > > -M > > On 8/1/07, Danny Robinson <[EMAIL PROTECTED]> wrote: > > That also prompts a question. Should we change > > > > org.apache.

Re: [TRINIDAD] Uncompressed JavaScript-Files

2007-08-01 Thread Danny Robinson
That also prompts a question. Should we change org.apache.myfaces.trinidadinternal.DISABLE_CONTENT_COMPRESSION to org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION Given this is so critical to successful skinning, shouldn't we make it a public setting? Danny On 8/1/07, Danny Robinson <

Re: [TRINIDAD] Uncompressed JavaScript-Files

2007-08-01 Thread Matthias Wessendorf
given the fact that this is useful, I'd not mind to make it *public* -M On 8/1/07, Danny Robinson <[EMAIL PROTECTED]> wrote: > That also prompts a question. Should we change > > org.apache.myfaces.trinidadinternal.DISABLE_CONTENT_COMPRESSION > > to > > org.apache.myfaces.trinidad.DISABLE_CONTENT

Re: [TRINIDAD] Uncompressed JavaScript-Files

2007-08-01 Thread Danny Robinson
Here's the two settings I use, one for javascript and another for css compression. org.apache.myfaces.trinidad.DEBUG_JAVASCRIPT true org.apache.myfaces.trinidadinternal.DISABLE_CONTENT_COMPRESSION true Danny On 8/1/07, Martin Marinschek <[EMAIL PROTECTED]> w

Re: [TRINIDAD] Uncompressed JavaScript-Files

2007-08-01 Thread Simon Lessard
Along the same lines, I think we should move the iframe popup's context param to .trinidad rather than .trinidadinternal as well. Actually, I don't think any context param should be namespaced in trinidadinternal. Regards, Simon On 8/1/07, Martin Marinschek <[EMAIL PROTECTED]> wrote: > > Thanks

Re: [TRINIDAD] Uncompressed JavaScript-Files

2007-08-01 Thread Danny Robinson
Prior to 1.0.2 being released I guess. On 8/1/07, Simon Lessard <[EMAIL PROTECTED]> wrote: > > Along the same lines, I think we should move the iframe popup's context > param to .trinidad rather than .trinidadinternal as well. Actually, I don't > think any context param should be namespaced in tri

Re: [TRINIDAD] Uncompressed JavaScript-Files

2007-08-01 Thread Matthias Wessendorf
that's fine. has been non-public s long :-) On 8/1/07, Danny Robinson <[EMAIL PROTECTED]> wrote: > Prior to 1.0.2 being released I guess. > > > On 8/1/07, Simon Lessard <[EMAIL PROTECTED]> wrote: > > Along the same lines, I think we should move the iframe popup's context > param to .trinidad r

Re: [TRINIDAD] Uncompressed JavaScript-Files

2007-08-01 Thread Adam Winer
Things should be trinidadinternal if we don't want to document or support them; but if we need to doc and support them, I totally agree - they've got to be in trinidad. -- Adam On 8/1/07, Simon Lessard <[EMAIL PROTECTED]> wrote: > Along the same lines, I think we should move the iframe popup's

Re: [TRINIDAD] Uncompressed JavaScript-Files

2007-08-02 Thread Danny Robinson
OK, despite my prior email, let's postpone any changes to context params until 1.0.3. That way we can take a good look at them and decide if we want to make lightweight dialogs the default, and also document properly the various settings we're thinking of making public. On 8/1/07, Adam Winer <[EM

Re: [TRINIDAD] Uncompressed JavaScript-Files

2007-08-02 Thread Gary VanMatre
>From: "Danny Robinson" <[EMAIL PROTECTED]> >OK, despite my prior email, let's postpone any changes to context params until >1.0.3. That way we >can take a good look at them and decide if we want to >make lightweight dialogs the default, and also >document properly the various >settings we're

Re: [TRINIDAD] Uncompressed JavaScript-Files

2007-08-02 Thread Adam Winer
On 8/2/07, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > >From: "Danny Robinson" <[EMAIL PROTECTED]> > >OK, despite my prior email, let's postpone any changes to context params > until 1.0.3. That way we >can take a good look at them and decide if we > want to make lightweight dialogs the default,

Re: [TRINIDAD] Uncompressed JavaScript-Files

2007-08-09 Thread Jeanne Waldman
I very much agree about the DISABLE_CONTENT_COMPRESSION being a public api. It is extremely useful for skinning. I used to be reluctant to tell people about it since it was in impl, but it is nearly impossible to do without, and I find myself telling everyone that asks about skinning. It's espe