Changesets: MantisBT
|
master-1.2.x 501d30bd 2011-11-28 01:06 Details Diff |
Fix 0013083: Only 50 bugs (default) are shown function call filter_api.php, line 1034 it's writen "-1 indicates you want to see all bugs" |
Affected Issues 0013083 |
|
| mod - plugins/MantisGraph/pages/bug_graph_bycategory.php | Diff File | ||
| mod - plugins/MantisGraph/pages/bug_graph_bystatus.php | Diff File | ||
|
master 453e7d8f 2011-11-24 10:16 Details Diff |
Fix syntax error Introduced in 6a9adc66ba7c27f0f68d02922bd59cfa1a8763f9, forgot to git add before commit... Fixes 0013060 |
Affected Issues 0013060 |
|
| mod - login_page.php | Diff File | ||
|
master-1.2.x 5d1febbe 2011-11-24 10:16 Details Diff |
Fix syntax error Introduced in bbebc4e3666eabe91938bcd9251933568a7aa031, forgot to git add before commit... Fixes 0013060 |
Affected Issues 0013060 |
|
| mod - login_page.php | Diff File | ||
|
master f36b49f5 2011-11-24 00:50 Committer: rombert Details Diff |
Fix 0013571: SOAP Api / mci_get_user_id() : added possibility to find user id by email |
Affected Issues 0013571 |
|
| mod - api/soap/mc_api.php | Diff File | ||
|
master-1.2.x 95bc90d4 2011-11-24 00:50 Committer: rombert Details Diff |
Fix 0013571: SOAP Api / mci_get_user_id() : added possibility to find user id by email |
Affected Issues 0013571 |
|
| mod - api/soap/mc_api.php | Diff File | ||
|
master 9b43e690 2011-11-21 04:39 Details Diff |
Remove duplicate error code and message There were two separate error constants defined, ERROR_DUPLICATE_FILE and ERROR_FILE_DUPLICATE, corresponding to an error message string with identical text. This commit removes the redundant constant ERROR_DUPLICATE_FILE and the corresponding error message. Fixes 0005228 Conflicts: lang/strings_english.txt |
Affected Issues 0005228 |
|
| mod - core/constant_inc.php | Diff File | ||
| mod - core/file_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master-1.2.x 08a3d4fc 2011-11-21 04:39 Details Diff |
Remove duplicate error code and message There were two separate error constants defined, ERROR_DUPLICATE_FILE and ERROR_FILE_DUPLICATE, corresponding to an error message string with identical text. This commit removes the redundant constant ERROR_DUPLICATE_FILE and the corresponding error message. Fixes 0005228 |
Affected Issues 0005228 |
|
| mod - core/constant_inc.php | Diff File | ||
| mod - core/file_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master 6f5b3dfe 2011-11-21 00:53 Details Diff |
I18l support for multi-file upload Adds new strings to handle the plurals when uploading multiple files (e.g. "Upload File" / "Upload Files") and conditionally display the appropriate one depending on value of file_upload_max_num Fixes 0005228 Conflicts: bug_file_upload_inc.php bug_report_page.php lang/strings_english.txt |
Affected Issues 0005228 |
|
| mod - bug_file_upload_inc.php | Diff File | ||
| mod - bug_report_page.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master-1.2.x b33cacb9 2011-11-21 00:53 Details Diff |
I18l support for multi-file upload Adds new strings to handle the plurals when uploading multiple files (e.g. "Upload File" / "Upload Files") and conditionally display the appropriate one depending on value of file_upload_max_num Fixes 0005228 |
Affected Issues 0005228 |
|
| mod - bug_file_upload_inc.php | Diff File | ||
| mod - bug_report_page.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master 0d5182eb 2011-11-21 00:39 Details Diff |
Add multi-file upload to bug reporting page Fixes 0005228 Conflicts: bug_report.php bug_report_page.php |
Affected Issues 0005228 |
|
| mod - bug_report.php | Diff File | ||
| mod - bug_report_page.php | Diff File | ||
|
master-1.2.x 2648708b 2011-11-21 00:39 Details Diff |
Add multi-file upload to bug reporting page Fixes 0005228 |
Affected Issues 0005228 |
|
| mod - bug_report.php | Diff File | ||
| mod - bug_report_page.php | Diff File | ||
|
master 8027a142 2011-11-21 00:32 Details Diff |
Fix whitespace and code alignment, removed useless code Conflicts: bug_report.php |
||
| mod - bug_report.php | Diff File | ||
|
master-1.2.x 5006a3bd 2011-11-21 00:32 Details Diff |
Fix whitespace and code alignment, removed useless code | ||
| mod - bug_report.php | Diff File | ||
|
master 5c7dab02 2011-11-20 23:46 Details Diff |
Add multiple file upload functionality Adds a new option in config_defaults_inc.php (file_upload_max_num) to determine how many files can be simultaneously uploaded. Modifies the code in issue reporting and view details pages, to enable the new functionality. Fixes 0005228 Conflicts: bug_file_add.php config_defaults_inc.php |
Affected Issues 0005228 |
|
| mod - bug_file_add.php | Diff File | ||
| mod - bug_file_upload_inc.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
|
master-1.2.x 4599c5ba 2011-11-20 23:46 Details Diff |
Add multiple file upload functionality Adds a new option in config_defaults_inc.php (file_upload_max_num) to determine how many files can be simultaneously uploaded. Modifies the code in issue reporting and view details pages, to enable the new functionality. Fixes 0005228 |
Affected Issues 0005228 |
|
| mod - bug_file_add.php | Diff File | ||
| mod - bug_file_upload_inc.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
|
master 2ef79a9d 2011-11-19 12:29 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 set (database and/or config_inc.php), for which user(s) and for which project(s), is printed with the warning message. To implement this functionality, it was required to alter the order in which the checks are executed by check/index.php: the DB checks must be performed before the Configuration checks, otherwise there is no DB connectivity to verify values in the config table. Fixes 0013435 |
Affected Issues 0013435 |
|
| mod - admin/check/index.php | Diff File | ||
| mod - core/config_api.php | Diff File | ||
|
master-1.2.x 991e54be 2011-11-19 10:07 Details Diff |
Remove "$g_" prefix from obsolete config warning messages Designating config options using the "$g_" prefix in the warning messages when checking for obsolete configurations does not make sense when they are defined in the database. Removing this previx also makes the messages consistent with the new admin checks interface in 1.3. Affects issue 0013435 |
Affected Issues 0013435 |
|
| mod - core/config_api.php | Diff File | ||
|
master 88ca322b 2011-11-19 08:26 Details Diff |
Fix PHP admin check for error logging/reporting The check for "PHP errors are being logged or reported" in the new admin check interface has incorrect logic, causing it to always report a warning condition. The warning should only be printed if both display_errors and log_errors are Off. Fixes 0013545, 0011576 |
Affected Issues 0011576, 0013545 |
|
| mod - admin/check/check_php_inc.php | Diff File | ||
|
master 46873ebc 2011-11-14 09:05 Details Diff |
Fix 0013415 ( cloning issue with attachments doesn't work ) Thanks to adminactoll for providing the patch. |
Affected Issues 0013415 |
|
| mod - core/file_api.php | Diff File | ||
|
master-1.2.x 0b8298ec 2011-11-14 09:05 Details Diff |
Fix 0013415 ( cloning issue with attachments doesn't work ) Thanks to adminactoll for providing the patch. |
Affected Issues 0013415 |
|
| mod - core/file_api.php | Diff File | ||
|
master 4a3268a5 2011-11-14 08:53 Details Diff |
SOAP Tests: update to use the new date format | ||
| mod - tests/soap/IssueAddTest.php | Diff File | ||
| mod - tests/soap/IssueUpdateTest.php | Diff File | ||
|
master b95f1090 2011-11-14 08:49 Details Diff |
Revert "SOAP Tests: update to use the new date format" This reverts commit 6cd4123ba8313f723d20305cd18dd344ea717b75 , which introduced whitespace errors. |
||
| mod - tests/soap/IssueAddTest.php | Diff File | ||
| mod - tests/soap/IssueUpdateTest.php | Diff File | ||
|
master-1.2.x c2746c56 2011-11-11 02:49 Details Diff |
Fix 0013528 : SOAP API accesses undefined variable in error handling |
Affected Issues 0013528 |
|
| mod - api/soap/mc_file_api.php | Diff File | ||
|
master b272eaad 2011-11-11 02:40 Details Diff |
Fix 0013528 : SOAP API accesses undefined variable in error handling |
Affected Issues 0013528 |
|
| mod - api/soap/mc_file_api.php | Diff File | ||
|
master 8c780515 2011-11-10 20:04 Details Diff |
SOAP Tests: use a more predictable option for the preference test Since the default value for the language has changed between 1.2 and 1.3 the user preference test is inconsistent across installations. We now pick the bugnote_order as a less likely preference to be changed. |
||
| mod - tests/soap/UserTest.php | Diff File | ||