Search found 16 matches

by devboy
09 Dec 2010, 06:44
Forum: General Discussion
Topic: Production Items
Replies: 4
Views: 4789

Re: Production Items

Where can I find plugins?
Googling seems to come up strictly with some plugin framework that is meant for older versions of MantisBT if I am not mistaken.
by devboy
06 Dec 2010, 07:15
Forum: General Discussion
Topic: Production Items
Replies: 4
Views: 4789

Re: Production Items

Anyone?

Just tell me if I'm on the right track perhaps?

Thanks,
DB
by devboy
30 Nov 2010, 11:13
Forum: General Discussion
Topic: Production Items
Replies: 4
Views: 4789

Production Items

Hi,

I need a suggestion on how to tag and mark "production events" in a project.
Inside our ongoing projects we have multiple cases where we modify our production environment (DB dictionaries, configuration, changed media, new version etc).
I want the "log" of these operations to be part of the ...
by devboy
28 Nov 2010, 11:33
Forum: General Discussion
Topic: adding due date field
Replies: 3
Views: 11521

adding due date field

Hi,

I want to add the due_date field to 'report issue' form.
I could figure out how to add it to the 'view issues' page but not to the report/edit issue views.

Help please.

Thanks,
DB
by devboy
24 Oct 2010, 08:07
Forum: General Discussion
Topic: Receiving email only on new items
Replies: 10
Views: 11906

Re: Receiving email only on new items

Update.

Issue has been resolved.
As suspected, it had nothing to do with Mantis and was an email server issue. The problem was that the mantis was using the default local account to send mail. As soon as I defined an email account and switched to SMTP (on localhost) all the stuck emails were ...
by devboy
23 Oct 2010, 13:54
Forum: General Discussion
Topic: Receiving email only on new items
Replies: 10
Views: 11906

Re: Receiving email only on new items

You should post also some more details about the environment you use (OS, PHP, Webserver, Database)
We are set up on SiteGround on some shared server so I am not sure regarding everything.
OS is some sort of linux - not sure what distro exactly or how to check.
php version is 5.2.9
MySQL "select ...
by devboy
21 Oct 2010, 14:30
Forum: General Discussion
Topic: Receiving email only on new items
Replies: 10
Views: 11906

Re: Receiving email only on new items

The errors I think are unrelated to addresses, because all of us are getting emails at one point or another.
I have a feeling that it is somehow related to the contents of specific messages.
Will showing the actual data in the emails table here be of any assistance?

Also, still can't figure out ...
by devboy
20 Oct 2010, 14:10
Forum: General Discussion
Topic: Receiving email only on new items
Replies: 10
Views: 11906

Re: Receiving email only on new items

Update:

I set up cron to call /home/xxx/public_html/mantis/scripts/send_emails.php

Initially it returned an error as if coming from web instead of CLI. Just for the test I remarked lines in send_emails.php that make the check.
The cron job is reporting back to my email:
/usr/sbin/sendmail ...
by devboy
20 Oct 2010, 12:41
Forum: General Discussion
Topic: Receiving email only on new items
Replies: 10
Views: 11906

Re: Receiving email only on new items

Hi,

What is the logic of sending emails... does system try and send only once or multiple times?
I am not very familiar with php. The config for send method is currently the default which is:
$g_phpMailer_method = PHPMAILER_METHOD_MAIL;
Also in config I see
$g_email_send_using_cronjob = OFF ...
by devboy
13 Oct 2010, 09:31
Forum: General Discussion
Topic: Receiving email only on new items
Replies: 10
Views: 11906

Re: Receiving email only on new items

I have multiple records in mantis_email_table. If I understand correctly mails the 'were' sent will not have records there?
If that is the case where can I find the send errors related to these emails?

Cheers,
DB
by devboy
12 Oct 2010, 10:38
Forum: General Discussion
Topic: Receiving email only on new items
Replies: 10
Views: 11906

Receiving email only on new items

Hi,

I am logged in with 2 users to our mantis site. User B creates creates and assigns an issue to my user (administrator type). My user receives email.
Then for an existing issue user B adds a note. My user does not receive an email.

According to our dev team this functionality does work for them ...
by devboy
06 Oct 2010, 10:49
Forum: General Discussion
Topic: Custom fields as combo
Replies: 1
Views: 2408

Custom fields as combo

Hi,

I would like to be able to add a custom field to a project, but I want the reporter to be able to select the value from a combo box.
How can I do that? The custom fields I defined come out as a 'text field' in the form.

Cheers,
DB
by devboy
20 Sep 2010, 17:56
Forum: General Discussion
Topic: Making a field mandatory
Replies: 3
Views: 5030

Re: Making a field mandatory

Hi atrol,

First of all one of the first things you pick up when you leave the code and start managing people (ok let's face it, you never really leave the code...), is that a task that no one is responsible for often gets neglected. I assume from your remark that Mantis has some native way to care ...
by devboy
20 Sep 2010, 09:27
Forum: General Discussion
Topic: Making a field mandatory
Replies: 3
Views: 5030

Making a field mandatory

Hi,

I would like to make the "assign to" field mandatory. I've looked around and did not find any specific solution (yet), but the general sense I got is that it is possible only by replacing code or writing custom validation functions. Is my conclusion correct? If that is the case, what should I ...