Commit Graph

4780 Commits

Author SHA1 Message Date
Roman Pinyazhin
97148b9f6a NPE in case of passing null to setOptionsXXX() #1181 2018-08-24 13:37:12 +04:00
Daniil Tsarev
4d7dd39232 TokenList remove buttons misaligned in case token captions are wider than TokenList #1062 2018-08-23 11:04:33 +04:00
Yuriy Artamonov
ef7e592b7a WebJarResourceResolver throws RuntimeException without cause #1182 2018-08-22 12:47:48 +04:00
Semyon Sofronov
e63b847b4e ServerLogPatternsTest refactoring #1152 2018-08-21 12:19:29 +04:00
Andrey Subbotin
38fee4530e FTS css styles for search window #1143 2018-08-20 09:49:26 +04:00
Yuriy Artamonov
6d708bf663 Do not trigger buttons and menu items if they are not accessible for user because of modal windows #948 2018-08-16 17:41:32 +04:00
Roman Pinyazhin
e28ed3be0a Different indents from left and right borders in notifications #1129 2018-08-16 14:09:56 +04:00
Daniil Tsarev
784f0c3733 The language selector is misaligned if 'remember me' checkbox is hidden by app property #1133 2018-08-15 16:10:57 +04:00
Semyon Sofronov
9545ce8726 A new logger is not added if the logging level is not changed from the default #1141 2018-08-15 11:48:46 +04:00
Gleb Gorelov
8f4e527a75 Get rid of Vaadin add-ons dependencies #958 2018-08-14 17:13:49 +04:00
Yuriy Artamonov
b64e5946bf Do not let Vaadin parse size String if 100% or -1px sizes used #1145 2018-08-14 12:26:51 +04:00
Andrey Subbotin
0cffc96dbf FTS css styles for search window #1143 2018-08-14 10:54:55 +04:00
Yuriy Artamonov
85f64bf8bc Support Table aggregation with Type.CUSTOM for generated columns without MetaProperty #1142 2018-08-13 18:56:55 +04:00
Roman Pinyazhin
cc05c4e097 FieldGroup doesn't take into account the Image component caption attribute #644 2018-08-08 15:01:25 +04:00
Roman Pinyazhin
7c8831451e Remove testId from MenuBar #730
Return cubaId for menu items
2018-08-08 14:47:04 +04:00
Maxim Gorbunkov
30f32a73fd Password encoder id added for the cuba.rest.client.secret value usd for basic auth #1065 2018-08-08 14:13:09 +04:00
Gleb Gorelov
f42896ae61 Group Table rows are not selected by selectAll() method if group is collapsed #1084 2018-08-07 15:39:23 +04:00
Gleb Gorelov
df4220a8e7 Group Table rows are not selected by selectAll() method if group is collapsed #1084 2018-08-07 11:35:07 +04:00
Daniil Tsarev
846d143f8c GroupTable columns are misaligned in case of aggregatable table #684 2018-08-07 11:31:00 +04:00
Daniil Tsarev
059b29fb31 Create new theme or update the old one #932 2018-08-07 10:29:10 +04:00
Yuriy Artamonov
78323ab789 Do not use Vaadin event router with reflection in Button click #929 2018-08-05 11:26:37 +04:00
Gleb Gorelov
e030358a9f Broken size styles for the PickerField component #1107 2018-08-01 12:20:55 +04:00
Gleb Gorelov
af17e86094 TreeGrid component #380
JavaDoc and refactoring
2018-07-31 17:04:55 +04:00
Gleb Gorelov
1c8e973185 TreeGrid component #380 2018-07-30 18:44:06 +04:00
Roman Pinyazhin
3edf649fa5 Table's selectAll method doesn't select items at all #1072 2018-07-30 16:28:16 +04:00
Konstantin Krivopustov
db9752b100 New presentation data layer (sorting) #474 2018-07-27 12:26:49 +04:00
Yuriy Artamonov
385d65068f Use test-silent-logback.xml for tests on CI #1097
Remove unnecessary test-silent-logback.xml from web
2018-07-26 18:29:49 +04:00
Yuriy Artamonov
3a23903461 Use test-silent-logback.xml for tests on CI #1097 2018-07-26 18:17:39 +04:00
Daniil Tsarev
28253c5d98 Create new theme or update the old one #932 2018-07-26 18:04:49 +04:00
Yuriy Artamonov
25a986f337 Update Groovy to 2.5.1 #910
Fix InstanceLoaderTest
2018-07-26 16:54:33 +04:00
Gleb Gorelov
886edc2831 Separate RadioButtonGroup and CheckBoxGroup components #719 2018-07-25 15:06:56 +04:00
Semyon Sofronov
273c7e3a0d Add coloring to Server Log stack frames #550
Add caching of patterns
2018-07-25 14:43:15 +04:00
Konstantin Krivopustov
1ee2e59bda New presentation data layer #474
Query conditions
2018-07-25 11:54:27 +04:00
Semyon Sofronov
744b411645 Add coloring to Server Log stack frames #550
Refactor and add tests
2018-07-24 16:04:54 +04:00
Gleb Gorelov
31aebc1d1b Reimplement LookupPickerField #979 2018-07-23 19:22:53 +04:00
Semyon Sofronov
920f6ae7d7 Add copy button to copy system information scripts to clipboard #357
Fix messages
2018-07-23 12:29:14 +04:00
Yuriy Artamonov
9670a4e975 "Unable to login as anonymous" exception hides real cause #1083 2018-07-21 13:19:49 +04:00
Yuriy Artamonov
2cf82765ec Fix spelling issues #1082 2018-07-20 20:55:40 +04:00
Semyon Sofronov
25d16fd786 Add coloring to Server Log stack frames #550 2018-07-20 14:59:08 +04:00
Semyon Sofronov
c7ab40ebf1 Implement Select-All shortcut with Ctrl-A for Table #1063 2018-07-19 15:54:27 +04:00
Roman Pinyazhin
25ab4cad14 Separate cubaId for testMode and debug id for performanceTestMode (fix) #1053
Removed condition for `isTestMode` from `initDebugIds`, cause this method required
only for performanceTestMode
2018-07-19 13:19:48 +04:00
Semyon Sofronov
306e316e9a Add copy button to copy system information scripts to clipboard #357 2018-07-19 11:41:27 +04:00
Roman Pinyazhin
895030fe79 Embed Vaadin Google Map add-on #1064 2018-07-19 10:15:13 +04:00
Yuriy Artamonov
30f51869e1 Incorrect getter methods in security subsystem event classes #1070 2018-07-18 23:39:59 +04:00
Semyon Sofronov
7c6e5eee50 Add copy button to copy system information scripts to clipboard #357 2018-07-18 10:39:03 +04:00
Roman Pinyazhin
bbe6bbba1b Separate cubaId for testMode and debug id for performanceTestMode #1053 2018-07-17 14:25:08 +04:00
Roman Pinyazhin
067dca55f1 Remove testId from MenuBar #730 2018-07-17 11:02:30 +04:00
Roman Pinyazhin
03f0856282 Boolean string value instead of checkbox in Entity Inspector screen #864 2018-07-16 10:50:13 +04:00
Yuriy Artamonov
6bfdb12778 New event publishing mechanism with Consumer<T> #327
EventPublisher has been renamed to EventHub
2018-07-13 17:51:30 +04:00
Gleb Gorelov
fa509eafb0 Vaadin 8 #444
Fix MaskedField default width
2018-07-12 17:24:54 +04:00