aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Fix select all checkbox state update with low row count (#19322)Teemu Suo-Anttila2015-11-301-2/+4
| | | | Change-Id: Ic4fd495a2990f7aa6ed09acd773149d3f13802f8
* Remove bogus commentLeif Åstrand2015-11-301-1/+0
| | | | | | | | The comment was introuced in commit da29f74 for a constant named CLICK_EVENT_ID, but it was accidentally left in the code when that constant was removed. Change-Id: Id8564c2e4f24a1e78ce08de586cde6923afe8289
* Clean up compiler warnings in Design.java (#19299)7.5.10Leif Åstrand2015-11-271-64/+31
| | | | | | | | | * Remove unused code * Properly close streams * Avoid unsafe casts * Fix inconsistent javadocs Change-Id: I20bb25c5925b6d5d56df2aedc5c4eb624b65e483
* Fix javadoc copied from CellStyleGeneratorLeif Åstrand2015-11-271-1/+1
| | | | Change-Id: I396f1e4e668aa14e44793b8a39bff5605e3b9fb0
* Typo in setCompositionRoot descriptioncbmeeks2015-11-271-1/+1
| | | | Change-Id: I7e95735054e346eb79c9c5614cab6277058d3595
* Support on-the-fly compiled CSS hot reload from classpath (#16949)Vladimir Kulev2015-11-271-6/+19
| | | | Change-Id: I8862d7c0a08717d9b4922063f2940b59014a6875
* Do not modify state while serializing (#19090)Artur Signell2015-11-272-2/+37
| | | | | | | | Serializing an object should never modify its internal state. It should be possible to serialize an object multiple times and get the same result Change-Id: I79502274179a646f8b0cd8d1fc4cbfd84867299d
* Fix outdated javadoc referenceLeif Åstrand2015-11-271-2/+2
| | | | Change-Id: I0689cd3ce298a8330a48528c1736715f77b66e65
* Improved javadocs for Button.setDisabledOnClickMatti Tahvonen2015-11-051-1/+2
| | | Change-Id: I75cf104b05ed361ced7f17b20cebd98cc3825d5c
* Fix replacing of currently selected Tab (#14252)Dmitrij Abolichin2015-11-042-0/+68
| | | | Change-Id: I49a86d2fceac233fdfd9e31d8ade519b9f8460b6
* Fix session wrap class javadocsLeif Åstrand2015-11-042-3/+3
| | | | Change-Id: I962facc5395990751821d11966300a7c2e89dc3d
* Support caption fetching for HTML and Widget headers. (#18528)Sauli Tähkäpää2015-11-042-7/+23
| | | | Change-Id: Idad2cbbb6b138258ff6428e7ecc3d922ef99c675
* Fix javadoc typosLeif Åstrand2015-11-041-2/+2
| | | | Change-Id: I9c8a3f3f4cfa375db8825019f3cd80a043424d88
* Mention quirks with JavaScript "this" in AbstractJavaScript* javadocsLeif Åstrand2015-11-043-6/+16
| | | | Change-Id: I512b861c65f8c0f6c6e8f684cb933cbcc20cdb99
* Render null header caption as empty (#18553)Artur Signell2015-11-041-1/+3
| | | | Change-Id: Iaeba81c7e40d4be5f16e74fa8bcf8c86c53a7d3d
* Fix adding to same parent, component shouldn't be removed (#16568)Dmitrij Abolichin2015-10-192-0/+46
| | | | Change-Id: I7037366e1f1aaaafb7417e20584086f488ace54f
* Fix javadocArtur Signell2015-10-191-2/+2
| | | | Change-Id: I9eef477a77f0677b198b582d8e26e6a47b072aba
* Properly cleanup stream variables if DragAndDropWrapper is detached (#14882)Artur Signell2015-10-191-6/+7
| | | | | | | | If DragAndDropWrapper is removed from the UI for whatever reason before cleanup happens, the UI can no longer be found through it. If we do not do cleanup, we leave a reference hanging forever in ConnectorTracker. Change-Id: Ia445dafda7fdfaab9617bdfa9b48bfdbe5289241
* Do not use getters/setters when mapping designer fields (#17388)Artur Signell2015-10-193-11/+98
| | | | Change-Id: Id64193a109667286127038eb1c9dfd47697247be
* Parse readonly values for AbstractFields correctly (#18850)7.5.7John Ahlroos2015-10-0420-30/+219
| | | | Change-Id: I1128ec0bda9b0fdad721f084c1e78cfe78e984f2
* Add @since for 7.5.7 changesHenri Sara2015-10-044-4/+12
| | | | Change-Id: I661918af08299953e3caf5e51def0afbad809dd4
* Revert "Parse readonly values for AbstractFields correctly #18850"Markus Koivisto2015-09-3020-217/+29
| | | | This reverts commit 5e9209421ce92e16531299c8c4be5fdd412bb513.
* Parse readonly values for AbstractFields correctly #18850John Ahlroos2015-09-3020-29/+217
| | | | Change-Id: I6f7d8731d185fe1c88e861435a401d887b2defbe
* Support declarative prefix "vaadin-" (#18957)Henri Sara2015-09-306-11/+359
| | | | | | | This is a backport of 1011cff7e8139cd1b7138b2e538264c755c7482f with the old default ("v-"). Change-Id: Idafc3a071aeec6d4214e867cc5cd984ae535cb62
* Fix declarative test for 7.5Henri Sara2015-09-301-3/+3
| | | | Change-Id: I4a610673b165ab23e9b49ae6926d1ef023130a18
* Revert "Adds support for defining the URL to use for push requests (#18989)"Markus Koivisto2015-09-301-33/+0
| | | | This reverts commit ca3c460cbd6edb801f7919d046a3323f5f8babf1.
* Update AJS?.callFunction javadoc to reflect reality (#18990)Leif Åstrand2015-09-293-12/+32
| | | | Change-Id: Ie53b535a2ae3c0e0ff5bb4b0516364c8817456d3
* Adds support for defining the URL to use for push requests (#18989)Artur Signell2015-09-291-0/+33
| | | | Change-Id: I12afaf7e5c5c385f3a19c7dab60f044d8721e082
* Support HTML entities when reading/writing declarative format #18882Maciej Przepióra2015-09-2917-64/+409
| | | | Change-Id: I08099673c5dd0d688d3243e5fd169edb05f046f3
* Write all empty cells for empty GridLayout in declarative #18805Maciej Przepióra2015-09-292-2/+58
| | | | Change-Id: I589ba0dbb4aea7578f85894046e99903d9202e37
* Always use charset for String.getBytes() method (#18863).Denis Anisimov2015-09-232-2/+134
| | | | Change-Id: I15ce5a7922aebffc1a05ac55663033f7e5134d0c
* Use correct state class for split panels (#18942)Artur Signell2015-09-234-0/+74
| | | | Change-Id: I91980343c0e8f3f35abb26411f57d2303b286cce
* Update @since tags to 7.5.6.7.5.6Mika Murtojarvi2015-09-152-4/+4
| | | | Change-Id: Ie6cf2f819a167604b894b3b4c390e244867c2be9
* Implement ItemStyleGenerators for ComboBox (#9276)Leif Åstrand2015-09-141-0/+69
| | | | Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
* Make it possible to avoid select caption conversion (#16845)Leif Åstrand2015-09-111-24/+17
| | | | Change-Id: If88b7cf6298a24cfad3c936a1af566ed919ec0e7
* Use correct month names with Java 8 (#18760)Artur Signell2015-09-091-2/+18
| | | | Change-Id: I4dcb1f172339005947fa45924792ab86d0952b90
* Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-081-0/+3
| | | | Change-Id: Ib853205dae7745ca4af11fb558899e6648e25da8
* Convert test to JUnit 4Leif Åstrand2015-08-311-20/+29
| | | | Change-Id: I790b7b963e906d42060aa4bdc0c2403e3234a217
* Fix multiple book keeping problems in ContainerOrderedWrapper (#5934, #18422)Artur Signell2015-08-266-64/+291
| | | | Change-Id: I138eef2ff9b1660dd545baee5df315ff135e0a91
* Use correct classname for ValoTheme.SCROLL_INDICATOR (#14802)Artur Signell2015-08-251-1/+1
| | | | | | Use constants in Valo tests to ensure they are correct Change-Id: Ie8234a45a6f81551cdc4de2e81141aba704f4b6b
* Add missing @since tags7.5.4Mika Murtojarvi2015-08-191-3/+3
| | | | Change-Id: I90a76c6a44d91ac1f185623678b086683e4287b2
* Add optional OSGi imports for portals (#18561)Henri Sara2015-08-191-1/+1
| | | | Change-Id: Id13dc29347c93ad142c991f95f89cf04eb06db94
* StringToBooleanConverter API improved (#18466)elmot2015-08-192-18/+99
| | | | | | | Added simple customization for text representation Added API for locale-specific conversion Change-Id: I866b37bb085e85ef3d67e9d5e6db82b22e9bc464
* Revert "Write true as attribute="" (#17519)"Mika Murtojarvi2015-08-1928-105/+104
| | | | | | This reverts commit cdc07e55c12dc4ffbe509e15c4f4f165fb4a1670. Change-Id: Iad07a0292639d89c8f029c690005e7f1041eb79f
* Write true as attribute="" (#17519)Leif Åstrand2015-08-1828-104/+105
| | | | Change-Id: I49287cc38605abb75059cb553e3baed2a8359067
* Prevent NPE on missing security key. (#18573)Sauli Tähkäpää2015-08-182-18/+104
| | | | Change-Id: I6d9eeb257a4a4889ce679a31a45133c3d0c90368
* Handle renderer exceptions gracefully (#18554)Artur Signell2015-08-182-2/+9
| | | | Change-Id: I46557f6c6f8543ab61b863145863824785d14784
* Decode filename before finding resource (#15407)Artur Signell2015-08-131-8/+12
| | | | Change-Id: I6ea35a780f3dfdcef299919c1249e9104341f99e
* Guard against disconnect() being called twice (#15263)Artur Signell2015-08-121-0/+7
| | | | Change-Id: I9fa8b5659b4079684f3348c18a6e246914ee8447
* Use latest GAE SDK supporting Java 6Henri Sara2015-08-121-1/+1
| | | | | | | An upgrade of GAE SDK is needed to support the new HDR that replaced the old DataStore. Change-Id: I175785e5e37afb5d1acc229d1bbb6229e01def2a