Commit Graph

4835 Commits

Author SHA1 Message Date
Konstantin Krivopustov
c2e34fa922 MetadataImpl#getClassNN(String) returns null instead of throwing exception. #PL-2373 2013-08-15 06:53:00 +00:00
Konstantin Krivopustov
8429db3ab6 More descriptive exception on absence of view in datasource 2013-08-14 11:01:38 +00:00
Konstantin Krivopustov
40b7e91135 NPE on validation of FieldGroup's field with own datasource. #PL-2374 2013-08-14 10:15:34 +00:00
Dmitry Kozlov
4d75323551 DbUpdaterEngine: skip empty lines while checking whether query is likely SELECT. #PL-2310 2013-08-14 05:38:39 +00:00
Dmitry Kozlov
d9281cdc5c WebAbstractTable: missed super method invocation in ds listener. #PL-2035 2013-08-13 13:58:21 +00:00
Dmitry Kozlov
b08321a0b5 DbUpdaterEngine: a bit more accurate SELECT query checking. #PL-2310 Fixed 2013-08-13 13:36:11 +00:00
Dmitry Kozlov
9033555e5c WebDateField: date format was set in constructor. #PL-2307 2013-08-13 09:29:03 +00:00
Konstantin Krivopustov
5b08780241 В документации отсутствует пример использования реализации интерфейса com.haulmont.cuba.gui.components.Formatter. #PL-2361 2013-08-12 15:21:04 +00:00
Konstantin Krivopustov
6f49624e45 Get rid of Table.Column.FormatterType. #PL-2367 2013-08-12 15:14:19 +00:00
Dmitry Kozlov
b40996df94 DesktopWindowManager: KEY_RELEASE events are not allowed to invoke window OK-actions #PL-2357 2013-08-12 14:14:08 +00:00
Dmitry Kozlov
f4577df859 Web/Desktop tables: bind selection to ds item using ds listeners #PL-2035 2013-08-12 11:28:37 +00:00
Dmitry Kozlov
c8037f1fc3 TreeModelAdapter: throw items, which parent is excluded from ds, to tree root while resolving tree path #PL-1931 2013-08-09 08:53:49 +00:00
Konstantin Krivopustov
2d03499721 TreeTable doesn't refresh its datasource on screen opening. #PL-2356 2013-08-08 14:35:32 +00:00
Dmitry Kozlov
6d60f229fb Desktop Table/TreeTable: sync setSelected method with proper selection intervals. #PL-1931 2013-08-08 13:45:41 +00:00
Dmitry Kozlov
36de1c5315 Desktop TreeModelAdapter: exclude entities that are not existing in ds from tree path (selection and item expand bug) #PL-1931 2013-08-08 13:29:06 +00:00
Konstantin Krivopustov
49f87c40ce Absence of the two images in the documentation http://docs.cuba-platform.com/cuba/4.1/manual/ru/html-single/manual.html. #PL-2315 2013-08-08 08:10:27 +00:00
Konstantin Krivopustov
b95a6cc796 Неполное описание XML-дескриптора в QuickStart-e. #PL-2322 2013-08-08 07:59:06 +00:00
Konstantin Krivopustov
393e71e137 CUBA licensing (bring back UserSessionEntity.system, exclude UserSessions from sources jar). #PL-2347 2013-08-07 12:45:00 +00:00
Konstantin Krivopustov
a7640ac50c CUBA licensing (fix tests). #PL-2347 2013-08-07 11:13:26 +00:00
Konstantin Krivopustov
d1796e321b CUBA licensing. #PL-2347 2013-08-07 10:45:26 +00:00
Konstantin Krivopustov
36e57c394a CUBA licensing. #PL-2347 2013-08-07 10:37:18 +00:00
Yuriy Artamonov
88973f7ab4 Fix SCSS for button link #PL-1995 2013-08-06 12:41:34 +00:00
Yuriy Artamonov
e98de3ead9 Fix vertical alignment for button icon #PL-1995 2013-08-06 12:35:13 +00:00
Yuriy Artamonov
bcbd2ebe73 Fix case of en locale messages for Presentations #PL-1946 2013-08-06 11:13:24 +00:00
Yuriy Artamonov
77d8d2fdcb Dock mode for SplitPanel, set Z-Index for dock button #PL-2343 2013-08-06 11:08:59 +00:00
Denis Hasanov
f262a76e77 temporary disable development exception handler 2013-08-06 11:07:37 +00:00
Yuriy Artamonov
1b141e0d17 Fix vertical alignment for button icon #PL-1995 2013-08-06 09:29:33 +00:00
Yuriy Artamonov
bb0d4053e7 Dock mode for SplitPanel #PL-2343 2013-08-06 08:51:59 +00:00
Yuriy Artamonov
d4baf95c25 Fix Select action on double click for Tree #PL-2341 2013-08-05 11:10:30 +00:00
Yuriy Artamonov
a3a86e1074 Set value to datasource even it is invalid #PL-2338 2013-08-05 08:48:16 +00:00
Yuriy Artamonov
5eb1d9865f Fix menu shortcuts layout and table text color #PL-2278 2013-08-02 14:56:16 +00:00
Yuriy Artamonov
694fc97146 ResizableTextArea #PL-2334 2013-08-02 13:30:39 +00:00
Roman Gaponenkov
e123ab7527 Доп. поле типа "Логическое" не может быть обязательным атрибутом #PL-2336 Fixed 2013-08-02 12:44:56 +00:00
Roman Gaponenkov
8f2a0a514a Для доп. поля типа "Сущность" флажок "Выпадающий список" и список "Экран выбора сущности" должны взаимоисключать друг друга #PL-2335 Fixed 2013-08-02 12:42:10 +00:00
Yuriy Artamonov
62bec61346 NPE in DesktopTextArea #PL-2326 2013-08-02 11:27:21 +00:00
Yuriy Artamonov
9972f75739 Layouts: HtmlBox, FlowBox #PL-2332 2013-08-02 11:23:50 +00:00
Sergey Saiyan
ab6c11dc05 fix MsSQL 12/121003-addCodeToCategoryAttribute.sql update script #PL-2330 Fixed 2013-08-02 10:55:43 +00:00
Yuriy Artamonov
43662da8c9 Fix DeclarativeAction assign for button #PL-2278 2013-08-02 08:44:37 +00:00
Yuriy Artamonov
6113a593e2 Fix DeclarativeAction assign for button #PL-2278 2013-08-01 15:19:44 +00:00
Yuriy Artamonov
573540e050 Fix Vaadin layout problems #PL-1809 2013-08-01 15:17:44 +00:00
Yuriy Artamonov
a824b5f18e Small theme fixes #PL-1995 2013-08-01 15:13:07 +00:00
Denis Hasanov
652e384909 Replace RuntimeException throwing with special DevelopmentException. #PL-2074 2013-08-01 13:42:14 +00:00
Yuriy Artamonov
1d07d0bc73 Styles for table cells and IE compatibility #PL-1995 2013-08-01 13:06:11 +00:00
Konstantin Devyatkin
75553fb081 [Desktop] Exception on creating a new filter by date #PL-1847 2013-08-01 07:40:03 +00:00
Yuriy Artamonov
5879fea1ed Web Menu shortucts #PL-2327 2013-08-01 07:36:14 +00:00
Yuriy Artamonov
5aa3a39d88 Web - Fix enum columns in table 2013-07-31 12:30:48 +00:00
Yuriy Artamonov
a3f16c6243 Styles for links in tables #PL-2278 2013-07-31 10:47:13 +00:00
Yuriy Artamonov
5f8ae21a2d Port presentations for Table from vaadin 6 component #PL-1946 2013-07-31 09:32:18 +00:00
Yuriy Artamonov
93d0531b44 Port presentations for Table from vaadin 6 component #PL-1946 2013-07-31 09:01:52 +00:00
Vladimir Shakhov
2eb99770c6 Изменена сигнатура метода isTransient(entity, property.getName()) на isTransient(property)
#PL-2319
2013-07-30 12:34:58 +00:00