Commit Graph

9887 Commits

Author SHA1 Message Date
Yuriy Artamonov
8f1b66dab0 PL-7799 EditAction/CreateAction AfterWindowClosedHandler should have String actionId parameter 2016-08-30 14:18:19 +04:00
krivopustov
d1c0985cae PL-7794 NPE when create new instance of entity from additional data store with BaseIdentityIdEntity parent and HasUuid interface 2016-08-30 11:49:57 +04:00
Maxim Gorbunkov
b8d5b46b54 PL-6730 Merge cuba-rest-security-spring.xml into the cuba-rest-dispatcher-spring.xml 2016-08-30 11:02:19 +04:00
Nikita Petunin
8ea31e326b PL-7729 Support icons for menu items 2016-08-30 10:52:17 +04:00
Yuriy Artamonov
1aaef0c2cf PL-5085 Single sign-on for CUBA applications 2016-08-29 19:10:16 +04:00
Yuriy Artamonov
60802e8151 PL-7795 LoginWindow should have Ids for all the components 2016-08-29 10:52:42 +04:00
Yuriy Artamonov
c510bd3ac8 PL-7493 External Authentication does not work with OpenLDAP 2016-08-29 10:37:53 +04:00
Yuriy Artamonov
83f1762436 PL-5085 Single sign-on for CUBA applications - remove test properties 2016-08-28 19:41:25 +04:00
Yuriy Artamonov
f834fe1f35 PL-5085 Single sign-on for CUBA applications 2016-08-27 14:10:13 +04:00
Maxim Gorbunkov
c23a8b2a59 PL-7256 swagger rest api documentation 2016-08-26 20:40:26 +04:00
Andrey Subbotin
e5710aad2d PL-7771 JPQL selecting collection attributes is transformed incorrectly(throw readable exception on collection attribute) 2016-08-26 16:08:42 +04:00
Maxim Gorbunkov
a6277ad346 PL-7256 swagger rest api documentation 2016-08-26 14:42:39 +04:00
Yuriy Artamonov
46314dc476 PL-7787 Turn off spring xml validation for remoting, dispatcher and rest-api context 2016-08-26 12:55:54 +04:00
Andrey Subbotin
68c599fc04 PL-7377 Support pattern attribute for validator (in case of PatternValidator) in xsd 2016-08-26 12:28:38 +04:00
Maxim Gorbunkov
f33d3ce528 PL-7784 'Param.uuid.Err' message appears when trying to search genetic filter condition on ID attribute 2016-08-25 19:48:32 +04:00
Nikita Petunin
b68e43d37a PL-7713 Add localization for RichTextArea 2016-08-25 17:24:03 +04:00
Nikita Petunin
b19ae55325 PL-7718 Need to emphasize the group set for a user if there are more than one group, if not set do nothing 2016-08-25 16:18:41 +04:00
Nikita Petunin
194474decd PL-7685 Unable to remove 50 from filter paging options 2016-08-25 16:16:33 +04:00
Konstantin Krivopustov
c69ad22e19 PL-7783 On "Application Properties" screen, changed value of property is reverted after clicking Refresh 2016-08-25 15:57:13 +04:00
Andrey Subbotin
bee3453163 PL-7297 Query cache (fix SoftDeletion test) 2016-08-25 15:19:38 +04:00
Konstantin Krivopustov
2da50bbd5d PL-7781 ClassCastException when opening "Administration > Application Properties" screen if application is deployed to single WAR 2016-08-25 15:12:13 +04:00
Andrey Subbotin
a43ad1409c PL-7297 Query cache (enable SoftDeletion test, fix View test) 2016-08-25 15:04:26 +04:00
Maxim Gorbunkov
bbf57ddf59 PL-6730 LoggingHandlerExceptionResolver order changed; PortalExceptionResolver logs stacktraces now; EntityImportException stacktrace is not logged any more 2016-08-25 14:24:56 +04:00
Andrey Subbotin
3c227a8d83 PL-7297 Query cache 2016-08-25 13:54:32 +04:00
Nikita Petunin
129c14722e PL-7713 Add localization for RichTextArea 2016-08-25 13:12:36 +04:00
Maxim Gorbunkov
72ad84b331 PL-7777 REST-API service invocation does not treat JSON nulls correctly 2016-08-25 12:07:07 +04:00
Maxim Gorbunkov
04ae11184a PL-7780 Word 'succesfully' is misspelled in some messages 2016-08-25 11:33:28 +04:00
Yuriy Artamonov
2a559b6f90 PL-7779 License badge for cuba and cuba-gradle-plugin 2016-08-25 10:43:34 +04:00
Andrey Subbotin
38af6b3b94 PL-7765 Cascade Merge properties need to be set in orm.xml for links to extended entities 2016-08-24 16:32:38 +04:00
Konstantin Krivopustov
1d97ea7f22 PL-7774 dbupdate command line utility does not work 2016-08-24 11:36:27 +04:00
Yuriy Artamonov
f4780307ed PL-7732 TwinColumn doesn't work with multiselect mode 2016-08-23 18:02:52 +04:00
Andrey Subbotin
b116fe4600 PL-7736 Multiple joins in query filter don't work 2016-08-23 12:45:05 +04:00
Yuriy Artamonov
3606b7d7c3 PL-7761 NPE occurs during an attempt to open "help - change password" dialog in desktop application 2016-08-23 11:19:41 +04:00
Andrey Subbotin
21b64a309c PL-7733 JPQL delete query is transformed incorrectly 2016-08-22 18:39:11 +04:00
Andrey Subbotin
c9ddf1349e PL-7762 CollectionDatasourceImpl#getItems returns not serializable collection 2016-08-22 18:04:44 +04:00
Nikita Petunin
d61039858b PL-7593 Ability to style GroupBox as Vaadin Panel 2016-08-22 17:55:10 +04:00
Nikita Petunin
542f64bb13 PL-7593 Ability to style GroupBox as Vaadin Panel 2016-08-22 17:36:23 +04:00
Maxim Gorbunkov
418cb52428 PL-6730 rest configuration minor changes 2016-08-22 14:53:05 +04:00
Andrey Subbotin
4ed9e53e83 PL-7743 NPE in Cuba code when parsing invalid jpql query (fix HintTests) 2016-08-22 14:46:53 +04:00
Andrey Subbotin
217150fcd4 PL-7743 NPE in Cuba code when parsing invalid jpql query 2016-08-22 14:27:54 +04:00
Konstantin Krivopustov
5ddaa818bc PL-7758 Run app component's init scripts after adding the component when updating database by app server 2016-08-20 16:05:14 +04:00
Nikita Petunin
366b036c44 PL-7593 Ability to style GroupBox as Vaadin Panel 2016-08-19 15:38:34 +04:00
Konstantin Krivopustov
b7c8e3c910 PL-7744 Delete policy and entity listeners are not executed sometimes 2016-08-18 19:28:09 +04:00
Konstantin Krivopustov
e8dd272e05 PL-7735 Add BeforeActionPerformedHandler for standard actions (fix default confirm value for RemoveAction) 2016-08-18 17:41:15 +04:00
Konstantin Krivopustov
8d20070dcf PL-7746 Fix entity cache with disabled soft deletion 2016-08-18 17:26:45 +04:00
Konstantin Krivopustov
6db02915f1 JavaDocs 2016-08-18 12:43:40 +04:00
Yuriy Artamonov
d56e6f4088 PL-7741 Uncaught client side exception while switching main window tabs 2016-08-18 12:23:19 +04:00
Yuriy Artamonov
9037ce1bd4 PL-7738 REST-API should use separate Spring context and dispatcher servlet 2016-08-17 16:01:32 +04:00
Maxim Gorbunkov
42bf0b48cb PL-6730 Exception when trying to revoke expired access token 2016-08-17 15:56:46 +04:00
Maxim Gorbunkov
19c45cb91d PL-7739 Support named parameters in REST-API services 2016-08-17 15:16:14 +04:00