📄 history.txt
字号:
- Improved integration of the full text search engine (Lucene) for better performance
- Improved implementation of SQL manager by adding additional methods for pool information
! Added individual "broadcast message" queues for each user
* Fixed issue with temporary projects causing errors after publishing
* Fixed issue in "templateone" causing wrong caching of elements
* Fixed issue with non-ascii chars in search terms being garbled on the secound result page
- Optimized the session info handling and the implementation of the OpenCmsListener
- Removed the requirement for a separate OpenCmsSessionManager listener in the web.xml
! Added search result highlighting for wildcard queries (e.g. opencm* will highlight opencms)
- Improved runlevel implementation for more fine-grained control during the init process
! Added configurable folder type org.opencms.file.types.CmsResourceTypeFolderExtended
! "templateone" now able to define "Microsites" using custom folder type
- Updated quartz component to latest release 1.4.4
! Resource type id's are now fully configurable
! Added implementation of a "priority resource collector"
- Improved implementation of default properties for resource types
! It's now possible to copy a list configured resources after a new resource is created
! MS PowerPoint, HTML (plain) and RTF added to searchable document types, improved MS Word and Excel
- Improved API for text extraction, added test cases for text extraction API
! Added "search.priority" property to boost marked documents up in the search result list
! Added sort options to search, default is by score, options are by title or date of last modification
! Added search categories feature, for display of a category overview for a search result
! Added multiple search root option
* Fixed issue with editor link replacement and parameter links that contain "&language"
- Updated HtmlParser component to latest release 1.5 (20050313)
! New "secure" feature allows easy re-directing of secure (https) pages "inside" a OpenCms site
! New "Export/Secure" dialog for easy setting (and controlling) of export and secure property
! OpenCms sites can now have multiple alias names in the configuration
* Fixed issue with cookies not getting set on OpenCms controlled JSP pages
OpenCms 5.7.1 Corrin (aka 6.0 beta 1) - February 21, 2005
! Static export "file scrubbing" can now be customized implementing I_CmsStaticExportHandler
! Added logging option to site manager for debugging site configuration
! Height of popup windows in WYSIWYG editor now automatically adjusts to content height
! Added master implementation of SQL manager that delivers connections to the configured database,
this can also be used to use the OpenCms connection pool for additional DB tables
! Permission ACL for folders are not longer automatically inherited to subfolders, only to files in the folder
! Added configurable user options to expand permission dialog details
! "templateone" demo now features a configurable email form generator
! "templateone" demo horizontal menu navigation can now be configured to show sub-levels
- Improved performance of internal Lucene search by not calculating the excerpts for all results
! Added selector widget for XML content
- Updated PDFbox for better results searching in PDF documents
! Added "contentcheck" tag to provide information about XML content loops
! Paramaters to "contentload" tag can now be passed as macro variables,
including properties, request parameters etc.
! Added support for paging of results from "contentload" tag
* Fixed issue with stray locks of deleted new resources sticking in the lock manager
* Fixed issue with http headers not being written according to http spec
* Fixed issue with "help bubbles" hidden behind input elements in XML content editor
! First implementation of several parts of the "Administration" screen (not configured by default)
- Unified the css files of the Workplace in one JSP that generates different css versions
- The Workplace is in the process of being modularized to allow easier update of individual tools
- First updated version of documentation modules for 6.0 available
! New module build.xml file available for easy building of individual modules
- Modules are now distributed as .zip files to avoid issues with long path names in MS Windows
OpenCms 5.5.4 Caladan (aka 6.0 alpha 3) - December 22, 2004
* Fixed issue with search engine not correctly indexing pages based on non-ISO encoding
! Source code for the 'templateone' default module is now available in the src-modules CVS subfolder
* Fixed issue with password change being broken in the user administration
* VFS resource types and Workplace context menus can now be added by a module
- Configuration of default files moved to opencms-vfs.xml
! Modified VFS to allow multiple folder resource types
! Added new resource types for image, download, link and html galleries
! Added XML content handler interface for special action in the XML content lifecycle
! Default implementation of XML content handler is org.opencms.xml.content.CmsDefaultXmlContentHandler
! Resource "type change" dialog can now also change the type of a folder (e.g. to a gallery type)
! Added new "Image gallery" dialog for WYSIWYG editor (also available as XML content widget)
* Fixed issue with deleted users or groups causing "orphan" ACE entries
(causing NPE errors in the Workplace permission dialog)
* Fixed issue with upload applet not working in root site "/"
* Fixed issue with HTML comments in editor causing invalid HTML documents
! Added GUI to modify property values and delete definitions in Administration view
* Fixed issue with shutDown() method of modules not being called
- Improved DB performance on MySQL after heavy testing
! Added full text search capabilities for XML content data
- Removed "index" attribute from "contentshow" tag (use "element=name[1]") to
directly access an element index value > 0
! Property definitions can be deleted from Admin GUI even if resources still use the property
- Optimized DB queries and index generation for MySQL
* Fixed issue with "https" scheme not correctly working in site configuration
! Added support for the PostgeSQL database, thanks to Antonio Core for his contribution
! Added new "Download gallery" dialog for WYSIWYG editor (also available as XML content widget)
! Added new "External link gallery" dialog for WYSIWYG editor (also available as XML content widget)
! Added new "HTML gallery" dialog for WYSIWYG editor (also available as XML content widget)
! XML content now allows variable mapping of XML content widgets to schema types
! Added support for language - country based locales in the Workplace
! Added support for nesting XML content definitions
! Added internal caching for XML content definitions
! XML content editor can now handle optional elements (min occurs = 0) from the XML schema
! XML content editor can now handle multiple elements (max occurs > 1) from the XML schema
! XML content now allows validation and error handling in editor with customizable validation rules
! Widgets for XML contents can now be configured independent from schema types
* Fixed issue with setup wizard in JDK 5.0
! OpenCms now installs and runs with JDK 5.0 (please note: no exhaustive tests have been done so far)
- Updated lucene to latest stable version 1.4.3
OpenCms 5.5.3 Caladan (aka 6.0 alpha 2) - October 26, 2004
! Added 'templateone' default module as an extended template demo
! Added XML content demo module based on 'templateone'
! Added resource type "article" that demonstrates the use of XML content types
! Updated included libaries to their latest available release versions
! Split the CmsDriverManager into CmsSecurityManager and CmsDriverManager,
for more efficient handling of permission checks during DB operations
! XML content editor now allows "direct publish" from the editor
* Fixed issue with link replace mode in XML content editor operating in the root site
* Fixed issue with default XML default value creation not having an OpenCms context available
! Added support for MySQL 4.1
! Added feature to set web application context name in web.xml (required e.g. for Jboss)
! Explorer "History" dialog with version information has been rebuild in JSP
! New "displayresource.jsp" replaced XML template based "show resource" file
OpenCms 5.5.2 Caladan - October 22, 2004
! Locale handler for the workplace has been made configurable
* Fixed issue with translated module name not correctly written to log
* Fixed issues with legacy master module permissions and history
* Fixed issue with Lucene search query not working with "OR" logic
* Fixed issue with old temporary file lock owned by wrong user
* Fixed issue with cached page element in request attribute not being properly initialized
! Made XML content types configurable in opencms-vfs.xml
! Made XML content type filters configurable in opencms-vfs.xml
! Added new tags "contentload", "contentcheck", "contentloop", "contentshow" to
OpenCms JSP taglib for display of XML content in templates
! Added option "clean up after Copy&Paste from Word" to all XML page editors
! New "content-conversion" property allows automatic conversion of
XML page HTML content to XHTML, also optionally corrects HTML errors etc.
! Added configurable password class encryption handler to opencms-system.xml
! Added new XML content widgets: Boolean, Colorpicker, VfsFile
! Refactored XML content filters to resource collectors
! Allowed passing of property value to JSP "contentload" tag using "property" attribute
! XML content editor now correctly supports locales, including locale switch
! XML content editor now allows scrolling in case of many widgets on the screen
! XML content can now be created with the "New" dialog wizard
! XML content elements titles can now be localized in editor
! XML content editor now supports optional "help bubbles" using special locale keys
OpenCms 5.5.1 Caladan (aka 6.0 alpha 1) - September 20, 2004
! Junit test suites now have nice display names
* Improved "Cache-Control" headers by adding a "max-age=0" for all Workplace requests
to prevent caching, this should allow operation with a browser
setting "Check for new version of a page" of "Auto"
! Removed "CmsObject" member from CmsEvent
! Added first implementation of XmlContent packages
! Refacored XmlPage to use the same code as XmlContent objects where possible
! Changed validation for XmlPage from DTD to W3C XML schema
! Changed DB schema: "FILES" tables are now named "CONTENT"
! Changed DB schema: Content now points to resource record instead of vice-versa
! Changed DB schema: Full resource name is saved in structure record
! Improved/cleaned up folder layout for the OpenCms workplace
! Improved/cleaned up package structure for the OpenCms workplace
! Used Base64 encoder/decoder from org.apache.commons.codec package
! Removed dependencies from sun.* packages so OpenCms runs better in other vendors VMs
! Changed DB schema: Removed unrequired fields in CMS_USER tables
! Changed DB schema: General clean up and rename for more consistent use of names
! WYSIWYG editor: Editor options can now be controlled by user permissions
! WYSIWYG editor: Improved editor API with "add Link" and "insert code" functions
! WYSIWYG editor: First public version of HtmlArea add-on module
! Workplace dialog "Edit external link" is now JSP
* Fixed issue with static export sending a 404 header during "on-demand" first request
* Fixed issue with deny permissions not being inherited if "overwrite inherited" is set
* Fixed issue with "view" permission not working as expected in OpenCms Workplace
OpenCms 5.3.6 Ix - August 2, 2004
! Improved core search configuration by adding configurable "input sources" for the indexers
* Removed legacy dependency on search configuration
! Added new scheduler that replaces the old OpenCms "CronScheduler" based on OpenSymphony Quartz
! New scheduler has (almost) full support for cron expressions
! Execution context for scheduled jobs can be described in detail
! Each scheduled job can have a list of parameters (instead of only one String as a parameter)
! Threads are more carefully managed by the scheduler
- Configuration of scheduler moved from registry.xml to opencms-system.xml
- Removed "package path" configuration option, path is now hardcoded
- Moved "file upload extension mappings" from DB table to opencms-vfs.xml
- Removed unrequired "CMS_SYSTEMPROPERTIES" table from DB schema
! New API for resource types
! Default resource types of the core now are located in package org.opencms.file.types
! Resource types can now be located in other packages (not only org.opencms.file)
- Refactored several methods in CmsObject and DriverManager to improve code qua
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -