PluginTimesheet » History » Revision 5
Revision 4 (Eric Davis, 2008-02-12 02:37) → Revision 5/13 (Eric Davis, 2008-07-03 02:45)
h1. Timesheet Plugin A plugin to show and filter timelogs across all projects in Redmine. h2. Features * Filtering of timelogs ** by Date ranges ** by Projects ** by Activities ** by Users * Subtotals by project * "Run Timesheet" permission to restrict feature to specific users Screenshot: !redmine_timesheet_screenshot_thumb.png!:/attachments/download/10 h2. Installation and Setup There are three ways to download it: # Download the plugin. There are three supported ways: #* Downloading the latest archive file from "Little Stream Software projects":https://projects.littlestreamsoftware.com/projects/list_files/redmine-timesheet #* Checkout the source from Git Subversion @cd vendor/plugins/ && git clone git://github.com/edavis10/redmine-timesheet-plugin.git @svn co svn://dev.littlestreamsoftware.com/redmine_timesheet_plugin/trunk timesheet_plugin@ #* Install it using Rail's plugin installer @script/plugin install git://github.com/edavis10/redmine-timesheet-plugin.git@ svn://dev.littlestreamsoftware.com/redmine_timesheet_plugin/trunk@ # Install the plugin as described [[Plugins|here]] (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. h2. Upgrade from previous version I've discovered a problem with the name of the plugin folder. If your plugin folder is not named `timesheet_plugin`, please rename before upgrading or you will get an error in the Administration panel. h3. Zip # 1. Download the latest zip file from "Little Stream Software projects":https://projects.littlestreamsoftware.com/projects/list_files/redmine-timesheet # 2. Unzip the file to your Redmine into @vendor/plugins@ # 3. Restart your Redmine h3. Git SVN # 1. Open a shell to your Redmine's vendor/plugins/timesheet_plugin @vendor/plugins@ folder # 2. Update your Git SVN copy with `git pull` @svn update timesheet_plugin@ # 3. Restart your Redmine h3. 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. h2. News "0.3.0 Release announcement":http://theadmin.org/articles/2008/7/3/redmine-timesheet-plugin-v0-3-0 (2008-07-02) "0.0.2 Release announcement":http://theadmin.org/articles/2008/2/12/redmine-timesheet-plugin-v0-0-2 (2008-02-12) "0.0.1 Release announcement":http://theadmin.org/articles/2008/1/10/redmine-timesheet-plugin (2008-01-10)