Commit Graph

10074 Commits

Author SHA1 Message Date
Daniil Tsarev
0ec54c3336 PL-8014 Implement automatic case conversion (UPPER/LOWER) in TextField and TextArea 2016-11-29 15:06:34 +04:00
Yuriy Artamonov
244e5626ee PL-8281 Log warning if Frame controller is inherited from AbstractWindow 2016-11-29 13:46:11 +04:00
Maxim Gorbunkov
a937ce8845 PL-8279 Dynamic attributes for child entities are not loaded in the entity editor if parent entity doesn't have dynamic attributes 2016-11-29 12:41:11 +04:00
Yuriy Artamonov
d63eb59cb0 PL-8280 Refactor usages of deprecated WindowManager.getDialogParams 2016-11-29 11:45:26 +04:00
Daniil Tsarev
5238165647 PL-7509 Add validateAll and validate(Collection) to Frame 2016-11-29 11:36:05 +04:00
Yuriy Artamonov
430c5a9b67 PL-8277 Cuba Vertical/Horizontal ActionsLayout should have Vertical/Horizontal Layout state classes 2016-11-28 18:54:16 +04:00
Yuriy Artamonov
8d235a7538 PL-8276 EntityInspectorEditor opens without fields 2016-11-28 18:50:53 +04:00
Yuriy Artamonov
1beed3f95c PL-8275 Remove Creatable.LOGIN_FIELD_LEN constant 2016-11-28 17:36:58 +04:00
Yuriy Artamonov
a469240885 PL-8212 Table loses internal style names after setStylename call 2016-11-28 16:58:24 +04:00
Maxim Gorbunkov
fef6f0cc4c PL-8260 Ability to set up filtering conditions for dynamic attributes values with Entity type (bugfix) 2016-11-28 11:53:57 +04:00
Yuriy Artamonov
acf300e490 PL-8271 MaskedField.ValueMode should not implement EnumClass 2016-11-28 11:45:30 +04:00
Daniil Tsarev
0f55b59af8 PL-8257 Cleanup and refactor window.xsd 2016-11-26 16:06:29 +04:00
Daniil Tsarev
cf1bfddb23 PL-8268 Custom fields which are represented by CubaFieldWrapper don't have a caption 2016-11-26 16:04:04 +04:00
Konstantin Krivopustov
2d39ad9f99 PL-8167 Convenient methods of getting standard PickerField actions 2016-11-25 18:03:37 +04:00
Yuriy Artamonov
4a736f227c PL-7396 Bean Validation 2016-11-25 17:44:33 +04:00
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
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