PluginSchedules » History » Version 5
Devaroop Bhattacharya, 2013-04-05 20:24
CAUTION NOTICE FOR LATEST PLUGIN UPDATE
1 | 1 | Eric Davis | h1. Schedules Plugin |
---|---|---|---|
2 | |||
3 | This is a plugin for Redmine to manage users and assigned projects over time. The primary problems that it addresses (and aims to address) are questions like the following: |
||
4 | |||
5 | * If I'm assigned to many projects, which ones should I work on today? |
||
6 | * How many developer hours are committed to my project this Tuesday? |
||
7 | * I need another developer for my project tomorrow. Who's available? |
||
8 | * Are my project's developers logging their time appropriately? |
||
9 | |||
10 | 3 | Brad Beattie | h2. Bug reports and feature requests |
11 | 1 | Eric Davis | |
12 | 5 | Devaroop Bhattacharya | *************USERS PLEASE NOTE: A LATEST VERSION OF THIS PLUGIN IS LAUNCHED WHICH IS COMPATIBLE WITH REDMINE 2.X. AFTER DOWNLOADING IT FROM GIT, PLEASE RENAME THE FOLDER TO 'redmine_schedules' TO GET THINGS WORKING. ELSE, THE PLUGIN WONT INSTALL AND WONT THROW ANY ERRORS.**************************** |
13 | |||
14 | 4 | Brad Beattie | It's possible that your concerns have already been addressed in the latest build, available from the "git repository":http://github.com/bradbeattie/redmine-schedules-plugin/tree/master. If you would still like to log an issue, please do so at "Little Stream Software":https://projects.littlestreamsoftware.com/projects/redmine-schedules/issues/new. |
15 | 1 | Eric Davis | |
16 | h2. Screenshot |
||
17 | |||
18 | 2 | Eric Davis | !user-week_thumb.png!:/attachments/1585/user-week.png !project-view_thumb.png!:/attachments/1583/project-view.png !user-edit_thumb.png!:/attachments/1581/user-edit.png |
19 | 1 | Eric Davis | |
20 | h2. Install |
||
21 | |||
22 | # Download the archive file and extract it to your vendor/plugins folder. You can also download directly from GitHub using git: @git clone git://github.com/bradbeattie/redmine-schedules-plugin.git vendor/plugins/redmine_schedules@ |
||
23 | # Follow the Redmine [[Plugins|plugin installation]] steps. |
||
24 | # Setup the database using the migrations. @rake db:migrate_plugins@ |
||
25 | # Login to your Redmine install as an Administrator |
||
26 | # Setup the permissions for your roles |
||
27 | # Add the "Schedules module" to the enabled modules for your project |
||
28 | |||
29 | h2. Usage |
||
30 | |||
31 | Navigate to the schedules page and use the "Edit" link to modify your times. Hopefully, the interface is sufficiently intuitive. |
||
32 | |||
33 | h2. Upgrade |
||
34 | |||
35 | h3. Zip file |
||
36 | |||
37 | # Download "the latest release file":https://projects.littlestreamsoftware.com/projects/list_files/redmine-schedules |
||
38 | # Unzip the file to your Redmine into vendor/plugins |
||
39 | # Restart your Redmine instance |
||
40 | |||
41 | h3. Git |
||
42 | |||
43 | # Open a shell to your Redmine's vendor/plugins/redmine_schedules folder |
||
44 | # Update your git copy with @git pull@ |
||
45 | # Restart your Redmine instance |
||
46 | |||
47 | h2. License |
||
48 | |||
49 | This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details. |
||
50 | |||
51 | h2. News |
||
52 | |||
53 | 3 | Brad Beattie | * 0.4.0 Release announcement (2009-04-28) |
54 | * 0.3.0 Release announcement (2009-03-24) |
||
55 | * 0.2.0 Release announcement (2009-02-27) |
||
56 | 1 | Eric Davis | * 0.1.0 Release announcement (2009-02-13) |