- An element with the "with-colorset" attribute will now get two classes: The numbered colorset class (colorset-1, colorset-2 etc)
*and* a named colorset class (colorset-$name, where $name is the name of currently selected category)
- New attribute "with-application-class" which adds the name of current application to the classes of the element. The class
has the form "application-$applicationname" where $applicationname is the name of current application as provided in the
XML from CCM
- New attribute "with-path-classes". If this attribute is set to "yes" a class of the form path-$category-names" is added for each
catgory in the path. $category-names is a string concatenated from the names of the categories in the path.
git-svn-id: https://svn.libreccm.org/ccm/trunk@4127 8810af33-2d31-482b-a856-94f89814c4df
- Support for PublicPersonalProfile personal publications and projects
- Flexible output for event date(s)
- XSL-Template for the HTML5 <time> element now uses a optional parameter datetime for the datetime attribute
git-svn-id: https://svn.libreccm.org/ccm/trunk@3923 8810af33-2d31-482b-a856-94f89814c4df
- Added auditing trail of the *current* version to traversal adapter
git-svn-id: https://svn.libreccm.org/ccm/trunk@3845 8810af33-2d31-482b-a856-94f89814c4df
there was bug for object lists which can be filtered by the user: The filter form did not appear if there are no results.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3813 8810af33-2d31-482b-a856-94f89814c4df
require authentication. The class now checks if the mail properties are
containing the property mail.user and uses the properties mail.user and
mail.password for creating an instance of the javax.mail.Authenticator which is
added to the javax.mail.Session used by the Mail class. If there is no
mail.user property the old behaviour is used.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3727 8810af33-2d31-482b-a856-94f89814c4df
Foundry: Added an additional selector for selecting the template for a portlet
git-svn-id: https://svn.libreccm.org/ccm/trunk@3704 8810af33-2d31-482b-a856-94f89814c4df
Weitere Änderungen an dem Initalizer-Problem beim unload. Muss noch getestet werden.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3485 8810af33-2d31-482b-a856-94f89814c4df
Angefangen, das Problem mit den Initalizern beim unload zu beseitigen.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3484 8810af33-2d31-482b-a856-94f89814c4df
Das Entfernen von Instanzen (ContentItems) derjenigen ContentTypes aus den Tabellen der Datenbank, die deinstalliert werden sollen über "ccm unload". Funktionalität ccm unload kann jetzt verwendet werden.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3448 8810af33-2d31-482b-a856-94f89814c4df
different class is appended to the classes of the imediate child element of the image-attachments element
git-svn-id: https://svn.libreccm.org/ccm/trunk@3445 8810af33-2d31-482b-a856-94f89814c4df
* Limited length of the description of file attachments (can be configured, default: 400 characters)
* Some code beautifing in Foundry
* Change the class attribute of sci-welcome.jsp to welcome-page so that is possible to distiguish between welcome page and other navigation pages in the theme.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3433 8810af33-2d31-482b-a856-94f89814c4df
Die Funktionalität ein Modul über "ccm unload..." zu deinstallieren ist jetzt verfügtbar (Achtung! funktioniert noch nicht). Dafür vorgenommene Modifikationen:
- neue Klasse Unload.java, die die Funktion des "ccm unload" bereitstellt
- neue Klassen LoadCenter.java und LoadCenterDelegate.java die das Designpattern "Delegate" umsetzen, um Coderedundanz zwischen Load.java und Unload.java zu beseitigen
- neue sql-skripte im Modul ExternalLink oracle-se-drop.sql und postgres-drop.sql, zum Löschung der ExternalLink spezifischen Tabellen in der Datenbank
- sämtliche Codemodifikationen und Java-Doc-Ergänzungen in beteiligten Klassen für die unload-Prozedur
- neue Klasse ExternalLinkUnloader.java (bisher noch wenig/keine Funktionalität) und AbstractContentTypeUnloader.java, die zusammen dafür sorgen sollen, die ContentTyp-Instanzen (z.B. von ExternalLink) aus den Tabellen der Datenbank zu entfernen. (-> work in progress)
- Ergänzung des unload-Datenskripts in ccm-cms-types-externallink.load
- Ergänzung der build-ccm.xml um die unload-Befehle
[WORK IN PROGRESS]
Das Entfernen von Instanzen derjenigen ContentTypes aus den Tabellen der Datenbank, die deinstalliert werden sollen über "ccm unload".
git-svn-id: https://svn.libreccm.org/ccm/trunk@3414 8810af33-2d31-482b-a856-94f89814c4df
- More tags for publication types
- JavaScript for Double Click Protection in the Content Centre was missing
git-svn-id: https://svn.libreccm.org/ccm/trunk@3358 8810af33-2d31-482b-a856-94f89814c4df
- Foundry support for ccm-sci-types-institute and ccm-sci-types-department
git-svn-id: https://svn.libreccm.org/ccm/trunk@3332 8810af33-2d31-482b-a856-94f89814c4df
Mainly addition of java-doc in MasterTool and some small other changes.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3320 8810af33-2d31-482b-a856-94f89814c4df
- Some finetuning for admin styles
- New tag show-date-property for showing date properties
Content-Centre:
- Fixed missing label in AgendaPropertyForm
git-svn-id: https://svn.libreccm.org/ccm/trunk@3312 8810af33-2d31-482b-a856-94f89814c4df
links to all sections of the MPA the correct parameters. Foundry uses these informations now, with a fallback to the XSL based
generation of the links which does not work in some cases. This commit should solve the issues #2366, #2354 and #2358.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3268 8810af33-2d31-482b-a856-94f89814c4df
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