[drupal-devel] [task] Enhanced upload administration

Junyor drupal-devel at drupal.org
Sun Jun 26 08:52:53 UTC 2005


Issue status update for http://drupal.org/node/25756

 Project:      Drupal
 Version:      cvs
 Component:    upload.module
 Category:     tasks
 Priority:     normal
 Assigned to:  Junyor
 Reported by:  Junyor
 Updated by:   Junyor
 Status:       patch

Oops.  That's what I get for copying code.  I'll fix that in the next
patch.




Junyor



Previous comments:
------------------------------------------------------------------------

June 25, 2005 - 23:43 : Junyor

Attachment: http://drupal.org/files/issues/drupal-4-6.upload.junyor.patch (4.84 KB)

I've found the need to have some administration for file attachments. 
Here's a demo patch of some of the proposed added functionality.  This
functionality should easily allow users to get a list of the files
they've uploaded, so they can get rid of old files if they reach their
size limit.


Changes:
- Added an 'administer uploaded files' permission
- Added admin/uploads and 'my uploads', which list uploaded files


Planned changes:
- statistics for the 'my uploads' and admin/uploads pages with total
size of uploaded files and size limit
- functionality to delete/rename files (using checkboxes to select
multiple files)


Please comment on code quality, current functionality, and planned
functionality.  Thanks.


Patch applies to 4.6 and HEAD.




------------------------------------------------------------------------

June 26, 2005 - 00:57 : clydefrog

Sounds like a good idea from your description. I haven't tested, but a
quick glance at the patch shows an odd comment:


+/*
+ * Menu callback:
+ * Pages where users add and delete their subscriptions to nodes
+ */







More information about the drupal-devel mailing list