CKFinder Changelog
==================
http://cksource.com/ckfinder
Copyright (C) 2007-2015, CKSource - Frederico Knabben. All rights reserved.
### Version 2.6.2.1
- Fixed issues with remembering last used folder and user settings not being saved.
### Version 2.6.2
- Fixed issues with HTML5 upload in popup mode on IE.
### Version 2.6.1
- Fixed minor self-XSS vulnerability.
### Version 2.6
Security release:
- Fixed DOM XSS and reflected XSS vulnerabilities.
- Introduced built-in CSRF protection.
- A new Bootstrap skin has been added.
- The flash upload component used to handle multiple file uploads in old version of Internet Explorer (IE9 and IE8) has been removed.
As a result, the file upload feature will now fallback to a single file upload on browsers without HTML5 File API support.
- Fixed: Using up arrow key in List View to move between files did not work.
### Version 2.5.1
- Fixed: CKFinder shows a blank window when opened in a popup on Safari 8+.
[Java] - Security release, updating is highly recommended. Authenticated users could manipulate files located in folders configured as “hidden”, on web servers hosted on Windows platforms.
[Java] - Init command now returns resourceTypes added dynamically in prepareConfigurationForRequest method.
[Java] - Added the possiblity to dynamically change ACL settings in prepareConfigurationForRequest method.
[Java] - It is now possible to specify userfiles folder outside document root.
[Java] - Fixed: ImageResize plugin sometimes failed to save resized images.
[Java] - Fixed: CKFinder will now automatically reload config.xml after adding any changes to it.
- Removed obsolete integration samples for FCKeditor and CKEditor 3.x.
- Reworked CKEditor 4.x integration sample - added an example on how to support drag&drop file uploads and pasting images from clipboard.
### Version 2.5.0.1
### Version 2.5
- Fixed: Opening settings panel after opening/closing flashupload panel caused exception being thrown.
- Fixed: Selection issues when double-clicking the file.
- Fixed: getSelectedfiles no longer returns duplicated entries.
- Added the possibility to access in selectActionFunction custom attributes passed in <File> elements returned by the GetFiles command.
- Added the possibility to define custom plugins that provide additional toolbar buttons.
- Added the possibility to pass extra parameters to popup methods with config.popupFeatures and config.popupTitle.
- Added changes required by CKEditor 4.5.0.
### Version 2.4.3
[Java] - Hashes in InitCommand were changed from MD5 to SHA-256.
[Java] - Fixed: In some cases, connector didn't check command and type attributes.
[Java] - Fixed: ImageResizeInfoCommand did not validate file name properly.
[Java] - Fixed: Cookie values are now better sanitized.
[Java] - Fixed: Some fields were created too early in SaveFileCommand.
### Version 2.4.2
- Updated syntax highlighting component used in the fileeditor plugin. Added languages support: markdown, restructured text, java, less, sass, scss, perl, python, ruby and sql.
- Changed default thumbnail delay to 100ms.
- Fixed: Loading thumbnails is terribly slow when there are many files in a folder.
- Fixed: Using "Search" while the folder was loading could result in a JavaScript error.
- Fixed: External script loading in popup does not work in Internet Explorer.
- Fixed: Editing of text files broken in Chrome 31 and higher.
- Fixed: Too early thumb render on uploading multiple files.
- Fixed: Issues with HTML5 upload in IE11 "tile mode" when in popup.
- Fixed: Issues when calling CKFinder popup twice.
- Fixed: CKFinder with thumbs disabled - icons are not shown.
- Fixed: IE9: SCRIPT1002: Syntax error.
- Updated translations: Italian, Turkish.
[Java] - Fixed: CKFinder doesn't allow custom error messages being returned after uploading file.
[Java] - Fixed: Java 1.5 support in watermark plugin.
[Java] - Fixed: CKFinder doesn't allow uploads of certain images even if their extension is allowed (jpc,jp2,jpx,jb2,psd,swc,tiff,tif,wbmp).
### Version 2.4.1
Updated copyrights, fixed URLs inside source code, other minor fixes.
### Version 2.4
- Added Search box in the toolbar that performs search of those files matching the searched string in the current folder.
[Java] - Added watermark plugin that (if enabled) adds a watermark to uploaded images.
- Fixed: Images can be overwritten on resizing.
- Fixed: File extension is now hidden when "Create new image" checkbox is unselected in Image Resize dialog.
- Fixed: When the file name was too long it overlapped the image in Lightbox preview.
- Fixed: Display issues in Internet Explorer 10 and Internet Explorer 11.
- Fixed: It was impossible to upload files in IE10/IE11 when CKFinder was running in a popup.
- Fixed: Classic upload for popup sample did not work in IE9.
- Fixed: Dialog windows could not be opened after opening CKFinder twice in a popup.
- Fixed: Various "access denied" errors appeared from time to time in IE when CKFinder was running in a popup.
- Fixed: CKFinderAPI.disableFolderContextMenuOption() did not work for "createSubFolder"/"renameFolder" items.
- Fixed: In some cases, and empty (undefined) error message was shown to the user when an error occured.
- Updated colorbox library used by the gallery plugin to the latest version, compatible with latest versions of jQuery.
[Java] - Updated Thumbnailator to the latest stable version. Current version is 0.4.5.
[Java] - Fixed: can't remove file with utf-8 name on Java server.
[Java] - Fixed: Java connector now allows 0 values in imgWidth and imgHeight configuration options.
[Java] - Fixed: Explode deployment doesn't work for JBOSS 6.
[Java] - Fixed: JBOSS doesn't return error messages.
[Java] - Fixed: UTF-8 doesn't work with Java Connector on Glassfish 3.0.
[Java] - Fixed: UTF-8 doesn't work with Java Connector on Glassfish 3.1.
[Java] - Fixed: Weblogic doesn't return error messages.
[Java] - Fixed: Weblogic can return null for mime type.
[Java] - Fixed: Method getFullConfigPath() doesn't work on Weblogic.
[Java] - Fixed: NullPointerException is thrown with Java Connector and some XML parsers.
[Java] - Fixed: Java Connector now supports Tomcat 5.5-7, Jetty 7-9, Glassfish 3.0-3.1, JBoss 6-7, Weblogic 11g-12c.
[Java] - Fixed: Java Connector documentation was updated.
### Version 2.3.1.1
### Version 2.3.1
Security Release:
It was possible to perform DOS attack by users authorized to use the sever connector and with permissions to upload files (ASP, PHP, ColdFusion).
It was possible to cause Denial of Service to files and folders on certain servers (like Apache) by users authorized to use the sever connector and with permissions to create folders. The attack was possible only inside a folder to which user had create folder permissions.
- Added new translation: Serbian.
- Updated translations: Catalan, Chinese, Japanese.
- Folders that start with a dot character are now disallowed by default.
- Fixed auto-renaming of files with multiple extensions: foo.tar.gz will be renamed to foo(1).tar.gz on second upload.
- Maximize did not work when CKFinder was added with appendTo()
[Java] - Thumbnails were sometimes not available
### Version 2.3
- Added the new Maximize plugin.
- Multiple file selection: copying / moving / deleting / selecting multiple files is now possible.
- When no other selection function defined, double clicking a file will now execute the View command.
- File editor plugin was upgraded to use CodeMirror 2. C# support was added.
- It is now possible to select a file on startup by using the config.startupPath configuration.
- Added a new configuration option, config.sidebarWidth, to change the initial width of the sidebar (where the folders pane is located) with ease.
- The name of the file is now displayed when hovering over a file.
- Added a new API method, api.addFolderDropMenuOption, to add
没有合适的资源?快使用搜索试试~ 我知道了~
ckfinder_java_jb51.rar_java 树形菜单_树形菜单
共735个文件
gif:205个
png:160个
html:143个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 166 浏览量
2022-09-23
01:41:09
上传
评论
收藏 4.3MB RAR 举报
温馨提示
CKFinder是一个易于使用的Ajax文件管理器。提供文件夹树形结构(Folders tree)导航菜单,多语言支持(自动探测用),支持创建/重命名/删除文件和文件夹,集成FCKeditor在线编辑器。软件共包含了42种不同类型的语言,其中就有中文的简体和繁体两种类型。
资源推荐
资源详情
资源评论
收起资源包目录
ckfinder_java_jb51.rar_java 树形菜单_树形菜单 (735个子文件)
app.css 168KB
host.css 146KB
app.css 43KB
app.css 39KB
host.css 15KB
host.css 12KB
uipanel.css 9KB
uipanel.css 9KB
uipanel.css 9KB
codemirror.css 8KB
richcombo.css 5KB
colorbox.css 5KB
richcombo.css 4KB
sample.css 3KB
help.css 731B
glyphicons-halflings-regular.eot 20KB
007.gif 30KB
007.gif 30KB
001.gif 27KB
001.gif 25KB
loading.gif 9KB
013.gif 8KB
ogg.gif 5KB
ogg.gif 4KB
013.gif 4KB
012.gif 4KB
012.gif 4KB
32x32.gif 4KB
32x32.gif 4KB
006.gif 3KB
017.gif 3KB
017.gif 3KB
017.gif 3KB
017.gif 3KB
016.gif 3KB
016.gif 3KB
016.gif 3KB
016.gif 3KB
logo.gif 3KB
015.gif 3KB
015.gif 3KB
015.gif 3KB
015.gif 3KB
006.gif 3KB
014.gif 3KB
014.gif 3KB
014.gif 3KB
014.gif 3KB
010.gif 2KB
011.gif 2KB
010.gif 2KB
010.gif 2KB
010.gif 2KB
008.gif 1KB
011.gif 1KB
rdp.gif 1KB
rdp.gif 1KB
009.gif 1KB
008.gif 1KB
004.gif 1KB
ai.gif 1KB
ai.gif 1KB
009.gif 1KB
004.gif 965B
fla.gif 946B
fla.gif 946B
005.gif 829B
005.gif 829B
swf.gif 725B
swf.gif 725B
swt.gif 724B
swt.gif 724B
bmp.gif 709B
bmp.gif 709B
gif.gif 704B
gif.gif 704B
16x16.gif 673B
16x16.gif 673B
rdp.gif 606B
rdp.gif 606B
pdf.gif 567B
pdf.gif 567B
jpg.gif 463B
jpg.gif 463B
020.gif 461B
avi.gif 454B
mp3.gif 454B
avi.gif 454B
mp3.gif 454B
xml.gif 408B
xml.gif 408B
ai.gif 403B
ai.gif 403B
swf.gif 388B
swt.gif 388B
swf.gif 388B
swt.gif 388B
fla.gif 382B
fla.gif 382B
zip.gif 368B
共 735 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8
资源评论
邓凌佳
- 粉丝: 76
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 全开源免费AI网址导航网站源码 AigoTools
- image restoration and enhancement HDR2
- 技术资料分享STM32 UCOS移植很好的技术资料.zip
- 【java毕业设计】医院远程诊断系统源码(ssm+jsp+mysql+说明文档+LW).zip
- my-vue-app.zip
- 技术资料分享STM8 32选型手册很好的技术资料.zip
- 技术资料分享SP3485很好的技术资料.zip
- 技术资料分享SP3232很好的技术资料.zip
- 社会科学研究方法课堂数据-Research-Method-of-Social-Science.zip
- 中银消费产品宣讲(1).pptx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功