Commit Graph

9277 Commits

Author SHA1 Message Date
Yuriy Artamonov
65b6850665 PL-8262 Remove unused ClientCacheManager field from App 2016-11-25 17:39:55 +04:00
Konstantin Krivopustov
52546c24f1 PL-8263 Any application property starting with "+" should be considered as additive 2016-11-25 15:13:49 +04:00
Maxim Gorbunkov
daee25dafe PL-8259 Add before and after apply handlers to the Filter component 2016-11-25 14:33:33 +04:00
Konstantin Krivopustov
c5f034db66 PL-8261 Get rid of NotDetachedCommitContext 2016-11-25 12:21:33 +04:00
Maxim Gorbunkov
ec55904074 PL-8260 Ability to set up filtering conditions for dynamic attributes values with Entity type 2016-11-25 12:17:16 +04:00
Yuriy Artamonov
692178f0ac PL-8022 Vaadin 7.7 Fix CubaResizableTextAreaWrapperWidget inheritance 2016-11-24 21:12:41 +04:00
Maxim Gorbunkov
269cfb1316 PL-8057 - Setting null to the CategoryAttributeValue should clear transient fields as well 2016-11-24 17:38:34 +04:00
Daniil Tsarev
392d586f91 PL-8250 Change typing bounds for WebAbstractComponent and WebAbstractField 2016-11-24 17:12:02 +04:00
Yuriy Artamonov
c6c38e7fa8 PL-8255 NPE in DesktopToolTipManager.showTooltip if MouseInfo.getPointerInfo() returns null 2016-11-24 15:43:01 +04:00
Yuriy Artamonov
8073eb5781 PL-8224 Table headers are shifted when Windows "Scale factor" is 125% 2016-11-23 18:13:03 +04:00
Daniil Tsarev
c9bb092d3e PL-8249 When the file upload field is disabled, dropping something on the dropzone causes an exception 2016-11-23 18:00:41 +04:00
Dmitry Chigileychik
2cff7fc5e0 PL-8252 Remove duplicate code from query macro handlers
(cherry picked from commit ea1d647)
2016-11-23 16:39:30 +04:00
Daniil Tsarev
c5df48bbf5 PL-7429 Support caption for all components 2016-11-23 14:55:40 +04:00
Maxim Gorbunkov
c5281ac190 PL-8057 Dynamic attributes with collection types - fix attributes loading error 2016-11-23 11:21:57 +04:00
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
6986302aa3 PL-8228 Ability to change logging options for tests using command line parameters 2016-11-18 14:17: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
Yuriy Artamonov
820de02299 PL-8193 CubaSourceCodeEditor should not implement AutoCompleteSupport 2016-11-11 19:10:33 +04:00