summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix DesignFormatterTest for Winelmot2016-03-231-1/+1
| | | | Change-Id: Iefa9f9715c51e3b94b7a4df33ea7c0c166cf29d6
* Build vaadin-bom with mavenTeemu Suo-Anttila2016-03-225-76/+12
| | | | Change-Id: Ia13198c895eb52b00c9b282ceaa46bc37db244b1
* Build client-compiler with mavenelmot2016-03-2236-13/+410
| | | | Change-Id: Ic86a95ce44cc37c8d34d607b39f2aec4cc922ce2
* Use correct unpack goal in shared, rename pushTeemu Suo-Anttila2016-03-182-3/+20
| | | | Change-Id: Ib01fec5ebcefd429bf94badaa069cf486bb8156d
* Build vaadin-client with mavenTeemu Suo-Anttila2016-03-18560-119/+230
| | | | Change-Id: I36c426086a2b957f6f738d17470c499a01ddac3b
* Fix shared test file nameTeemu Suo-Anttila2016-03-171-1/+1
| | | | Change-Id: Ib3c42fedbe23453ff65831f91e3baaae45dda38b
* Add @Test annotations, rename test classesTeemu Suo-Anttila2016-03-17140-530/+1321
| | | | Change-Id: Iac29db81c0c7ff425da73e7ae3d69eadabf5de77
* Extract version numbers to properties in root pom.xmlTeemu Suo-Anttila2016-03-153-20/+31
| | | | Change-Id: I6c9367022eb66ed0fc6cbcc071751a53bd9786a1
* Introduce root pom.xml to ease building with mavenTeemu Suo-Anttila2016-03-155-33/+55
| | | | Change-Id: Ib1252575da642074441818fda0f3946df300aa64
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-14963-203/+778
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* Fix classpath and missing push ivy.xml to avoid workspace issuesTeemu Suo-Anttila2016-03-102-2/+36
| | | | Change-Id: I02880744637efc5703c08d0337b92afa96b4340d
* Migrate vaadin-shared build to mavenTeemu Suo-Anttila2016-03-10199-98/+213
| | | | Change-Id: I4ddc5050874faeb091740ac5ab4f9cafecf5696b
* Use Maven to build vaadin-pushHenri Sara2016-02-2912-160/+240
| | | | Change-Id: I244182abfe3b72c59786b520eafb663b5c1e5918
* Fixed critically broken comment blocks, broken emphasis and escaping, and ↵Marko Gronroos2016-02-2220-628/+158
| | | | | | some other formatting, and moved book preface, chapter structure, and index to the docs repository. Change-Id: If9299da4415f3181d59b8384e5ac96f940bd5229
* Add missing @since for 7.6.3elmot2016-02-191-2/+2
| | | | Change-Id: Iccd7f1e00a245a1ba5572f4086a55bdbe40218c9
* Prevent HTTP Response splitting in case the server doesn't (#19611)Leif Åstrand2016-02-171-0/+2
| | | | | | | | | | | | | Prevent user-provided input used in the redirect from containing newline characters as the user agent would interpret subsequent parts of the input as additional headers or the actual HTTP payload. At least modern versions of Tomcat and Jetty already protect against this kind of attack by escaping received header values, but that is not necessarily the case for older versions or other servlet engines. See https://www.owasp.org/index.php/HTTP_Response_Splitting for details. Change-Id: If4b9bf5fba953073de49c1ab1cba8e5e6bc8e546
* Fix Editor trying to detach save and cancel buttons when unbufferedTeemu Suo-Anttila2016-02-161-2/+4
| | | | | | This is a fix to an regression in some grid patch. Change-Id: Ibd35d7a06f0e0b15e854bf036ccfb7f462e2d37f
* Lock session during deserialization (#19310)Leif Åstrand2016-02-142-10/+55
| | | | Change-Id: I0f0c029d6de88b74bae1c7253b7665d5570e3767
* Fix AbstractRemoteDataSource cache clean up on remove (#19482)Teemu Suo-Anttila2016-02-133-3/+123
| | | | Change-Id: Ib9fc54ef018afe7f571204aba41182333b77c47f
* Fix Components cleanup on Header/FooterRow remove in Grid (#19497)Teemu Suo-Anttila2016-02-132-2/+50
| | | | Change-Id: I596d0cc13b782398b4c5c8338b8370e69862ea88
* Fix NPE if stopping navigation in onBeforeUnload (#19541)Artur Signell2016-02-132-0/+55
| | | | Change-Id: Idcba5ceeff9df88a4ea7fe6b34e2e2537b7ee58c
* Test using Wildfly 10 (#19565)Artur Signell2016-02-131-0/+7
| | | | Change-Id: Ife0d04d197c10a609c90e257c106a581b2be4c42
* Fix Grid DetailsGenerator being removed on Container change (#19593)Teemu Suo-Anttila2016-02-132-2/+35
| | | | Change-Id: Ied328804260b1a7bb35093fca1d972735559cf41
* Fix NPE on column width detection in TreeTable and RowGenerator (#19437)Teemu Suo-Anttila2016-02-133-3/+103
| | | | Change-Id: I7ed03d34124dda839bddc2507274a63b1e22f05f
* Update themes-compiling.asciidoc.Matti Tahvonen2016-02-101-12/+12
| | | | | | | Adding tip about non-compiling theme, re-phrased other on-the-fly compilation instructions. Change-Id: I196235823ba95723e3a7436c075cb7e9ee9951be
* Fix removing extension from a connector that is not its parent (#19569)Teemu Suo-Anttila2016-02-082-0/+45
| | | | Change-Id: I0201c2dc94cd50d09931d54bb9e18893e6737d9c
* Open editor deferred to allow column size calculations on init (#19488)Teemu Suo-Anttila2016-02-051-2/+2
| | | | Change-Id: I6c7e8ba462345bad8d6d185b0a3160ae82726f46
* Fix Editor overlay position when footer is displayed on top (#19491)Teemu Suo-Anttila2016-02-052-3/+26
| | | | Change-Id: Ifffe66c8a872fe3625cf8c60115b172610b6e9b5
* Make project Java 8 compatibleArtur Signell2016-02-033-5/+11
| | | | Change-Id: I875e152b8851d7b962be47f369c1f6b483193260
* Specify the license of the documentation in the LICENSE file.Jonatan Kronqvist2016-02-021-1/+10
| | | | | | | Added a mention that the license of the documentation is CC-BY-ND and not Apache 2.0, as the other contents of the repository. Change-Id: If74ac2abbff2d6eea10d0f1f17ef1f1cc60e98d9
* Fix a broken link to cdi-tutorialGrzegorz Solecki2016-02-021-1/+1
| | | | Change-Id: I49c0566a40f0c58a37435ff7b12d0a349849712b
* Added JavaDoc for PropertyIdMatti Tahvonen2016-02-021-0/+33
| | | | Change-Id: I78d14f3936b4a01f1decd079eb4ac4010a5635d2
* Chrome version updatedelmot2016-02-011-1/+1
| | | | Change-Id: I5d8167cb1126858764b9108d31ac4be4cdae98cb
* Make hiding/showing components in grid header/footer work (#19297)Artur Signell2016-01-294-37/+325
| | | | Change-Id: Iebe1135e26f2f6fae98befb7c42e3c0fdb18c13b
* Add missing @since for 7.6.2elmot2016-01-282-3/+3
| | | | Change-Id: I6f33dcdc4785b8e73f768abfe955fba178bd9c76
* Fix GeneratedPropertyContainer with non-Sortable Containers (#19511)Artur Signell2016-01-251-3/+2
| | | | | | | | Adds a missing throw to sort method and fixes getSortableContainerPropertyIds to return an empty collection if not sortable. Change-Id: I5df34234867762ce88e181a10ec015cd0336cd39
* Added source code types to code listingsMarko Grönroos2016-01-251-14/+9
| | | | Change-Id: I2f94f2f1602fe252524016930c7c64ac970b545a
* Fixed formatting in built-in filter types listMarko Grönroos2016-01-251-8/+2
| | | | Change-Id: If69c5a9822a8b07526ffb9e52c2161af4c1093a3
* added sampler links to layout components in documentaitionberndhopp2016-01-2211-2/+50
| | | | Change-Id: I736bfeb7e3d8bf10e08a6058768ea73ff83553bb
* Use the Live Demo icon from under the relative image path.Marko Gronroos2016-01-221-0/+0
| | | | Change-Id: I3b17adc5477cbc74e07ac92ec39692c3a0599ad1
* fix links in to samplerberndhopp2016-01-2223-23/+23
| | | | Change-Id: I9ec68675b211b6ed8b11d44f4857980c1d7643e8
* Add documentation to master branchMarkus Koivisto2016-01-22523-0/+99329
| | | | Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674
* Make Checkbox label send context click events also (#19456)Artur Signell2016-01-223-0/+107
| | | | Change-Id: Ic23a84357e1d0d333905ce6b3931c41ee90148f6
* Fix IE8 DateField and ComboBox buttons in Grid editor cell (#19431)Marlon Richert2016-01-212-2/+8
| | | | Change-Id: I163dc33fd092077f2ec1dc36a33e118f91f5c306
* Do not process click events for disabled optiongroups (#19433)Artur Signell2016-01-212-1/+42
| | | | | | | | This removes the warning logged on the server side when the RPC reaches it for the disabled component. As this is more of a cosmetic change, there is no automatic test. Change-Id: I8bfa83bd0a26c585e1614d821ac3b598294db09d
* Propertly handle null in StringToCollectionConverter (#19481)Artur Signell2016-01-212-0/+22
| | | | Change-Id: I9a01528910c5f9ec830e236fd8acd78dda763f24
* Allow legacy components to paint infinity double values again (#19447)Artur Signell2016-01-214-1/+134
| | | | | | | | | | | | | | | | | JsonPaintTarget.addAttribute(String,double) converts infinity values to { "name": Infinity }. This is not valid JSON but has "always worked" and at least NumberField relies on being able to send infinity values. For state and RPC it's not possible to send 'infinity' as JsonNumber converts those to null. It is not possible to send 'infinity' back to the server using a legacy variable either as also in this case JsonNumber is used and the value becomes null. This fix should be reverted when legacy variable support is removed. Change-Id: I4b5366420e11915236eff447e3eeedc458cf8cea
* Test for selection after container reset (#19469, #19465)Artur Signell2016-01-182-0/+133
| | | | Change-Id: I04ba09bd8396ac46f5df160d982c613961fd43bf
* Remove out of date javadoc (#19454)Artur Signell2016-01-181-6/+0
| | | | Change-Id: If5461521aec2fd2faef0f51d6e0fe724ce3a899e
* Correctly include base theme for font support (#19470)Artur Signell2016-01-142-5/+5
| | | | Change-Id: I2cb5ddd8d2d8421793c258994f3bb930f4488273