download   home   source


lmajano@gmail.com's Gravatar   Luis Majano Jan 30, 2012 at 8:12 PM May 24, 2012 at 4:40 AM 1.5 3.5 Modules 326 61

ColdBox FileBrowser

An awesome file browser and manager.

Description

FileBrowser is a ColdBox Module that will enable file management capabilities in your applications.  It can also enable you to integrate it with CKEditor.

Capabilities

So what can you do with FileBrowser?

  • Upload files
  • Download files
  • Delete files/folders
  • Rename files/folders
  • Create folders
  • Quick view files
  • CKEditor Integration
  • Widget Mode to place on Filebrowser any other page
  • File or Directory Chooser

Installation Instructions

Download and drop in your modules directory

http://myapp.com/index.cfm/filebrowser

Changelog

== Version 1.5 ==

# Fixes to flash keeping of settings

# Fixes to announcements exceptions

== Version 1.4 ==

# Fixes to  missing interception points

# Changed all interception points to be namespaced with fb_ (Please update your interceptors)

# Addition of new events: 

"fb_postFolderCreation","fb_preFolderCreation",

"fb_preFileRemoval", "fb_postFileRemoval",

"fb_preFileRename", "fb_postFileRename",

"fb_preFileDownload", "fb_postFileDownload",

"fb_preFileUpload", "fb_postFileUpload"

# Fix for retaining flashed settings on an operation performed.

== Version 1.3 ==
# Fix to selection to be relative for better migration of sites thanks to Mike McKellip

== Version 1.2 ==
# Fixes to j2ee sessions

== Version 1.1 ==
# Context menus
# Quick Views
# css cleanups
# More cool icons

== Version 1.0 ==

# Initial Release