Search found 76 matches

by dregad
21 Sep 2016, 14:33
Forum: Help
Topic: Not able to upgrade to v1.3.1 from v1.2
Replies: 5
Views: 11138

Re: Not able to upgrade to v1.3.1 from v1.2

In 1.3, we upgraded ADOdb (the underlying database library used by MantisBT) to a later version, that could explain why it was working in 1.2 and no longer in 1.3. I'm not sure why you're trying to use mssql, it is no longer supported with PHP >= 5.3, and removed entirely in 7.0 (see http://php.net/...
by dregad
14 Jan 2016, 12:01
Forum: Customizations
Topic: SYSTEM NOTICE, Error Description
Replies: 31
Views: 79868

Re: SYSTEM NOTICE, Error Description

Alexei, In an attempt to troubleshoot the root cause in the ADOdb library, further info is required. I need you for that, because I don't have MSSQL and the error is not reproducible with MySQL. Mantis 1.2.19 runs a really outdated version of ADOdb (customized 5.10 IIRC). Can you confirm that you ex...
by dregad
08 May 2014, 14:45
Forum: General Discussion
Topic: Data dictionary for MAntis
Replies: 2
Views: 4232

Re: Data dictionary for MAntis

PDF versions available at http://www.mantisbt.org/docs/erd/
by dregad
08 May 2014, 14:41
Forum: General Discussion
Topic: Mantis 1.3 - Oracle Fixes
Replies: 7
Views: 8740

Re: Mantis 1.3 - Oracle Fixes

I know that DREGAD has an oracle release here: https://github.com/dregad/mantisbt/tree/oracle but I noticed there was an SQL injection security fix recently that isn't in this version. As a matter of fact I merged 1.2.17 into the oracle branch a few days ago, so that SQL injection issue should be f...
by dregad
20 Dec 2013, 16:22
Forum: Help
Topic: [RESOLVED]How to share my plugin ?
Replies: 1
Views: 2730

Re: How to share my plugin ?

Hi everyone ! But I can't send an email => "You are not allowed to post to this mailing list... ". Someone can help me ? You have to signup to the mailing list to post. I updated the wiki to indicate that. 2- I have also to reference my plugin here : http://www.mantisbt.org/wiki/doku.php/...
by dregad
20 Dec 2013, 16:16
Forum: Help
Topic: How to write regular expression for Time
Replies: 2
Views: 4335

Re: How to write regular expression for Time

We don't have "time" type custom fields. I suggest instead to use text field with a regular expression to validate the user's input, maybe something like (not tested) [0-2][0-9]:[0-5][0-9]:[0-5][0-9] With regards to the calculation, I can't think of a way to easily do it out of the box. Ma...
by dregad
14 Jul 2013, 06:12
Forum: Help
Topic: How to filter for 'A' or 'B' by search?
Replies: 3
Views: 4890

Re: How to filter for 'A' or 'B' by search?

atrol wrote: 'A' or 'B'
You mean 'and', right?
by dregad
24 Jun 2013, 10:35
Forum: Help
Topic: Customizing Mantis 1.2.15 to play with Phpbb 3.0.11
Replies: 5
Views: 12686

Re: Customizing Mantis 1.2.15 to play with Phpbb 3.0.11

Gabriel I don't think the approach of altering the schema (be it Mantis or phpBB) is a good one as it will break compatibility and make your upgrade path difficult (for both pieces of software), and potentially make it impossible to get support due to your heavily customized code and modified DB sch...
by dregad
06 May 2013, 16:49
Forum: General Discussion
Topic: Release management plugin
Replies: 5
Views: 8340

Re: Release management plugin

This plugin is now hosted here

https://github.com/mantisbt-plugins/releasemgt
by dregad
28 Sep 2012, 07:58
Forum: Russian
Topic: Ошибка SYSTEM WARNING:
Replies: 10
Views: 18881

Re: Ошибка SYSTEM WARNING:

Sorry I don't speak Russian, Kirill dragged me into here :) The error message you get, normally is triggered when there is no default timezone set in the system. Based on what you wrote this is not the case, and one of the first things Mantis does (in core.php), is to call date_default_timezone_set(...
by dregad
05 Aug 2012, 08:42
Forum: Help
Topic: Users on the monitoring list do not see issue created
Replies: 4
Views: 5680

Re: Users on the monitoring list do not see issue created

"Monitoring" means that users will get an email notification whenever the issue is updated.

Your users should see the issues they are monitoring in the "my view" page, under the "Monitored by me" frame.
by dregad
24 Nov 2011, 23:07
Forum: Help
Topic: Hyperlinks from Excel and Word
Replies: 11
Views: 15950

Re: Hyperlinks from Excel and Word

I have just committed LapinKiller's patch.
by dregad
08 Aug 2011, 16:08
Forum: Customizations
Topic: Time Tracking plugin reborn
Replies: 25
Views: 32480

Re: Time Tracking plugin reborn

I quite like the design. Comments and bugs: the code does not consistently follow the MantisBT coding conventions, e.g. with regards to spacings, variable names, etc - you might want to align to that System allows entry of negative hours - is that intentional ? users can only delete their own time e...
by dregad
08 Aug 2011, 14:21
Forum: Customizations
Topic: Time Tracking plugin reborn
Replies: 25
Views: 32480

Re: Time Tracking plugin reborn

Hi Mike, Thanks for the plugin. Just a thought, not having looked at it in detail yet (I'll do it later as time allows) it may not make sense, but to avoid multiplication of similar plugins, would it not have been better to improve the existing timecard plugin by merging/adding your functionality on...