]>
source.dussan.org Git - vaadin-framework.git/log
pag [Sat, 10 Oct 2015 15:05:37 +0000 (17:05 +0200)]
VTree$TreeNode avoid NPE triggered by external ONLOAD events (#18563)
If an ONLOAD event fires but the target is not the icon, an NPE
occurs. The isCaptionElement method has already used the check
against null before any call happens on the icon which logic is
enough for the onBrowserEvent check as well.
Change-Id: I64de45a07f50f113dcfcb4556f0d8adeea9e1b1b
Dmitrij Abolichin [Thu, 8 Oct 2015 22:21:44 +0000 (01:21 +0300)]
Fix replacing of currently selected Tab (#14252)
Change-Id: I49a86d2fceac233fdfd9e31d8ade519b9f8460b6
Leif Åstrand [Tue, 6 Oct 2015 05:57:20 +0000 (08:57 +0300)]
Fix session wrap class javadocs
Change-Id: I962facc5395990751821d11966300a7c2e89dc3d
Henri Sara [Tue, 27 Oct 2015 13:17:09 +0000 (15:17 +0200)]
Update Chrome version string
Change-Id: I9736e528d4812a613ffa934c476d3b69ccefd631
Sauli Tähkäpää [Fri, 28 Aug 2015 10:36:01 +0000 (13:36 +0300)]
Support caption fetching for HTML and Widget headers. (#18528)
Change-Id: Idad2cbbb6b138258ff6428e7ecc3d922ef99c675
mtzukanov [Thu, 22 Oct 2015 10:52:39 +0000 (13:52 +0300)]
Fixes column header drop indicator (#18925)
Calculation of the frozen column width was wrong in multiselect mode.
It did not take into account the last frozen column, but added
the select column twice.
The same problem was in AutoScroller (as the same methods were
copy-pasted there), for which reason the autoscrolling was not
scrolling till the end.
This patch fixes the calculation error and removes copy-pasted code,
reusing the same code in both places.
Change-Id: I164e2fc96688088b620ad8785c533c593723f83e
pag [Sat, 10 Oct 2015 17:17:50 +0000 (19:17 +0200)]
Null pointer Exception in Slot.onBrowserEvent (#16587)
Change-Id: I60f68cf7a9e61980809af253bb4f4a0ab92f1230
Leif Åstrand [Mon, 2 Nov 2015 10:32:38 +0000 (10:32 +0000)]
Fix javadoc typos
Change-Id: I9c8a3f3f4cfa375db8825019f3cd80a043424d88
Leif Åstrand [Mon, 26 Oct 2015 16:13:54 +0000 (16:13 +0000)]
Mention quirks with JavaScript "this" in AbstractJavaScript* javadocs
Change-Id: I512b861c65f8c0f6c6e8f684cb933cbcc20cdb99
Artur Signell [Wed, 2 Sep 2015 17:45:30 +0000 (20:45 +0300)]
Render null header caption as empty (#18553)
Change-Id: Iaeba81c7e40d4be5f16e74fa8bcf8c86c53a7d3d
Teemu Suo-Anttila [Tue, 13 Oct 2015 13:57:28 +0000 (16:57 +0300)]
Remove call to setEnabled in Grid Sidebar constructor (#19126)
Change-Id: Iaa69e6b59281f7d6b9d1cf00b3de746243a700cf
Teemu Suo-Anttila [Fri, 9 Oct 2015 08:35:01 +0000 (11:35 +0300)]
Fix stack overflows in ListDataSource ListWrapper (#19104)
Change-Id: Ie04e673fcdb3ce0f63b07158b5cd9f128ea9c30e
Artur Signell [Tue, 6 Oct 2015 15:50:36 +0000 (18:50 +0300)]
Fix test failure in IE10/IE11/Chrome
Change-Id: Ifffdab18b6839a631acfd4bf8c2de5be97737f11
Dmitrij Abolichin [Fri, 2 Oct 2015 21:38:31 +0000 (00:38 +0300)]
Fix adding to same parent, component shouldn't be removed (#16568)
Change-Id: I7037366e1f1aaaafb7417e20584086f488ace54f
Artur Signell [Tue, 6 Oct 2015 12:18:26 +0000 (15:18 +0300)]
Fix javadoc
Change-Id: I9eef477a77f0677b198b582d8e26e6a47b072aba
Teemu Suo-Anttila [Tue, 6 Oct 2015 10:13:14 +0000 (13:13 +0300)]
Add sampler to BuildDemos, support specifying branch for demo
New way to add a built demo with specified branch uses a tuple with
the format ("URL", "branch"). The given branch will be used when
cloning the demo. Default branch is master and is used if no branch
is provided.
Change-Id: I7b94f50045731a35ef6005e8fba160cfe0be4852
Artur Signell [Wed, 30 Sep 2015 14:05:24 +0000 (17:05 +0300)]
Properly cleanup stream variables if DragAndDropWrapper is detached (#14882)
If DragAndDropWrapper is removed from the UI for whatever reason before cleanup
happens, the UI can no longer be found through it. If we do not do cleanup, we
leave a reference hanging forever in ConnectorTracker.
Change-Id: Ia445dafda7fdfaab9617bdfa9b48bfdbe5289241
Artur Signell [Thu, 1 Oct 2015 18:05:29 +0000 (21:05 +0300)]
Do not use getters/setters when mapping designer fields (#17388)
Change-Id: Id64193a109667286127038eb1c9dfd47697247be
Teemu Pöntelin [Sun, 27 Sep 2015 15:10:30 +0000 (18:10 +0300)]
Close calendar popup when DateField is detached (#18985)
Change-Id: Ib04b7356577dd5027cd9daac351f49a1a1e23f1d
Sauli Tähkäpää [Wed, 26 Aug 2015 20:33:49 +0000 (23:33 +0300)]
Set opacity for disabled Grid in Valo. (#18661)
Change-Id: Ic1e1cecf01aab54d00d1215591514bd07b941754
John Ahlroos [Thu, 10 Sep 2015 11:09:32 +0000 (14:09 +0300)]
Parse readonly values for AbstractFields correctly (#18850)
Change-Id: I1128ec0bda9b0fdad721f084c1e78cfe78e984f2
Henri Sara [Sun, 4 Oct 2015 08:12:12 +0000 (11:12 +0300)]
Add @since for 7.5.7 changes
Change-Id: I661918af08299953e3caf5e51def0afbad809dd4
Markus Koivisto [Wed, 30 Sep 2015 13:22:11 +0000 (16:22 +0300)]
Revert "Parse readonly values for AbstractFields correctly #18850"
This reverts commit
5e9209421ce92e16531299c8c4be5fdd412bb513 .
Artur Signell [Thu, 24 Sep 2015 19:29:19 +0000 (22:29 +0300)]
Skip checking unknown properties for @NoLayout on client side (#18334)
Change-Id: Ic03b419b8c10d5d7010c3d10479883149445fe40
Artur Signell [Tue, 1 Sep 2015 18:45:50 +0000 (21:45 +0300)]
Fix resetting of top or left alignment in GridLayout (#18660)
Change-Id: I12b4d792f4d7cc7e3340d5566fda55f0cb23cbd0
Matti Tahvonen [Thu, 24 Sep 2015 20:10:33 +0000 (23:10 +0300)]
Use a suitable z-index for valo-menuitems overlay (#18869)
The floating menu should have a high z-index not to be below components that
use z-index, still below floating vaadin elements like windows, notifications and tooltips.
Change-Id: I0ae5d2612ba50ca703f2e604891a25db4bc1d75a
John Ahlroos [Thu, 10 Sep 2015 11:09:32 +0000 (14:09 +0300)]
Parse readonly values for AbstractFields correctly #18850
Change-Id: I6f7d8731d185fe1c88e861435a401d887b2defbe
Leif Åstrand [Thu, 24 Sep 2015 16:43:06 +0000 (19:43 +0300)]
Hide global "define" from push scripts (#18999)
Change-Id: Iab7747ba8c4770a70e098ea88657ffea14387743
Henri Sara [Wed, 30 Sep 2015 08:29:45 +0000 (11:29 +0300)]
Support declarative prefix "vaadin-" (#18957)
This is a backport of
1011cff7e8139cd1b7138b2e538264c755c7482f
with the old default ("v-").
Change-Id: Idafc3a071aeec6d4214e867cc5cd984ae535cb62
Henri Sara [Wed, 30 Sep 2015 08:44:10 +0000 (11:44 +0300)]
Fix declarative test for 7.5
Change-Id: I4a610673b165ab23e9b49ae6926d1ef023130a18
Henri Sara [Wed, 30 Sep 2015 07:58:01 +0000 (10:58 +0300)]
Revert "Correctly round tr width in Escalator (#18820)"
This reverts commit
179a3c8c1c37976b6c14fe252a07b9a7e2f32dd0 .
Change-Id: Ia33a6704db4bad8a1a8ef0dc55719e2f8164c827
Markus Koivisto [Wed, 30 Sep 2015 07:26:05 +0000 (10:26 +0300)]
Revert "Adds support for defining the URL to use for push requests (#18989)"
This reverts commit
ca3c460cbd6edb801f7919d046a3323f5f8babf1 .
Leif Åstrand [Thu, 24 Sep 2015 08:19:28 +0000 (11:19 +0300)]
Update AJS?.callFunction javadoc to reflect reality (#18990)
Change-Id: Ie53b535a2ae3c0e0ff5bb4b0516364c8817456d3
Artur Signell [Thu, 5 Feb 2015 23:35:31 +0000 (01:35 +0200)]
Correctly round tr width in Escalator (#18820)
* screenshot based tests for all themes for various features in Grid
Change-Id: Id44f319b517fdfa419b70d30a9f8d4bd5e82fa63
Artur Signell [Thu, 24 Sep 2015 07:20:29 +0000 (10:20 +0300)]
Adds support for defining the URL to use for push requests (#18989)
Change-Id: I12afaf7e5c5c385f3a19c7dab60f044d8721e082
Marc Englund [Tue, 22 Sep 2015 06:37:36 +0000 (09:37 +0300)]
Removes .v-ui wrapping from valo-menu-responsive for (#18961)
Removing .v-ui wrapping makes valo-menu-responsive usable anywhere
on the page (not just top-level).
Change-Id: I5551cb29677ae53be453fc29d0295ebb2dcbf241
Maciej Przepióra [Wed, 16 Sep 2015 08:48:31 +0000 (10:48 +0200)]
Support HTML entities when reading/writing declarative format #18882
Change-Id: I08099673c5dd0d688d3243e5fd169edb05f046f3
Maciej Przepióra [Mon, 21 Sep 2015 09:05:32 +0000 (11:05 +0200)]
Write all empty cells for empty GridLayout in declarative #18805
Change-Id: I589ba0dbb4aea7578f85894046e99903d9202e37
Denis Anisimov [Fri, 11 Sep 2015 16:59:54 +0000 (19:59 +0300)]
Always use charset for String.getBytes() method (#18863).
Change-Id: I15ce5a7922aebffc1a05ac55663033f7e5134d0c
Artur Signell [Sun, 20 Sep 2015 16:11:01 +0000 (19:11 +0300)]
Use correct state class for split panels (#18942)
Change-Id: I91980343c0e8f3f35abb26411f57d2303b286cce
Teemu Suo-Anttila [Thu, 17 Sep 2015 08:50:14 +0000 (11:50 +0300)]
Fix Sidebar isOpen to not throw an exception (#18918)
Change-Id: I4a60e5a4d8939f996d72fe2234ea945e6afb5542
Teemu Suo-Anttila [Mon, 14 Sep 2015 07:37:44 +0000 (10:37 +0300)]
Add command line parameter for ignoring demos
Change-Id: I84850404ba772ff4dceb1f00f5ddc275fe6f915d
Teemu Suo-Anttila [Wed, 2 Sep 2015 13:56:08 +0000 (16:56 +0300)]
Fix Escalator onResize to layout Finally instead of Deferred (#18751)
This patch also corrects a possible issue with calculating columns when
it is not attached.
Change-Id: I616eb0f6d060991d9f461b7e2b1e3f7f30fbd122
Manolo Carrasco [Tue, 15 Sep 2015 22:50:50 +0000 (00:50 +0200)]
Grid: allow zooming in touch devices.
- Since grid was not cancelling scrolling when multiple touches,
zooming was not working, this patch fixes "zoom trap".
- Prevent default when moving the scroll in touch devices to avoid
parent scrolling
Change-Id: I47856ef20bc835bb2b310b45f6d2749e950e8e7a
Mika Murtojarvi [Tue, 15 Sep 2015 10:44:33 +0000 (13:44 +0300)]
Update @since tags to 7.5.6.
Change-Id: Ie6cf2f819a167604b894b3b4c390e244867c2be9
Artur Signell [Sun, 12 Jul 2015 17:11:41 +0000 (20:11 +0300)]
Backport fix for #16992 to Vaadin 7.5.
Change-Id: I4899aac895f061cffffaccc5b0e33f92bada28b0
Sauli Tähkäpää [Mon, 31 Aug 2015 19:51:19 +0000 (22:51 +0300)]
Disable sidebar button when grid is disabled. (#18696)
Change-Id: If334cebd85fcfe9b368b1b360181abaadd5cb4ef
Artur Signell [Thu, 10 Sep 2015 07:28:15 +0000 (10:28 +0300)]
Chrome 45
Change-Id: Ifb5c3fb54d7cff188b775b74c36d887efa41c853
Leif Åstrand [Wed, 9 Sep 2015 11:22:47 +0000 (14:22 +0300)]
Implement ItemStyleGenerators for ComboBox (#9276)
Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
Teemu Suo-Anttila [Tue, 8 Sep 2015 14:36:57 +0000 (17:36 +0300)]
Fix Editor selection checkbox handling to be more specific (#18818)
Change-Id: Ic33572d3cd9e6117dc133bbfe26bc707c4b84f21
Artur Signell [Tue, 8 Sep 2015 18:00:28 +0000 (21:00 +0300)]
Don't use proxy port blocked by Firefox
Change-Id: I32d09c17ecbc65442305bb9e6853ff19b6dcfda4
Leif Åstrand [Tue, 7 Jul 2015 18:49:45 +0000 (21:49 +0300)]
Make it possible to avoid select caption conversion (#16845)
Change-Id: If88b7cf6298a24cfad3c936a1af566ed919ec0e7
Artur Signell [Mon, 7 Sep 2015 11:24:36 +0000 (14:24 +0300)]
Make test work correctly with resynchronize
Change-Id: I4aaf8875cbd69db525c4aaa8ac92a26b3b11b158
Artur Signell [Fri, 4 Sep 2015 07:07:41 +0000 (10:07 +0300)]
Skip nonsense screenshots when no theme is loaded
Change-Id: Ida91a9f75c6d36009c3b3e95b4117a2f1ba28502
Artur Signell [Fri, 4 Sep 2015 07:02:49 +0000 (10:02 +0300)]
Find the Grid again after changing theme as the whole UI is re-created
Change-Id: I3b77239d86b00541cd26be27dac067e043ea873b
Artur Signell [Thu, 3 Sep 2015 07:34:03 +0000 (10:34 +0300)]
Use correct month names with Java 8 (#18760)
Change-Id: I4dcb1f172339005947fa45924792ab86d0952b90
Artur Signell [Tue, 14 Jul 2015 16:20:38 +0000 (19:20 +0300)]
Update to TestBench 4.0.3
Change-Id: I0aaf02f57681804c380102d0078a3896f670d859
Teppo Kurki [Thu, 27 Aug 2015 13:55:03 +0000 (16:55 +0300)]
Do not open detail row if generator is the NULL one (#18663)
Change-Id: Ib853205dae7745ca4af11fb558899e6648e25da8
Artur Signell [Mon, 7 Sep 2015 11:01:18 +0000 (14:01 +0300)]
Fix resynchronize/repaintAll to actually resynchronize again (#18808)
Change-Id: Ia96d89a519b1f453457461e596c51642257c61bb
Manolo Carrasco [Wed, 3 Jun 2015 09:41:59 +0000 (11:41 +0200)]
Grid: touch kinetic scrolling. #18133 #16885
This is a new implementation of scrolling for grid we
have in v-grid.
It uses GWT animations instead of having to deal with
the HTML5 animation framework directly and implements
the concepts of velocity and acceleration.
Change-Id: I2ba7748c0f7a473020fb5bea280b4c4bafab3ba3
Artur Signell [Tue, 1 Sep 2015 17:49:30 +0000 (20:49 +0300)]
Make responsive work in Edge (#18620)
Change-Id: Idb53cf6e8089154ec50979f3cd63faeaac419972
Teppo Kurki [Fri, 28 Aug 2015 06:23:05 +0000 (09:23 +0300)]
Close existing details when the generator is changed (#18664)
Change-Id: Id031ad8ab5d513159e014458e40d35038f98df3d
Henri Sara [Tue, 1 Sep 2015 09:51:01 +0000 (12:51 +0300)]
Add null check to test portlet
Change-Id: I0e89ff093b4a880b03a75aaf605ba55efbd27874
Artur Signell [Mon, 24 Aug 2015 17:02:36 +0000 (20:02 +0300)]
Remove accidentally commited file
Change-Id: I115e964260e575d8378fe44e679785658e96dcb6
Artur Signell [Sat, 29 Aug 2015 17:53:30 +0000 (20:53 +0300)]
Update Atmosphere to fix reconnect problem (#18686)
Change-Id: I53ff3bc7d83bd15b24fdafcee83cd0f2555c440b
Sauli Tähkäpää [Tue, 25 Aug 2015 19:58:09 +0000 (22:58 +0300)]
Enable overriding Grid style variables in Runo and Reindeer. (#18581)
Change-Id: I099d3d6de4a211b18699726a11bffa3188e21f51
Leif Åstrand [Sat, 29 Aug 2015 11:58:02 +0000 (14:58 +0300)]
Convert test to JUnit 4
Change-Id: I790b7b963e906d42060aa4bdc0c2403e3234a217
Johannes Dahlström [Fri, 28 Aug 2015 13:03:11 +0000 (16:03 +0300)]
Improve build and publish reports
- Add link to closed fixed but not released/pending tickets
- Ignore empty @since in /result/ paths
- Add link to public Maven repository
Change-Id: I885a5764901bfa063fd3332121d54077049ddd35
Teemu Suo-Anttila [Fri, 28 Aug 2015 11:13:51 +0000 (14:13 +0300)]
Add result folder creation to publish report generator
Change-Id: Icdc71f7e5707cfb985c8b54f3172c332ea21ad1e
Artur Signell [Tue, 25 Aug 2015 11:18:46 +0000 (14:18 +0300)]
Do not include Chrome version in test output
Change-Id: I52c1adaa140f8ac213283efd037f3a9736b48f6b
Artur Signell [Wed, 8 Jul 2015 17:04:43 +0000 (20:04 +0300)]
Fix multiple book keeping problems in ContainerOrderedWrapper (#5934, #18422)
Change-Id: I138eef2ff9b1660dd545baee5df315ff135e0a91
Artur Signell [Mon, 24 Aug 2015 18:13:14 +0000 (21:13 +0300)]
Measure width exactly to avoid white padding at the right edge (#18648)
Change-Id: Iaeb5fc84f08746967f664466c3e2e7d09d76e0cc
Artur Signell [Mon, 27 Jul 2015 18:48:32 +0000 (21:48 +0300)]
Make checkbox inline-block like all other widgets (#18518)
Change-Id: Ibec4c7162e9f51baff2534dfc763aa5a83cf915d
Artur Signell [Tue, 14 Jul 2015 15:04:09 +0000 (18:04 +0300)]
Resynchronize everything after theme change (#18478)
Change-Id: Id56d0ff7b2c675780c84efe999cb4b9d655df4cd
Teemu Suo-Anttila [Mon, 24 Aug 2015 10:57:27 +0000 (13:57 +0300)]
Fix Grid column width calculation regression (#18617)
Change-Id: I359240ff393428dd5d6764d5e01a40022ab94fc6
Artur Signell [Wed, 19 Aug 2015 20:55:16 +0000 (23:55 +0300)]
Update to Bourbon 3.2.4 (#15484)
Change-Id: I052702fc9b5b714c0d748973f3146f0718298a97
Artur Signell [Tue, 14 Jul 2015 16:33:49 +0000 (19:33 +0300)]
Use correct classname for ValoTheme.SCROLL_INDICATOR (#14802)
Use constants in Valo tests to ensure they are correct
Change-Id: Ie8234a45a6f81551cdc4de2e81141aba704f4b6b
Teppo Kurki [Tue, 18 Aug 2015 18:46:39 +0000 (21:46 +0300)]
Cut off Grid cell content when max column width is set (#18617)
Change-Id: I912377ffe366e6ac46280b374fa04caa59c3bcf2
patrik [Mon, 3 Aug 2015 08:41:03 +0000 (11:41 +0300)]
Prevent race-condition induced sporadic error in Escalator (#17258)
Change-Id: I624c44056d43a6a3205be46a748070f269a3c3e3
Mika Murtojarvi [Wed, 19 Aug 2015 14:11:49 +0000 (17:11 +0300)]
Add missing @since tags
Change-Id: I90a76c6a44d91ac1f185623678b086683e4287b2
Henri Sara [Fri, 7 Aug 2015 10:00:00 +0000 (13:00 +0300)]
Add optional OSGi imports for portals (#18561)
Change-Id: Id13dc29347c93ad142c991f95f89cf04eb06db94
elmot [Fri, 10 Jul 2015 09:09:52 +0000 (12:09 +0300)]
StringToBooleanConverter API improved (#18466)
Added simple customization for text representation
Added API for locale-specific conversion
Change-Id: I866b37bb085e85ef3d67e9d5e6db82b22e9bc464
Mika Murtojarvi [Wed, 19 Aug 2015 07:50:35 +0000 (10:50 +0300)]
Revert "Write true as attribute="" (#17519)"
This reverts commit
cdc07e55c12dc4ffbe509e15c4f4f165fb4a1670 .
Change-Id: Iad07a0292639d89c8f029c690005e7f1041eb79f
Leif Åstrand [Mon, 18 May 2015 12:10:30 +0000 (15:10 +0300)]
Write true as attribute="" (#17519)
Change-Id: I49287cc38605abb75059cb553e3baed2a8359067
Sauli Tähkäpää [Sat, 15 Aug 2015 20:14:14 +0000 (23:14 +0300)]
Prevent NPE on missing security key. (#18573)
Change-Id: I6d9eeb257a4a4889ce679a31a45133c3d0c90368
Artur Signell [Tue, 4 Aug 2015 09:33:30 +0000 (12:33 +0300)]
Handle renderer exceptions gracefully (#18554)
Change-Id: I46557f6c6f8543ab61b863145863824785d14784
Teemu Suo-Anttila [Fri, 14 Aug 2015 10:21:53 +0000 (13:21 +0300)]
Prevent Escalator scrollbars oscillation in HeightByRows mode (#18596)
Change-Id: Ie44ee231d83491af8704f989300a0b8cd9888374
Henri Sara [Thu, 13 Aug 2015 10:51:00 +0000 (13:51 +0300)]
Disable websphereportal8 test
The automated test environment is missing the server, so
the test was always ignored.
Change-Id: I37d3b6d08eb6a194897a48392c653e7d478d4e21
Artur Signell [Thu, 13 Aug 2015 05:27:58 +0000 (08:27 +0300)]
Make Valo work with sass-lang compiler again (#18438)
Change-Id: Id62d077fd6219c4486a970fc7c747ae344f6b82d
Teemu Suo-Anttila [Thu, 13 Aug 2015 07:22:42 +0000 (10:22 +0300)]
Add server check for deployment script
Change-Id: I759ed64fde83d5b9580596308f9a1feee75e1751
Artur Signell [Thu, 15 Jan 2015 19:59:00 +0000 (21:59 +0200)]
Decode filename before finding resource (#15407)
Change-Id: I6ea35a780f3dfdcef299919c1249e9104341f99e
Teemu Suo-Anttila [Mon, 10 Aug 2015 08:52:07 +0000 (11:52 +0300)]
Add missing URLs to staging report
This adds a new command line parameter for TestBench API build
Change-Id: Ib9a362c665c018dba1dc88d9725980e46fdc9665
Teemu Suo-Anttila [Wed, 12 Aug 2015 12:13:08 +0000 (15:13 +0300)]
Add reporting script for post-publish validation
Change-Id: I9ac8adea219d2c9750d7d79a0933c89eaa0c21eb
Taras Hupalo [Wed, 5 Aug 2015 10:09:30 +0000 (13:09 +0300)]
Add class for last frozen column requested by designers (#18590)
See https://github.com/vaadin/components/pull/57#issuecomment-
127622121
for details
Change-Id: I71e64a420d9fc1ae0d970bdc7eb71fdfb34553c3
Artur Signell [Thu, 6 Aug 2015 08:13:21 +0000 (11:13 +0300)]
Guard against disconnect() being called twice (#15263)
Change-Id: I9fa8b5659b4079684f3348c18a6e246914ee8447
Artur Signell [Sat, 11 Jul 2015 18:54:02 +0000 (21:54 +0300)]
Do not force zero height for empty caption height in FormLayout (#15409)
Change-Id: I6dc347f44f3eda51d1d5497af1376355f5665cee
Teppo Kurki [Tue, 11 Aug 2015 19:55:43 +0000 (22:55 +0300)]
Add style names to selection checkboxes (#17755)
Change-Id: Ic7169c6a93dc497ca247db8740bbe9c8e4ac6809
Teemu Suo-Anttila [Tue, 11 Aug 2015 11:55:27 +0000 (14:55 +0300)]
Fix Grid client-side NPE finding uneditable column editor (#18589)
Change-Id: I53e7cb95cf2828f966db5b41c07c38fb756372f3
Henri Sara [Fri, 7 Aug 2015 12:56:32 +0000 (15:56 +0300)]
Basic tagging commands in staging report
Change-Id: I8b29f57329c1cc6979ed26fe539ba8950e72a7ef
Henri Sara [Sun, 9 Aug 2015 10:38:20 +0000 (13:38 +0300)]
Use latest GAE SDK supporting Java 6
An upgrade of GAE SDK is needed to support the new HDR
that replaced the old DataStore.
Change-Id: I175785e5e37afb5d1acc229d1bbb6229e01def2a