Search found 16 matches

by Blue Ninja
03 May 2008, 21:09
Forum: Help
Topic: "View Issues" only display 1 issue / partial list.
Replies: 4
Views: 4475

Re: "View Issues" only display 1 issue / partial list.

I had this problem also after a system upgrade - the problem was the memory_limit setting in php.ini. It defaults to 8, but it was insifficient (turning on error messages revealed this issue). I changed mine to 16, but 12 should probably suffice.
by Blue Ninja
01 May 2008, 02:34
Forum: Help
Topic: "View Issues" only display 1 issue / partial list.
Replies: 4
Views: 4475

Re: "View Issues" only display 1 issue / partial list.

From the screen shot, it looks like it aborts rendering the table at the Updated column. Can you do a View PAge Source on that page? There might be some helpful (or not) error information before the table tag, or possibly after that cell. Just a thought.
by Blue Ninja
28 Apr 2008, 16:34
Forum: General Discussion
Topic: Include untargeted resolved items in roadmap?
Replies: 0
Views: 2123

Include untargeted resolved items in roadmap?

I'm wondering what other people's thoughts are on including resolved items with no target version in the roadmap for the version in which they were fixed.

Since the roadmap serves to gauge the progress of a release, then leaving out items resolved in it will skew the progress percentage. For ...
by Blue Ninja
26 Apr 2008, 23:09
Forum: General Discussion
Topic: 1.2.0a1 page display issue.
Replies: 1
Views: 2670

Re: 1.2.0a1 page display issue.

Hmm, copntinued poking around found the likely cause - my config_inc.php had the line:

# CSS file
$g_css_include_file = '%path%css/default.css';

This conflicted with the value in the config_defaults_inc.php file, where %path% was not included. Oddly, this has worked since I originally installed ...
by Blue Ninja
26 Apr 2008, 17:58
Forum: General Discussion
Topic: 1.2.0a1 page display issue.
Replies: 1
Views: 2670

1.2.0a1 page display issue.

Hi all,

I updated my 1.1.1 to 1.2.0a1 last night, and there is a page display issue that I haven't yet figured out. I thought it might be related to some changes in the CSS file, but I have confirmed I'm using the same file that the live tracker on this site is using, and the pages here display ...
by Blue Ninja
09 Feb 2008, 17:29
Forum: Customizations
Topic: Reports by custom field?
Replies: 2
Views: 3574

Re: Reports by custom field?

Hmm, good point. I should have thought of that :-)
by Blue Ninja
29 Jan 2008, 17:36
Forum: Customizations
Topic: Reports by custom field?
Replies: 2
Views: 3574

Reports by custom field?

(Note: I tried searching for this, but the board won't allow the words "custom", "field", or "report" to be in a search, so I couldn't. I did try Google, though :-) )

Hi all,

I have a custom field in my Mantis 1.1.1 setup for work scope, which can be "In-scope" or "Out-of-scope", to help break ...
by Blue Ninja
21 Dec 2007, 15:06
Forum: Help
Topic: "Not enough data" issue in 1.1 Gold (#8499)
Replies: 2
Views: 2229

Re: "Not enough data" issue in 1.1 Gold (#8499)

The bug_relationship_graph page doesn't show the graph, or even the footer of the page, so there's definitely a problem there. Under any of my projects and using any of the available options, the bug_Graph_page shows no graph, but does generate the page footer.

Any suggestions to check?
by Blue Ninja
20 Dec 2007, 20:29
Forum: Help
Topic: "Not enough data" issue in 1.1 Gold (#8499)
Replies: 2
Views: 2229

Re: "Not enough data" issue in 1.1 Gold (#8499)

Weird, the bug status graphs are now working after about 1/2 hour, but I'd left the PC for that time, so nothing changed. Maybe the pages are cached or something?

However, the relationship graphs are all still blank, as is the bug_graph_page. I've refreshed those several times as well, to no avail ...
by Blue Ninja
20 Dec 2007, 18:50
Forum: Help
Topic: "Not enough data" issue in 1.1 Gold (#8499)
Replies: 2
Views: 2229

"Not enough data" issue in 1.1 Gold (#8499)

I had made the patched changes in the various summary_graph_by*.php files in RC2 & RC3 to address this issue temporarily. This morning, I updated all my files to the 1.1 gold release, and the problem is back.

Am I missing something obvious, or is there a possible regresion here?
by Blue Ninja
15 Nov 2007, 17:38
Forum: Help
Topic: Relationship graphs missing in 1.1.0RC1 & RC2...
Replies: 2
Views: 2356

Re: Relationship graphs missing in 1.1.0RC1 & RC2...

I hadn't realized that the dependency was new - my apologies! I did install GraphViz for Windows, and made a few tweaks as mentioned here, and it's working now. Thanks!
by Blue Ninja
13 Nov 2007, 14:46
Forum: Help
Topic: Relationship graphs missing in 1.1.0RC1 & RC2...
Replies: 2
Views: 2356

Relationship graphs missing in 1.1.0RC1 & RC2...

I noticed that in RC1, suddenly the relationship graphs disappeared, though the summary graphs are still there. I figured it might be a known glitch, but it's the same in RC2 also on my system. I looked in the tracker and did a quick search in the forums, but don't see anyone else reporting this for ...
by Blue Ninja
22 Aug 2007, 02:55
Forum: Customizations
Topic: Report to sub-project?
Replies: 6
Views: 10335

Just note that once you select a sub-project, the versions, categories, statuses, etc must reflect those of the sub-project that you selected.
Good point. Perhaps use JavaScript or something to re-load the report form with the proper values if the sub-project selection changes? Or instead of a ...
by Blue Ninja
22 Aug 2007, 00:33
Forum: Customizations
Topic: Report to sub-project?
Replies: 6
Views: 10335

Hello,

Yes this would be helpful. But then there is a long way to get it into Mantis
I don't think it would be too hard - I wish I had more time to work on it myself. The same function that makes the drop-down project list can make it again for the Report Bug page, and that can be used to set the ...
by Blue Ninja
04 Aug 2007, 15:25
Forum: Customizations
Topic: Report to sub-project?
Replies: 6
Views: 10335

Aww, am I really the only person who'd find this helpful? :-)