Search found 8 matches

by hgaland
26 Apr 2006, 07:35
Forum: Help
Topic: Last CVS version
Replies: 2
Views: 4075

Thanks for your answer.

Do you know if there is a way to get the latest updates... I am behind an enterprise firewall and I cannot use WinCVS with anonymous access..


Thanks for your help

Best regards
by hgaland
25 Apr 2006, 14:28
Forum: Help
Topic: Last CVS version
Replies: 2
Views: 4075

Last CVS version

I subscribed notification to Mantis update in CVS, but since a few days (I did't noticed it before) when I have a look on the Mantis CVS (through Web interface) the earlier modification is from 4 Weeks !!!!

Is ther troubles with CVS Site
Ex: I cannot find recent implementation of rss without ...
by hgaland
11 Jul 2005, 10:48
Forum: Help
Topic: Installation of WinGraphviz
Replies: 7
Views: 9656

I had a problem with user access on the installation directory of WinGraphviz. Check that IUSR_YOURSERVER has access to the directory with execute priviledge
by hgaland
07 Jun 2005, 15:16
Forum: Help
Topic: CSV Export - custom fields
Replies: 11
Views: 31285

I used the custom_function_inc.php to override the standard function custom_function_default_get_columns_to_view that is defined in columns_api.php. In fact I copied the code of the original function and inserted output of custom fields.

Starting with V 1.0.0a3, Insert in custom_function_inc.php ...
by hgaland
04 Jun 2005, 14:59
Forum: General Discussion
Topic: Save bugs as Draft
Replies: 5
Views: 12282

I did the implementation in our test system based on version 1.0.0a3.

You will find in #5628 ( http://bugs.mantisbt.org/view.php?id=5628 ) the files modified to implement the feature. If the solution is acceptable for you, you can implement it in the feature release. It will be my contribution ...
by hgaland
03 Jun 2005, 09:41
Forum: General Discussion
Topic: Save bugs as Draft
Replies: 5
Views: 12282

Another option is to add [....]

That's just another way of implementing the feature. If we are "ever" going to implement this feature, then we need to compare the pros and cons of both options.

Regards,
Victor
MantisConnect
http://www.futureware.biz/mantisconnect

This is the ideal solution ...
by hgaland
03 Jun 2005, 09:14
Forum: General Discussion
Topic: Save bugs as Draft
Replies: 5
Views: 12282

You might be able to do this by changing an existing status (or adding a new one). You could create a status before new (Draft). When the reporter promotes it to new, the new bug messaging takes place.

I'd have to think this through, but it should work.

I already though about this new "Draft ...
by hgaland
30 May 2005, 09:29
Forum: General Discussion
Topic: Save bugs as Draft
Replies: 5
Views: 12282

Save bugs as Draft

Hello, This is my first post on this forum.

I have posted a feature request on Mantis Site last week (Save bugs as Draft .... http://bugs.mantisbt.org/view.php?id=5628 ) but I still have no feedback.
My idea was to save a bug report as draft and come back later to post it as new.
This is possible ...