The plugin changes Redmine Files and Attachments functionality.
-
File names include Project name and Issue number - it will be easier to remember where you have downloaded this file from
-
Image previews on Files page
-
Pagination on Files page (items per page selector is configured in Redmine Settings)
-
Issue attachments displayed on Files tab along with project files
-
Global /files view shows all files available to the user
-
Go to your #{RAILS_ROOT}/vendor/plugins directory
-
Run ‘git clone git://github.com/kulesa/redmine_better_files.git’. Or if you don’t have git, click ‘Download’ button on this page, save and unpack archive in plugins directory.
-
Restart Redmine
You should now see the plugin in Administration -> Plugins. The plugin does not require any database migrations.
If you notice any problems, please report them to the GitHub issue tracker here. Feel free to contact me via GitHub or Twitter or whatever with any other questions or feature requests. To submit changes fork the project and send a pull request.
Redmine Better Files is released under MIT license.