Search found 15 matches

by code4fun
30 Apr 2012, 19:34
Forum: Customizations
Topic: How can I use the Scrum plugin
Replies: 6
Views: 14012

Re: How can I use the Scrum plugin

Hi,

I've patched the Scrum plugin to make it suit my needs a bit better, and attached it if anyone finds my changes usable. The patch is using 3 custom fields used on all issues

- Rem.Work : Remaining Work is the remaining work to solve the issue
- Act.Work : Actual Work is the actual work ...
by code4fun
18 Aug 2007, 12:05
Forum: Customizations
Topic: Mantis for PROJECT Planning
Replies: 2
Views: 8733

Hi,

I've been down the same road, and discovered that that there isn't any real link between dotProject and Mantis. The issues are just imported and then any updates in Mantis isn't reflected in dotProject.

I've just finished a project of ~7000 hours where Mantis and its Roadmap & Changelog ...
by code4fun
13 Aug 2007, 11:54
Forum: Customizations
Topic: DokuWiki integration with projects
Replies: 3
Views: 9312

Hi,

I've made a patch in mantis.class.php to support this, but as an extra group and uploaded the file at:

http://www.mantisbt.org/bugs/view.php?id=8249

Setting all the permissions is a bit tricky and the guide in the Wiki could be better.

Code4fun
by code4fun
11 Aug 2007, 07:08
Forum: Customizations
Topic: DokuWiki integration with projects
Replies: 3
Views: 9312

DokuWiki integration with projects

Hi,

Is there anyone that have made a functional setup with Mantis/DokuWiki where the project access level is used in DokuWiki.

As it is now a Mantis user that can access project A but not project B can see all pages in the Wiki.

Code4fun
by code4fun
09 Aug 2007, 15:55
Forum: Customizations
Topic: Report to sub-project?
Replies: 6
Views: 10241

Hello,

Yes this would be helpful. But then there is a long way to get it into Mantis :cry:

code4fun.
by code4fun
09 Aug 2007, 13:15
Forum: Help
Topic: DokuWiki administration with Mantis integration
Replies: 3
Views: 4326

Hi,

I've solved it :D

Set the configuration (in dokuwiki.php)
$conf['superuser'] = '@ADMINISTRATOR';

then an administrator from Mantis will be administrator in DokuWiki. Be aware that if a local.php file exist with the same configuration it will be overridden.

The access level seams to be user ...
by code4fun
08 Aug 2007, 10:49
Forum: Help
Topic: DokuWiki administration with Mantis integration
Replies: 3
Views: 4326

DokuWiki administration with Mantis integration

Hi,

I'm testing the integration for DokuWiki and can't figure out how I can manage the DokuWiki setup when the integration is enabled.

I have to disable the Mantis login in DokuWiki.php for the 'Admin' functionality to show.

Code4Fun
by code4fun
12 Jun 2007, 11:14
Forum: General Discussion
Topic: Using mantis for project management!?
Replies: 17
Views: 40139

Ive tried to get some more PM features into Mantis :

http://www.mantisbt.org/bugs/view.php?id=7945

like Initial time, Remaining time, Used time and some reports to support it. But there doesn't seam to be any interrest in the subject :(

I don't thing that Mantis issues with link into dotProject ...
by code4fun
09 Jun 2007, 16:16
Forum: Customizations
Topic: Does anyone use Mantis as a task manager?
Replies: 15
Views: 37965

Time tracking

In the dotProject/Mantis integration how does time tracking works on the mantis tasks from dotProject.

Stuff like Initial Estimate, Remaining time, Work time, Expected Start/Finish, Actual Start/Finish ?
by code4fun
10 May 2007, 05:15
Forum: General Discussion
Topic: 'Update Perfs' error in 1.1.0a3
Replies: 4
Views: 6810

Yes I got several password emails and managed to register and login. Thank you :)

I've reported this issue in the bug tracker as well.
by code4fun
09 May 2007, 05:37
Forum: General Discussion
Topic: Time tracking vs. time planning
Replies: 5
Views: 9039

Most if not all configuration is done in config_inc.php. If an option isn't listed Mantis will default to settings in config_defaults_inc.php.

Time Tracking is controlled by:

# Turn on Time Tracking accounting
$g_time_tracking_enabled = OFF;

# When a single value is entered into the time ...
by code4fun
09 May 2007, 05:28
Forum: General Discussion
Topic: 'Update Perfs' error in 1.1.0a3
Replies: 4
Views: 6810

I would have, but I'm unable to register.

I've tried with 3 different usernames and emails, but the validation email never arrives.

Could you transfer my login from the forum ?
by code4fun
08 May 2007, 15:28
Forum: General Discussion
Topic: Time tracking vs. time planning
Replies: 5
Views: 9039

Thats just a question about reporting the time spent. That's in the 1.1.0a3 release.

Another cool feature would be reports based on the roadmap and changelog versions where remaining and used time was calculated.

Or what about an automatic forecast for release date based on the used time during ...
by code4fun
08 May 2007, 12:48
Forum: General Discussion
Topic: 'Update Perfs' error in 1.1.0a3
Replies: 4
Views: 6810

'Update Perfs' error in 1.1.0a3

When upgrading from 1.1.0a2 to 1.1.0a3 and using the 'Printing Options' an SQL error is generated when 'Update Perfs' is pressed.

This is because the field 'print_pref' in 'mantis_user_print_pref_table' is to short. It was 27 but now it is 28 with 'time tracking'.

Just setting the length in the ...
by code4fun
08 May 2007, 12:00
Forum: General Discussion
Topic: Time tracking vs. time planning
Replies: 5
Views: 9039

Time tracking vs. time planning

With the release of Mantis 1.1.0a3 time tracking is possible, and it looks great. But wouldn't it be nice to take it to the next level and make planning possible ?

To make estimates and track progress on projects fields like 'initial estimate' and 'remaning time' is needed.

The billing page could ...