
Feature request - File Manager folder usage should be easier
Reported by dleffler | November 18th, 2013 @ 09:17 PM | in 2.3.0 (closed)
Though we allow files to be assigned to folders within the file manager, it can only be done one file at a time and currently you can not create new (virtual) folders. Might be nice to allow adding new folders (deleting folders?), and using the 'Select' feature to change folders in batch style.
Comments and changes to this ticket
-
expNinja December 5th, 2013 @ 05:12 PM
(from [6342d6ef1f609d26a33cdf1f821fd6a1aacda784]) Implements optional File Manager using elFinder [#1113] https://github.com/exponentcms/exponent-cms/commit/6342d6ef1f609d26...
-
expNinja December 5th, 2013 @ 05:25 PM
(from [1d361fb13ed8702ae09b88e2e56474c3aa2be28a]) Missing files for elFinder [#1113] https://github.com/exponentcms/exponent-cms/commit/1d361fb13ed8702a...
-
expNinja December 5th, 2013 @ 05:39 PM
(from [d9613330d205a771e1a0001cf46ad5190fc16a05]) Fixes to get elFinder working again [#1113] https://github.com/exponentcms/exponent-cms/commit/d9613330d205a771...
-
expNinja December 5th, 2013 @ 05:45 PM
(from [7679014a4bdc5d3c8ace6be30fc4de601de133c5]) Activates elFinder debugging logger /tmp/elfinder.txt [#1113] https://github.com/exponentcms/exponent-cms/commit/7679014a4bdc5d3c...
-
expNinja December 6th, 2013 @ 02:45 AM
(from [e7c1ec859ed47a5fdaeb0072c375790f48d099df]) Update elFinder config and changelogs [#1113] https://github.com/exponentcms/exponent-cms/commit/e7c1ec859ed47a5f...
-
expNinja December 6th, 2013 @ 11:15 AM
(from [0ce1039b5a34428e3a7f31dee9b1868ec2e8e72a]) Disables slingbar 'Uploader' menu item when elFinder is active [#1113] https://github.com/exponentcms/exponent-cms/commit/0ce1039b5a34428e...
-
dleffler December 6th, 2013 @ 03:22 PM
- Assigned user set to dleffler
- Milestone set to 2.2.4
-
dleffler December 6th, 2013 @ 06:47 PM
We've added elFinder as a possible solution to the above. It works on a standard file manager paradign is more file based and database table based (displays the files stored on the server instead of the files added to the database table)
Still need to update our virtual folder code to allow for elFinder (quick upload to a folder?) and integrate some user permissions stuff.
Currently, elFinder automatically adds any 'new' files into the expFiles table when they are displayed in the file manager pane (you can't select a file until after it is displayed).
-
dleffler December 7th, 2013 @ 12:02 AM
Additional Need(s) for elFinder:
- ability to display/edit title & alt for graphics
-
expNinja December 7th, 2013 @ 05:38 AM
(from [44f25ddbe8e49599005b05f33b593c6693a38bf2]) Initial implementation of Title/Alt display/editing within elFinder 'Info' view...cmd shortcut keypresses are stolen such as space, etc...; also activates the 'favorites' (places' feature where a folder can be dropped on 'Places' and acts as a favorite location [#1113] https://github.com/exponentcms/exponent-cms/commit/44f25ddbe8e49599...
-
expNinja December 7th, 2013 @ 04:06 PM
(from [ff249703dc949b480789663ebf88ae4238e4faae]) Updates elFinder to: auto-resize to size of window; fixes file info dialog to now send keypresses to command shortcuts (modal); displays file owner in file info dialog; [#1113] https://github.com/exponentcms/exponent-cms/commit/ff249703dc949b48...
-
expNinja December 7th, 2013 @ 09:55 PM
(from [52a92eb15b32bfdebb15500767ef15aa541cf822]) Updates elFinder code with latest fixes; moves Exp specific files to 'file' module 'connector' folder to make it easier to update that 3rd party library [#1113] https://github.com/exponentcms/exponent-cms/commit/52a92eb15b32bfde...
-
expNinja December 8th, 2013 @ 04:44 AM
(from [0857a1959dcefdc3fba51b1e6c11ff876f86bb91]) Fixes an expFile mimetype error; Updates elFinder:; adds editing 'shared' status; adds auto-resize on upload using quick-upload width setting; customizes list view to display owner and shared status; greatly speeds up file info dialog display; [#1113] https://github.com/exponentcms/exponent-cms/commit/0857a1959dcefdc3...
-
dleffler December 8th, 2013 @ 04:51 AM
At this point, elFinder is a nearly complete replacement for the old File Manager as the user/permission paradigm has also been implemented...however we'll need to check on these anomalies:
- thumbnails aren't being displayed on some servers
- after initial install/upgrade, the file manager displays an error the first time a folder is displayed (likely we are kicking out a warning with DEVELOPMENT on rather than an error)
- need to adjust the quick-upload folder routine to use real folders instead of virtual folders (expCats)
- determine if we shouldn't somewhat allow partial access to some files (we currently 'hide' unshared/unowned files, but could mark them as 'locked' which would keep them from being deleted/changed
-
expNinja December 8th, 2013 @ 05:06 AM
(from [08e920ae8385c3ea1cee2079d876400812d06389]) Updates elFinder:; disables image edit on Pixlr and resize/crop/rotate on 'locked' files (though we don't really lock files yet) [#1113] https://github.com/exponentcms/exponent-cms/commit/08e920ae8385c3ea...
-
expNinja December 8th, 2013 @ 04:31 PM
(from [2ca17a1aeab55dec85846d9b2132a438b99522f6]) Updates elFinder:; now properly process renaming and moves updating existing expFile records instead of creating new ones (with new/different id's); also addresses some warnings which crashed ajax calls [#1113] https://github.com/exponentcms/exponent-cms/commit/2ca17a1aeab55dec...
-
expNinja December 8th, 2013 @ 04:58 PM
(from [c91d3c06e4f93b318465b45016fdc57de289f103]) Updates elFinder:; updates some comments [#1113] https://github.com/exponentcms/exponent-cms/commit/c91d3c06e4f93b31...
-
expNinja January 9th, 2014 @ 05:03 PM
(from [b35999940d3164fff5e72bb2987b4623444fa16a]) Adds elFinder toolbar icon to switch to page/module selector which fixes a limitation in both elFinder w/ CKEditor and TinyMCE in general about moving to or moving back from the page/module selector [#1113 #1081] https://github.com/exponentcms/exponent-cms/commit/b35999940d3164ff...
-
-
dleffler March 24th, 2014 @ 01:31 PM
- State changed from new to resolved
elFinder has been implemented as intended and is now fully a replacement for the traditional file manager/uploader
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS
Tags
Referenced by
-
1081 Feature request - Add tinymce support (from [b35999940d3164fff5e72bb2987b4623444fa16a]) Adds el...