Ticket #811 (closed enhancement: fixed)
New,completely functional ExtendedFileManager plugin
| Reported by: | koto@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | imagemanager extendedfilemanager efm |
| Cc: |
Description
I have updated an old version (1.0 beta) of ExtendedFileManager plugin and will post the new version here. There is also a forum thread for the discussion.
The changelog is as follows:
- changed i18n algorithm to the one currently used by Xinha - integrated unified backend code from ImageManager plugin and the ability to
pass configuration through PHP session (ImageManager)
- added currently selected image preview (code taken from ImageManager plugin) - various i18n fixes - rearranged manager window (now is bigger) - bugfix: launching manager with already selected image/link retrieves correct
relative URL and goes to image/link directory (code taken from ImageManager)
- added ability to automatically resize image on accepting dialog (ImageManager) - replaced newFolder.html with simple javascript prompt - removed non-used code from .js files - ExtendedFileManager now uses classes from ImageManager direcory
(to avoid code duplication)
- replaced base_dir/base_url settings with images_dir/images_url - base_url is now used for frontend to backend path (like in ImageManager plugin) - added 'allowed_image_extensions','allowed_link_extensions',
'max_filesize_kb_image', 'max_filesize_kb_link' config settings in place of 'allowed_extensions' and 'max_filesize_kb'
- if config setting 'max_foldersize_kb' = 0 , no size information is displayed
in manager
- 'img_library' config setting is now true by default, and GD is used by default - changed all short PHP tags <? to <?php - selecting an image after saving it with the editor - removed DOCTYPE from images.php to toggle quirks mode in IE and get rid of
horizontal scrollbar
- added Polish translation file - various small fixes, usually taken from ImageManager diffs
