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