bump to 2.25.7
This commit is contained in:
parent
15abc8add1
commit
c5a56975d0
@ -45,4 +45,5 @@ $g_enable_email_notification = ON;
|
|||||||
# Cookie problems
|
# Cookie problems
|
||||||
$g_allow_permanent_cookie = OFF;
|
$g_allow_permanent_cookie = OFF;
|
||||||
$g_status_enum_string = '10:new,20:feedback,25:needinfo,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed';
|
$g_status_enum_string = '10:new,20:feedback,25:needinfo,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed';
|
||||||
|
$g_access_levels_enum_string = '10:viewer,25:reporter,40:updater,55:developer,56:QA,70:manager,90:administrator';
|
||||||
$g_status_colors['needinfo'] = '#797ee8';
|
$g_status_colors['needinfo'] = '#797ee8';
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
# Custom status codes
|
# Custom status codes
|
||||||
define( 'NEEDINFO', 25 );
|
define( 'NEEDINFO', 25 );
|
||||||
|
define( 'QA', 56 );
|
||||||
|
@ -5,6 +5,7 @@ switch( $g_active_language ) {
|
|||||||
|
|
||||||
$s_needinfo_bug_title = 'Mark issue as Need Information';
|
$s_needinfo_bug_title = 'Mark issue as Need Information';
|
||||||
$s_needinfo_bug_button = 'Need Information';
|
$s_needinfo_bug_button = 'Need Information';
|
||||||
|
$s_access_levels_enum_string = '10:viewer,25:reporter,40:updater,55:developer,56:QA,70:manager,90:administrator';
|
||||||
|
|
||||||
$s_email_notification_title_for_status_bug_needinfo = 'The following issue has been set to NEEDINFO';
|
$s_email_notification_title_for_status_bug_needinfo = 'The following issue has been set to NEEDINFO';
|
||||||
break;
|
break;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
# mantis vars
|
# mantis vars
|
||||||
mantis_version: 2.25.5
|
mantis_version: 2.25.7
|
||||||
mantis_checksum: "sha256:472daec79e84733cbfe9d064243afb897e605ede135dcac33a85cd7229f584f5"
|
mantis_checksum: "sha256:b47d7ef9764c50f7aed11ee07a663e841229dbd1ae7e056d94d976530c2df7fe"
|
||||||
mantis_pkg:
|
mantis_pkg:
|
||||||
- php
|
- php
|
||||||
- php-ldap
|
- php-ldap
|
||||||
|
Loading…
Reference in New Issue
Block a user