View Issue Details

IDProjectCategoryView StatusLast Update
0004653mantisbtbugtrackerpublic2011-06-21 03:42
ReporterMFWSchmidt Assigned To 
PrioritynormalSeveritytextReproducibilityN/A
Status newResolutionopen 
Product Version0.19.0 
Summary0004653: Show current project in title
Description

If working on more than one project, it is helpful to see, which project is currently selected.

Additional Information

I made an appropriate extension in the file core\html_api.php, which is added as attachment.
The feature is configurable using the global variable $g_show_current_project (ON / OFF) which has to be added to the config file(s).

TagsNo tags attached.
Attached Files
Html_api.zip (8,252 bytes)

Activities

stevemagruder

stevemagruder

2004-10-06 15:01

reporter   ~0007938

Looks great. I hope this is added to 0.19.1.

You also may want to suggest a change to config_defaults_inc.php to show the new setting.

thraxisp

thraxisp

2004-10-06 17:37

reporter   ~0007943

You can already do some of this when viewing/updating bugs without changing the core of Mantis. Look at the custom function "format_issue_summary".

stevemagruder

stevemagruder

2004-10-06 22:15

reporter   ~0007945

I don't see the correlation between "format_issue_summary" and the changes this issue entails. Please explain.

MFWSchmidt

MFWSchmidt

2004-10-08 04:37

reporter   ~0007953

I don't see this too. Maybe because I am not familiar with the new concept of custom functions (I hope that the updated documentation for version 0.19 will be available soon and clarify this).

In the config_defaults_inc.php respectively in config_inc.php I have added the following two lines at the end of the section "Mantis Display Settings":

-- show currently selected project at top of page

$g_show_current_project = ON;

############################

Mantis JPGRAPH Addon

############################

thraxisp

thraxisp

2004-10-08 06:04

reporter   ~0007954

The custom function "format_issue_summary" is used to define the title of the window for all pages showing a bug.

stevemagruder

stevemagruder

2004-10-08 10:11

reporter   ~0007957

My understanding (and experience from using it) is that this issue/fix applies to all pages of a project, not just the display of an issue.

stevemagruder

stevemagruder

2005-01-05 14:20

reporter   ~0008855

I'd still like to see this fix make it into the official Mantis. It's reasonable and simple.

stevemagruder

stevemagruder

2005-06-12 01:51

reporter   ~0010484

Any chance of the simple attached change making it into 1.0.0? It makes it a lot easier to notice what the current project is.