Search found 14 matches

by smlp
07 Feb 2008, 11:33
Forum: Help
Topic: Problem sending email w/ v1.1.1
Replies: 7
Views: 5879

Re: Problem sending email w/ v1.1.1

Maybe you should create a bug report in the tracker since the devs track bugs there.
by smlp
05 Feb 2008, 11:00
Forum: Help
Topic: How to delete unused tags?
Replies: 0
Views: 2054

How to delete unused tags?

Hi,

is there an overview page where all tags (used and unused) are listed? The problem is, I have some obsolete tags that are not assigned to any report and want to delete them. Since they are not assigned, I cannot go to the tag's detail page (through the tag link) and delete them. Any idea how to ...
by smlp
05 Jun 2007, 07:52
Forum: Help
Topic: Upgrade 1.05 -> 1.07 and the SGBD
Replies: 1
Views: 3363

Hi,

I recently upgraded from 1.05 to 1.0.7. No problems.


Just do the procedure described in the manual and you are fine.
But make a backup before, you know.. Murphy's law.. :)
by smlp
05 Jun 2007, 07:44
Forum: Help
Topic: LDAP Connectivity
Replies: 4
Views: 5570

Tried this, but unfortunately the login in LDAP is something like jack.baur but AFAIK you cannot create users in Mantis with a dot as a seperator. :?
Someone knows why this restriction was made?
by smlp
05 Jun 2007, 07:41
Forum: Help
Topic: change reporter for large amount of reports
Replies: 1
Views: 3117

change reporter for large amount of reports

Hi everyone,

a colleague of mine left our company and we need to re-assign his bugs to someone else by changing the "reporter" to someone else. It's about 600 reports. Changing every singe report step by step takes way to much time, someone got an idea how this can be done quickly? Would you ...
by smlp
02 May 2007, 09:06
Forum: General Discussion
Topic: Highlights for Mantis 1.1
Replies: 8
Views: 15294

Hi Victor,

when do you roughly expect 1.1 final?
by smlp
25 Apr 2007, 06:58
Forum: General Discussion
Topic: Mantis still alive ?
Replies: 13
Views: 18620

Any timeline when 1.1.0 final will be out? It's under development for a quite long time now.
by smlp
06 Mar 2007, 16:14
Forum: Help
Topic: Resize Screenshots
Replies: 2
Views: 4384

This can easily be done by modifying the file_list_attachments function of file_api.php and adding a "width" attribute to the <img> tag.

It would be nice if you could add something like this to the code and add the width as a parameter to the config.

Here is a patch for Mantis 1.0.5 that scales ...
by smlp
27 Feb 2007, 15:41
Forum: Help
Topic: Resize Screenshots
Replies: 2
Views: 4384

Resize Screenshots

We have Mantis confgured that attached screenshots are automatically displayed in the bug page.

But out users tend to attach large screenshots, I would like mantis resize them automatically if they're above a specified resolution (I think this can be done with width/height attributes of the img tag ...
by smlp
05 Feb 2007, 12:24
Forum: General Discussion
Topic: password reset
Replies: 1
Views: 4679

Never encountered this. What Mantis / Database are you using?
by smlp
05 Feb 2007, 12:16
Forum: General Discussion
Topic: Is mantis for us ??
Replies: 3
Views: 6666

I would just recommend that you keep the attachments on disk rather than in the database.

Why would you recommend this? Do you think there is a problem with lots of BLOBs in a (mysql-) database?

I fear putting attachments on disk opens the door for data inconsistency, as referencing external ...
by smlp
10 Jan 2007, 10:04
Forum: General Discussion
Topic: disable account page? how?
Replies: 2
Views: 5734

Works! Thanks for the info! :D
by smlp
09 Jan 2007, 11:19
Forum: General Discussion
Topic: disable account page? how?
Replies: 2
Views: 5734

disable account page? how?

Hi,

for certain reasons, we don't want out users to be able to edit their account and account settings. Someone got an idea how this can be done qickly? We use Mantis 1.0.5.
by smlp
09 Jan 2007, 11:13
Forum: General Discussion
Topic: myISAM ? InnoDB?
Replies: 1
Views: 6270

myISAM ? InnoDB?

Hi,

I wonder wich storage engine is recommended - MyISAM or InnoDB (MySql)? Currently, all my mantis tables are MyISAM.