Search found 12 matches

by teleute
18 Aug 2014, 22:41
Forum: Help
Topic: Understanding db tables
Replies: 2
Views: 3048

Re: Understanding db tables

Ha - it looks like someone asked my exact question as the last comment and no one ever responded...:-/ Thanks. Interesting reading, anyway.
by teleute
18 Aug 2014, 16:47
Forum: Help
Topic: Understanding db tables
Replies: 2
Views: 3048

Understanding db tables

There are two db tables I'm trying to understand the usage/delination of - mantis_bug_revision_table and mantis_bug_history_table. It looks like maybe the revision one is just used to store changes to the description field, and history stores everything else. Is that correct? Why is it broken out in...
by teleute
22 Jul 2014, 22:32
Forum: General Discussion
Topic: Authentication through ADFS?
Replies: 4
Views: 8364

Authentication through ADFS?

Is there anyway to authenticate users against our ADFS (Active Directory Federation Services, for the sake of future googlers) server? I can only find LDAP at the moment, which we don't allow from external locations (and our bug tracker is outside of our LAN, for various reasons).

Thank you!
by teleute
08 Feb 2013, 16:59
Forum: Help
Topic: Stopping emails to disabled users?
Replies: 3
Views: 3520

Re: Stopping emails to disabled users?

These are definitely new emails (ran some tests to confirm). It's interesting; the log says "2013-02-08 09:51 MST mail_recipient bug=4496, drop 65 (disabled)" - 65 being the user in question - but the email still sends. Ah well - if I know that it is supposed to work as we want it to, and ...
by teleute
07 Feb 2013, 17:07
Forum: Help
Topic: Stopping emails to disabled users?
Replies: 3
Views: 3520

Re: Stopping emails to disabled users?

Oh, from what I've just been told, unchecking all the boxes under the user doesn't actually stop the emails either - that's only for new bugs, not already existing ones. How are people generally handling this? Also, re: version - it's weird, in older versions I saw the number right down in the botto...
by teleute
07 Feb 2013, 16:23
Forum: Help
Topic: Stopping emails to disabled users?
Replies: 3
Views: 3520

Stopping emails to disabled users?

Is there any overall setting to stop email notifications from sending for users that have been disabled? It looks like we could go into each user and turn off all their emails, but it seems like that should be an overall thing (in most cases, I'd think you wouldn't want emails going to users that ha...
by teleute
30 Aug 2012, 17:20
Forum: Help
Topic: Mantis and RADIUS integration
Replies: 1
Views: 2243

Re: Mantis and RADIUS integration

Just in case anyone else is trying to do this - I was using mod_auth_radius, which caches using cookies. Apparently this doesn't work well with Mantis; as soon as I switched to mod_auth_xradius (which uses a local cache file or memcache server) it worked just fine.
by teleute
29 Aug 2012, 23:04
Forum: Help
Topic: Mantis and RADIUS integration
Replies: 1
Views: 2243

Mantis and RADIUS integration

I'm trying to integrate Mantis with RADIUS authentication, as per the subject. I've got all of the correct config in Apache, as far as I can tell - if I put just a simple .html or .php file in the Mantis directory, it works just fine. However, when trying to use Mantis, it fails. When I look at the ...
by teleute
27 Jun 2012, 22:20
Forum: Help
Topic: Blank page on install (I've searched, I promise!)
Replies: 4
Views: 6697

Re: Blank page on install (I've searched, I promise!)

I've tried updating my version of PHP (which is where this is supposedly bundled, as far as I can tell), but still no luck. Anyone have any ideas how I might be able to work around this? Thanks! I've also noticed that this started at version 1.2.0. I can put any previous version in, and it works fin...
by teleute
25 Jun 2012, 16:53
Forum: Help
Topic: Blank page on install (I've searched, I promise!)
Replies: 4
Views: 6697

Re: Blank page on install (I've searched, I promise!)

I found this post - http://www.mantisbt.org/forums/viewtopic.php?f=3&t=10144&p=43782&hilit=pcre#p43782 - which says "PHP is using Perl's Compatible Regular Expressions or PCRE. If the version of PCRE that your php is using is something less of 5 (I have 4.5.x), than you might get th...
by teleute
25 Jun 2012, 16:42
Forum: Help
Topic: Blank page on install (I've searched, I promise!)
Replies: 4
Views: 6697

Re: Blank page on install (I've searched, I promise!)

Alright - I tracked it down to the section in library/utf8/utf8.php: "Check whether PCRE has been compiled with UTF-8 support", specifically line 49 (the trigger_error line). I'll keep investigating from here, but certainly if anyone has any suggestions to go on it would be most welcome. T...
by teleute
22 Jun 2012, 22:35
Forum: Help
Topic: Blank page on install (I've searched, I promise!)
Replies: 4
Views: 6697

Blank page on install (I've searched, I promise!)

I've unpacked the files for Mantis 1.2.11, and when I navigate to admin/install.php I get a blank screen. PHP is installed and loaded, and I can run a page with phpinfo() from within that directory. OS is RHEL 6.2 Apache version is 2.2.19 PHP version is 5.3.3 I've tried commenting out the @ in line ...