summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from origin/7.1Artur Signell2013-08-1910-25/+147
|\
| * 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-012-1/+34
| * Add optional OSGi Import-Package for javax.validation (#12301)Johannes Dahlström2013-07-312-1/+4
| * 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
* | Merge changes from origin/7.1Artur Signell2013-08-192-1/+54
|\|
| * 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
* | Fix test AbsFieldValueConversions (#12092)Henri Sara2013-08-151-4/+5
* | Support for null intermediate beans in NestedMethodProperty (#11435)Matti Hosio2013-08-098-5/+250
* | Detach previous UI with the same window.name (#10338, #12255)Leif Åstrand2013-07-315-47/+122
* | BeanValidator changed to throw exception with array of causes (#11324)Jarno Rantala2013-07-304-12/+51
* | Don't lock session for checking request details (#12265)Leif Åstrand2013-07-295-17/+47
* | Make settting of assistive description of Window optional (#12276)michaelvogt2013-07-241-13/+21
* | Merge changes from origin/7.1Leif Åstrand2013-07-233-7/+87
|\|
| * Only add DateRangeValidator to DateField if start or end of range is set (#12...Johannes Dahlström2013-07-192-6/+84
| * 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
* | Merge changes from origin/7.1Leif Åstrand2013-07-234-16/+80
|\|
| * 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
* | Add ServiceDestroyListerner used by PushRequestHandler (#12251, #11878)Leif Åstrand2013-07-196-0/+166
* | Merge changes from origin/7.1Leif Åstrand2013-07-1517-126/+275
|\|
| * 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-282-0/+51
| * 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
| * Replace printStackTrace with getLogger().log() (#12147)Artur Signell2013-06-283-4/+22
| * Ensure that Slider diffstate always contains "value" (#12133)Risto Yrjänä2013-06-281-0/+17
| * Fix VaadinService.findUI to throw Error if UIConstants.UI_ID_PARAMETERmtzukanov2013-06-281-4/+6
| * Fixed slider value initialization on HSV and RGB tabs of ColorPicker. (#7863)Teemu Pöntelin2013-06-281-53/+31
| * Implemented Focusable in MenuBar (#7674)Jens Jansson2013-06-281-1/+30
* | Tabsheet should not immediately select a tab when changing tab usingmichaelvogt2013-07-121-0/+33
* | Prevent to exit a Window with the tab key (#11874)michaelvogt2013-07-121-0/+77
* | Fixes @PreserveOnRefresh losing page title on refresh #11054Joonas Lehtinen2013-07-091-1/+1
* | simplified isStaticResourceRequest and improved its performance (#11758)Fabian Lange2013-07-091-14/+2
* | Support uploading files larger 2GB via drag and drop and file input (#11947).Fabian Lange2013-07-082-7/+20