summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | Add getCacheTime(filename) to VaadinServlet (#11744)Fabian Lange2013-07-081-15/+42
| * | | | | | | | | | | | | | | | Tabsheet tabs should support alternate text (#11824)michaelvogt2013-07-081-4/+104
| * | | | | | | | | | | | | | | | Accessibility for Window (#11821)michaelvogt2013-07-041-2/+107
| * | | | | | | | | | | | | | | | Support screen reader only notifications (#11830)michaelvogt2013-07-031-2/+12
| * | | | | | | | | | | | | | | | Accessibility for Notification (#11820)michaelvogt2013-07-034-7/+422
| * | | | | | | | | | | | | | | | Adds String <-> BigDecimal converter (#9997)Artur Signell2013-07-013-0/+116
| * | | | | | | | | | | | | | | | Removed StringToNumberConverter (#12092)Artur Signell2013-07-013-91/+0
| * | | | | | | | | | | | | | | | Merge changes from origin/7.1Artur Signell2013-06-2813-91/+73
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Add support for setId to TabSheet.Tab (#12064)tapio2013-06-242-5/+40
| * | | | | | | | | | | | | | | | | Merge changes from origin/7.1Artur Signell2013-06-1815-45/+121
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge changes from origin/7.1Leif Åstrand2013-06-1314-84/+328
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge changes from origin/7.1Leif Åstrand2013-06-1253-302/+555
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'a9ff7993c2f0e3f3412ef68a236aa2eb02385c64'Leif Åstrand2013-06-124-3/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge changes from origin/7.1Leif Åstrand2013-06-0770-1154/+2968
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge changes from origin/7.1Leif Åstrand2013-05-174-14/+88
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge changes from origin/7.1Leif Åstrand2013-05-171-3/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge changes from origin/7.1Leif Åstrand2013-05-171-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge changes from origin/7.1Leif Åstrand2013-05-101-6/+63
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fixed a typo in @Widgetset annotation Javadoc. #11803Teemu Pöntelin2013-05-081-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fixed a typo in UI class Javadoc. #11804Teemu Pöntelin2013-05-081-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed swallower access. Now error handler logs exceptions. (#12703)Felype Santiago Ferreira2013-10-154-2/+106
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Update to atmosphere javascript 2.0.3-vaadin1 (#12241, #12127)Artur Signell2013-10-143-5/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | Handle ClientMethodInvocation serialization with JSONArray as parameterPekka Hyvönen2013-10-112-0/+165
* | | | | | | | | | | | | | | | | | | | | | | | | | Make the various Writers member fields instead of local variables (#12446)Johannes Dahlström2013-10-103-14/+148
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Recreate transient pendingAccessQueue in readObject() (#12456)Johannes Dahlström2013-10-082-12/+33
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Ensure string converter is always setArtur Signell2013-09-191-0/+1
* | | | | | | | | | | | | | | | | | | | | | Use JUnit 4.11 in all modules (#12572)Artur Signell2013-09-171-1/+1
* | | | | | | | | | | | | | | | | | | | | | 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-132-0/+34
* | | | | | | | | | | | | | | | | | | | | 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-092-9/+75
* | | | | | | | | | | | | | | | | | | | | Protect CurrentInstance instances from garbage collection (#12509)Leif Åstrand2013-09-052-236/+74
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Excludes WeakValueMap from the serializable test #12401Jonatan Kronqvist2013-09-032-0/+3
* | | | | | | | | | | | | | | | | | | | 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