View Issue Details

IDProjectCategoryView StatusLast Update
0014279mantisbtdocumentationpublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeveritytextReproducibilityN/A
Status closedResolutionfixed 
Product Version1.2.10 
Target Version1.2.11Fixed in Version1.2.11 
Summary0014279: Bad layout of the Customizing Status Values chapter of Admin Guide
Description

The text "programlisting" sections in this chapter are not well laid out, making it difficult for the reader to properly define the configurations

Additional Information

Example for definition of language strings

<?php if ( lang_get_current() == 'german' ) {
$s_status_enum_string =
'10:neu,20:R¸ckmeldung,30:anerkannt,40:best‰tigt,50:zugewiesen,
60:zu testen,80:behoben,90:geschlossen'; } else {
$s_status_enum_string =
'10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned, 60:to
be tested,80:resolved,90:closed'; $s_to_be_tested_bug_button =
"Issue Ready to Test"; $s_to_be_tested_bug_title = "Set Issue Ready
to Test"; $s_email_notification_title_for_status_bug_to_be_tested =
"The following issue is ready TO BE TESTED."; } ?>

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036257

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

Related Changesets

MantisBT: master 79c7bd5f

2012-05-21 04:22

dregad


Details Diff
Documentation: revised Admin Guide / Custom Status

Fixed layout of 'programlisting' sections, introducing newlines to make
code more clear and readable. Improved definition of translations for
custom statuses.

Fixes 0014279
Affected Issues
0014279
mod - docbook/Admin_Guide/en-US/Customizing.xml Diff File

MantisBT: master-1.2.x 444db8d7

2012-05-21 04:22

dregad


Details Diff
Documentation: revised Admin Guide / Custom Status

Fixed layout of 'programlisting' sections, introducing newlines to make
code more clear and readable. Improved definition of translations for
custom statuses.

Fixes 0014279
Affected Issues
0014279
mod - docbook/adminguide/en/customizing_mantis.sgml Diff File