PluginTimesheet » History » Version 4
Eric Davis, 2008-02-12 02:37
Updating to the 0.0.2 release
1 | 1 | Eric Davis | h1. Timesheet Plugin |
---|---|---|---|
2 | |||
3 | A plugin to show and filter timelogs across all projects in Redmine. |
||
4 | |||
5 | h2. Features |
||
6 | |||
7 | * Filtering of timelogs |
||
8 | ** by Date ranges |
||
9 | 4 | Eric Davis | ** by Projects |
10 | 1 | Eric Davis | ** by Activities |
11 | 4 | Eric Davis | ** by Users |
12 | * Subtotals by project |
||
13 | 1 | Eric Davis | * "Run Timesheet" permission to restrict feature to specific users |
14 | |||
15 | Screenshot: |
||
16 | |||
17 | 3 | Eric Davis | !redmine_timesheet_screenshot_thumb.png!:/attachments/download/10 |
18 | 1 | Eric Davis | |
19 | h2. Installation and Setup |
||
20 | |||
21 | There are three ways to download it: |
||
22 | # Download the plugin. There are three supported ways: |
||
23 | #* Downloading the latest archive file from "Little Stream Software projects":https://projects.littlestreamsoftware.com/projects/list_files/redmine-timesheet |
||
24 | #* Checkout the source from Subversion |
||
25 | 4 | Eric Davis | @svn co svn://dev.littlestreamsoftware.com/redmine_timesheet_plugin/trunk timesheet_plugin@ |
26 | 1 | Eric Davis | #* Install it using Rail's plugin installer |
27 | @script/plugin install svn://dev.littlestreamsoftware.com/redmine_timesheet_plugin/trunk@ |
||
28 | # Install the plugin as described [[Plugins|here]] (this plugin doesn't require migration). |
||
29 | # Login to your Redmine install as an Administrator. |
||
30 | # Enable the "Run Timesheet" permissions for your Roles. |
||
31 | # Add the "Timesheet module" to the enabled modules for your project. |
||
32 | # The link to the plugin should appear on that project's navigation. |
||
33 | |||
34 | 4 | Eric Davis | h2. Upgrade from previous version |
35 | |||
36 | 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. |
||
37 | |||
38 | h3. Zip |
||
39 | |||
40 | 1. Download the latest zip file from "Little Stream Software projects":https://projects.littlestreamsoftware.com/projects/list_files/redmine-timesheet |
||
41 | 2. Unzip the file to your Redmine into @vendor/plugins@ |
||
42 | 3. Restart your Redmine |
||
43 | |||
44 | h3. SVN |
||
45 | |||
46 | 1. Open a shell to your Redmine's @vendor/plugins@ folder |
||
47 | 2. Update your SVN copy with @svn update timesheet_plugin@ |
||
48 | 3. Restart your Redmine |
||
49 | |||
50 | 1 | Eric Davis | h2. News |
51 | 3 | Eric Davis | |
52 | 4 | Eric Davis | "0.0.2 Release announcement":http://theadmin.org/articles/2008/2/12/redmine-timesheet-plugin-v0-0-2 (2008-02-12) |
53 | "0.0.1 Release announcement":http://theadmin.org/articles/2008/1/10/redmine-timesheet-plugin (2008-01-10) |