New and Changed Features

CMS Fiona

  • Space characters in CMS file names are now converted to hyphens instead of underscores. Most diacritical marks are now removed from the characters that carry them instead of converting the character combination to an underscore character. All other characters not permissible in file names are now converted to at most one underscore per character. (ID 11771, ID 13467)

  • For editing the main content of CMS files, the TinyMCE was integrated into the CMS user interface for editors. TinyMCE is a modern, JavaScript-based WYSIWIG editor. The editing functions available are configurable for every user role. (ID 12834)

  • The master process of the CM, TE, and SES now writes a warning to the log file if the predefined number of busy slaves has been reached or exceeded. (ID 13347)

  • The ADS user manager now utilizes the server for searching subgroups. This causes queries to be processed faster if subgroups exist. (ID 13348)

  • The EOP HTML editor included in CMS Fiona was updated to version 5.3.250b. This version also works with Java 1.6, update 29. (ID 13357)

  • If a localized message is missing from a wizard that uses the WizardController, the message is output in a different language, provided that other localizations exist for this message. If no translation of the message can be found, or the wizard is running in debug mode, the message missing "language" localizer for "keyword" is output. (ID 13383)

  • The Search Server (SES) no longer indexes processing instructions (PHP or JSP code). (ID 13499)

  • The way in which the main content of CMS files is stored was optimized. This significantly reduces the amount of time required for releasing large files (e.g. PDF files or archives). Also, uploading large amounts of data no longer blocks other write operations.

    The enhancement causes the main content (blob) of a CMS file to be written to the database only after changes have been made to the draft version. In previous versions, the main content was duplicated immediately after the draft version has been created. From version 6.8.0, a pointer to the previous version of the main content is stored instead.

  • TinyMCE was updated to version 3.4.7.

  • When used in wizards, the TinyMCE can now be configured easier.