From: Aleksander Ɓukasz Date: Tue, 1 Apr 2014 19:42:06 +0000 (+0200) Subject: Editor update: inform user about errors that occured during document transaction X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/63fc0519ce8555d09a90193fb2b0f599ecd721f8?ds=inline;hp=63fc0519ce8555d09a90193fb2b0f599ecd721f8 Editor update: inform user about errors that occured during document transaction Functional changes: > editor: inform user about errors that occured during document transaction Internal changes: > smartxml: Document.transaction success callback > editor: dialog - allow for hiding submit/cancel buttons > wlxml: allow extending WLXMLDocument > editor: canvas - initiate commands transactions via Document.transaction > canvas: no need to handle nodeTagChange event anymore > smartxml: removing special implementation for changing tag name > Merge in canvas refactorizations > smartxml: transaction calls error handler instead of throwing error > smartxml: Automatically rollback transaction on error thrown > smartxml: Rollback support for transactions > smartxml: cleanup ---