Commit Graph

10095 Commits

Author SHA1 Message Date
Maxim Gorbunkov
46df75774f PL-8245 Cosmetics for the display dynamic attributes of collection types 2016-11-23 11:05:58 +04:00
Maxim Gorbunkov
26f71819cf PL-8243 child elements of collection dynamic attributes must have an entityId and code fields filled 2016-11-23 09:05:20 +04:00
Yuriy Artamonov
856571c02e PL-8238 Do not check screen security for TopLevelWindow opening 2016-11-22 17:08:30 +04:00
Yuriy Artamonov
70c38414d2 PL-8242 Ignore cuba.web.useSessionFixationProtection if cuba.web.externalAuthentication is set to true 2016-11-22 16:16:09 +04:00
Yuriy Artamonov
a4fa2c0afc PL-8242 Do not use User session fixation protection if connection is not authenticated 2016-11-22 15:32:28 +04:00
Maxim Gorbunkov
7fd3acff5e PL-8243 Use ListEditor component to specify the list of values for dynamic attribute with 'enumeration' type 2016-11-22 14:49:12 +04:00
Maxim Gorbunkov
94c28eda82 PL-8084 Display dynamic attributes of collection types in fieldGroups and tables 2016-11-22 14:49:12 +04:00
Daniil Tsarev
4c910dfafa PL-7953 Uploading error occurs when someone tries to upload a few files with FileUploadField by drag-and-drop 2016-11-22 14:26:11 +04:00
Yuriy Artamonov
afa6f0d289 PL-8240 Exception on main window initialization with Jespa SSO if Application folders are enabled 2016-11-22 13:18:50 +04:00
Andrey Subbotin
e24b456936 PL-8100 Field child entity not loaded 2016-11-21 13:25:18 +04:00
Konstantin Krivopustov
ee97110c24 PL-8231 Exception when clicking System Info 2016-11-21 12:04:21 +04:00
Yuriy Artamonov
77cdd85ed1 PL-8236 Invalid handling of empty login on login screen 2016-11-21 11:11:53 +04:00
Yuriy Artamonov
98d5948b77 PL-8228 Add test-logback.xml configs to cuba-client-tests 2016-11-18 15:38:02 +04:00
Yuriy Artamonov
28c1034fd7 PL-8228 Ability to change logging options for tests using command line parameters 2016-11-18 15:19:46 +04:00
Yuriy Artamonov
3f9edce5ee PL-8228 Ability to change logging options for tests using command line parameters 2016-11-18 15:08:07 +04:00
Yuriy Artamonov
6986302aa3 PL-8228 Ability to change logging options for tests using command line parameters 2016-11-18 14:17:43 +04:00
Yuriy Artamonov
0427bbb75b PL-8227 Disable TAR and ZIP artifacts for cuba-desktop build 2016-11-18 13:46:43 +04:00
Konstantin Krivopustov
f81549ab44 PL-8092 CollectionPropertyDatasource removes item even after it was added back 2016-11-18 10:26:08 +04:00
Konstantin Krivopustov
c13873ec7c PL-8156 AbstractDatasource.addParentsToNested() sets wrong parent to datasource (fix for embeddable) 2016-11-18 09:26:29 +04:00
Konstantin Krivopustov
9c9589967e PL-8156 AbstractDatasource.addParentsToNested() sets wrong parent to datasource 2016-11-18 08:53:13 +04:00
Daniil Tsarev
336d331cad PL-8203 Broken styles of PopupButton in havana 2016-11-17 15:40:20 +04:00
Konstantin Krivopustov
70db10c76c PL-8220 EntityManager.find called with view parameter throws exception for entity with custom @Id attribute 2016-11-17 15:23:49 +04:00
Konstantin Krivopustov
59876c503a PL-8206 CollectionDatasourceImpl determines existence of item only by key, which is wrong for non-UUID entities 2016-11-17 14:52:37 +04:00
Daniil Tsarev
9d05c8803f PL-8219 RelatedAction generates global filter 2016-11-16 16:51:18 +04:00
Daniil Tsarev
32579ac297 PL-8190 Related action uses slow Filter condition for Many-To-Many relations without inverse field 2016-11-16 16:49:28 +04:00
Daniil Tsarev
116d4cb193 PL-8184 FileUploadField.setValue does not change value of fileName field 2016-11-16 16:44:18 +04:00
Daniil Tsarev
8cc76b5b6b PL-8207 Import buttons does not have icons in IE 9 2016-11-16 16:39:53 +04:00
Konstantin Krivopustov
2851052d6e PL-8127 Queries with scalars and aggregates from the client side 2016-11-16 15:21:22 +04:00
Yuriy Artamonov
03f2185a3b PL-8218 The first menu item should not be selected on menu focus 2016-11-16 13:21:33 +04:00
Yuriy Artamonov
cf73c05a55 PL-8215 Frame showNotification(String) without NotificationType parameter 2016-11-16 11:53:52 +04:00
Maxim Gorbunkov
8e42f98ad9 PL-8214 REST API v1 doesn't work in web module for projects created on platform v6.3 2016-11-16 11:37:37 +04:00
Andrey Subbotin
c983763432 PL-8211 Fix InMemoryConstraintTest 2016-11-15 19:21:32 +04:00
Yuriy Artamonov
362cd7ea53 PL-8103 Incorrect collapsed representation of GroupBox if it is collapsed programmatically 2016-11-15 17:41:01 +04:00
Yuriy Artamonov
63ae004d14 PL-8192 FieldGroup captions are not aligned 2016-11-15 17:06:13 +04:00
Maxim Gorbunkov
21a330f4c6 PL-8204 Add PersistenceHelper.isDeleted() method 2016-11-15 15:57:26 +04:00
Konstantin Krivopustov
e37dd63f18 PL-8200 Transaction listeners 2016-11-14 19:01:10 +04:00
Konstantin Krivopustov
a3a5d0de29 PL-8199 Ability to set FlushModeType for Query 2016-11-14 17:35:01 +04:00
Daniil Tsarev
2fb2b12699 PL-8022 Replace double quotes by the single quotes 2016-11-14 12:06:34 +04:00
Yuriy Artamonov
820de02299 PL-8193 CubaSourceCodeEditor should not implement AutoCompleteSupport 2016-11-11 19:10:33 +04:00
Nikita Petunin
f2bee59a7c PL-7952 The ability to add roles and substituted users should be disabled if the users editing is denied 2016-11-11 17:39:21 +04:00
Nikita Petunin
96fe7e4748 PL-8146 Enable multiselect for table and actions in ScheduledTask browser 2016-11-11 17:37:24 +04:00
Nikita Petunin
ff56c0d6ca PL-8187 NPE while opening ColorPicker popup window 2016-11-11 17:11:34 +04:00
Daniil Tsarev
e8f2aabbaa PL-8022 Vaadin 7.7 2016-11-11 16:06:38 +04:00
Daniil Tsarev
09522948b1 PL-8124 Exception occurs while trying to get related entities for several entity instances with the cardinality one-to-one 2016-11-11 16:00:57 +04:00
Nikita Petunin
b817a87428 PL-8166 Implement settingsEnabled loading from XSD for all HasSettings components 2016-11-11 12:40:45 +04:00
Yuriy Artamonov
611f8ad18d PL-8178 Before/After listeners on ClearButton click action for FileUploadField 2016-11-10 19:36:03 +04:00
Yuriy Artamonov
135ff826fe PL-8182 Duplicate class word in IllegalArgumentException thrown from MethodsCache.invokeSetter 2016-11-10 17:12:33 +04:00
Nikita Petunin
595c58f16f PL-8140 The ability to edit role restrictions should be disabled if the role editing is denied 2016-11-10 16:36:40 +04:00
Konstantin Krivopustov
a80d9c5751 PL-8174 Various problems with Identity ID entities 2016-11-10 10:41:01 +04:00
Yuriy Artamonov
bc4c4ff2f1 PL-6584 BOM dependencies 2016-11-09 15:30:37 +04:00