summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
* Prefixes GET parameters in Liferay with portlet namespace #12602John Ahlroos2013-09-272-4/+36
* Fixes issue with Table not scrolling completely to the end #12651John Ahlroos2013-09-261-4/+28
* Clarified error message (#12583)Artur Signell2013-09-161-2/+5
* Ensure PushConnection is properly cleaned up on disconnect (#12226, #12522)Johannes Dahlström2013-09-132-36/+56
* NullPointerException in DateToSqlDateConverter (#12284)Edoardo Vacchi2013-09-131-0/+9
* NullPointerException in TableQuery.fetchMetadata() (#11403)Edoardo Vacchi2013-09-131-1/+3
* Use non-obfuscated version of vaadinPush.js when not in production (#12527)Artur Signell2013-09-101-2/+9
* Added a comment that hopefully explains the NULL_OBJECT #12509Jonatan Kronqvist2013-09-091-0/+16
* Allow storing and restoring null instances in CurrentInstance #125097.1.5Jonatan Kronqvist2013-09-091-7/+24
* Protect CurrentInstance instances from garbage collection (#12509)Leif Åstrand2013-09-052-236/+74
* Excludes WeakValueMap from the serializable test #12401Jonatan Kronqvist2013-09-031-0/+2
* Add deprecation message to unused constantLeif Åstrand2013-09-021-0/+5
* Table ignores Container updates while painting (#12258)Henrik Paul2013-09-021-0/+19
* Avoid leaking memory from inherited ThreadLocales. Fixes #12401Jonatan Kronqvist2013-09-022-1/+229
* Always unlock the same session instance that was locked (#12481)Leif Åstrand2013-08-303-6/+11
* Allow creating session for Portlet UI init request (#12473)Leif Åstrand2013-08-301-0/+4
* Escape markup in CustomLayout's JavaDoc (#12410)Henrik Paul2013-08-201-2/+2
* Make sure that no fileIds are replayed to the client (#12330)Henrik Paul2013-08-151-4/+23
* Fixed a typo in FieldGroup.isModified() JavaDoc. (#12172)Teemu Pöntelin2013-08-121-1/+1
* Use <code> instead of {@code} for sample containing { and } (#12311)Leif Åstrand2013-08-092-6/+7
* Make sure bean field validators are only added once (#11045)Patrik Lindström2013-08-071-1/+17
* Fix race in VaadinService.lockSession() (#12282)7.1.2Johannes Dahlström2013-08-061-1/+20
* Avoid infinite recursion when purging access queue (#12310)Leif Åstrand2013-08-051-1/+3
* Refine handling of null and empty URI fragments (#12207)Leif Åstrand2013-08-021-4/+10
* Improve URI fragment listener javadocs (#12296)Leif Åstrand2013-08-021-7/+46
* Ensure StringToIntegerConverter rejects values outside range of int (#12230)Johannes Dahlström2013-08-011-1/+16
* Document multiple load semantics in @StyleSheet and @JavaScript (#12200)Leif Åstrand2013-07-302-2/+26
* Fix actions in action menu appearing in random order #12250Patrik Lindström2013-07-301-4/+5
* Clarify Embedded javadoc (#12290)Johannes Dahlström2013-07-301-6/+10
* Fix invisible calendar actions menu #12181Patrik Lindström2013-07-302-0/+12
* Fix race condition that might leave access queue unpurged (#12277)Leif Åstrand2013-07-292-2/+29
* Fix issue with hidden component cells in Table and TreeTable #12119John Ahlroos2013-07-241-1/+4
* Verify the connector hierarchy if assertions are enabled (#12271)Leif Åstrand2013-07-231-0/+50
* Only add DateRangeValidator to DateField if start or end of range is set (#12...Johannes Dahlström2013-07-191-6/+7
* Update to Atmosphere 1.0.14.vaadin4 (#12242)Leif Åstrand2013-07-191-1/+3
* Close PushRequestHandler when VaadinServlet is destroyed (#11878)Leif Åstrand2013-07-191-0/+12
* Make VaadinService.closeInactiveUIs set UI threadlocals (#12186)Leif Åstrand2013-07-172-9/+44
* Don't close an unbound VaadinSession for GAEVaadinServlet (#12209)Leif Åstrand2013-07-173-7/+36
* Improving performance of ConnectorTracker (#12218)Fabian Lange2013-07-151-3/+3
* Improved AbstractClientConnector performance (#12219)Fabian Lange2013-07-151-3/+3
* Attempt to get GAE lock for UIDL requests (#12211)Leif Åstrand2013-07-121-17/+18
* Ensure VaadinSession.service is set up by storeInSession (#12204)Leif Åstrand2013-07-121-0/+7
* Set current instances when calling UI.push from VaadinSession.unlock (#12168)Leif Åstrand2013-07-102-7/+16
* When InputStream cannot be opened while writing static resource response, dis...Fabian Lange2013-07-101-13/+17
* Set heartbeat response Content-Type to text/plain (#12182)Johannes Dahlström2013-07-091-0/+3
* Make UploadInterruptedException visible (#12070)Fabian Lange2013-07-091-1/+14
* Ensure table's cells aren't refreshed if table is detached. (#9138)Anna Koskinen2013-06-281-1/+1
* Fix NPE in Like.java (#10167)Patrik Lindström2013-06-281-0/+5
* Fixed an error in CustomComponent JavaDoc (#10038), and some improvements.Marko Gronroos2013-06-281-20/+36
* Updated Javadoc for Table.getColumnAlignment fixing #6810Sami Ekblad2013-06-281-1/+2