Commit Graph

11784 Commits

Author SHA1 Message Date
Maxim Gorbunkov
7c2a67bba2 PL-10614 Dynamic attribute is not updated via REST (functional tests fixed) 2018-04-03 14:57:29 +04:00
Gleb Gorelov
3fd91721f4 PL-10612 Cannot save presentation on grouped dynamic attribute 2018-04-03 14:35:22 +04:00
Roman Pinyazhin
46685695dd PL-10625 MaskedField on Android is just a string without mask 2018-04-03 14:27:19 +04:00
Daniil Tsarev
7a47ad5992 PL-10476 Unexpected error in UI when the corresponding user session is expired 2018-04-03 12:17:42 +04:00
Gleb Gorelov
9e8e355c0e PL-10534 Button.setAction doesn't refresh UI element 2018-04-03 10:39:06 +04:00
Roman Pinyazhin
14d8497d16 PL-9993 Unreliable detection of HTML email content type 2018-04-03 10:08:52 +04:00
Konstantin Krivopustov
aa3c64387b PL-10628 UserSessionSource.getUserSession() has incorrect JavaDoc 2018-04-03 09:49:35 +04:00
Konstantin Krivopustov
579d0a9d59 PL-10601 Ability to override orm.xml and persistence.xml 2018-04-03 09:03:30 +04:00
Konstantin Krivopustov
f9bb07b509 PL-10578 Sequential Queries feature is enabled by default but sys_query_result cleaning is not (fix Oracle and MySQL scripts) 2018-04-02 17:10:45 +04:00
Yuriy Artamonov
b294c5566a PL-10477 Move *MenuBuilder tests to spec.cuba.web.menu 2018-04-02 16:46:50 +04:00
Roman Pinyazhin
ed0a21ac8d PL-9993 Unreliable detection of HTML email content type 2018-04-02 13:32:30 +04:00
Konstantin Krivopustov
4b9983d4ae PL-10630 Ability to override ConfigPersisterImpl 2018-04-02 10:55:33 +04:00
Gleb Gorelov
2d7b114a10 PL-10406 DateField: value may not be set to null after field being cleared 2018-04-02 10:40:19 +04:00
Konstantin Krivopustov
bd4b73fdb2 PL-9999 Ignore view name for not reference attributes or raise exception at the moment of view creation (move test) 2018-04-02 09:01:32 +04:00
Konstantin Krivopustov
0eedf3cd13 PL-10589 "version" property is not present among View object properties 2018-04-02 08:53:20 +04:00
Konstantin Krivopustov
88213672e2 PL-10578 Sequential Queries feature is enabled by default but sys_query_result cleaning is not (test cleanup) 2018-04-02 08:30:26 +04:00
Konstantin Krivopustov
0a7e89e1ad PL-10578 Sequential Queries feature is enabled by default but sys_query_result cleaning is not (make deleteForInactiveSessions method more scalable) 2018-04-01 14:43:40 +04:00
Konstantin Krivopustov
fe2e820aa3 PL-10578 Sequential Queries feature is enabled by default but sys_query_result cleaning is not 2018-03-31 21:50:27 +04:00
Konstantin Krivopustov
dcd36423d3 PL-10573 Denying role for anonymous user by default 2018-03-31 19:41:23 +04:00
Daniil Tsarev
ad0bd75214 PL-10497 Third level or more nested menus and items look like second level of nesting 2018-03-31 14:49:05 +04:00
Daniil Tsarev
1ed653c037 PL-10499 Incorrect view of EntityInspectorEditor 2018-03-31 13:58:29 +04:00
Daniil Tsarev
635c08c07a PL-10504 Provide TaskLifeCycle.isCancelled() method to check if FutureTask has been cancelled 2018-03-31 13:40:54 +04:00
Gleb Gorelov
5e41c0b8d1 PL-8232 Default methods annotated with PostConstruct are not supported 2018-03-30 18:37:37 +04:00
Maxim Gorbunkov
61bcd1598a PL-10614 Dynamic attribute is not updated via REST 2018-03-30 12:22:29 +04:00
Yuriy Artamonov
61ef97c6fb PL-10617 Add cuba-id to OK button of message dialog 2018-03-29 20:47:15 +04:00
Konstantin Krivopustov
6ae26569e0 PL-10591 [Desktop] Close standard Remove Confirmation dialog if delete has failed because of deletion policy 2018-03-29 15:32:22 +04:00
Yuriy Artamonov
0782724dfd PL-10541 Use SLF4J string interpolation instead of string concatenation 2018-03-29 14:12:45 +04:00
Yuriy Artamonov
072ee4cca5 PL-10620 Add "text/plain" content type to ExportFormat 2018-03-29 13:20:18 +04:00
Andrey Subbotin
a499ca3dbb PL-10619 REST should have an ability to work without security token for entities with constraints 2018-03-29 12:36:26 +04:00
Yuriy Artamonov
d4a739d2ea PL-10343 Platform build does not have releaseNumber and releaseTimestamp 2018-03-29 11:28:32 +04:00
Yuriy Artamonov
f4fff9f1c0 PL-10618 Memory leak: prematurely cancelled background tasks - extract unregister method 2018-03-29 11:07:40 +04:00
Yuriy Artamonov
ec543056a5 PL-10618 Memory leak: prematurely cancelled background tasks 2018-03-29 10:54:13 +04:00
Alexander Shustanov
41f561c90d PL-10608 Improve link handling extension mechanism 2018-03-29 10:08:44 +04:00
Alexander Shustanov
1812d88705 PL-10607 Add ability to create several BootstrapListeners that write initial HTML content 2018-03-29 10:07:39 +04:00
Andrey Subbotin
0f588cb064 PL-9070 Exception after closing entity editor if dynamic attributes are used 2018-03-28 16:11:43 +04:00
Konstantin Krivopustov
2b2b9d6952 PL-10613 Multiple sequences are used to generate ID in case of SINGLE_TABLE inheritance type 2018-03-28 16:03:34 +04:00
Konstantin Krivopustov
a56a787ae5 PL-10611 Order of locales defined in cuba.availableLocales can be wrong 2018-03-28 11:39:57 +04:00
Andrey Subbotin
952495e581 PL-10606 UnsupportedOperationException occurs when trying to copy user settings 2018-03-28 10:32:36 +04:00
Andrey Subbotin
d5b2986a34 PL-10606 UnsupportedOperationException occurs when trying to copy user settings 2018-03-27 19:32:30 +04:00
Andrey Subbotin
4408c77c27 PL-9924 OneToMany field is null if it is hidden by security attribute restriction 2018-03-27 19:27:05 +04:00
Roman Pinyazhin
d8cdbc47ce PL-10011 Multi select is available in report for single entity 2018-03-27 18:18:05 +04:00
Maxim Gorbunkov
f9494e7ef5 PL-9338 Make possible to save number of rows in user settings of the generic filter (NPE fix) 2018-03-27 17:11:17 +04:00
Yuriy Artamonov
464eb5af16 PL-10575 Change local node caption in JMX Console 2018-03-27 16:02:59 +04:00
Daniil Tsarev
4fbde367e8 PL-9387 Provide project-specific OpenAPI (swagger) documentation for REST API 2018-03-27 15:01:17 +04:00
Daniil Tsarev
b66729ccad PL-10579 Implement desktop Image component 2018-03-27 11:46:10 +04:00
Daniil Tsarev
acfdc9deca PL-10579 Implement desktop Image component 2018-03-27 11:23:20 +04:00
Maxim Gorbunkov
3aae2bcf08 PL-10593 WARN message FilterDelegateImpl - Filter controls layout component fts_switch not supported 2018-03-27 10:11:18 +04:00
Daniil Tsarev
a3ada09bc8 PL-10574 Freezing UI when move dragged file over browser window 2018-03-27 09:49:16 +04:00
Andrey Subbotin
b24a650e8f PL-10289 Support NEW operator in the select JPQL query 2018-03-26 13:58:28 +04:00
Konstantin Krivopustov
973fce19e8 PL-10596 One-to-one composition doesn't work on second level 2018-03-26 12:49:16 +04:00