I’ve just released an update to Timesheet plugin for Redmine.
Changes
There are a few minor updates in this release, I fixed one bug in the calendar popup and have redesigned the form to use the screen real estate better.
- Feature #710: Wrap all common elements in fieldsets
- Feature #1223: Cleanup the Filter UI to not use as much screen space.
- Bug #1267: No action taken on selection of date
You can see more details on the Activity and Roadmap pages.
Upgrade
As part of my infatuation with git, this project is now hosted on GitHub.
Zip
- Download the latest zip file from https://projects.littlestreamsoftware.com
- Unzip the file to your Redmine into
vendor/plugins - Restart your Redmine
Git
- Open a shell to your Redmine’s vendor/plugins/timesheet_plugin folder
- Update your Git copy with
git pull - Restart your Redmine
SVN
To migrate from the svn copy to the git copy you will need to remove the plugin and reinstall it. Just remove the vendor/plugins/timesheet_plugin directory and follow the directions below.
Install
If you are installing a fresh copy, follow these steps:
- Download the plugin. There are three supported ways:
- Downloading the latest archive file from Little Stream Software projects
-
Checkout the source from Git
cd vendor/plugins/ && git clone git://github.com/edavis10/redmine-timesheet-plugin.git timesheet_plugin -
Install it using Rail’s plugin installer
script/plugin install git://github.com/edavis10/redmine-timesheet-plugin.git -
Install the plugin as described at http://www.redmine.org/wiki/redmine/Plugins. (this plugin doesn’t require migration).
- Login to your Redmine install as an Administrator.
- Enable the “Run Timesheet” permissions for your Roles.
- Add the “Timesheet module” to the enabled modules for your project.
- The link to the plugin should appear on that project’s navigation.
What’s next
Since I don’t have the time to add a bunch of new features, I’m going to work with the Redmine core developers and try to migrate the Timesheet plugin’s features into the Redmine core.
Help
If you need help you can leave a comment here or enter an issue directly into my bug tracker.
Eric
No related posts.
