{"id":1038,"date":"2015-09-22T21:47:05","date_gmt":"2015-09-22T21:47:05","guid":{"rendered":"http:\/\/invisiblezero.net\/?p=1038"},"modified":"2024-07-22T09:27:29","modified_gmt":"2024-07-22T09:27:29","slug":"redmine-a-new-plugin-to-manage-attachements","status":"publish","type":"post","link":"http:\/\/ndthanh.com\/redmine-a-new-plugin-to-manage-attachements\/","title":{"rendered":"Redmine – A new plugin to Manage Attachements"},"content":{"rendered":"
in WordPress, we have Media Library as a utility to manage our uploaded files , that’s good for us to see all attachments there, it also allows us to remove multiple files at one – cool! . We don’t have such tool in Redmine , so i wrote a plugin for that purpose .<\/p>\n
<\/p>\n
Note : this article is for Redmine user only. if you’re not , please see more information about it here http:\/\/www.redmine.org\/<\/p>\n
Before starting, please download the plugin attached below<\/p>\n
redmine_finder.tar<\/a><\/p>\n in order to install the plugin, you just need to extract it into plugins\/ directory in your Redmine source code directory , then restart your Redmine app with following methods :<\/p>\n – if you’re using Webrick server, just terminate running instance then start it again.<\/p>\n – if you’re using Fusion Passenger , you can use command below to restart your app instance<\/p>\n there is no migration script in the module so you can use it now. Attached screenshot is what i have on my local environment<\/p>\n\n\ntouch tmp\/restart.txt\n\n<\/pre>\n