You are here

README.txt in Fancy File Delete 2.0.x

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Troubleshooting
 * Maintainers


INTRODUCTION
---------------------

A Module that can finally delete files properly!

What this module can do:

1. View of all managed files with an option to force delete them via VBO custom actions.
2. Manually deleting managed files by FID (and an option to force the delete if you really want to).
3. Deleting unused files from the default files directory that are not in the file managed table. AKA deleting all the unmanaged files.
4. Deleting unused files from the whole install that are no longer attached to nodes & the file usage table. AKA deleting all the orphaned files.
5. Delete files via drush by fid(s)

* For a full description of the module, visit the project page:
  https://www.drupal.org/project/fancy_file_delete/

* To submit bug reports and feature suggestions, or track changes:
  https://www.drupal.org/project/issues/


REQUIREMENTS
------------

* Drupal 8/9
This module requires the following modules:

 * Views Bulk Operations VBO (https://www.drupal.org/project/views_bulk_operations)

You will also need a core patch so you can delete the files of other users as outlined in this issue...
* #3169116: Manual delete works while selecting from the list doesn't (https://www.drupal.org/project/fancy_file_delete/issues/3169116)
* The patch in this issue seems to work well (https://www.drupal.org/project/drupal/issues/2949017#comment-13420408)


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module. Visit
   https://www.drupal.org/node/1897420 for further information.


CONFIGURATION
-------------

Drush Command

You can provide a single fid or a list of fids separated by commas.

drush fancy:file-delete FID
drush fancy-file-delete FID
drush ffd FID

Failure to add the fid to the drush command results in an error as a FYI.


MAINTAINERS
-----------

Current maintainers:
 * John Ouellet (labboy0276) - https://www.drupal.org/u/labboy0276
 * Daniel Pickering (ikit-claw) - https://www.drupal.org/u/ikit-claw
 

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Troubleshooting
  8. * Maintainers
  9. INTRODUCTION
  10. ---------------------
  11. A Module that can finally delete files properly!
  12. What this module can do:
  13. 1. View of all managed files with an option to force delete them via VBO custom actions.
  14. 2. Manually deleting managed files by FID (and an option to force the delete if you really want to).
  15. 3. Deleting unused files from the default files directory that are not in the file managed table. AKA deleting all the unmanaged files.
  16. 4. Deleting unused files from the whole install that are no longer attached to nodes & the file usage table. AKA deleting all the orphaned files.
  17. 5. Delete files via drush by fid(s)
  18. * For a full description of the module, visit the project page:
  19. https://www.drupal.org/project/fancy_file_delete/
  20. * To submit bug reports and feature suggestions, or track changes:
  21. https://www.drupal.org/project/issues/
  22. REQUIREMENTS
  23. ------------
  24. * Drupal 8/9
  25. This module requires the following modules:
  26. * Views Bulk Operations VBO (https://www.drupal.org/project/views_bulk_operations)
  27. You will also need a core patch so you can delete the files of other users as outlined in this issue...
  28. * #3169116: Manual delete works while selecting from the list doesn't (https://www.drupal.org/project/fancy_file_delete/issues/3169116)
  29. * The patch in this issue seems to work well (https://www.drupal.org/project/drupal/issues/2949017#comment-13420408)
  30. INSTALLATION
  31. ------------
  32. * Install as you would normally install a contributed Drupal module. Visit
  33. https://www.drupal.org/node/1897420 for further information.
  34. CONFIGURATION
  35. -------------
  36. Drush Command
  37. You can provide a single fid or a list of fids separated by commas.
  38. drush fancy:file-delete FID
  39. drush fancy-file-delete FID
  40. drush ffd FID
  41. Failure to add the fid to the drush command results in an error as a FYI.
  42. MAINTAINERS
  43. -----------
  44. Current maintainers:
  45. * John Ouellet (labboy0276) - https://www.drupal.org/u/labboy0276
  46. * Daniel Pickering (ikit-claw) - https://www.drupal.org/u/ikit-claw