Search found 57 matches

by AlainD.
04 Dec 2013, 00:44
Forum: General Discussion
Topic: Gantt Chart for Mantis
Replies: 72
Views: 396507

Re: Gantt Chart for Mantis

Please note that the plugin has been renamed. So in order to update:
Uninstall the previous version of MantisGanttChart via the Manage Plugin menu in Mantis,
Then download the plugin GanttChart new version 1.1 from the mantis plugins repository
And install it.

Voilà.
by AlainD.
03 Dec 2013, 14:16
Forum: General Discussion
Topic: Gantt Chart for Mantis
Replies: 72
Views: 396507

Re: Gantt Chart for Mantis

Hi guys,
after some difficulties :)
I finally have the plugin hosted in the git repositories:
here it is:
https://github.com/mantisbt-plugins/GanttChart.git

Do not hesitate to contribute ;-)

Regards,
by AlainD.
22 Oct 2013, 14:07
Forum: General Discussion
Topic: Gantt Chart for Mantis
Replies: 72
Views: 396507

Re: Gantt Chart for Mantis

Following the procedure described on the wiki, I just sent to the dev team the plugin to be hosted. I'll let you know when it's available.
Thank you.
by AlainD.
18 Oct 2013, 11:39
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 55798

Re: SVN post-commit with windows

So... any progress on your installation ?
by AlainD.
30 Sep 2013, 11:51
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 55798

Re: SVN post-commit with windows

1) can you try by removing the key from the command line with curl ?

2) Also I wonder if your svn server has authorization to access your mantis server...

I'm kinda out of new ideas.. If some other users have other ideas... :)
Thanks.
by AlainD.
30 Sep 2013, 10:23
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 55798

Re: SVN post-commit with windows

I'd like you to try with this configuration: Manage Repository: Name => "MAS" Type => "WebSVN" URL => "http://srvcad:8080/svn/MAS" Extra Info: websvn_url => "http://srvcad:8080/websvn/" websvn_name => "MAS" websvn_path => "/" svn_username =...
by AlainD.
25 Sep 2013, 11:06
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 55798

Re: SVN post-commit with windows

Try this in your post-commit script (note sure though about the syntax of the DATE. If it does not work straight, just give the log file name a fixed name. @ECHO OFF SETLOCAL set REPOS="MAS" set REV=%2 set CHECKINURL="http://srvcad:8080/mantis/plugin.php?page=Source/checkin" set ...
by AlainD.
25 Sep 2013, 10:54
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 55798

Re: SVN post-commit with windows

Maybe yoru curl is not working then... I remember I tried something back in the time to check that but I don't remember how... I'll try to recall that memory.
In the meantime, your could try to search the Internet.

Otherwise you could also log everything your post-commit does.
by AlainD.
25 Sep 2013, 07:48
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 55798

Re: SVN post-commit with windows

Hi Edoardo, I don't know you did it, but you should not use the \b in your regex. Besides, according to your regular expression, you expect to have - the word "bug" or "issue" or "item" - followed by a space or not - with the mantis ID - with ot without a # in front of ...
by AlainD.
24 Sep 2013, 12:25
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 55798

Re: SVN post-commit with windows

With " instead of ' I havo no errors but it doesn't work. Well I'd say that the script works now ! ;-) Now there is a different issue, the update of the ticket. For that we'll need more information. Maybe some sscreenshots eventually: - The message you used for your commit - The settings of yo...
by AlainD.
24 Sep 2013, 10:35
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 55798

Re: SVN post-commit with windows

try using " instead of ' maybe ?? "C:\Program Files (x86)\VisualSVN Server\curl.exe" -d "repo_name=%REPOS%" -d "data=%REV%" -d "api_key=37" %CHECKINURL% Also check that the path "C:\Program Files (x86)\VisualSVN Server\curl.exe" really exists.
by AlainD.
07 May 2013, 11:08
Forum: Help
Topic: [Resolved] Change/Modify the username/login name
Replies: 3
Views: 5643

Re: Change/Modify the username/login name

Nooooo.... 8O ! Yes you're right :oops: . My appologies I don't know why I thought it was not possible. I'm very very embarassed right now for having created this post :-/. Maybe I was confused with another tool which does not allow it, or maybe I did not use the admin account when I tried... Anyway...
by AlainD.
07 May 2013, 06:04
Forum: Help
Topic: [Resolved] Change/Modify the username/login name
Replies: 3
Views: 5643

[Resolved] Change/Modify the username/login name

Hi everyone, I tried to search the forum but did not find any answer. Is there a way to modify (through a plugin maybe, or a script) the usernames (login) assigned to the user. I am the administrator of my Mantis installation, and I'd like to make all user logins homogeneous: firstname.lastname, bec...
by AlainD.
11 Feb 2013, 15:29
Forum: General Discussion
Topic: Gantt Chart for Mantis
Replies: 72
Views: 396507

Re: Gantt Chart for Mantis

For now, the plugin is based on the value of the config parameter 'view_summary_threshold'. Any users set for viewing the summary graphs can access the GanttCharts
But it's a good suggestion to allow more flexibility...

PS: I'll try to try again this week to add it on the git server :/
by AlainD.
23 Oct 2012, 07:18
Forum: General Discussion
Topic: Gantt Chart for Mantis
Replies: 72
Views: 396507

Re: Gantt Chart for Mantis

Well, As I said, it's a bit complicated to handle all cases and probleme of update when changing the date of one issue of the group (parent or child). Besides, it happens also often that not the same developper work on the all the issues of one group. So changing automatically the date of all the su...