Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
added fckeditor resource browser plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Sep 20, 2008
1 parent d5b42e0 commit c2d5eb7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vendor/plugins/ansuz_fckeditor_resource_browser/README
@@ -0,0 +1,13 @@
AnsuzContentSection
===================

Introduction goes here.


Example
=======

Example goes here.


Copyright (c) 2008 [name of plugin creator], released under the MIT license
2 changes: 2 additions & 0 deletions vendor/plugins/ansuz_fckeditor_resource_browser/init.rb
@@ -0,0 +1,2 @@
# Include hook code here
Ansuz::PluginManagerInstance.register_admin_plugin_nav('Resource Browser', '/javascripts/fckeditor/editor/filemanager/browser/default/browser.html?Connector=/fckeditor/command')
Expand Up @@ -2,6 +2,7 @@
require 'tmpdir'

class FckeditorController < ActionController::Base
before_filter :login_required
UPLOADED = "/uploads"
UPLOADED_ROOT = RAILS_ROOT + "/public" + UPLOADED
MIME_TYPES = [
Expand Down

0 comments on commit c2d5eb7

Please sign in to comment.