summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* Make tests pass in any timezone (#19813)Marco Collovati2016-05-262-9/+15
* Make tests pass in any timezoneJoonas Lehtinen2016-05-203-5/+13
* Load CustomLayout templates like other theme resources (#8578)Artur Signell2016-05-204-26/+51
* Throw exception early on null itemId (#16541)vilo2016-05-201-0/+3
* Ensure ContainerOrderedWrapper returns itemIds in expected orderArtur Signell2016-05-192-5/+17
* Remove shortcut listener from subclasses of AbstractComponent (#16498).Edoardo Vacchi2016-05-171-3/+1
* Change GridLayout to no longer be a legacy componentArtur Signell2016-05-161-19/+1
* Eliminate rounding errors for GridLayout expand ratios (#19797)Artur Signell2016-05-161-33/+13
* Fix typo in VariableOwner error messageLeif Åstrand2016-05-161-8/+8
* Remove guava URL encode dependencyMarkus Koivisto2016-05-112-3/+11
* Eliminate most server-side Guava useHenri Sara2016-05-114-30/+105
* Update to Atmosphere 2.2.9.vaadin2 (#19742)Artur Signell2016-05-111-3/+2
* Fix UIProvider backwards compatibility with AppWidgetsetTeemu Suo-Anttila2016-05-112-7/+29
* Fix comment for AttachListener interface (#19792)7.7.0.alpha2Anton Yegorov2016-05-101-1/+1
* Fix null selection to work again (#19787)Artur Signell2016-05-092-7/+24
* Clarify expand javadoc for GridLayoutArtur Signell2016-05-091-6/+16
* Add @since for DesignContextHenri Sara2016-05-061-2/+2
* Revert "Better default for nullRepresentation (#13221, #12877)"feature/standard-sassIlia Motornyi2016-05-042-48/+1
* Revert "Documentation fix for null representation (#13221)"Ilia Motornyi2016-05-041-3/+3
* Throw IAE in setExpandRatio() if given ratio is less than 0Maciej Przepióra2016-05-031-0/+8
* Ensure addItem(null) returns nullArtur Signell2016-05-033-9/+8
* Documentation fix for null representation (#13221)elmot2016-05-021-3/+3
* Better default for nullRepresentation (#13221, #12877)Matti Tahvonen2016-05-022-1/+48
* Add interface for AppWidgetset (#19770)Markus Koivisto2016-04-295-43/+263
* Clarify error message for column mismatches (#18323)Leif Åstrand2016-04-281-5/+9
* Store unknown attributes in DesignContext #19749John Ahlroos2016-04-284-12/+95
* Fix PropertyValueGenerator javadocsLeif Åstrand2016-04-281-4/+6
* Move checkstyles plugin to actual moduleselmot2016-04-271-0/+13
* Move compiled themes out from resourcesTeemu Suo-Anttila2016-04-271-1/+1
* Merge remote-tracking branch 'origin/master' into feature/mavenizeTeemu Suo-Anttila2016-04-217-9/+35
|\
| * Merge remote-tracking branch 'origin/feature/appwidgetset'Teemu Suo-Anttila2016-04-202-5/+21
| |\
| | * Allow system properties to override app properties (#19683)Henri Sara2016-03-161-4/+10
| | * Add a default widgetset to look for in the project (#19675)Teemu Suo-Anttila2016-03-141-1/+11
| * | Ensure getItemProperty returns null for unknown property ids (#7103)Artur Signell2016-04-202-0/+8
| * | Change @since from 7.6.5 to 7.7 - new API is not released in maintenance releaseelmot2016-04-152-4/+4
| * | Add javadoc and @since for new APIelmot2016-04-151-0/+2
| * | Add missing @since for 7.6.5elmot2016-04-142-4/+4
* | | Merge branch 'master' into feature/mavenizeelmot2016-04-1323-114/+415
|\| |
| * | Prevent closing of uncloseable Window on esc (#19700)Teemu Pöntelin2016-04-111-1/+3
| * | Documentation for container switch limitations (#18323)elmot2016-04-111-2/+7
| * | Fix ClassPathExplorer widgetset source directory lookup (#19694)Teemu Suo-Anttila2016-03-232-12/+37
| |/
| * Update @since tags for 7.6.4 and related javadocHenri Sara2016-03-081-2/+2
| * Try to detect Liferay 7 requests correctly (#19645)Artur Signell2016-03-081-5/+22
| * Make it possible to intercept RPC calls without copy/pasteArtur Signell2016-03-052-33/+78
| * Don't set null value for unmapped client side keys. (#15181)Sauli Tähkäpää2016-03-051-6/+9
| * Omit timings in production mode (#19644)Henri Sara2016-03-011-3/+6
| * Fix DragAndDropWrapper update after file upload (#19616)maxschuster2016-03-011-0/+10
| * Use @Inherited for annotations that have inherited semantic (#12351).Denis Anisimov2016-02-298-9/+150
| * MarginInfo CTOR with two booleans: vertical, horizontal (#14113).Denis Anisimov2016-02-291-1/+1
| * Read GridLayout component alignments from declarative files (#19536)Artur Signell2016-02-294-42/+92