Branch: refs/heads/dynamic_vdbs
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 69b98559feef96f6e1c6ddc9d85db01fd096e839
https://github.com/Teiid-Designer/teiid-designer/commit/69b98559feef96f6e...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-06-30 (Tue, 30 Jun 2015)
Changed paths:
M
plugins/org.teiid.core.designer/src/org/teiid/core/designer/util/StringUtilities.java
M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/Messages.java
M
plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/messages.properties
M
plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/wizards/vdbs/AbstractGenerateVdbManager.java
M plugins/org.teiid.designer.vdb/src/org/teiid/designer/vdb/i18n.properties
Log Message:
-----------
Move and improve title message of vdb generation conversion job
* StringUtilities
* Function to convert camelCase names into spaced text
* Moves conversion message to ui plugin
Commit: 34f58cc548fc7a4de340887cd58ef1abada7de15
https://github.com/Teiid-Designer/teiid-designer/commit/34f58cc548fc7a4de...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-06-30 (Tue, 30 Jun 2015)
Changed paths:
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/ModelEditorImpl.java
M
plugins/org.teiid.designer.core/src/org/teiid/designer/core/transaction/UnitOfWorkImpl.java
Log Message:
-----------
Removal of already executed flag in UnitOfWorkImpl
* Has been resident for a long time!
* setAlreadyExecuted only called from ContainerImpl.processNotifications()
but causes all subsequent commands executed in the same transaction to
be ignored, especially those from processNotifications() which fix
model imports.
* Removes flag entirely and need to run further tests to determine in it
has caused a regression in frameworks such as Undo/Redo
Compare:
https://github.com/Teiid-Designer/teiid-designer/compare/bd2ddcfc413f...3...