hron / redmine_subtasks
- Source
- Commits
- Network (12)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Tue Jun 02 07:04:05 -0700 2009 | |
| |
app/ | Fri Jul 17 04:43:43 -0700 2009 | |
| |
assets/ | Thu Jun 25 03:33:05 -0700 2009 | |
| |
config/ | Wed Nov 25 03:26:02 -0800 2009 | |
| |
db/ | Thu Jun 25 08:21:08 -0700 2009 | |
| |
init.rb | Wed Jun 10 07:40:18 -0700 2009 | |
| |
lang/ | Wed Nov 25 03:26:02 -0800 2009 | |
| |
lib/ | Thu Aug 20 01:59:03 -0700 2009 | |
| |
tasks/ | Mon Jun 08 02:09:59 -0700 2009 | |
| |
test/ | Fri Jun 12 04:13:46 -0700 2009 |
Redmine subtasks
This is a plugin for Redmine. It was inspired from Redmine patch issue #443.
Plugin's migrations support both methods of converting database from previously patch and migrate from plain, clean Redmine.
Features
representation of issues hierarchy in issues's index page; there are three options here:
never see issues's hierarchy (sorting and filtering works exactly in right behavior),
always show parent (sorting and filtering works exactly in right behavior, but extra issue can be appearing to show issue's parents hierarchy),
organize by parent (sorting and filtering works after organize issues by its parent);
autocomplete field for editing issue parent;
issue's hierarchy on 'show issue' page;
progress and estimation of parent issue calculated based on its children.
Installation
Copy the plugin directory into the vendor/plugins directory
Migrate plugin:
rake db:migrate_plugins
- Start Redmine
Installed plugins are listed and can be configured from Admin -> Plugins screen.
Testing
Unfortunately, Redmine core tests which use issues.yml fixture will fail with this plugin installed.
The good news is that the plugin has each own test for testing its own functionality. I have added some hack to make the plugin tests working. The problem that the plugin should use fixtures for issues with additional fields. Therefore, when you run some of plugin's test all fixtures from Redmine core copy in separate directory and some of them are overrides by plugin's fixtures, then unit test runs.
