Changesets: MantisBT

master-1.2.x 105f28bf

2013-10-14 04:44

dregad


Details Diff
Travis: add notifications for e-mail and irc

Destinations:
- mantisbt-cvs mailing list
- #mantisbt irc channel

Build failures are always sent, and build success only when status
changes to reduce spam.

Fixes 0016175
Affected Issues
0016175
mod - .travis.yml Diff File
add - Soap.php Diff File
add - test.php Diff File

master 0e577f11

2013-10-14 04:44

dregad


Details Diff
Travis: add notifications for e-mail and irc

Destinations:
- mantisbt-cvs mailing list
- #mantisbt irc channel

Build failures are always sent, and build success only when status
changes to reduce spam.

Fixes 0016175
Affected Issues
0016175
mod - .travis.yml Diff File
add - Soap.php Diff File
add - test.php Diff File

master 5dcf07a5

2013-10-14 04:39

dregad


Details Diff
RE-Fix category_get_id_by_name() doesn't find category

This is a cherry-pick of 3bd0e1ba64770a5e4faa67866cd822920523e2fa - the
fix had been reverted by fbd654083f061fcfcc8dc7229953cc44737889fa.

Commit ef0bbb87aecdc54e2b9112bf9f3a11a592dfdc4d introduced a regression.
Testing on the return value as if it were a boolean triggers an error
ERROR_CATEGORY_NOT_FOUND_FOR_PROJECT even if the category exists.

Now we do a strict check === false to ensure the error is only triggered
when the query returns no rows.
mod - core/category_api.php Diff File

master 3bd0e1ba

2013-10-14 04:39

dregad


Details Diff
Fix category_get_id_by_name() doesn't find category

Commit ef0bbb87aecdc54e2b9112bf9f3a11a592dfdc4d introduced a regression.
Testing on the return value as if it were a boolean triggers an error
ERROR_CATEGORY_NOT_FOUND_FOR_PROJECT even if the category exists.

Now we do a strict check === false to ensure the error is only triggered
when the query returns no rows.
Affected Issues
0016481
mod - core/category_api.php Diff File

master 059da7ce

2013-10-14 04:38

dregad


Details Diff
Fix 0016481: system notice in category_api Affected Issues
0016481
mod - core/category_api.php Diff File

master-1.2.x 714ea0ec

2013-10-14 04:02

dregad


Details Diff
Tests: Move dateToUTC() to SoapBase class

This helper function can be used everywhere we compare dates, not just
in VersionTest class.

Issues 0015817, 0016485
Affected Issues
0015817, 0016485
mod - tests/soap/SoapBase.php Diff File
mod - tests/soap/VersionTest.php Diff File

master-1.2.x ae2560a9

2013-10-14 03:53

dregad


Details Diff
Fix 0016485: SOAP API test failure for due date Affected Issues
0016485
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File

master 7bd6e528

2013-10-14 03:53

dregad


Details Diff
Fix 0016485: SOAP API test failure for due date Affected Issues
0016485
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File

master c5c64f48

2013-10-14 03:37

dregad


Details Diff
Tests: Move dateToUTC() to SoapBase class

This helper function can be used everywhere we compare dates, not just
in VersionTest class.

Issues 0015817, 0016485
Affected Issues
0015817, 0016485
mod - tests/soap/SoapBase.php Diff File
mod - tests/soap/VersionTest.php Diff File

master-1.2.x fbadfc73

2013-10-14 03:22

dregad


Details Diff
Fix SOAP: Impossible to attach tags to issues

Caused by assigning to unused variable $p_user_id $p_user_id === NULL.
Not sure why this has not come up before, as this bug was actually
introduced a long time ago (a602c5edb5335c46a506166ef68218c7bf3e50de).

Fixes 0016484
Affected Issues
0016484
mod - core/tag_api.php Diff File

master 84a8078b

2013-10-14 03:22

dregad


Details Diff
Fix SOAP: Impossible to attach tags to issues

Caused by assigning to unused variable $p_user_id $p_user_id === NULL.
Not sure why this has not come up before, as this bug was actually
introduced a long time ago (a602c5edb5335c46a506166ef68218c7bf3e50de).

Fixes 0016484
Affected Issues
0016484
mod - core/tag_api.php Diff File

master 01387e86

2013-10-14 00:52

dregad


Details Diff
Fix broken config_set() - follow-up

Missed oa var in c30a1085379c55e63e3fcf0291c24079836d5219. Thanks atrol.

Fixes 0016480
Affected Issues
0016480
mod - core/config_api.php Diff File

master c30a1085

2013-10-14 00:52

dregad


Details Diff
Fix broken config_set()

Commit a61aed3b0b1f89e7e978be486beeac97492a83c0 introduced a major
regression, preventing installation and potentially any update of
existing config keys.

This was due to calling db_query_bound() with uninitialized variables.

Fixes 0016480
Affected Issues
0016480
mod - core/config_api.php Diff File

master bfe1041a

2013-10-13 18:47

vboctor


Details Diff
Fixes 0016477: Redirect user to change password if logged in with default admin password. Affected Issues
0016477
mod - account_page.php Diff File
mod - account_update.php Diff File
mod - login.php Diff File

master 27569ed8

2013-10-13 15:18

Paul Richards


Details Diff
Make use of DateTimeZone::ALL to remove hard-coded strings
mod - core/print_api.php Diff File

master b2401573

2013-10-13 15:12

Paul Richards


Details Diff
Fix: use require_api to load email api
mod - scripts/send_emails.php Diff File

master 9be09b57

2013-10-13 15:02

Paul Richards


Details Diff
Remove DIRECTORY_SEPERATOR usage where possible
mod - account_manage_columns_page.php Diff File
mod - account_prefs_page.php Diff File
mod - admin/check/check_config_inc.php Diff File
mod - admin/check/index.php Diff File
mod - admin/copy_field.php Diff File
mod - admin/email_queue.php Diff File
mod - admin/index.php Diff File
mod - admin/install.php Diff File
mod - admin/move_attachments.php Diff File
mod - admin/move_attachments_page.php Diff File
mod - admin/test_email.php Diff File
mod - admin/test_icons.php Diff File
mod - admin/upgrade_unattended.php Diff File
mod - admin/upgrade_warning.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_issue_attachment_api.php Diff File
mod - api/soap/mc_project_attachment_api.php Diff File
mod - bug_change_status_page.php Diff File
mod - bug_relationship_graph.php Diff File
mod - core/email_api.php Diff File
mod - css/common_config.php Diff File
mod - css/status_config.php Diff File
mod - manage_config_columns_page.php Diff File
mod - manage_user_edit_page.php Diff File
mod - plugins/MantisGraph/MantisGraph.php Diff File
mod - plugins/MantisGraph/pages/bug_graph_page.php Diff File
mod - plugins/XmlImportExport/ImportXml.php Diff File
mod - plugins/XmlImportExport/pages/import_action.php Diff File
mod - print_all_bug_options_page.php Diff File
mod - print_all_bug_options_reset.php Diff File
mod - print_all_bug_options_update.php Diff File
mod - print_bug_page.php Diff File
mod - scripts/send_emails.php Diff File
mod - tests/Mantis/AllTests.php Diff File
mod - tests/Mantis/EnumTest.php Diff File
mod - tests/Mantis/HelperTest.php Diff File
mod - tests/Mantis/StringTest.php Diff File
mod - verify.php Diff File
mod - view.php Diff File

master 59c0a33d

2013-10-13 14:55

Paul Richards


Details Diff
Fix: Remove unused count() result
mod - core/classes/MantisEnum.class.php Diff File

master ef0bbb87

2013-10-13 14:42

Paul Richards


Details Diff
remove db_num_rows where possible (part 1)
mod - core/access_api.php Diff File
mod - core/authentication_api.php Diff File
mod - core/bug_api.php Diff File
mod - core/bug_revision_api.php Diff File
mod - core/bugnote_api.php Diff File
mod - core/category_api.php Diff File
mod - core/cfdefs/cfdef_standard.php Diff File
mod - core/custom_field_api.php Diff File
mod - proj_doc_page.php Diff File
mod - summary_page.php Diff File

master 742aeb1c

2013-10-13 14:09

Paul Richards


Details Diff
fix variable naming to follow mantis coding conventions [which names variables $x_*]
mod - bug_change_status_page.php Diff File
mod - bug_relationship_graph.php Diff File
mod - bug_reminder_page.php Diff File
mod - bug_report_page.php Diff File
mod - bug_update_page.php Diff File
mod - bug_view_inc.php Diff File
mod - bugnote_stats_inc.php Diff File
mod - print_bug_page.php Diff File
mod - view.php Diff File

master 28ebc66c

2013-10-13 14:05

Paul Richards


Details Diff
Move bug_update_advanced_page contents into bug_update_page [which was just an include]
rm - bug_update_advanced_page.php Diff
mod - bug_update_page.php Diff File
mod - lang/strings_english.txt Diff File
mod - set_project.php Diff File

master 69afbec5

2013-10-13 14:03

Paul Richards


Details Diff
Remove bug_report_advanced_page - which purely includes bug_report_page and is not referenced from source code
rm - bug_report_advanced_page.php Diff

master f5a5e770

2013-10-13 13:50

Paul Richards


Details Diff
Use faster call of strtolower over utf8_strtolower for exact match to the string 'id'
mod - browser_search_plugin.php Diff File

master a61aed3b

2013-10-13 13:47

Paul Richards


Details Diff
Further removal of legacy db_prepare_int calls Affected Issues
0016480
mod - api/soap/mc_api.php Diff File
mod - core/bug_api.php Diff File
mod - core/bugnote_api.php Diff File
mod - core/category_api.php Diff File
mod - core/config_api.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/email_api.php Diff File
mod - core/email_queue_api.php Diff File
mod - core/file_api.php Diff File
mod - core/filter_api.php Diff File
mod - core/history_api.php Diff File
mod - core/last_visited_api.php Diff File
mod - core/news_api.php Diff File
mod - core/profile_api.php Diff File
mod - core/project_api.php Diff File
mod - core/project_hierarchy_api.php Diff File
mod - core/tag_api.php Diff File

master 216c7d88

2013-10-13 11:10

Paul Richards


Details Diff
Remove Calls to legacy db_prepare_int
mod - core/bug_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 318 319 320 321 322 323 324 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last