aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Build vaadin-all with mavenTeemu Suo-Anttila2016-03-3135-316/+298
| | | | Change-Id: I87aef5ee0b35ff8746a182192706f236afaef32d
* Fix build/ide.xml classpathTeemu Suo-Anttila2016-03-311-2/+3
| | | | Change-Id: Id7fcb8e84ba0bf0f8863216f961845b9cefeb9f2
* Remove widgets/ivy.xml from classpathTeemu Suo-Anttila2016-03-301-1/+0
| | | | Change-Id: I58b7ea71d3f8590159a27651e8879668dfab8237
* Build Liferay with mavenelmot2016-03-307-107/+153
| | | | Change-Id: I8f95dc9636c450125cf7401bee1824b2ef186454
* Filter valo/shared/_global.scss theme fileTeemu Suo-Anttila2016-03-302-1/+3
| | | | Change-Id: Icc1e1a0c8482117f38d5e1110a65580fb26d49ba
* Use newer version of maven plugin to support theme compressionTeemu Suo-Anttila2016-03-301-1/+9
| | | | Change-Id: Id876c89b1f1a6498997ef22c0c99d45f11e60c13
* Headless GWT compilation.elmot2016-03-301-1/+1
| | | | | | | GWT compiler is launched as a separate java process, and it's better to implicitly start headless execution Change-Id: Ied4e8da5e0c2edc436e4b25602bf8e5aefd15f23
* Build widgets with mavenelmot2016-03-309-186/+261
| | | | Change-Id: I4ffe710a330e863737561d1c9d2e6f46c3d32c95
* Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-291102-142/+257
| | | | Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
* Remove generated Import-Package from vaadin-client MANIFEST.MFTeemu Suo-Anttila2016-03-271-0/+1
| | | | Change-Id: If2f8a95917f92501920d8aaa332899b0cb36d996
* Build vaadin-client-compiled with mavenTeemu Suo-Anttila2016-03-277-153/+185
| | | | Change-Id: I91ef39fec1244fdeff1ee269be39ae7800a495b3
* Build vaadin-buildhelpers with mavenTeemu Suo-Anttila2016-03-2443-214/+4891
| | | | Change-Id: I1b67fdc7d32d57f98bca78dba4fa190950b94507
* Clean up plugin versions for maven buildTeemu Suo-Anttila2016-03-236-217/+249
| | | | Change-Id: I984423abafde267a0da99e9aba4a3227fb6ddc17
* 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