| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
vaadin-sass-compiler depends on an older version of cssparser than the
one used in client-compiler. This change overrides all sass-compiler
provided cssparser deps with the newer version.
Change-Id: I06d2b957d66dd3abbef161ae2643eec0cdf7e13a
|
|
|
|
|
|
| |
Adds a commons-io.version property to the build.properties file
Change-Id: I57a72f8841846d77ba73d567bd9bc3c8415b243c
|
|
|
| |
Change-Id: I8ea2b781fab42458bf55a751c1229e391365e965
|
|
|
|
| |
Change-Id: Ie449489f3c9222bbe4a4221841c4ebc20693f969
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Moves CompileTheme from the theme-compiler to buildhelpers
* Refactors CompileTheme to get the Vaadin version on the command line
instead of using the Version class found in vaadin-shared
* Refactors build scripts to pass the version number on the command line
when running CompileTheme
* Removes the theme-compiler module/project/whatchamacallit
* Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0
from maven
Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
|
|
|
| |
Change-Id: I387ae1bbc960acd5a5a588b38c6791a9c9a90690
|
|
|
|
| |
Change-Id: I49411e6893f3adc1c41cc690aca35cd919769625
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
8245079 Decrease the websocket buffer size due to a Jetty 9.1 issue (#13087)
ea8f381 Show the widgetset name to more easily spot misconfigurations
797ebdf Allow user to override Atmosphere init params set by Vaadin (#13088)
65c2f2b Properly remove shadow event listeners to prevent IE8 memory leak (#13129)
e9a547a Fixed spelling mistake in log message.
0b95f8d Moved selection of selected rows in TableConnector to occur after the new rows are created (#13008)
0579fba Upload control with empty selection (#9602)
db4dba4 Ensure event listener is a widget before casting #13130
5e8e866 Changes padding for Textfields with Chameleon theme. (#12974)
171e68d Only use ClientRcp and ServerRpc types that are interfaces (#13056)
e41a2ce Add helper for adding multiple components to AbstractTestUI
407bdb3 Ignores scroll events while update from server is in progress (#11454)
Change-Id: I5d21b4071165b02da0f53bd055fb1c64e90cae5b
|
| |
| |
| |
| | |
Change-Id: I73b062628052ec545d5f53314a0cc479806ee89d
|
| |
| |
| |
| | |
Change-Id: I06d1343dc25598e45c7a960c36fee2ef4869b651
|
| |
| |
| |
| | |
Change-Id: I3036cb357a144edee56ec37870c9632b0cd90565
|
| |
| |
| |
| | |
Change-Id: Id3837571a0fac020819c83e2bae17eda8ca51267
|
| |
| |
| |
| |
| |
| |
| | |
nekohtml 1.9.15 -> 1.9.19, now directly from Maven central
xerces 2.9.1 -> 2.11.0, now directly from Maven central
Change-Id: I7b9acd066f73ea546d46ce88065496c628ad5799
|
| |
| |
| |
| |
| |
| |
| |
| | |
httpclient 4.1.2 -> 4.3.1, now directly from Maven central
httpcore 4.1.2 -> 4.3, now directly from Maven central
httpmime 4.1.2 -> 4.3.1, now directly from Maven central
Change-Id: I0056993edc1e14262da7697ed550b70cc2ed79c9
|
|/
|
|
|
|
|
|
|
|
|
| |
cssparser 0.9.5 -> 0.9.11
jetty 6.1.11 -> 8.1.12.v20130726
commons-codec 1.3 -> 1.8
commons-logging 1.1.1 -> 1.1.3
commons-io 2.2 -> 2.4
commons-lang 2.6 -> 3.1
Change-Id: Ie5f1b7d1c0b2e31533806640d9a5236e76787d2e
|
|
|
|
| |
Change-Id: Ifb1393e7e5c5c1002b924223957767b3e584d5ab
|
|
|
|
| |
Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
|
|
|
|
| |
Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
|
|
|
|
| |
Change-Id: I1c98c353314197047265d26a0464ab7cc9c79520
|
|
|
|
| |
Change-Id: I1091de12737e242129cd8fb62daba9e2273e67ff
|
|
|
|
| |
Change-Id: I81f453d6a74a0a47c7007e0bfe20c72b866134c7
|
|
|
|
| |
Change-Id: Ia134929a67328e2a759028b2ee5b64206dc78883
|
|
|
|
| |
Change-Id: I3737a94f076917cd896bd90e2936a5b752ccd801
|
|
|
|
| |
Change-Id: I3edc50f73635f4529fb25dec1466b8f1d5f5cba6
|
|
|
|
| |
Change-Id: I362ee3e84b81c76e193aec2067d4d9f0b6558f7f
|
|
|
|
| |
Change-Id: I9c2e6f426d65095631e392780733c408f66474a7
|
|
|
| |
Change-Id: I3038b97d9a7c7e144a325ce87aa849309b9b31c4
|
|
|
|
| |
Change-Id: I4b3c74ede518aa2712038d1451974a93cdecabc2
|
|
|
|
|
|
| |
classpath #11390
Change-Id: Ifcdb5c3b267cdf90ca9b981dccef3de6f9481ced
|
|
|
|
|
|
|
| |
The "test" target runs all tests which do not require additional servers or setup. Can be run immediately after cloning the project.
The "test-all" target runs also integration tests and UI tests which require access to servers or additional setup.
Change-Id: I2f5371dc5be805ba12766c8187a2b58fbc7f7db4
|
|\
| |
| |
| | |
Change-Id: Ifdc095169c31731cb013727f14d92839ecc775db
|
| |
| |
| |
| | |
Change-Id: Icc807cc2eb391fb0118800383fc93d1e23b04570
|
|\|
| |
| |
| | |
Change-Id: Id48ccb3c400a78cddb8bb5c7bbcf2d65174e59d0
|
| |
| |
| |
| | |
Change-Id: I2b097ed67d59260390cd939b2f2d844548b5fced
|
| |
| |
| |
| | |
Change-Id: I9aa90a523c16b7974c39fbe014140ba5fe64cd5e
|
|/
|
|
| |
Change-Id: I186df2c8d4e51fc0e58892113278583ec37582c5
|
|
|
|
| |
Change-Id: I99928a614cf220b79f107e45eb02dc3de8333db1
|
|
|
|
| |
Change-Id: I98d09a1a9c1855e3385b6d48950a45c0388ba0bb
|
|
|
|
|
|
|
|
| |
* Validates that all java files contains a license file and fails the build if a license is missing
* For now runs a lot of checks with a severity less than error to avoid failing the build
* Outputs test results to TeamCity for reporting
Change-Id: I24ca9cd0646a4bc530ef3a183eef1bc4addc555d
|
|
|
|
| |
Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
|
|
|
|
|
|
| |
exception is thrown during linking (#10594)
Change-Id: I6c29b5c08722f5a90095d76c93be3ec949c15c9d
|
|
|
|
|
|
| |
folder (#10593)
Change-Id: Ice5ed6f3d83fdc200201cd329089ed95b4e6744b
|
|
|
|
|
|
|
|
| |
* Generate parameter types based on RPC interface instead of defining
interface
* Don't try to find parameter types for JavaScript RPC invocations
Change-Id: I0e61e74f57dd34665c8befe826aa2759aeb01b54
|
|
|
|
|
|
|
|
|
| |
* ServerRpc encoding uses type data from the interface
* Beans encoded on the server use reflection based on declared type
* Remove row numbers to enable adding test without changing old indices
* Update test to send non-primitive map values
Change-Id: I0462b547cb7de252564b3569420b0b24cee4515f
|
|
|
|
|
|
|
|
|
|
| |
Code cleanup
Delete temporary files
Does not send mixin files to the compiler
Ticket #10202
Change-Id: I961688720c3cad943aa169ea0ef1ece566e908a7
|
|\
| |
| |
| | |
#10202 Originally by Michael Vogt (+ added log message, moved)"
|
| |
| |
| |
| |
| |
| | |
Originally by Michael Vogt (+ added log message, moved)
Change-Id: I565207b4fa5223f470e1e5bbdc196d4c343a8142
|
|/
|
|
|
|
|
| |
This change should be used together with related changes to the
Eclipse plug-in which uses the class.
Change-Id: I5419b6e7195982b17e599dbb102a8b1766c1d7e0
|
|
|
|
| |
Change-Id: Ib7f03f1d5dbd66bc5478cf424664e89672069c8d
|
|
|
|
| |
Change-Id: I25c1494d29d20c89dc9c259995ed4b87067e859b
|