Skip to content

julpi/freshcms_assets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What?

Mephisto style asset management for Frog CMS. You can drag thumbnail to body text to insert full URL to image.

Includes simple interface for uploading images.

Install

Make assets folder into your document root.

cd /path/to/document/root
mkdir assets
chmod a+w assets

Copy plugin files to frog/plugins/assets/ folder.

cd frog/plugins/
git clone git://github.com/tuupola/frog_assets.git assets

You also need Peter Gassners excellent Image Resize plugin and my jQuery and jQuery UI plugins.

cd frog/plugins/
git clone git://github.com/naehrstoff/image_resize.git image_resize
cd frog/plugins/
git clone git://github.com/tuupola/frog_jquery.git jquery
cd frog/plugins/
git clone git://github.com/tuupola/frog_jquery_ui.git jquery_ui

Go to admin and enable Assets and Image Resize, jQuery and jQuery UI plugins.

If you are using Page not found plugin disable and then re-enable it. This makes it run as last plugin on the page and fixes compatibility issue with Image Resize

Now you are set to go.

Changelog

0.4.9

  • Fix IE fugbix intrduced in previous version.

0.4.8

  • When deleting image also delete all thumbnails generated by Image Resize.
  • Use new Dashboard API.
  • Fix IE of not allowing dropping links into textarea.

0.4.7

  • Assume user configurable folders are relative to FROG_ROOT instead of DOCUMENT_ROOT.

0.4.6

  • Ignore thumbnails generated by Image Resize plugin.

0.4.5

  • Fix odd problem of empty white boxes with 0.9.5RC2.
  • Prevent direct access to enable and disable scripts.
  • Log file upload and download events to dashboard.
  • Log settings change events to dashboard.
  • Display warning if system GD does not have jpg, gif or png support.

0.4.4

  • 0.9.5RC2 tried to use wrong views folder.

0.4.3

  • Remove forgotten call to console.log() which caused IE to fail.

0.4.2

  • Support for PHP older than 5.2.0.
  • Fix problem of thumbnails moving to upper left corner after editing page
    with non default tab open.

0.4.1

  • Fix problems when Frog is not installed in document root.
  • Fix problem with nested subfolders.

0.4.0

  • Add trashcan. You can delete assets by dragging them to trashcan.

0.3.3

  • Support all fileformats instead of only images.
  • If possible folders are created automatically when adding them in settings.
  • Show filename in tooltip using title attribute.

About

Mephisto style assets management for Frog CMS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%