⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 history.txt

📁 OPENCMS7.0.1,国外最好的JAVA CMS,非常值得学习,支持几乎所有的数据库,人性化安装!
💻 TXT
📖 第 1 页 / 共 5 页
字号:
! Improved undelete operation, now the last offline status is recovered, not longer just overwrite from Online
! Upload applet remembers the local folder the client used last time (if still present)
- Removed support for webusers, CmsUsers has no longer a type attribute.
! New account management concept based on Organizational Units and Roles.
  New CmsOrgUnitManager and CmsRoleManager classes, accessible through OpenCms.getXXXManager() methods
! WebDAV servlet to access OpenCms through WebDAV.
* Fixed issue with damaged admin user info preventing OpenCms from starting (IOException: invalid stream header)
! New user interfaces for organizational unit usage inside the OpenCms user management
! Creating new XML content resource allows the selection of a "model file" in explorer and direct edit mode if configured
! Added support for resource type permissions in explorer type definitions based on roles

OpenCms 6.5.5 - December 14, 2006
* Improved logic in new dialog to decide if default .html suffix should be appended
! The Lucene search index fields generated from the OpenCms content are now fully configurable
! Text extraction results for the full text search are now cached and reused to speed up index generation
- Simplified some of the search index API's
! Extended Search configuration GUI tool to configure the field configuration in the Administration view
- Improved workplace search feature making the used search index and the search result view configurable
- The deprecated legacy / compatibility packages have been removed from the distribution
! Redesigned publish process, adding a publish job queue and publish locks
! The publish queue makes it possible to continue working without waiting for the publish job to finish and 
  the publish locks prevent that a file that is waiting to be published can be modified before it really gets published
- Improved direct and project publish dialogs to fit the new publish process semantics
! The static export performance has been improved, by first writting to a temporary folder
! New interface added to allow the distribution of the user session information across a cluster
* Fixed issue #1275: Recursive copy of folders allowed
* Static export works with links containing a "&"
! New configuration node added to define how unlocking is handled during the indexing process
- Removed unused v5 folders from the distribution: /system/bodies and /channels
- Removed unused v5 group workflow role flag
! Added option in database export GUI to export only those files modifed in the current project

OpenCms 6.5.4 - November 27, 2006
* Fixed error when searching in sites with uppercase letters in site path
! Added some configuration options to the HTML Widget for structured contents: show buttons for table or image dialog, 
  use a CSS in the editor area, show the style selector for individual styles (for FCKeditor widget)
* Fixed error when appending html extension to new resource
- Extended the Account Management: Details for set permissions in group list and extended list for users in group 
! Added link management to JSP files using the new 'link' macro
! Dependencies in JSP files because of <@include ...> tags will will now be detected if the new 'link.strong' macro 
  is used to reference the include target - in this case the JSP will be updated if the included target has changed
- Refactored link types in XML Content: 'reference' to 'weak' and 'attachment' to 'strong'
- Updated lucene-core.jar to version 2.0.0
- Updated lucene-analyzers.jar to version 2.0.0
- Updated lucene-snowball.jar to version 2.0.0
- Refactoring the Search API, passing the index as a parameter instead of only the locale
- Updated FCKeditor module to FCKeditor version 2.3.2
* Fixed issue #1161: Nested contentload tags fail, sometimes silently
* Fixed issue #1171: CmsJspActionElement.img() doesn't work properly in Online project
* Fixed issue #1189: CmsSelectWidget should have a method to get the option from it's stored value
* Fixed issue #1198: Problem in "Search Management" when deleting all indexes
* Fixed issue #1201: Resources in export-points are not re-exported after publish
* Fixed issue #1203: File lock persists after closing browser window from content editor
* Fixed issue #1212: Uploading 0-byte files fails
* Fixed issue #1217: Cms link with relative path on static export returns empty value when linking to current folder
* Fixed issue #1225: Typo in localized message bundle ERR_DIRECT_PUBLISH_PARENT_NEW_2
* Fixed issue #1227: Insufficient access rights on workplace css files if static export is disabled
* Fixed issue #1236: Target attribute for explorer contextmenu entries does not work in all cases
* Fixed issue #1239: Setup Wizard Generic Database error
* Fixed issue #1243: Workplace display messed up after multiple static export
* Fixed issue #1250: Display issue of preview button in link gallery widget
* Fixed issue #1252: Availability context menu entry not shown for pointer resources
* Fixed issue #1255: OpenCms is not able to work on Windows mapped network drives
* Fixed issue #1265: Copy of multiple items between sites fails
* Fixed issue #1271: Validation rules aren't triggered at the right time when editing structured content
* Fixed display of date values of xml elements in history comparison
! Improved I/O performance when uploading zip files / building search index
! Allow changing of external links from within link gallery
! Allow skipping resource type dialog for file upload by <show-uploadtypedialog> in opencms-workplace.xml (boolean)
! List of changed files is shown for users who do not have the project manager role. The list shown depends on the
  actual selected project
! Link management support added to standard HTML tags 'area', 'object' & 'embed'
* Fixed locks handling during move & undo changes operations
- Optimized "direct edit" implementation for speed (not longer based on JSP includes by default)
! Added option for manual placement of "direct edit" buttons, depending on the provider implementation
! Implemented a text only "direct edit" button provider that supports manual placement
! Extended layout page with possibility of an external link to a xml content to integrated content(headline, text, image)
  from that
* Fixed issue in CmsSecurityManager, hasPermissions() check with lock check set to "false" did not work
- Modified inline css for direct edit buttons
- Integer resource state constants replaced by enumeration class org.opencms.file.CmsResource.CmsResourceState
- Integer resource delete mode constants replaced by enumeration class org.opencms.file.CmsResource.CmsResourceDeleteMode
- Integer resource copy mode constants replaced by enumeration class org.opencms.file.CmsResource.CmsResourceCopyMode
- Integer resource undo changes mode constants replaced by enumeration class org.opencms.file.CmsResource.CmsResourceUndoMode
- The CmsObject#createSibling method now returns the new created sibling to be consistent with the createResource method
- The CmsObject#readResourcesWithProperty(String) method is now site dependent (as the others readResourcesWithProperty methods)
- All CmsObject#readResourcesWithProperty methods now check read permissions for the given folder
! Added function to switch the user out of the account management view. 
! Allow choice of stylesheet class for links in FCKeditor controlled by editor configuration "option.linkstyleinputs"
! Performance improvement for log file viewer admin tool

OpenCms 6.5.3 - October 10, 2006
* Fixed issue #1247: Display issue for multiple select boxes and help texts in IE
! History list optionally shows project name and description
! New configuration option for initial checkbox state on new folder dialog in opencms-workplace.xml 
! Content tool for property change allows to set property values for resources that have an empty old value
* Fixed javascript errror on workplace admin search dialog for internet explorer
* Fixed issue with readResourcesWithProperty and getResourceInTimeRange not applying user permissions
! Extended <cms:parse>/<cms:decorate> by attribute "noAutoCloseTags" for tag names that must not be auto-closed 
* Workplace search tool generated invalid result links if current site is not root
! Temporary files are now invisible for members of the groups Users and Projectmanagers
* Fixed issue #1229: Synchronisation settings are lost when user changes workplace preferences
* Fixed issue in <cms:img> tag with static export of scaled images not really working
* Static Export no longer creates a new session for each resource
* Improved site managing preventing problems displaying resources in siblings and project view
* Creating a resource that would override an existing one now displays the 'right' error message
- Locks now store the complete project instead of only the project id
- Updated web application standard to 2.4 (with JSP 2.0) in web.xml
- Made all possible attribute values in opencms.tld accept <rtexprvalue>s
- Updated alkacon-simapi.jar to version 0.9.4
- Updated alkacon-diff.jar to version 0.9.2
- Updated commons-httpclient.jar to version 3.0.1
- Updated commons-logging.jar to version 1.1
- Updated jstl.jar to version 1.1.2
- Updated standard-jar to version 1.1.2
- Updated the list of supported MIME-types
! MIME-types are now configured in opencms-vfs.xml instead of internal properties file
! Added new WOFKFLOW_MANAGER role definition
- Refactored HTML generating methods for CmsCalendarWidget from CmsWorkplace into the widget class itself
- Modified calculation of inserted nav positions
* Fixed issue with upload applet always using the site root set in the user preferences
- Modified handling of scrub export folder for static export on demand
- Extented Html Import: Added possibility to leave images and downloads at original location
- Updated the publish job to validate the links before publishing and sending mails to user in case of errors
! Added new target "uploadjar" for upload applet to main build.xml file
! Several small improvements to upload applet, including removal of deprecation warnings for commons-httpclient 3.0
- Improved handling of export points
- Additional cleanup rules for HTML conversion
* Fixed display issues with 3D boxes of workplace dialogs and lists in Mozilla Firefox
- While publishing projects in Project Management there is now link validation before publishing
* Fixed search index building, export points writting and static export of moved resources
* Fixed file history for moved resources
* Fixed issue with relations after undo changes of a moved folder
! Improved internal link validation tool

OpenCms 6.5.2 - September 1st, 2006
- Improved delete dialog
* Writing an individual property does not change the shared resource state 
* Improved lock manager to avoid concurrent modifications
* Fixed a number of issues introduced by fixing the issues reported by the "Findbugs" tool in 6.5.1

OpenCms 6.5.1 - August 25, 2006
! Deleting a resource that is referenced (linked) in other resources now displays a confirmation dialog
! Link validation tool in Workplace now uses reference table
! Added scheduled job that runs the link validation automatically
! Added basic workflow task lisk view (to be improved)
- Refactored some methods used with Workflow locks - to be continued
* Fixed a number of issues reported by the "Findbugs" tool

OpenCms 6.5.0 - August 21, 2006
! Added support for improved link management
! New move semantinc implemented: Moved files keep their UUIDs
! Added permalink handler for resources in case the resource path has changed because of a "move"
- Removed legacy workflow (to be replaced with new workflow interface)
! Added initial version of new workflow interface
! Added option to delete locales in XML content and page editor
- Improved locking semantic, refactored "int" controls to CmsLockType instances
! New widget StringWidgetPlaintext that strips html tags from user input before storing
! New widget TextareaWidgetPlaintext that strips html tags from user input before storing 
! File upload button can now be removed based on the opencms-workplace.xml <show-fileuploadbutton> setting (boolean flag)
! Added "time warp" feature to the OpenCms Workplace

OpenCms 6.3.1 - August 12, 2006
! Added possibility attach files to e-mails which are generated by the TemplateOne e-mail form
! Added configurable validation handler for user and group name
- Updated DB index names with consitent namig schema
- Improved performance of the "readFile" method in the VFS driver by using the resource ID to read the content
- Improved caching of XML Content definitions by adding a cache to the "unmarshal" factory methods
* Fixed issue with workplace localization that required all explorer related key to be in a single package
* Fixed issue with synchonization during static export blocking the "clear cache" event
* Fixed issue with duplicate "property" definition in workplace.xml / explorertypes.xml / resourcetypes.xml
! Added readFile(...) method to CmsObject which can read a file specified by it's structure ID
* Fixed issue #1078: Custom implementations of CmsWidgetDialog are now able to provide a custom Title
* Fixed issue #1131: Problems with CmsFileUtile#readFully() (thanks to the contribution of Jason Trump)
* Fixed issue #1148: image.size property is now updated when using replace() operation
* Fixed issue #1151: Exception when accessing file properties if TemplateOne module not installed
* Fixed issue #1155: Oracle DB contraints are not longer violated during OpenCms setup
* Fixed issue #1156: The Setup is trying to to drop DB when it doesn't exist
* Fixed issue #1157: JavaScript for displaying explorer view is crashed when resource title ends with "/" ,"\" chars
* Fixed issue #1163: NULL_PROPERTY uses equals() to check for identity, also has a name set to avoid NPE
* Fixed issue #1167: build-single.xml ClassNotFoundException (thanks to the contribution of Harald Brabenetz)
* Fixed issue #1168: JavaScript error when closing database import/export report

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -