Changesets: MantisBT
master a49f788e 2012-05-05 16:11 Details Diff |
Ignore .idea files for phpStorm. | ||
mod - .gitignore | Diff File | ||
master 30df2f45 2012-05-01 21:10 Details Diff |
Documentation: improved troubleshooting for error 1502 Added instructions on how to retrieve the category id |
Affected Issues 0013850, 0014189 |
|
mod - docbook/Admin_Guide/en-US/Troubleshooting.xml | Diff File | ||
master-1.2.x 6e842296 2012-05-01 21:10 Details Diff |
Documentation: improved troubleshooting for error 1502 Added instructions on how to retrieve the category id |
Affected Issues 0013850, 0014189 |
|
mod - docbook/adminguide/en/troubleshooting.sgml | Diff File | ||
master d234f4b6 2012-05-01 02:30 Details Diff |
Fix reserved SQL keyword formatting - thanks to atrol 0012293: Not all the categories are displayed |
||
mod - plugins/MantisGraph/core/graph_api.php | Diff File | ||
master-1.2.x f540b21d 2012-05-01 02:29 Details Diff |
Fix reserved SQL keyword formatting - thanks to atrol 0012293: Not all the categories are displayed |
||
mod - plugins/MantisGraph/core/graph_api.php | Diff File | ||
master 0ea8cc50 2012-04-30 10:30 Details Diff |
Small changes to include global categories in graph and to hide empty values Fixes 0012293 |
Affected Issues 0012293 |
|
mod - plugins/MantisGraph/core/graph_api.php | Diff File | ||
master-1.2.x c4ad6d83 2012-04-30 10:30 Details Diff |
Small changes to include global categories in graph and to hide empty values Fixes 0012293 |
Affected Issues 0012293 |
|
mod - plugins/MantisGraph/core/graph_api.php | Diff File | ||
master-1.2.x 78a6312a 2012-04-29 11:55 Details Diff |
Localisation updates from http://translatewiki.net. | ||
mod - lang/strings_chinese_simplified.txt | Diff File | ||
mod - lang/strings_galician.txt | Diff File | ||
mod - lang/strings_hebrew.txt | Diff File | ||
mod - lang/strings_japanese.txt | Diff File | ||
mod - lang/strings_macedonian.txt | Diff File | ||
mod - lang/strings_portuguese_standard.txt | Diff File | ||
mod - lang/strings_serbian.txt | Diff File | ||
mod - lang/strings_serbian_latin.txt | Diff File | ||
mod - lang/strings_swissgerman.txt | Diff File | ||
mod - lang/strings_ukrainian.txt | Diff File | ||
mod - plugins/MantisGraph/lang/strings_japanese.txt | Diff File | ||
mod - plugins/XmlImportExport/lang/strings_japanese.txt | Diff File | ||
master c4221c0b 2012-04-29 03:31 Details Diff |
Fix 0013542: ... try to open an iframe and fail Replace iframe by include Conflicts: plugins/MantisGraph/pages/bug_graph_page.php |
Affected Issues 0013542 |
|
mod - plugins/MantisGraph/pages/bug_graph_page.php | Diff File | ||
master a79396b6 2012-04-27 03:49 Details Diff |
Fix_0014193:graph_unreadable_date_axis This correction is about use of "eczlibrary" (not JpGraph) In "View Issues" > "Graph", the date axis is "2012-0.." and the title is really big. I fixe axisSpace, modify axis angle, and define maxHeight for the title. |
Affected Issues 0014193 |
|
mod - plugins/MantisGraph/core/graph_api.php | Diff File | ||
master-1.2.x bd7326c6 2012-04-27 03:49 Details Diff |
Fix_0014193:graph_unreadable_date_axis This correction is about use of "eczlibrary" (not JpGraph) In "View Issues" > "Graph", the date axis is "2012-0.." and the title is really big. I fixe axisSpace, modify axis angle, and define maxHeight for the title. |
Affected Issues 0014193 |
|
mod - plugins/MantisGraph/core/graph_api.php | Diff File | ||
master 68a33feb 2012-04-26 10:45 Details Diff |
Document g_email_send_using_cronjob 0014039: Error when performing tag operations on bugs |
||
mod - docbook/Admin_Guide/en-US/Configuration.xml | Diff File | ||
master-1.2.x 4a9a7aed 2012-04-26 10:45 Details Diff |
Document g_email_send_using_cronjob 0014039: Error when performing tag operations on bugs |
||
mod - docbook/adminguide/en/configuration.sgml | Diff File | ||
master c94d4dc3 2012-04-25 04:13 Details Diff |
Fix 0013691: misspelled XHTML in admin/system_utils.php |
Affected Issues 0013691 |
|
mod - admin/system_utils.php | Diff File | ||
master b55ecbb5 2012-04-25 01:53 Details Diff |
Update the bug's Last Update timestamp when editing a bugnote Fixes 0007633 |
Affected Issues 0007633 |
|
mod - core/bugnote_api.php | Diff File | ||
master-1.2.x 55f0779c 2012-04-25 01:53 Details Diff |
Update the bug's Last Update timestamp when editing a bugnote Fixes 0007633 |
Affected Issues 0007633 |
|
mod - core/bugnote_api.php | Diff File | ||
master-1.2.x a8e5b81a 2012-04-25 00:56 Details Diff |
Use BugData object as function param for several functions Commit 0ec4563af05e02dfe9d82238f3f1634fd3884b0e introduced an undefined variable warning, due to removal of a call to bug_get_field function to retrieve the project_id. This could actually cause the incorrect status to be retrieved in html_button_bug_reopen() and html_button_bug_close(), potentially allowing users to close or reopen issues when they are not entitled to. Instead of adding the function call back as it was, the code was modified to use a BugData object instead of a bug id as parameter for several functions in access_api.php and html_api.php, resulting in simpler and more efficient code thanks to fewer calls to bug_get() and bug_get_field(). Fixes 0014191, Affects 0014156 |
Affected Issues 0014191 |
|
mod - bug_actiongroup.php | Diff File | ||
mod - bug_change_status_page.php | Diff File | ||
mod - bug_update_advanced_page.php | Diff File | ||
mod - core/access_api.php | Diff File | ||
mod - core/html_api.php | Diff File | ||
master 21b7b34f 2012-04-24 23:02 Details Diff |
Documentation: added error 1502 in Troubleshooting guide Affects 0013850, 0014189 and several other issues (see related). |
Affected Issues 0013850, 0014189 |
|
mod - docbook/Admin_Guide/en-US/Troubleshooting.xml | Diff File | ||
master-1.2.x 695040ce 2012-04-24 23:02 Details Diff |
Documentation: added error 1502 in Troubleshooting guide Affects 0013850, 0014189 and several other issues (see related). |
Affected Issues 0013850, 0014189 |
|
mod - docbook/adminguide/en/troubleshooting.sgml | Diff File | ||
master-2.0.x 38cd5211 2012-04-24 14:38 Paul Richards Details Diff |
Fix php 5.4.0 support in mantis - work around php bug 61443 | ||
mod - core/compress_api.php | Diff File | ||
master 9393404c 2012-04-24 09:27 Details Diff |
Fix 0014188: SOAP API update function accesses undefined variable |
Affected Issues 0014188 |
|
mod - api/soap/mc_issue_api.php | Diff File | ||
master-1.2.x 1eaaeff3 2012-04-24 09:01 Details Diff |
Fix 0014188: SOAP update function accesses undefined variable in error handling |
Affected Issues 0014188 |
|
mod - api/soap/mc_issue_api.php | Diff File | ||
master-1.2.x 7cedca22 2012-04-20 23:17 Details Diff |
Localisation updates from http://translatewiki.net. | ||
mod - lang/strings_arabic.txt | Diff File | ||
mod - lang/strings_breton.txt | Diff File | ||
mod - lang/strings_catalan.txt | Diff File | ||
mod - lang/strings_chinese_traditional.txt | Diff File | ||
mod - lang/strings_czech.txt | Diff File | ||
mod - lang/strings_french.txt | Diff File | ||
mod - lang/strings_galician.txt | Diff File | ||
mod - lang/strings_german.txt | Diff File | ||
mod - lang/strings_interlingua.txt | Diff File | ||
mod - lang/strings_italian.txt | Diff File | ||
mod - lang/strings_japanese.txt | Diff File | ||
mod - lang/strings_macedonian.txt | Diff File | ||
mod - lang/strings_polish.txt | Diff File | ||
mod - lang/strings_romanian.txt | Diff File | ||
mod - lang/strings_russian.txt | Diff File | ||
mod - lang/strings_spanish.txt | Diff File | ||
mod - lang/strings_swedish.txt | Diff File | ||
mod - plugins/MantisCoreFormatting/lang/strings_japanese.txt | Diff File | ||
mod - plugins/MantisGraph/lang/strings_french.txt | Diff File | ||
mod - plugins/MantisGraph/lang/strings_japanese.txt | Diff File | ||
master e3a2dad9 2012-04-16 08:27 Details Diff |
Fix 0014105: Access to undefined variable in bugnote_api.php |
Affected Issues 0014105 |
|
mod - core/bugnote_api.php | Diff File | ||
master-1.2.x b2c5f556 2012-04-16 08:25 Details Diff |
Fix 0014105: Access to undefined variable in bugnote_api.php |
Affected Issues 0014105 |
|
mod - core/bugnote_api.php | Diff File |