Re: Can we get rid of this annoying message?

2011-09-07 Thread Josh Canfield
Agreed. This should also probably be off by default. On Sep 7, 2011 6:07 PM, "Lenny Primak" wrote: > Executing job #1 (PagePool cleanup) > > This prints every 15 minutes and fills up log. > > Thanks > > - > To unsubscribe, e-mail:

Can we get rid of this annoying message?

2011-09-07 Thread Lenny Primak
Executing job #1 (PagePool cleanup) This prints every 15 minutes and fills up log. Thanks - To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org For additional commands, e-mail: dev-h...@tapestry.apache.org

Build failed in Jenkins: tapestry-trunk-freestyle #508

2011-09-07 Thread Apache Jenkins Server
See Changes: [bobharner] minor typo -- [...truncated 19823 lines...] [dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list! [dix] Could not init

Version number in tapestry-core

2011-09-07 Thread Howard Lewis Ship
I think there's a problem with the version number generation in the tapestry-core jar file ... you have to do a clean jar to get the file to update, otherwise an out-of-date version is included. I'll look into a fix when I get a chance. Gradle is smart about these things; we can generate a new fil

Build failed in Jenkins: tapestry-trunk-freestyle #507

2011-09-07 Thread Apache Jenkins Server
See Changes: [hlship] TAP5-1632: When a submit component does not have a specific id, the default id "submit" collides ont the client side with the HTMLFormElement.submit() method, causing JavaScript errors when the form is s

Re: AlertManager

2011-09-07 Thread Dusko Jovanovski
Hello, Igor I tried the alert method, but it doesn't offer any way to define the duration of the shown alert when using Duration.TRANSIENT, instead this duration is hardcoded at 15sec. I personally find this a bit too long, and would like to customize it for each shown alert separately. This seems

Re: AlertManager

2011-09-07 Thread Igor Drobiazko
Hi Dusko, On Wed, Sep 7, 2011 at 4:43 PM, Dusko Jovanovski wrote: > Hello, the current implementation of AlertManager and the whole alerts > system is great, with two limitations: > > There is no clean way to: > > - define the duration of the shown message > Did you try the alert method? ht

AlertManager

2011-09-07 Thread Dusko Jovanovski
Hello, the current implementation of AlertManager and the whole alerts system is great, with two limitations: There is no clean way to: - define the duration of the shown message - change/translate the Dismiss all label, it's currently hardcoded in t5-alerts.js I'm running 5.3-beta2. Is