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-core/src/com/arsdigita/ui/admin/GroupEditForm.java die FormProcessException in der Zeile 92 umgebaut und den key couldnt_find_specified_group den Properties hinzugefügt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3251 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-core/src/com/arsdigita/formbuilder/ui/editors/OptionEditor.java die FormProcessException in der Zeile 203 umgebaut und den key cannot_find_option den Properties hinzugefügt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3250 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-core/src/com/arsdigita/ui/login/UserLoginForm.java die FormProcessException in der Zeile 250 umgebaut und den key couldnt_create_timestamp den Properties hinzugefügt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3249 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-core/src/com/arsdigita/formbuilder/actions/ConfirmEmailListener.java die FormProcessException in der Zeile 175 umgebaut.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3248 8810af33-2d31-482b-a856-94f89814c4df
internen Klassennamen angepasst und version auf heutiges Datum geändert.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3247 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-core/src/com/arsdigita/ui/login/UserForm.java die FormProcessException in der Zeile 256 umgebaut. Die Klasse LoginGlobalizationUtil.java hinzugefügt um auf die LoginResources.properties zugreifen zu können.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3246 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-core/src/com/arsdigita/formbuilder/actions/TemplateEmailListener.java die FormProcessException in der Zeile 181 umgebaut.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3245 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-core/src/com/arsdigita/formbuilder/ui/editors/WidgetLabelForm.java die FormProcessException in der Zeile 196 umgebaut.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3244 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-core/src/com/arsdigita/formbuilder/ui/editors/ProcessListenerForm.java die FormProcessException in der Zeile 187 umgebaut.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3243 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-core/src/com/arsdigita/formbuilder/ui/editors/ProcessListenerForm.java die FormProcessException in der Zeile 160 umgebaut und den key formbuilder.ui.editors.cannot_find_persistent_process_listener den Properties hinzugefügt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3241 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-core/src/com/arsdigita/formbuilder/ui/editors/ProcessListenerForm.java die FormProcessException in der Zeile 136 umgebaut.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3240 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-core/src/com/arsdigita/bebop/parameters/StringLengthValidationListener.java die FormProcessException in der Zeile 74 umgebaut, indem die Exception an die FormProcessException übergeben wird.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3239 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-core/src/com/arsdigita/ui/admin/UserPasswordForm.java die FormProcessException in der Zeile 222 umgebaut und den key retrieving_user_failed den Properties hinzugefügt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3238 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-core/src/com/arsdigita/formbuilder/ui/editors/WidgetForm.java die FormProcessException in den Zeilen 339 und 363 umgebaut und die keys cannot_find_form und cannot_find_persistent_widget den Properties hinzugefügt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3237 8810af33-2d31-482b-a856-94f89814c4df
In der Klasse ccm-core/src/com/arsdigita/bebop/parameters/StringIsLettersOrDigitsValidationListener.java die FormProcessException in der Zeile 76 umgebaut. (gefangene Exception weitergeleitet)
git-svn-id: https://svn.libreccm.org/ccm/trunk@3227 8810af33-2d31-482b-a856-94f89814c4df
Konflikt, da die Korrektur des globalize-Aufrufes aus Zeile 247, die ich am Montag noch nicht commitet hatte, mittlerweile schon geändert wurde...
git-svn-id: https://svn.libreccm.org/ccm/trunk@3223 8810af33-2d31-482b-a856-94f89814c4df
- Informations about CCM (Application name, version)
- All Java System Properties
- The current XML configuration/XML classes in use
git-svn-id: https://svn.libreccm.org/ccm/trunk@2923 8810af33-2d31-482b-a856-94f89814c4df
- Added own implementations of TransformerFactory etc which act as a wrapper for the
configured implementations. At the moment this is only used for TransformerFactory
because using it for SAXParserFactory and maybe for DocumentBuilderFactory causes
crazy errors.
- Moved the Reindexer utilitity from ccm-ldn-search to ccm-ldn-util. It is useful for
rebuilding the index and has no dependencies to other parts of ccm-ldn-search. Also
ccm-ldn-search will be removed in near future.
git-svn-id: https://svn.libreccm.org/ccm/trunk@2894 8810af33-2d31-482b-a856-94f89814c4df
- Added an option to the Date widget to show the years in descending order
- Some fixes for ccm-sci-assets-publicationspersons, including the rendering in the Mandalay theme
git-svn-id: https://svn.libreccm.org/ccm/trunk@2809 8810af33-2d31-482b-a856-94f89814c4df
names of the content types
- The length of the description of (releated) link is now limited. The limit
can be configured using the com.arsdigita.cms.link_description_max_length
property in CMSConfig. The default value are 400 characters.
git-svn-id: https://svn.libreccm.org/ccm/trunk@2769 8810af33-2d31-482b-a856-94f89814c4df
- Hints are now shown for ControlLinks
- The standard theme uses an better symbol
- Hints and new style labels now work for DHTMLEditors, and widgets Date, Time and DateTime
git-svn-id: https://svn.libreccm.org/ccm/trunk@2755 8810af33-2d31-482b-a856-94f89814c4df