summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Validate column group boundaries #12907John Ahlroos2013-12-102-5/+82
* Merge branch 'master' into grid-mergeHenrik Paul2013-12-048-225/+35
|\
| * Simplified support for null intermediate properties (#11435)Artur Signell2013-11-308-225/+35
* | Support custom column widths in Grid #13024John Ahlroos2013-12-041-2/+11
* | Ensure setting value on detached column group throws exception #3153John Ahlroos2013-12-023-3/+52
* | Added JUnit tests for column groups #3153John Ahlroos2013-11-252-41/+211
* | Add server-side API for column freezing (#3087)Henrik Paul2013-11-243-0/+108
* | Introduce initial data source support for Grid (#12878)Leif Åstrand2013-11-222-0/+110
* | Multiple headers and footer rows #3153John Ahlroos2013-11-225-44/+593
* | Merge branch 'master' into gridJohn Ahlroos2013-11-2032-245/+1247
|\|
| * Merge changes from origin/7.1Artur Signell2013-11-112-2/+17
| |\
| | * Fixes NPE in TreeTable.setContainerDS(null) (#12928)Thomas2013-11-082-2/+17
| * | Merge changes from origin/7.1Artur Signell2013-11-111-2/+14
| |\|
| | * Minimal fix for error handling with streaming (#12578)Artur Signell2013-11-071-2/+14
| * | Merge commit 'fefedeab68461ebc04fd45f91a35835fc9026a56'Artur Signell2013-11-111-0/+10
| |\|
| | * Send window position data back to server after drag (#12885)Thomas2013-11-061-0/+10
| * | Merge changes from origin/7.1Artur Signell2013-11-111-1/+1
| |\|
| | * Updated to Atmosphere 1.0.18.vaadin1 (#12891)Artur Signell2013-11-051-1/+1
| | * Add StringToLongConverter for automatic handling of long values (#12225)Artur Signell2013-10-304-0/+190
| * | Merge changes from origin/7.1Artur Signell2013-11-111-2/+0
| |\|
| | * Remove out of order flush() (#12283)Artur Signell2013-10-241-2/+0
| * | Let UI fire PollEvents (#12466)Henrik Paul2013-10-292-5/+133
| * | Merge changes from origin/7.1Leif Åstrand2013-10-228-165/+177
| |\|
| | * Revert broken fix and test (#12446)Johannes Dahlström2013-10-223-148/+14
| | * Added more exception handling to PushHandler (#12578, #11882)Marc Englund2013-10-211-5/+45
| | * Fix serialization issue (#12703)Artur Signell2013-10-181-1/+3
| | * Reverted button click() logic check (#12743)Artur Signell2013-10-161-1/+1
| | * Validate that the connector is enabled before triggering actions for it (#12743)Artur Signell2013-10-154-12/+116
| * | Merge commit 'd461fb438f62b38d2082b41b0a3c7a1189927c3d'Leif Åstrand2013-10-1852-403/+2566
| |\ \ | | |/ | |/|
| | * Merge changes from origin/7.1Henrik Paul2013-10-188-19/+318
| | |\
| | * \ Merge commit 'ebdc3652764e8ec2ce292879d459a8d0c6c2d2e3'Henrik Paul2013-10-182-12/+34
| | |\ \
| | * | | Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)Jarno Rantala2013-10-166-18/+512
| | * | | Merge changes from origin/7.1Leif Åstrand2013-10-042-4/+36
| | |\ \ \
| | * | | | Link no longer implements LegacyComponent (#10015)joheriks2013-10-021-65/+19
| | * | | | Moved test class to appropriate source folder (#12337)Henrik Paul2013-10-011-107/+0
| | * | | | Merge changes from origin/7.1Artur Signell2013-09-261-4/+28
| | |\ \ \ \
| | * \ \ \ \ Merge changes from origin/7.1Leif Åstrand2013-09-233-3/+7
| | |\ \ \ \ \
| * | | | | | | 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
* | | Base grid component and column API (#12829, #12830)John Ahlroos2013-11-193-0/+653
| |/ |/|
* | Merge changes from origin/7.1Artur Signell2013-09-179-282/+265
|\|
| * Ensure PushConnection is properly cleaned up on disconnect (#12226, #12522)Johannes Dahlström2013-09-132-36/+56