[gwt-contrib] Re: Call for forgotten patches

2012-04-06 Thread Bradley Gottfried
bump On Thursday, March 8, 2012 9:59:03 PM UTC-5, Bradley Gottfried wrote: > > http://gwt-code-reviews.appspot.com/1634804/ > Thanks, > Bradley Gottfried -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix PopupPanel.center when content has changed (issue1573803)

2012-04-06 Thread Rajeev Dayal
Thanks! On Fri Apr 06 10:52:30 GMT-400 2012, wrote: > LGTM > > http://gwt-code-reviews.appspot.com/1573803/ > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix PopupPanel.center when content has changed (issue1573803)

2012-04-06 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/1573803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re: Adding a spot for database column name in Column. Allows us to create an updated SQL statement w... (issue1503806)

2012-04-06 Thread Rajeev Dayal
No worries, we're leaving it in :). On Thu Apr 05 19:37:49 GMT-400 2012, John Porter Simons wrote: > It's handy, and we depend on it now. Definitely let me know if you remove > it so we can subclass Column. > > On Thu, Apr 5, 2012 at 5:19 PM, wrote: > > Leave it in. We've already spent way too

[gwt-contrib] Re: Issue 6331: Let AutoBean accept numbers for dates and longs (issue1601805)

2012-04-06 Thread t . broyer
For now, AutoBeans expects that the input matches the expected format (and value ranges). The behavior seems kind of "undefined" when that's not the case, and not consistent between the VM and translatable implementations: * null values in some cases: dates in Java * exceptions in others: callin