Die Verwendungen der FormValidationException durch die FormProcessExceptions ersetzt und angepasst.
[DELETE]
Die Klasse FormValidationException.java gelöscht.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3260 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/VersionUploadForm.java die FormProcessException in der Zeile 197 umgebaut.
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/FileUploadForm.java die FormProcessException in der Zeile 225 umgebaut.
In der Klasse ccm-cms-types-image/src/com/arsdigita/cms/contenttypes/ui/ImagePropertiesStep.java die FormProcessException in der Zeile 304 umgebaut.
(in allen drei Fällen wurde einfach die Exception an die FormProcessException weitergegeben)
git-svn-id: https://svn.libreccm.org/ccm/trunk@3204 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/FileEditForm.java die FormProcessException in der Zeile 621 umgebaut.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3203 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/FileEditForm.java die FormProcessException in der Zeile 402 umgebaut. (Exception wird einfach weitergegeben)
git-svn-id: https://svn.libreccm.org/ccm/trunk@3202 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/CreateDocLinkPane.java die FormProcessException in der Zeile 415 umgebaut.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3201 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/SearchPane.java die FormProcessException in der Zeile 223 umgebaut und den key ui.unspecified_search_parameters den Properties hinzugefügt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3200 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/authoring/DocumentPropertyForm.java die FormProcessException in der Zeile 200 umgebaut und den key ui.authoring.file_option_null denn Properties hinzugefügt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3199 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/FolderContentsTableForm.java die FormProcessException in der Zeile 184 den key-Namen verbessert und in der Property angepasst.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3198 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/FolderContentsTableForm.java die FormProcessException in den Zeilen 190 und 194 umgebaut und den key ui.error.unexpected den Properties hinzugefügt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3197 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/FolderContentsTableForm.java die FormProcessException in der Zeile 184 umgebaut und den key ui.folder.not_empty den Properties hinzugefügt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3196 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/SearchStringValidationListener.java die FormProcessException in der Zeile 57 umgebaut und den key ui.invalid_term den Properties hinzugefügt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3195 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/FileSendColleaguePane.java die FormProcessException in den Zeilen 177 und 181 umgebaut.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3194 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/BrowseFileInfoPropertiesPane.java die FormProcessException in den Zeilen 907 und 912 umgebaut und den key ui.error.sending_document den Properties hinzugefügt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3193 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/BrowseFileInfoPropertiesPane.java die FormProcessException in der Zeile 723 umgebaut (Exception einfach weitergereicht).
git-svn-id: https://svn.libreccm.org/ccm/trunk@3192 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-docmgr/src/com/arsdigita/cms/docmgr/ui/BrowseFileInfoPropertiesPane.java die FormProcessException in der Zeile 530 umgebaut und den key intended_audience_cannot_be_null den Properties hinzugefügt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3191 8810af33-2d31-482b-a856-94f89814c4df
* new class DescriptiveComponent, provides setLabel and setHint
* classes Label, BaseLink and Widgets inherit from DescriptiveComponent and are ready to use setLabel and setHint
* classes TextStylable and Blockstylable removed, both provide direct html which the responsibility of the theme
* created Interface bebop/util/Panelcontraints to provide positional information for blocks fpr backwards compatibility. We have to decide whether to discard/replace or retain them.
* created cass Embedded as a kind of spinn-off from Label to handle arbitrary String data, specifically JavaScript. It's part of a strategy to remove Strings from Label to prevent developers just to hack fixed strings and make a mess of the User Interface.
* various reformatting and documentation added.
git-svn-id: https://svn.libreccm.org/ccm/trunk@2728 8810af33-2d31-482b-a856-94f89814c4df
- Publishing did not work if an image was attached due to a bug in the ItemImageAttachment,
maybe caused by the changes made in r2418 to make sorting images attachment possible.
git-svn-id: https://svn.libreccm.org/ccm/trunk@2517 8810af33-2d31-482b-a856-94f89814c4df
Weiterer Teil um ccm-docmngr umzustellen und in Gang zu bringen. Ist zur Zeit noch nicht lauffähig.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1545 8810af33-2d31-482b-a856-94f89814c4df
- Alle anderen static initalizers haben jetzt am Anfang und Ende eine Log-Ausgabe (Level debug), in Klassen die bisher keinen Logger hatten wurde ein Logger eingebaut
- log4j.properties in ccm-core enthält jetzt vorbereitetet, auskommentierte Zeilen für alle Klassen mit static Blöcken
git-svn-id: https://svn.libreccm.org/ccm/trunk@748 8810af33-2d31-482b-a856-94f89814c4df