Changesets: MantisBT
|
master-1.2.x f8a11be3 2011-09-22 20:56 Details Diff |
SOAP API: Ensure that helper_get_current_project() resolves to the requested project Fixes 0013324: Adding or updating issue with mylyn causes error #13 |
Affected Issues 0013324 |
|
| mod - api/soap/mc_issue_api.php | Diff File | ||
|
master 95216cae 2011-09-22 10:04 Details Diff |
Send email notifications when updating bugs using the SOAP API Fix 0013339 : Email notifications through mantis mylyn connector / SOAP |
Affected Issues 0013339 |
|
| mod - api/soap/mc_issue_api.php | Diff File | ||
|
master-1.2.x 268f72af 2011-09-22 09:02 Details Diff |
Send email notifications when updating bugs using the SOAP API Fix 0013339 : Email notifications through mantis mylyn connector / SOAP |
Affected Issues 0013339 |
|
| mod - api/soap/mc_issue_api.php | Diff File | ||
|
master 9c1dce12 2011-09-22 07:28 Details Diff |
Print Handler for Categories in a standard way The user assigned to a Global or Project-specific Category as default handler was printed in a non-standard way. We now use function prepare_user_name() to display it instead. Fixes 0013344 |
Affected Issues 0013344 |
|
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - manage_proj_page.php | Diff File | ||
|
master-1.2.x 3caa62b1 2011-09-22 07:28 Details Diff |
Print Handler for Categories in a standard way The user assigned to a Global or Project-specific Category as default handler was printed in a non-standard way. We now use function prepare_user_name() to display it instead. Fixes 0013344 |
Affected Issues 0013344 |
|
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - manage_proj_page.php | Diff File | ||
|
master-1.2.x 7ad3e7eb 2011-09-22 07:13 Details Diff |
Removed trailing whitespace | ||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - manage_proj_page.php | Diff File | ||
|
master-1.2.x dbbd3cfe 2011-09-22 07:13 Details Diff |
Removed trailing whitespace | ||
| mod - admin/check.php | Diff File | ||
|
master-1.2.x 4911d4d7 2011-09-21 10:47 Details Diff |
Excel API: allow alignments to be specified Affects 0013290: Allow more control over excel export format |
||
| mod - core/excel_api.php | Diff File | ||
|
master 8cc56ce7 2011-09-21 10:47 Details Diff |
Excel API: allow alignments to be specified Affects 0013290: Allow more control over excel export format |
||
| mod - core/excel_api.php | Diff File | ||
|
master 8163d2b5 2011-09-21 04:19 Details Diff |
Fallback to English when string is not defined MantisBT generally falls back correctly to default English when a string is not defined in the current language. However, when the admin wants to restrict the available languages ($g_language_choices_arr) and remove 'english' from the list (see issue 0013315), an error 300 is displayed when strings are missing from the translated strings_xxx.txt file (as can be the case for strings defined as "optional" in TranslateWiki, such as $s_directionality). Commit also removes obsolete comment about not falling back to English. |
Affected Issues 0013315 |
|
| mod - core/lang_api.php | Diff File | ||
|
master-1.2.x 471de506 2011-09-21 04:19 Details Diff |
Fallback to English when string is not defined MantisBT generally falls back correctly to default English when a string is not defined in the current language. However, when the admin wants to restrict the available languages ($g_language_choices_arr) and remove 'english' from the list (see issue 0013315), an error 300 is displayed when strings are missing from the translated strings_xxx.txt file (as can be the case for strings defined as "optional" in TranslateWiki, such as $s_directionality). Commit also removes obsolete comment about not falling back to English. |
Affected Issues 0013315 |
|
| mod - core/lang_api.php | Diff File | ||
|
master-1.2.x 40807864 2011-09-19 23:04 Details Diff |
Fix error handling in ldap_get_field_from_username When successful, ldap_get_entries always returns an array with at least one element inside (the count), so the check for no matches was always successful even when no values were retrieved from LDAP. Fixes 0013331 |
Affected Issues 0013331 |
|
| mod - core/ldap_api.php | Diff File | ||
|
master 79afb164 2011-09-19 23:04 Details Diff |
Fix error handling in ldap_get_field_from_username When successful, ldap_get_entries always returns an array with at least one element inside (the count), so the check for no matches was always successful even when no values were retrieved from LDAP. Fixes 0013331 |
Affected Issues 0013331 |
|
| mod - core/ldap_api.php | Diff File | ||
|
master 50c2a463 2011-09-19 06:38 Details Diff |
Cosmetic changes in the time tracking table layout - reset the alternating line colors at start of each block - use bold font for Totals line - right-align the cost column |
||
| mod - billing_inc.php | Diff File | ||
| mod - bugnote_stats_inc.php | Diff File | ||
|
master e93f4d72 2011-09-19 06:34 Details Diff |
Fix 0013338: Time tracking cost column font size There was no class specified on the td tag for the cost column. |
Affected Issues 0013328 |
|
| mod - billing_inc.php | Diff File | ||
|
master b5a3b8c8 2011-09-19 06:27 Details Diff |
Fix 0011662: Allow decimal costs in time tracking/billing Previously the cost was retrieved from the form using gpc_get_int(), and error 203 was triggered when decimal values were entered. We now get the field as a string and convert it using floatval(). |
Affected Issues 0011662 |
|
| mod - billing_inc.php | Diff File | ||
|
master-1.2.x 6a1760b8 2011-09-19 06:20 Details Diff |
Cosmetic changes in the time tracking table layout - reset the alternating line colors at start of each block - use bold font for Totals line - right-align the cost column |
||
| mod - billing_inc.php | Diff File | ||
| mod - bugnote_stats_inc.php | Diff File | ||
|
master-1.2.x d995a415 2011-09-19 06:15 Details Diff |
Fix 0013338: Time tracking cost column font size There was no class specified on the td tag for the cost column. |
Affected Issues 0013328 |
|
| mod - billing_inc.php | Diff File | ||
|
master-1.2.x 3ddbbe19 2011-09-19 05:02 Details Diff |
Fix 0011662: Allow decimal costs in time tracking/billing Previously the cost was retrieved from the form using gpc_get_int(), and error 203 was triggered when decimal values were entered. We now get the field as a string and convert it using floatval(). |
Affected Issues 0011662 |
|
| mod - billing_inc.php | Diff File | ||
|
master-1.2.x d20c5afd 2011-09-18 23:33 Details Diff |
Add config for new bug relationships Adds a new global config $g_default_bug_relationship, which presets the relation type in the selection list. Defaults to BUG_RELATED. This slightly changes the behavior compared to earlier versions, as the default was BUG_REL_ANY (-1); however, since this is not a valid entry in the selection list, the first value (BUG_DEPENDANT) was used instead. |
||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/relationship_api.php | Diff File | ||
|
master bfd83a12 2011-09-18 23:33 Details Diff |
Add config for new bug relationships Adds a new global config $g_default_bug_relationship, which presets the relation type in the selection list. Defaults to BUG_RELATED. This slightly changes the behavior compared to earlier versions, as the default was BUG_REL_ANY (-1); however, since this is not a valid entry in the selection list, the first value (BUG_DEPENDANT) was used instead. |
||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/relationship_api.php | Diff File | ||
|
master-1.2.x b8b8da14 2011-09-18 23:11 Details Diff |
Add config for default relationship when cloning a bug Introduce a new global config $g_default_bug_relationship_clone, used to preset the selection list relationship of a cloned bug with its parent. Defaults to BUG_REL_NONE. Fix 0012450 |
Affected Issues 0012450 |
|
| mod - bug_report_page.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
|
master 1f9c4bd1 2011-09-18 23:11 Details Diff |
Add config for default relationship when cloning a bug Introduce a new global config $g_default_bug_relationship_clone, used to preset the selection list relationship of a cloned bug with its parent. Defaults to BUG_REL_NONE. Fix 0012450 |
Affected Issues 0012450 |
|
| mod - bug_report_page.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
|
master-1.2.x 93bbb36c 2011-09-18 22:35 Details Diff |
Use constants not hardcoded values for relationship lists Defines 2 new constants BUG_REL_NONE and BUG_REL_ANY referenced when building relationship selection lists, instead of using hardcoded values -2 and -1 respectively. Affects issue 0012450 |
Affected Issues 0012450 |
|
| mod - bug_report_page.php | Diff File | ||
| mod - core/constant_inc.php | Diff File | ||
| mod - core/relationship_api.php | Diff File | ||
|
master 47d35580 2011-09-18 22:35 Details Diff |
Use constants not hardcoded values for relationship lists Defines 2 new constants BUG_REL_NONE and BUG_REL_ANY referenced when building relationship selection lists, instead of using hardcoded values -2 and -1 respectively. Affects issue 0012450 |
Affected Issues 0012450 |
|
| mod - bug_report_page.php | Diff File | ||
| mod - core/constant_inc.php | Diff File | ||
| mod - core/relationship_api.php | Diff File | ||