Search found 1293 matches

by vboctor
25 Feb 2005, 11:50
Forum: Customizations
Topic: Using mantis with another web application(automatic logon)
Replies: 3
Views: 11468

I suggest you look at already existing implementations that link Mantis to a content management system, if you don't find your CMS already integrated, then you can at least use these as examples for how the integration can be done. http://www.mantisbt.org/links.php You can also look at how ldap auth...
by vboctor
22 Feb 2005, 12:13
Forum: General Discussion
Topic: 0.19.3
Replies: 18
Views: 33988

by vboctor
19 Feb 2005, 11:36
Forum: Help
Topic: Problems with Safari on Mac?
Replies: 3
Views: 10060

I assume that the problem you are referring to are the strange characters. One thing he should check is to make sure that his language preference is not set to "auto" but it is set to "English" or whatever specific language that he prefers. If that is not the problem, then you ma...
by vboctor
19 Feb 2005, 11:33
Forum: General Discussion
Topic: Reporting bugs against unreleased product versions
Replies: 7
Views: 15052

That would be excellent. Also post the issue id here for future reference.

Regards,
Victor
by vboctor
18 Feb 2005, 12:50
Forum: Help
Topic: URL in News gets broken
Replies: 2
Views: 9775

This is introduced in 0.19.2 and is now fixed in CVS. Hence, the fix will be available in the next release.

Regards,
Victor.
by vboctor
18 Feb 2005, 10:18
Forum: Help
Topic: Only partially private BugNotes?
Replies: 1
Views: 8505

You can have private issues, notes or news. By private it means that it can only be seen by the people who have access level that is greater than a certain threshold (as well as their authors). For example, private issues and notes may be set to only be visible to developers, and hence customers won...
by vboctor
18 Feb 2005, 09:12
Forum: Customizations
Topic: select what columns to view
Replies: 12
Views: 28119

Note the "Fixed in Version" is set to 0.19.3 and hence this feature is not available in 0.19.2. You will either have to wait for the next version or use the CVS code.

Regards,
Victor.
by vboctor
18 Feb 2005, 09:10
Forum: General Discussion
Topic: 0.19.3
Replies: 18
Views: 33988

You have two options: 1. Easy: Download the night tarball from http://cvs.sourceforge.net/cvstarballs/mantisbt-cvsroot.tar.bz2 2. Complicated: Understand CVS in general, and SourceForge server information needed to populate it in order to get the latest code. In this case, I recommend the TortoiseCV...
by vboctor
18 Feb 2005, 06:25
Forum: Help
Topic: Mantis Integration with SVN
Replies: 4
Views: 8047

Scmbug is implemented in Perl. You can use ActivePerl ( http://www.activestate.com/Products/ActivePerl/ ) to run perl under Windows server. Hence, you don't need an compiled EXE. Also keep an eye on the source control integration page in Mantis Manual, it may give you hints from other users. Also we...
by vboctor
18 Feb 2005, 04:36
Forum: Help
Topic: Mantis Integration with SVN
Replies: 4
Views: 8047

The following project integrates several bug trackers with several source control tools. Mantis / SVN are supported.

Scmbug: Integrates Mantis with several Source Control tools like CVS, Subversion, and Arch.
http://freshmeat.net/projects/scmbug/

Regards,
Victor
by vboctor
17 Feb 2005, 21:34
Forum: Customizations
Topic: Adding feilds adding projects
Replies: 1
Views: 8117

It is not possible to add custom fields to projects yet. Please add this to the bugtracker as a feature request.

Regards,
Victor
by vboctor
17 Feb 2005, 21:33
Forum: Help
Topic: Sort order of users while sending a remider
Replies: 3
Views: 7981

Please report this as a bug in the bugtracker.

Regards,
Victor
by vboctor
17 Feb 2005, 21:31
Forum: Help
Topic: Access Denied for RSS
Replies: 2
Views: 10551

The RSS will give access denied unless the following criteria is met:
- Your installation supports anonymous login.
- The project you are accessing the RSS for is public.

Regards,
Victor
by vboctor
17 Feb 2005, 12:02
Forum: Customizations
Topic: Making Fields Required
Replies: 14
Views: 27189

At the moment you can do this easily for custom fields, but not for native fields. Doing this for a custom field will show the * next to the field and will validate that it is supplied before adding the issue. However, for native fields you can check that they are not supplied and if so you can prom...
by vboctor
17 Feb 2005, 11:57
Forum: General Discussion
Topic: Reporting bugs against unreleased product versions
Replies: 7
Views: 15052

I think reporting issues against only released issues make sense. However, this is only as far as external customers are concerned. But for internal staff, they should be able to report issues again unreleased versions as well. Hence, I think there should be a new config option that allows setting a...