Changesets: MantisBT
|
master bb58d164 2011-10-23 11:32 Details Diff |
Fix syntax error Removed extra ")" introduced in aa3244ae82fc273aaa64f87438c823abc5dc0227 |
||
| mod - admin/check/check_paths_inc.php | Diff File | ||
|
master 2068b753 2011-10-22 04:28 Details Diff |
Updated documentation to reflect changes after fix 0013276 |
Affected Issues 0013276 |
|
| mod - docbook/Admin_Guide/en-US/Configuration.xml | Diff File | ||
|
master-1.2.x 24a90639 2011-10-22 04:25 Details Diff |
Updated documentation to reflect changes after fix 0013276 |
Affected Issues 0013276 |
|
| mod - docbook/adminguide/en/configuration.sgml | Diff File | ||
|
master-1.2.x 7c34919f 2011-10-20 07:41 Details Diff |
Merge branch 'remove-show_attachment_indicator' Conflicts: config_defaults_inc.php |
||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/columns_api.php | Diff File | ||
| mod - core/filter_api.php | Diff File | ||
| mod - core/helper_api.php | Diff File | ||
| mod - core/obsolete.php | Diff File | ||
| mod - view_filters_page.php | Diff File | ||
|
master-1.2.x 5e9b8342 2011-10-20 07:16 Details Diff |
Perform obsolete check against db config also Previously the check for usage of obsolete configuration variables was only performed against global variables (defined in config_inc.php). With this change, a more thorough verification is done, including values with an override in mantis_config_table. Detailed information about where the config option is used is printed with the warning message. Fixes 0013435 |
Affected Issues 0013435 |
|
| mod - admin/check.php | Diff File | ||
| mod - core/config_api.php | Diff File | ||
|
master 46960e03 2011-10-17 20:14 Details Diff |
Fix 0008504: Use is_blank() not '' to check empty path in file_add() |
Affected Issues 0008504 |
|
| mod - core/file_api.php | Diff File | ||
|
master-1.2.x ac8630bb 2011-10-17 20:14 Details Diff |
Fix 0008504: Use is_blank() not '' to check empty path in file_add() |
Affected Issues 0008504 |
|
| mod - core/file_api.php | Diff File | ||
|
master 58c0cd9a 2011-10-17 08:57 Paul Richards Details Diff |
silence deprecated warning | ||
| mod - admin/check/check_php_inc.php | Diff File | ||
|
master ad5ae3bf 2011-10-17 08:55 Paul Richards Details Diff |
Remove gpc_strip_slashes | ||
| mod - admin/check/check_php_inc.php | Diff File | ||
| mod - core/authentication_api.php | Diff File | ||
| mod - core/gpc_api.php | Diff File | ||
| mod - core/helper_api.php | Diff File | ||
|
master-2.0.x 24437d1a 2011-10-17 05:57 Paul Richards Details Diff |
silence deprecated warning | ||
| mod - admin/check/check_php_inc.php | Diff File | ||
|
master-2.0.x 89fdf103 2011-10-17 05:55 Paul Richards Details Diff |
Remove gpc_strip_slashes | ||
| mod - admin/check/check_php_inc.php | Diff File | ||
| mod - core/authentication_api.php | Diff File | ||
| mod - core/gpc_api.php | Diff File | ||
| mod - core/helper_api.php | Diff File | ||
|
master-2.0.x 23b4d5ef 2011-10-17 05:40 Paul Richards Details Diff |
xhtml fix | ||
| mod - core/filter_api.php | Diff File | ||
|
master 12cf79d3 2011-10-14 03:03 Details Diff |
Merge pull request #19 from gcompagnon/patch-4 Fix 0011744: Failure getting tag candidates on MSSQL |
Affected Issues 0011744 |
|
| mod - core/tag_api.php | Diff File | ||
|
master c2a05f8c 2011-10-14 02:50
Details Diff |
Fix 0011744: Failure getting tag candidates on MSSQL make the query to get the available tags id , return the correct list |
Affected Issues 0011744 |
|
| mod - core/tag_api.php | Diff File | ||
|
master-1.2.x 52ac5d2f 2011-10-14 02:50
Details Diff |
Fix 0011744: Failure getting tag candidates on MSSQL make the query to get the available tags id , return the correct list |
Affected Issues 0011744 |
|
| mod - core/tag_api.php | Diff File | ||
|
master 25f2af84 2011-10-13 20:22 Details Diff |
Init custom fields default value when reporting bug Fix for 0013406, written by labattsguy. Prior to this, default values for custom fields were not written to the database at all. Partially reverts commit bbe690f3d25d4d72041c59f2da6fb3b03a88ebf3 |
||
| mod - bug_report.php | Diff File | ||
|
master-1.2.x dc0c7182 2011-10-13 20:22 Details Diff |
Init custom fields default value when reporting bug Fix for 0013406, written by labattsguy. Prior to this, default values for custom fields were not written to the database at all. Partially reverts commit bbe690f3d25d4d72041c59f2da6fb3b03a88ebf3 |
||
| mod - bug_report.php | Diff File | ||
|
master 5bf0888f 2011-10-06 21:16 Details Diff |
Remove bold font in display of category on view.php Commit cf7539396fced7bdb765bafc796e1d97de2e4443 performed a mass update which incorrectly replaced the 'td' tag to display category data in the bug view page, by a 'th' tag. This caused the category to be displayed in bold. |
||
| mod - bug_view_inc.php | Diff File | ||
|
master-1.2.x 55c53f1d 2011-10-06 04:15 Damien Regad Details Diff |
Merge pull request #14 from dregad/fix-12450-relationship-defaults Better handling of bug relationship defaults via 2 new options in config_defaults_inc.php |
||
| mod - bug_report_page.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/constant_inc.php | Diff File | ||
| mod - core/relationship_api.php | Diff File | ||
|
master 277681c1 2011-10-05 11:50 Details Diff |
Fix 0013370 : CSV export specifies incorrect MIME type Conflicts: csv_export.php |
Affected Issues 0013370 |
|
| mod - csv_export.php | Diff File | ||
|
master-1.2.x dd926309 2011-10-05 11:45 Details Diff |
Fix 0013370 : CSV export specifies incorrect MIME type |
Affected Issues 0013370 |
|
| mod - csv_export.php | Diff File | ||
|
master-1.2.x ef3759c6 2011-10-03 05:44 Details Diff |
Fixes moving of bugs without category Prior to this, attempting to move an issue with no category set (allowed with $g_allow_no_category = ON) to another project generated error 1502. Now, Mantis will successfully move the issue, and also set the category to the default value if it is mandatory in the target project. Fixes 0013341 |
Affected Issues 0013341 |
|
| mod - core/bug_api.php | Diff File | ||
|
master 978b17ac 2011-10-03 05:44 Details Diff |
Fixes moving of bugs without category Prior to this, attempting to move an issue with no category set (allowed with $g_allow_no_category = ON) to another project generated error 1502. Now, Mantis will successfully move the issue, and also set the category to the default value if it is mandatory in the target project. Fixes 0013341 |
Affected Issues 0013341 |
|
| mod - core/bug_api.php | Diff File | ||
|
master-2.0.x 7de73b12 2011-10-03 02:40 Paul Richards Details Diff |
Fix calls to db_config_exists | ||
| mod - core/file_api.php | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
|
master 47a2de44 2011-09-30 07:02 Details Diff |
Correct tag retrieval on SQL Server when no tags are defined Fix 0013363 : Application Failure when trying to select an issue |
Affected Issues 0013363 |
|
| mod - core/tag_api.php | Diff File | ||