Search found 30 matches

by partymix
24 Nov 2014, 19:57
Forum: General Discussion
Topic: Oracle and issue
Replies: 0
Views: 8616

Oracle and issue

Where should I log an issue that had to be resolved with the Oracle mantis version?

Issue: Error is thrown when you add content to an 'additional information' field

Steps to reproduce:
1) Create a ticket WITHOUT anything in the field 'additional information'
2) Edit the ticket, add text to the ...
by partymix
20 Oct 2014, 21:40
Forum: General Discussion
Topic: Custom function populating ENUM list
Replies: 0
Views: 8656

Custom function populating ENUM list

When populating the ENUM field, is there a way to get the bugid inside of the function?

http://www.mantisbt.org/manual/admin.customize.html

i.e. if you have

# --------------------
# To use this in a custom field type "=mine" in the possible values field.
function custom_function_override_enum ...
by partymix
17 Oct 2014, 16:09
Forum: General Discussion
Topic: Linked Custom Field Plugin
Replies: 4
Views: 5145

Re: Linked Custom Field Plugin

Updated to newest browser and issue is resolved.
by partymix
17 Oct 2014, 15:30
Forum: General Discussion
Topic: Linked Custom Field Plugin
Replies: 4
Views: 5145

Re: Linked Custom Field Plugin

Tested Firefox and everything is working. I will diagnose further.
by partymix
17 Oct 2014, 14:25
Forum: General Discussion
Topic: Linked Custom Field Plugin
Replies: 4
Views: 5145

Re: Linked Custom Field Plugin

I found a bit more interesting information - when I go to the bug_report_page.php by clicking on 'Report Issue' link in the top menu I have to hit refresh for the Jquery(document).ready function to execute. However, If I copy the link to the bug_report_page.php and paste it in the browser and go ...
by partymix
17 Oct 2014, 14:16
Forum: General Discussion
Topic: Linked Custom Field Plugin
Replies: 4
Views: 5145

Re: Linked Custom Field Plugin

Is anyone good with Jquery? It seems as though the issue is in the plugin where the page has already been rendered when the jQuery(document).ready function gets kicked off.... any thoughts?
by partymix
16 Oct 2014, 18:44
Forum: General Discussion
Topic: Linked Custom Field Plugin
Replies: 4
Views: 5145

Linked Custom Field Plugin

I asked on the linked custom field plugin ticket system and while waiting for a response I thought I'd ask here to see if I can get a response quicker.

I installed the Linked Custom Field plugin (http://www.mantisbt.org/wiki/doku.php/mantisbt:linkedcustomfields) without issue and almost everything ...
by partymix
24 Nov 2010, 18:45
Forum: Help
Topic: Summary page edit?
Replies: 0
Views: 2373

Summary page edit?

Is there a way to add the closed field to the "by dates" top righ tsection of manits summary page and have the closed tickets be able to be clicked?
by partymix
22 Nov 2010, 14:08
Forum: Help
Topic: Feature question - auto populate field
Replies: 1
Views: 2102

Feature question - auto populate field

has anyone experienced the follow requirement and if so, how did you deal with it?

I'm interested in having fields that auto populate based upon selection. In addition to this, I'd like for users to be able to add a selection.

Example scenario: A help ticket comes in and the support person must ...
by partymix
18 Nov 2010, 18:28
Forum: Help
Topic: date conversion
Replies: 4
Views: 5973

Re: date conversion

A quick solution that I used was to make an excel sheet with the following information:

Column 1: <?php echo strtotime("
Column 2: Date (example:10/28/2010)
Column 3: Time (Example: 1:48 PM)
Column 4: "); ?><br>

I then copied all of my dates and pasted them into the "date" column. After this, All ...
by partymix
18 Nov 2010, 14:22
Forum: Help
Topic: Custom reports
Replies: 6
Views: 8910

Re: Custom reports

Has anyone used any of the open source reporting programs available out there with mantis??

example: datavision or jasper reports

I'm using MySQL for the database for my Mantis and would love to be able to have more reporting power.

If anyone has used it- could you give me details on your ...
by partymix
11 Nov 2010, 20:01
Forum: Help
Topic: Custom reports
Replies: 6
Views: 8910

Re: Custom reports

Yeah I know- I had to figure out how everything was working together when i was importing my previous database into the new one.... The queries and database aren't an issue- I was just trying to find something that allowed report creation within mantis that I could use and would allow someone to run ...
by partymix
11 Nov 2010, 19:32
Forum: Help
Topic: Custom reports
Replies: 6
Views: 8910

Re: Custom reports

I'm sorry for the confusion- The example query that I gave was a simple query... I'd like to do more advanced queries that will not work with the filter options.
by partymix
11 Nov 2010, 17:59
Forum: Help
Topic: Custom reports
Replies: 6
Views: 8910

Custom reports

Hello Everyone-

I've recently implemented Mantis and swapped over my prior bug tracking system into this one. I'm very excited at the cleanness of this software and how easy it was to import over my old data. Everything is working great!

The question I have is regarding custom reports- I'd love to ...