Commit Graph

225 Commits

Author SHA1 Message Date
Yuriy Artamonov
fc61cbcebd New EditorScreen API #337 2018-09-10 19:26:19 +04:00
Konstantin Krivopustov
e5f479a418 Add create() and getReference() methods to DataManager #1239 2018-09-05 09:49:43 +04:00
Konstantin Krivopustov
765a0a8a1c Data access improvements: EntityChangedEvent and TransactionalDataManager #1116 2018-08-03 12:58:32 +04:00
Yuriy Artamonov
2cf82765ec Fix spelling issues #1082 2018-07-20 20:55:40 +04:00
Yuriy Artamonov
c7c7f8d6c5 Move cuba.gui.showIconsForPopupMenuActions to theme properties #716 2018-06-18 22:48:22 +04:00
Yuriy Artamonov
86cc753b50 Replace commons-lang dependency with commons-lang3 #418 2018-06-06 20:09:45 +04:00
Yuriy Artamonov
85dc99be43 Move test support classes to new module #814 2018-06-05 17:05:08 +04:00
Konstantin Krivopustov
c87b4445c1 New presentation data layer #474
Spock tests
2018-06-05 16:42:24 +04:00
Konstantin Krivopustov
379cf5462f New presentation data layer #474 2018-06-05 16:08:05 +04:00
Daniil Tsarev
40810a75ec Compatibility with Intellij Gradle plugin #814 2018-06-05 11:46:21 +04:00
Andrey Subbotin
e8b948d2c5 Support Java 9 and 10 for CUBA #910 2018-05-31 18:27:15 +04:00
Konstantin Krivopustov
275b5e939f Verbose usage of DataManager.commit in case we want to obtain committed instance by id #469 2018-05-31 11:09:52 +04:00
Konstantin Krivopustov
64e05d589c PL-10572 Ability to turn off id generation for entities in additional data stores (fix client tests) 2018-03-21 18:06:46 +04:00
Maxim Gorbunkov
820eaba0ab PL-10256 Clear generic filter parameter values 2018-03-20 16:35:47 +04:00
Andrey Subbotin
2458b2de09 PL-10551 NPE on browser screen with LOB property 2018-03-16 19:06:49 +04:00
Yuriy Artamonov
61d215746d PL-10541 Use SLF4J string interpolation instead of string concatenation 2018-03-14 20:22:42 +04:00
Andrey Subbotin
cc5e123349 PL-10435 'ORA-00932' occurs when filtering by CLOB attribute 2018-03-13 10:48:22 +04:00
Konstantin Krivopustov
98a33f36fd PL-10404 Make all loggers static final 2018-02-13 17:49:22 +04:00
Konstantin Krivopustov
f8b5a43f55 PL-7448 Declarative registration for AppContext lifecycle event listeners (added AppContextInitializedEvent) 2017-12-22 11:31:47 +04:00
Yuriy Artamonov
1fa505a42d PL-10096 Replace Log4JStopWatch with Slf4JStopWatch 2017-11-30 16:36:49 +04:00
Maxim Gorbunkov
bf65d96dee PL-9932 Save with values action added to the Filter component 2017-11-23 14:02:02 +04:00
Yuriy Artamonov
d4290d9b5a PL-9982 Convert line endings 2017-11-05 15:58:18 +04:00
Konstantin Krivopustov
ac388bfad3 PL-8551 Dynamic attribute access control (refactor, update from client) 2017-10-18 12:40:07 +04:00
Konstantin Krivopustov
0e9dc819db PL-9755 ClientCacheManager has incorrect order that does not fit platform precedence interval 2017-09-27 17:56:39 +04:00
Konstantin Krivopustov
b16f93016b PL-9692 Ability to override single datatype 2017-09-21 16:50:08 +04:00
Yuriy Artamonov
5c238f033d PL-9735 Cleanup unused @Inject fields 2017-09-20 20:11:00 +04:00
Konstantin Krivopustov
10dfe475cd PL-9661 Inherit non-persistent entities from the same base classes as persistent ones 2017-09-08 19:02:00 +04:00
Yuriy Artamonov
d0fb1ef51d PL-9648 FileLoaderClientImpl closes connections before content of file is read 2017-09-07 11:24:21 +04:00
Yuriy Artamonov
3588ddf659 PL-9608 Ability to override error notification for Window validation - remove unnecessary @SuppressWarnings 2017-09-01 13:26:01 +04:00
Yuriy Artamonov
c7784745c7 PL-9608 Ability to override error notification for Window validation 2017-09-01 13:24:06 +04:00
Yuriy Artamonov
6f38526f8d PL-9617 ConfigPersisterClientImpl should use SLF4J log statement substitutions 2017-09-01 11:30:22 +04:00
Konstantin Krivopustov
6dd2fe416d PL-9584 FileLoaderClientImpl injects ServerSelector by interface, not by bean name 2017-08-30 17:19:31 +04:00
Yuriy Artamonov
dde85d6377 PL-9458 FileLoaderClientImpl does not shutdown HttpClientConnectionManager after loading file content 2017-08-01 11:36:12 +04:00
Konstantin Krivopustov
41158ee017 PL-9161 ClientUserSession.removeAttribute() is not propagated to middleware 2017-05-30 13:40:19 +04:00
Yuriy Artamonov
a462d2590e PL-7800 Refactor LoggerFactory.getLogger(getClass()) usages 2017-04-24 20:09:02 +04:00
Yuriy Artamonov
4f2b912c4e PL-8338 Client-tier bean for working with FileStorage using streams 2017-04-04 12:41:22 +04:00
Konstantin Krivopustov
d504b51a88 PL-8116 EntityAccessException shoud have entityName in log message 2017-03-28 10:24:48 +04:00
krivopustov
d98d656e92 PL-8695 Middleware load balancing improvement 2017-03-09 10:41:22 +04:00
Daniil Tsarev
23e282c421 PL-6049 Web SuggestionField implementation 2017-02-01 10:31:20 +04:00
Yuriy Artamonov
e0d53cc805 PL-8529 Fix JavaDoc errors that prevent Gradle :javadoc generation using CLI 2017-01-27 15:09:47 +04:00
Andrey Subbotin
c2f7c71a91 PL-7643 Hot deployment of Groovy beans does not work 2017-01-13 15:15:13 +04:00
Konstantin Krivopustov
e59e5a254e PL-8101 Insert new record as first after editor close (only for non-nested datasources) 2016-12-28 12:58:40 +04:00
Konstantin Krivopustov
02cc3b06f2 PL-8123 Extendable meta-annotations 2016-12-16 12:56:03 +04:00
Konstantin Krivopustov
cdd9ec2539 PL-8335 Datatypes in metadata.xml, Refactoring of metadata loaders (fix tests) 2016-12-12 19:25:06 +04:00
Konstantin Krivopustov
74025d3db6 PL-8335 Datatypes in metadata.xml, Refactoring of metadata loaders. 2016-12-12 17:58:57 +04:00
Yuriy Artamonov
c7075000de PL-7699 Bean validation support for UI - fix components test 2016-12-02 15:16:27 +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
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
Konstantin Krivopustov
2851052d6e PL-8127 Queries with scalars and aggregates from the client side 2016-11-16 15:21:22 +04:00