Search found 509 matches

by deboutv
23 Sep 2009, 07:01
Forum: General Discussion
Topic: Project template?
Replies: 2
Views: 2573

Re: Project template?

No, if you want to you need to patch the PHP code.
by deboutv
21 Sep 2009, 06:54
Forum: General Discussion
Topic: How to only work in https
Replies: 1
Views: 2726

Re: How to only work in https

Take a look in your webserver manual.
by deboutv
03 Sep 2009, 06:38
Forum: Help
Topic: Submit a bug automatically.
Replies: 4
Views: 4426

Re: Submit a bug automatically.

Ok, look in the core/bug_api.php file to see what you should insert in the SQL tables (there is a lot of table to set: bug_table, history_table, ...).
by deboutv
03 Sep 2009, 06:37
Forum: Help
Topic: my view page
Replies: 4
Views: 6448

Re: my view page

Hi,

You can try my MyView plugin (which allow you to build your own boxes with much more than a bug list). Follow my signature ;)
by deboutv
02 Sep 2009, 13:58
Forum: Help
Topic: Submit a bug automatically.
Replies: 4
Views: 4426

Re: Submit a bug automatically.

I'm not sure this is the good way. If your database (MySQL or other) is available on internet, you can directly use the sql client to add a bug. If not, you can try to make your own PHP page (which will handle authentication and bug report) and call this page through your application.
by deboutv
02 Sep 2009, 06:49
Forum: Help
Topic: Turkish Character Problem
Replies: 1
Views: 1363

Re: Turkish Character Problem

And the problem is?
by deboutv
28 Aug 2009, 06:51
Forum: Help
Topic: Trying to detemine Mantis version
Replies: 1
Views: 1505

Re: Trying to detemine Mantis version

So it is in the config_default_inc.php file.
by deboutv
03 Aug 2009, 13:49
Forum: Help
Topic: [custom field] >255 entries and from SQL SELECT [RESOLVED]
Replies: 7
Views: 3794

Re: [custom field] >255 entries and from SQL SELECT

If it is a mantis built'in table, my plugin LongCF can help you (but it will load the 1500 entries in the select box).
by deboutv
31 Jul 2009, 06:40
Forum: Help
Topic: Import/Export installation failed using mantis 1.1.6?
Replies: 3
Views: 2801

Re: Import/Export installation failed using mantis 1.1.6?

Guys,

To have support on this plugin you should go to the appropriate forum ;)

And here is the solution: http://forum.morinie.fr/mantis/read.php?6,4303
by deboutv
30 Jul 2009, 06:39
Forum: Help
Topic: [custom field] >255 entries and from SQL SELECT [RESOLVED]
Replies: 7
Views: 3794

Re: [custom field] >255 entries and from SQL SELECT

Is the SQL request related to Mantis tables (ie do you want to display the list of Mantis users)? To prevent long download time, you could write something in javascript that will display the possibilities after the user enters few letters (like in your email reader when you write the email address ...
by deboutv
29 Jul 2009, 14:37
Forum: Help
Topic: [custom field] >255 entries and from SQL SELECT [RESOLVED]
Replies: 7
Views: 3794

Re: [custom field] >255 entries and from SQL SELECT

No not with the default Mantis. You have to change the PHP code.

I don't think that a select box with 1500 entries is a good idea (the page will be very long to download).
by deboutv
20 Jul 2009, 06:33
Forum: Help
Topic: Customize the report page
Replies: 3
Views: 2566

Re: Customize the report page

Yes but there is no stable release in 1.2.x.
by deboutv
10 Jul 2009, 07:06
Forum: Help
Topic: Mantis over SSH
Replies: 3
Views: 2496

Re: Mantis over SSH

So, don't set it ;)
by deboutv
10 Jul 2009, 07:06
Forum: Help
Topic: Posting HTML code to the issues.
Replies: 19
Views: 46921

Re: Posting HTML code to the issues.

You have to configure Mantis (put this in your config_inc.php and set it according to your needs): ############################ # Mantis HTML Settings ############################ # --- html tags ------------------- # Set this flag to automatically convert www URLs and # email adresses into clickabl...
by deboutv
10 Jul 2009, 07:03
Forum: Help
Topic: Customize the report page
Replies: 3
Views: 2566

Re: Customize the report page

hello, I'm working with mantisbt-1.2.0rc1 8 this is the file I'v downloaded) and I'm trying to find out a way to customize the information displayed on the report page ( default or advance). for example I don't want to see the severity field. It is not possible, you have to change Mantis or install...