summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix null selection to work again (#19787)Artur Signell2016-05-092-7/+24
| | | | | | Reverts the fix for #15181 Change-Id: I9ec45b1c9aad9788559d0de2b086bf5cf4af6b12
* Clarify expand javadoc for GridLayoutArtur Signell2016-05-091-6/+16
| | | | Change-Id: If68e81c7116c9294754167981ea3fb53360501bb
* Add @since for DesignContextHenri Sara2016-05-061-2/+2
| | | | Change-Id: I92fbe5ed5bc8e770b6289b4cfae725f837b8eaef
* Revert "Better default for nullRepresentation (#13221, #12877)"feature/standard-sassIlia Motornyi2016-05-042-48/+1
| | | | | | This reverts commit 85870ccd9f93cebd839d22d2bd63ec817bb90a3d. Change-Id: Ifb9bbac0ee36e71d2251c31b936a12f1f3ea7315
* Revert "Documentation fix for null representation (#13221)"Ilia Motornyi2016-05-041-3/+3
| | | | | | This reverts commit 41e29dd2e32d8ca70bfcec25a1883f7965e53296. Change-Id: I4065d4db8dcc2dc652b171ab0472186bbe40ee17
* Throw IAE in setExpandRatio() if given ratio is less than 0Maciej Przepióra2016-05-031-0/+8
| | | | Change-Id: Ie7f92edea210c54400f6dce38e1376e3c0eae575
* Ensure addItem(null) returns nullArtur Signell2016-05-033-9/+8
| | | | Change-Id: I67823b306e68637b469ed35fad00f6af64e8cc15
* Documentation fix for null representation (#13221)elmot2016-05-021-3/+3
| | | | Change-Id: Ib532fbd9efd587080a75155139ae1a7a219c1003
* Better default for nullRepresentation (#13221, #12877)Matti Tahvonen2016-05-022-1/+48
| | | | Change-Id: Ia4662c79b20ee699b3a9741ffa24c4de6645b775
* Add interface for AppWidgetset (#19770)Markus Koivisto2016-04-295-43/+263
| | | | | | | | | This allows selecting the widgetset name and URL simply by placing a class in the default package if nothing is explicitly give by the user. This can be used e.g. by the Maven plug-in and other build automation tools to automatically generate widgetsets or use one from CDN. Change-Id: If3a7b35e3b25371e08e6d9b504fcda6f66de5119
* Clarify error message for column mismatches (#18323)Leif Åstrand2016-04-281-5/+9
| | | | Change-Id: I94b0819b68dbdda96fb1036e503bf63390a800d7
* Store unknown attributes in DesignContext #19749John Ahlroos2016-04-284-12/+95
| | | | Change-Id: I1e90d422ec716092e6d407b6965902f48eac1646
* Fix PropertyValueGenerator javadocsLeif Åstrand2016-04-281-4/+6
| | | | Change-Id: I8a6bc3b5807f78f459cc9f9e2f02a55835370d7f
* Move checkstyles plugin to actual moduleselmot2016-04-271-0/+13
| | | | Change-Id: I2d87a1aeba8ffc8cc15909c32a0c9d10b3ada9a7
* Move compiled themes out from resourcesTeemu Suo-Anttila2016-04-271-1/+1
| | | | Change-Id: Id5cc38c717cd43f8e524db330c205958c8db1e31
* Merge remote-tracking branch 'origin/master' into feature/mavenizeTeemu Suo-Anttila2016-04-217-9/+35
|\ | | | | | | Change-Id: I1c55d6158caf32b796a9ad0d9e8df5392812e9a6
| * Merge remote-tracking branch 'origin/feature/appwidgetset'Teemu Suo-Anttila2016-04-202-5/+21
| |\ | | | | | | | | | Change-Id: I2136f2790d780e762736334145b0addaf2194d11
| | * Allow system properties to override app properties (#19683)Henri Sara2016-03-161-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables e.g. overriding the productionMode setting on a server with -DproductionMode=true. This change also allows the use of system properties prefixed with "vaadin." or the full package name of the actual servlet class. Change-Id: I196ae71f9d88222f98fe360add3e7038914b79d6
| | * Add a default widgetset to look for in the project (#19675)Teemu Suo-Anttila2016-03-141-1/+11
| | | | | | | | | | | | Change-Id: I39c303885b5712476780cb8fb7814763610eab47
| * | Ensure getItemProperty returns null for unknown property ids (#7103)Artur Signell2016-04-202-0/+8
| | | | | | | | | Change-Id: I77e826f81f2469badf35462ba40f0e8d73e48245
| * | Change @since from 7.6.5 to 7.7 - new API is not released in maintenance releaseelmot2016-04-152-4/+4
| | | | | | | | | | | | Change-Id: Ia8cec8bb9d4bd89d8f0609df19dedcc10ab46bdd
| * | Add javadoc and @since for new APIelmot2016-04-151-0/+2
| | | | | | | | | | | | | | | Change-Id: I5c6be2ae0fdaff8b6b6169d6a1110ae824472532 (cherry picked from commit 97741f4545e5f246e7b1af01270abc832b9cf3ab)
| * | Add missing @since for 7.6.5elmot2016-04-142-4/+4
| | | | | | | | | | | | Change-Id: I985f85e51ea3522d534ae24517eac534012485ab
* | | Merge branch 'master' into feature/mavenizeelmot2016-04-1323-114/+415
|\| | | | | | | | | | | Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
| * | Prevent closing of uncloseable Window on esc (#19700)Teemu Pöntelin2016-04-111-1/+3
| | | | | | | | | | | | Change-Id: I4d67cd84c6f4179da6d6fea6b881e8ccd65e70d9
| * | Documentation for container switch limitations (#18323)elmot2016-04-111-2/+7
| | | | | | | | | | | | Change-Id: If6fa13c84c8afb5caaf2d46ac283f704baf88695
| * | Fix ClassPathExplorer widgetset source directory lookup (#19694)Teemu Suo-Anttila2016-03-232-12/+37
| |/ | | | | | | Change-Id: I2daf32e0c49501ef3807fd694a641491b26d46bd
| * Update @since tags for 7.6.4 and related javadocHenri Sara2016-03-081-2/+2
| | | | | | | | Change-Id: Ia548da265c4cdfae13c6f0f76939f767ccf60975
| * Try to detect Liferay 7 requests correctly (#19645)Artur Signell2016-03-081-5/+22
| | | | | | | | Change-Id: I5bc616b216e3ecadc76b8f0ef542e74eb4493bda
| * Make it possible to intercept RPC calls without copy/pasteArtur Signell2016-03-052-33/+78
| | | | | | | | Change-Id: I50c2e4a95b492a42c4291e8dcbede3de87f1be6f
| * Don't set null value for unmapped client side keys. (#15181)Sauli Tähkäpää2016-03-051-6/+9
| | | | | | | | Change-Id: Icff63665d6cbef5a5dfd07c64a4535f6bf55de08
| * Omit timings in production mode (#19644)Henri Sara2016-03-011-3/+6
| | | | | | | | | | | | | | | | * UIDL responses only include server side timing information when not in production mode. * Update documentation accordingly. Change-Id: I961d1fdc96b3d04f22254fcd13a5412f17118b42
| * Fix DragAndDropWrapper update after file upload (#19616)maxschuster2016-03-011-0/+10
| | | | | | | | | | | | | | | | | | | | | | After a file has been uploaded VDragAndDropWrapper tries to pull changes from the server by calling ApplicationConnection.sendPendingVariableChanges() which has no effect. This change replaces the ApplicationConnection.sendPendingVariableChanges() call with an RPC. Change-Id: Ibdf7f4d702add9507dbe54c1fdb402f0f4b19d19
| * Use @Inherited for annotations that have inherited semantic (#12351).Denis Anisimov2016-02-298-9/+150
| | | | | | | | Change-Id: I70f0d79095bfd05b83905df6a3eedd1a5e93b48e
| * MarginInfo CTOR with two booleans: vertical, horizontal (#14113).Denis Anisimov2016-02-291-1/+1
| | | | | | | | Change-Id: Iad15b95abeb24e7dd1e06b1d9f70844cb061cb49
| * Read GridLayout component alignments from declarative files (#19536)Artur Signell2016-02-294-42/+92
| | | | | | | | Change-Id: I04524b71f6cdc2a31cb87958c30b6f698789511c
* | Move organization, license and SCM to parent POMHenri Sara2016-04-131-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | This change also cleans up some redundant POM metaadata. Even though Maven documentation does not list it, also the organization section is inherited to the effective POM. pom-template.xml is still in the project for a longer description and a repositories section until publishing to staging is cleaned up. Change-Id: I76b71aec1d2812e2f9ef321c3b4131c613a29cb7
* | Add fail tolerant javadoc compilation to release profileTeemu Suo-Anttila2016-04-118-0/+0
| | | | | | | | Change-Id: Ie01ced69a0b07afc336817d2c5c1e69e2b7e118f
* | Generate sources with release profileTeemu Suo-Anttila2016-04-111-6/+2
| | | | | | | | | | | | | | | | | | This patch refactors how unpacking of dependencies is handled. It now uses a more generic configuration on top level as well as updates the phase where the extraction happens. This way the source plugin configuration remains small Change-Id: I952ec84e05eac255f8b44044baceba37e07737c5
* | Remove most Ivy filesHenri Sara2016-04-021-79/+0
| | | | | | | | | | | | | | | | | | | | Consolidate Ivy dependencies for Eclipse and ide.xml in one location and remove redundant ivy.xml files. This also fixes some theme and resource paths in ide.xml but does not fully fix test theme compilation. Change-Id: If44c73d7f85d02ebef379aa306e6e284fe7446c1
* | Fix server test RemoveFromParentLockingTestelmot2016-04-011-4/+9
| | | | | | | | Change-Id: Ib3af43a1b6945db00194775fbb2a91b4b495ee9b
* | Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-291-1/+1
| | | | | | | | Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
* | Clean up plugin versions for maven buildTeemu Suo-Anttila2016-03-231-4/+0
| | | | | | | | Change-Id: I984423abafde267a0da99e9aba4a3227fb6ddc17
* | Fix DesignFormatterTest for Winelmot2016-03-231-1/+1
| | | | | | | | Change-Id: Iefa9f9715c51e3b94b7a4df33ea7c0c166cf29d6
* | Add @Test annotations, rename test classesTeemu Suo-Anttila2016-03-17137-519/+1262
| | | | | | | | Change-Id: Iac29db81c0c7ff425da73e7ae3d69eadabf5de77
* | Extract version numbers to properties in root pom.xmlTeemu Suo-Anttila2016-03-151-18/+18
| | | | | | | | Change-Id: I6c9367022eb66ed0fc6cbcc071751a53bd9786a1
* | Introduce root pom.xml to ease building with mavenTeemu Suo-Anttila2016-03-151-15/+3
| | | | | | | | Change-Id: Ib1252575da642074441818fda0f3946df300aa64
* | Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-14954-194/+768
| | | | | | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* | Migrate vaadin-shared build to mavenTeemu Suo-Anttila2016-03-101-1/+1
| | | | | | | | Change-Id: I4ddc5050874faeb091740ac5ab4f9cafecf5696b
* | Use Maven to build vaadin-pushHenri Sara2016-02-291-1/+1
|/ | | | Change-Id: I244182abfe3b72c59786b520eafb663b5c1e5918