Search found 8 matches

by archemedia
03 Jun 2015, 11:35
Forum: General Discussion
Topic: How many bugs can be inserted?
Replies: 8
Views: 16418

Re: How many bugs can be inserted?

Afaik, the Mantis database model is very well structured and indexed. This means that searching through a huge mySql database shouldn't give you any problem.
MySql has no real limits: https://dev.mysql.com/doc/refman/5.0/en/table-size-limit.html
You could easily script a test in php:

for ($i = 0 ...
by archemedia
03 Jun 2015, 11:28
Forum: General Discussion
Topic: Browsing bugs anonymously
Replies: 1
Views: 4107

Browsing bugs anonymously

When I post a remark on a bug, a mail is sent to the reporter.
This reporter can then click the link to view the bug. This is anonymous.
On the view bug page, there are << and >> buttons to browse to the next and previous bugs.The code for these links is in 'bub_view_inc.php' around line 250.
I had ...
by archemedia
03 Jun 2015, 11:22
Forum: General Discussion
Topic: Anonymous reply to bug links to wrong reporter
Replies: 0
Views: 9299

Anonymous reply to bug links to wrong reporter

1. I have a bug which is reported by a certain user.
2. I add a comment.
3. The user gets an email which contains a link to the bug, example: http://mydomain/mantisbt-1.2.19/view.php?id=2146
4. Clicking this link opens mantis in anonymous mode.
5. The user now adds his comment to the bug.
6. The ...
by archemedia
28 Mar 2012, 13:08
Forum: Help
Topic: Notification from Flash Builder
Replies: 0
Views: 2398

Notification from Flash Builder

Hi,
I installed the Mantis connector in Flash Builder 4.6. Everything works fine, the task list is linked to my Mantis repository.
When I change something in MantisBT online, the reporter gets a notification mail.
when I change something in Flash Builder Task, everything gets updated well on the ...
by archemedia
21 Jan 2011, 12:25
Forum: Help
Topic: Mantis and Flash Builder 4 problem
Replies: 3
Views: 3429

Re: Mantis and Flash Builder 4 problem

ok, I'll try that...
thx, dany
by archemedia
20 Jan 2011, 17:36
Forum: Help
Topic: Mantis and Flash Builder 4 problem
Replies: 3
Views: 3429

Mantis and Flash Builder 4 problem

Hi
I want to track the bugs which are reported in Mantis in Flash Builder 4, which is an implementation of Eclips.
In order to do this, I think I have to install MantisConnect and add a Manits repository, right?
Things won't work though... if I try to add a repository, here's what I do ...
by archemedia
20 Jan 2011, 17:20
Forum: Help
Topic: Automated bug reporting
Replies: 2
Views: 2362

Re: Automated bug reporting

Thanks atrol. I'll dig into this :)
by archemedia
20 Jan 2011, 16:23
Forum: Help
Topic: Automated bug reporting
Replies: 2
Views: 2362

Automated bug reporting

Hello,
I'm quite new to Mantis so excuse me this question has been asked already.

I'm running a educational website. Users can report bugs or feature requests from within the application. I want to send this information directly to Mantis so that users don't have to login to my Mantis ...