Changesets: MantisBT
|
master d1cd06cd 2011-10-23 12:30 Details Diff |
Reimplement obsolete config checks in admin/check interface The rewritten check.php scripts (as a collection of checks in the admin/check/ directory), implemented per issue 0011576 in commit ba97560b02d620569ad062d894284722f0acd890, neglected to port across obsolete configuration checking from 1.2.x. Fixes 0012885 |
Affected Issues 0011576, 0012885 |
|
| mod - admin/check/check_config_inc.php | Diff File | ||
| mod - core/config_api.php | Diff File | ||
|
master 9e0ae930 2011-10-23 12:10 Details Diff |
Make 2nd param of config_obsolete() optional Ports commit 96efb7b663a39927e9a1da3f260973b21f5db412 to master. Note: the main issue referenced in 0012884 had already been fixed in 47e65b232565eadf956030d0536ce0da52508c72 |
||
| mod - core/config_api.php | Diff File | ||
|
master 05947d35 2011-10-23 11:37 Details Diff |
Fix syntax error Introduced in ce56bd5706ebf98a2b8a55624e4b492a52ae8a05 |
||
| mod - core/helper_api.php | Diff File | ||
|
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 | ||