View Issue Details

IDProjectCategoryView StatusLast Update
0013728mantisbtcustomizationpublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.8 
Target Version1.2.9Fixed in Version1.2.9 
Summary0013728: Various display issues of custom enums cross-project
Description

This is a parent ticket to regroup various related problems recently raised by JanHegewald

TagsInternet Explorer

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 
parent of 0011323 closeddregad Cross project relationships not picking up custom statuses 
parent of 0013718 closeddregad Custom severity not displayed cross-project 
parent of 0013707 closeddregad Custom resolutions not displayed cross-project 
parent of 0013682 closeddregad Color codes for custom statuses not displayed cross-project 
related to 0013951 new Dynamic CSS for status colors does not allow project-specific colors 

Activities

dregad

dregad

2012-01-05 18:57

developer   ~0030816

Individual patches attached to the child issues are implemented in the following branch:

https://github.com/dregad/mantisbt/tree/fix-11323-cross-proj-rel

dregad

dregad

2012-01-13 10:24

developer   ~0030905

During testing I found some more occurences of this behavior in the export functions (CSV, Excel, Word)

JanHegewald

JanHegewald

2012-01-13 10:53

reporter   ~0030906

I also saw this in Word export today for severities and priorities.

dregad

dregad

2012-01-21 18:17

developer   ~0030986

@JanHegewald: fixes for the export functions are available in my github branch as mentioned in 0013728:0030816.

I would appreciate if you could test it if you have not already done so, and provide your feedback so I can commit the changes to the master branch and close this issue.

Thanks in advance.

JanHegewald

JanHegewald

2012-01-23 02:42

reporter   ~0030997

@dregad: I'm going to test as soon as I find time to do so, maybe at the end of this week.

JanHegewald

JanHegewald

2012-01-26 12:05

reporter   ~0031041

Last edited: 2012-01-26 12:17

I'm sorry that I have to ask, but is there a possibility to get a .patch file from git? I'm new to git, so I don't know how to handle these massive changes you've done to the files.

Edit: ok, found the answer by myself. Just copy it from the web view of the git repository...

Edit 2: Hmm, not the best solution. So, anybody who can help me using git or showing me a good site where to learn git?

dregad

dregad

2012-01-26 12:51

developer   ~0031042

Re: git references, just Google "learn git", there's plenty of them

You can get a tarball of the whole branch from github
https://github.com/dregad/mantisbt/tarball/fix-11323-cross-proj-rel

$ git diff master-1.2.x fix-11323-cross-proj-rel

will give you a patch between the 2 branches specified

JanHegewald

JanHegewald

2012-01-27 02:57

reporter   ~0031046

The patch works for me on 1.2.8.

Thanks for your effort on fixing this, dregad!

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036370

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master a2066d26

2012-01-13 01:15

dregad


Details Diff
More fixes of custom enum types across projects

Fixes 0013728
Affected Issues
0013728
mod - account_sponsor_page.php Diff File
mod - core/columns_api.php Diff File
mod - core/relationship_api.php Diff File

MantisBT: master-1.2.x 735506cf

2012-01-13 01:15

dregad


Details Diff
More fixes of custom enum types across projects

Fixes 0013728
Affected Issues
0013728
mod - account_sponsor_page.php Diff File
mod - core/columns_api.php Diff File
mod - core/relationship_api.php Diff File

MantisBT: master 64d96012

2012-01-13 02:16

dregad


Details Diff
Fix custom enum types across projects in exports

The CSV and Excel exports, as well as printing a report to Word now
properly handle custom enums when dealing with bugs from different
projects.

Fixes 0013728
Affected Issues
0013728
mod - core/csv_api.php Diff File
mod - core/custom_function_api.php Diff File
mod - core/excel_api.php Diff File
mod - csv_export.php Diff File
mod - excel_xml_export.php Diff File
mod - print_all_bug_page_word.php Diff File

MantisBT: master-1.2.x a39a948a

2012-01-13 02:16

dregad


Details Diff
Fix custom enum types across projects in exports

The CSV and Excel exports, as well as printing a report to Word now
properly handle custom enums when dealing with bugs from different
projects.

Fixes 0013728
Affected Issues
0013728
mod - core/csv_api.php Diff File
mod - core/custom_function_api.php Diff File
mod - core/excel_api.php Diff File
mod - csv_export.php Diff File
mod - excel_xml_export.php Diff File
mod - print_all_bug_page_word.php Diff File