Plugins Directory » Users XLS import/export
|
Author: | Vitaly Klimov |
---|---|---|
Website: | http://www.redmine.org/boards/3/topics/25342 | |
Code repository: | - | |
Registered on: | 2011-07-25 (over 13 years ago) | |
Current version: | 0.1.1 | |
Compatible with: | Redmine 1.3.x, 1.4.x, 2.0.x | |
User ratings: |
Redmine users XLS import/export¶
- Plugin allows import and export of user data to/from XLS file.
- Plugin relies on gem spreadsheet for XLS based operations. Please install this gem before running plugin.
- Plugin adds two links - 'import' and 'export' to the users admin page (/redmine/users)
- Plugin patches users\index.rhtml view. Additions are marked with VVK start and VVK end comments
- Plugin uses column 'I' to check if this entry should be imported.
Please note that this plugin is for advanced users only who understand how users model works in Redmine. I will provide only limited support for this plugin.
Installation notes
- Install spreadsheet gem ('gem install spreadsheet')
- Install plugin Plugin views with revisions if you do not have it installed
- Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
- Run rake task
rake redmine:plugins:process_version_change RAILS_ENV=production - Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
Changelog
0.1.1 (2012-06-26)
Compatible with Redmine 1.3.x, 1.4.x, 2.0.x.
- Rails 3 (Redmine 2.x) compatibility
0.1.0 (2012-06-07)
Compatible with Redmine 1.3.x, 1.4.x, 2.0.x.
- Plugin depends on Plugin views with revisions for further Redmine compatibility
0.0.3 (2012-02-24)
Compatible with Redmine 1.1.x, 1.2.x, 1.3.x.
- Compatibility with Redmine 1.3.x added
0.0.2 (2011-07-25)
Compatible with Redmine 1.1.x, 1.2.x.