Search found 7 matches

by stoft
14 Sep 2006, 12:28
Forum: Customizations
Topic: CSS highlighting current project menu bar
Replies: 5
Views: 13837

Reordering the top menu and the project menu was a good idea, we just might do that too.

My example with red above was just an example.

Our current CSS entry looks like this:

.project_menu_bar_highlight { background-color: #ffff99; border-left: solid 1px #dddd77; border-right: solid 1px #cccc77 ...
by stoft
12 Sep 2006, 09:49
Forum: Help
Topic: User Access Level reverts to Reporter
Replies: 1
Views: 3221

Could it possibly be a backup overwriting your user account details in the DB?
by stoft
12 Sep 2006, 09:46
Forum: Help
Topic: CSV import with mantis
Replies: 4
Views: 7847

Re: how to import text files? / broken link

carp3tshark wrote:the link above seems to be broken (the one to id=4220).
Try:
http://www.mantisbugtracker.com/bugs/view.php?id=4220
by stoft
11 Sep 2006, 08:26
Forum: Customizations
Topic: CSS highlighting current project menu bar
Replies: 5
Views: 13837

Mantis: 1.0.5

Maybe this will help a bit. We added a read-only project name field to our bug report page (.php). Between the Title and the reproducibility we did an include_once:


<?php
include_once( '<prefix>_utilities.php' );
<prefix>_add_project_to_bug_report();
?>

In a separate file we ...
by stoft
05 Sep 2006, 17:14
Forum: Customizations
Topic: MySQL5 Stored Procedure: copy project configs
Replies: 0
Views: 4393

MySQL5 Stored Procedure: copy project configs

Mantis version: 1.0.5
MySQL version: 5.0.22

Just for the sake of it I wrote a stored procedure to "export" project configurations from one project to another. All instances of mantis_dev below should be replaced with the name of your mantis schema ("bugtracker" is default I think).

N.B. This code ...
by stoft
05 Sep 2006, 17:01
Forum: Customizations
Topic: Add Project name and description to header or list view page
Replies: 2
Views: 7646

A solution?

See my post from a few weeks ago, it could be what you're looking for:
http://forums.mantisbt.org/viewtopic.ph ... ect+config
by stoft
25 Aug 2006, 23:23
Forum: Customizations
Topic: CSS highlighting current project menu bar
Replies: 5
Views: 13837

CSS highlighting current project menu bar

Mantis version: 1.0.3/1.0.5
In the standard installation of Mantis (1.0.3 default install + upgrade to 1.0.5) the only evidence of which project one is working "under" is in the dropdown list in the top right corner.

From a usability perspective I found this lacking. The main focus of the user is ...