Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | | | Ensure PushConnection is properly cleaned up on disconnect (#12226, #12522) | Johannes Dahlström | 2013-09-13 | 2 | -36/+56 | |
* | | | | | | | | | | | | | | | | | | | | | NullPointerException in DateToSqlDateConverter (#12284) | Edoardo Vacchi | 2013-09-13 | 2 | -0/+34 | |
* | | | | | | | | | | | | | | | | | | | | | NullPointerException in TableQuery.fetchMetadata() (#11403) | Edoardo Vacchi | 2013-09-13 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | | | | | | | Use non-obfuscated version of vaadinPush.js when not in production (#12527) | Artur Signell | 2013-09-10 | 1 | -2/+9 | |
* | | | | | | | | | | | | | | | | | | | | | Added a comment that hopefully explains the NULL_OBJECT #12509 | Jonatan Kronqvist | 2013-09-09 | 1 | -0/+16 | |
* | | | | | | | | | | | | | | | | | | | | | Allow storing and restoring null instances in CurrentInstance #125097.1.5 | Jonatan Kronqvist | 2013-09-09 | 2 | -9/+75 | |
* | | | | | | | | | | | | | | | | | | | | | Protect CurrentInstance instances from garbage collection (#12509) | Leif Åstrand | 2013-09-05 | 2 | -236/+74 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | Excludes WeakValueMap from the serializable test #12401 | Jonatan Kronqvist | 2013-09-03 | 2 | -0/+3 | |
* | | | | | | | | | | | | | | | | | | | | Add deprecation message to unused constant | Leif Åstrand | 2013-09-02 | 1 | -0/+5 | |
* | | | | | | | | | | | | | | | | | | | | Table ignores Container updates while painting (#12258) | Henrik Paul | 2013-09-02 | 1 | -0/+19 | |
* | | | | | | | | | | | | | | | | | | | | Avoid leaking memory from inherited ThreadLocales. Fixes #12401 | Jonatan Kronqvist | 2013-09-02 | 2 | -1/+229 | |
* | | | | | | | | | | | | | | | | | | | | Always unlock the same session instance that was locked (#12481) | Leif Åstrand | 2013-08-30 | 3 | -6/+11 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Allow creating session for Portlet UI init request (#12473) | Leif Åstrand | 2013-08-30 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | | | Escape markup in CustomLayout's JavaDoc (#12410) | Henrik Paul | 2013-08-20 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | Make sure that no fileIds are replayed to the client (#12330) | Henrik Paul | 2013-08-15 | 1 | -4/+23 | |
* | | | | | | | | | | | | | | | | | | | Fixed a typo in FieldGroup.isModified() JavaDoc. (#12172) | Teemu Pöntelin | 2013-08-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | Use <code> instead of {@code} for sample containing { and } (#12311) | Leif Åstrand | 2013-08-09 | 2 | -6/+7 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Make sure bean field validators are only added once (#11045) | Patrik Lindström | 2013-08-07 | 2 | -1/+59 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Fix race in VaadinService.lockSession() (#12282)7.1.2 | Johannes Dahlström | 2013-08-06 | 1 | -1/+20 | |
* | | | | | | | | | | | | | | | | | Avoid infinite recursion when purging access queue (#12310) | Leif Åstrand | 2013-08-05 | 1 | -1/+3 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Refine handling of null and empty URI fragments (#12207) | Leif Åstrand | 2013-08-02 | 1 | -4/+10 | |
* | | | | | | | | | | | | | | | | Improve URI fragment listener javadocs (#12296) | Leif Åstrand | 2013-08-02 | 1 | -7/+46 | |
* | | | | | | | | | | | | | | | | Ensure StringToIntegerConverter rejects values outside range of int (#12230) | Johannes Dahlström | 2013-08-01 | 2 | -1/+34 | |
* | | | | | | | | | | | | | | | | Add optional OSGi Import-Package for javax.validation (#12301) | Johannes Dahlström | 2013-07-31 | 2 | -1/+4 | |
* | | | | | | | | | | | | | | | | Document multiple load semantics in @StyleSheet and @JavaScript (#12200) | Leif Åstrand | 2013-07-30 | 2 | -2/+26 | |
* | | | | | | | | | | | | | | | | Fix actions in action menu appearing in random order #12250 | Patrik Lindström | 2013-07-30 | 1 | -4/+5 | |
* | | | | | | | | | | | | | | | | Clarify Embedded javadoc (#12290) | Johannes Dahlström | 2013-07-30 | 1 | -6/+10 | |
* | | | | | | | | | | | | | | | | Fix invisible calendar actions menu #12181 | Patrik Lindström | 2013-07-30 | 2 | -0/+12 | |
* | | | | | | | | | | | | | | | | Fix race condition that might leave access queue unpurged (#12277) | Leif Åstrand | 2013-07-29 | 2 | -2/+29 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Fix issue with hidden component cells in Table and TreeTable #12119 | John Ahlroos | 2013-07-24 | 1 | -1/+4 | |
* | | | | | | | | | | | | | | | Verify the connector hierarchy if assertions are enabled (#12271) | Leif Åstrand | 2013-07-23 | 1 | -0/+50 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Only add DateRangeValidator to DateField if start or end of range is set (#12... | Johannes Dahlström | 2013-07-19 | 2 | -6/+84 | |
* | | | | | | | | | | | | | | Update to Atmosphere 1.0.14.vaadin4 (#12242) | Leif Åstrand | 2013-07-19 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | Close PushRequestHandler when VaadinServlet is destroyed (#11878) | Leif Åstrand | 2013-07-19 | 1 | -0/+12 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Make VaadinService.closeInactiveUIs set UI threadlocals (#12186) | Leif Åstrand | 2013-07-17 | 2 | -9/+44 | |
* | | | | | | | | | | | | | Don't close an unbound VaadinSession for GAEVaadinServlet (#12209) | Leif Åstrand | 2013-07-17 | 3 | -7/+36 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Improving performance of ConnectorTracker (#12218) | Fabian Lange | 2013-07-15 | 1 | -3/+3 | |
* | | | | | | | | | | | | Improved AbstractClientConnector performance (#12219) | Fabian Lange | 2013-07-15 | 1 | -3/+3 | |
* | | | | | | | | | | | | Attempt to get GAE lock for UIDL requests (#12211) | Leif Åstrand | 2013-07-12 | 1 | -17/+18 | |
* | | | | | | | | | | | | Ensure VaadinSession.service is set up by storeInSession (#12204) | Leif Åstrand | 2013-07-12 | 1 | -0/+7 | |
* | | | | | | | | | | | | Set current instances when calling UI.push from VaadinSession.unlock (#12168) | Leif Åstrand | 2013-07-10 | 2 | -7/+16 | |
* | | | | | | | | | | | | When InputStream cannot be opened while writing static resource response, dis... | Fabian Lange | 2013-07-10 | 1 | -13/+17 | |
* | | | | | | | | | | | | Set heartbeat response Content-Type to text/plain (#12182) | Johannes Dahlström | 2013-07-09 | 1 | -0/+3 | |
* | | | | | | | | | | | | Make UploadInterruptedException visible (#12070) | Fabian Lange | 2013-07-09 | 1 | -1/+14 | |
* | | | | | | | | | | | | Ensure table's cells aren't refreshed if table is detached. (#9138) | Anna Koskinen | 2013-06-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | Fix NPE in Like.java (#10167) | Patrik Lindström | 2013-06-28 | 2 | -0/+51 | |
* | | | | | | | | | | | | Fixed an error in CustomComponent JavaDoc (#10038), and some improvements. | Marko Gronroos | 2013-06-28 | 1 | -20/+36 | |
* | | | | | | | | | | | | Updated Javadoc for Table.getColumnAlignment fixing #6810 | Sami Ekblad | 2013-06-28 | 1 | -1/+2 | |
* | | | | | | | | | | | | Replace printStackTrace with getLogger().log() (#12147) | Artur Signell | 2013-06-28 | 3 | -4/+22 | |
* | | | | | | | | | | | | Ensure that Slider diffstate always contains "value" (#12133) | Risto Yrjänä | 2013-06-28 | 1 | -0/+17 |