Changesets: MantisBT

master d9fdb9e5

2010-02-22 15:12

jreese


Details Diff
Updated install/update instructions
mod - doc/INSTALL Diff File

master-1.2.x 8f89da5c

2010-02-22 14:24

jreese


Details Diff
Preparing for 1.2.0 release

Release notes updated to be relevant for an official 1.2.0 release. The
internal version number for MantisBT has also been updated.

This marks the official end of feature work on the 1.2.x branch.
Commits to the master-1.2.x branch are restricted to bug fixes and
security issues.
mod - doc/RELEASE Diff File
mod - core/constant_inc.php Diff File

master-1.2.x a8861d42

2010-02-22 14:18

jreese


Details Diff
Updated credits
mod - doc/CREDITS Diff File

master fccc9723

2010-02-22 14:18

jreese


Details Diff
Updated credits
mod - doc/CREDITS Diff File

master-1.2.x 37e1da1e

2010-02-21 21:49

jreese


Details Diff
Remove verbose constants for bug fields
mod - core/constant_inc.php Diff File
mod - print_bug_page.php Diff File
mod - bug_view_inc.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - config_defaults_inc.php Diff File
mod - bug_report_page.php Diff File

master 616d1768

2010-02-21 21:49

jreese


Details Diff
Remove verbose constants for bug fields
mod - bug_view_inc.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - config_defaults_inc.php Diff File
mod - print_bug_page.php Diff File
mod - core/constant_inc.php Diff File
mod - bug_report_page.php Diff File

master-1.2.x 0c3813ba

2010-02-19 22:23

dhx


Details Diff
Fix 0011293: history_default_visible not per-project in bug_view_inc.php

bug_view_inc.php sets the project override ($g_project_override) after
getting the configuration option history_default_visible. Thus the
configuration option history_default_visible will be retrieved using the
wrong project (the one which is currently selected by the user cookie,
rather than the project of the bug the user is viewing).

Thanks to Chris Fitch for detecting this problem.
Affected Issues
0011293
mod - bug_view_inc.php Diff File

master 3242eac5

2010-02-19 22:23

dhx


Details Diff
Fix 0011293: history_default_visible not per-project in bug_view_inc.php

bug_view_inc.php sets the project override ($g_project_override) after
getting the configuration option history_default_visible. Thus the
configuration option history_default_visible will be retrieved using the
wrong project (the one which is currently selected by the user cookie,
rather than the project of the bug the user is viewing).

Thanks to Chris Fitch for detecting this problem.
Affected Issues
0011293
mod - bug_view_inc.php Diff File

master-1.2.x e7fe9535

2010-02-19 22:17

dhx


Details Diff
Fix 0011527: bug_actiongroup: tag_attach_threshold not checked

When using the actiongroup feature of MantisBT (checking multiple issues
and performing an action on all checked issue at the same time), the
"Attach tags" feature doesn't check tag_attach_threshold when validating
which bugs can be modified. This leads to an access denied error from
bug_attach_tags().
Affected Issues
0011527
mod - bug_actiongroup_attach_tags_inc.php Diff File

master 098ec337

2010-02-19 22:17

dhx


Details Diff
Fix 0011527: bug_actiongroup: tag_attach_threshold not checked

When using the actiongroup feature of MantisBT (checking multiple issues
and performing an action on all checked issue at the same time), the
"Attach tags" feature doesn't check tag_attach_threshold when validating
which bugs can be modified. This leads to an access denied error from
bug_attach_tags().
Affected Issues
0011527
mod - bug_actiongroup_attach_tags_inc.php Diff File

master-1.2.x 00c58a29

2010-02-19 22:14

dhx


Details Diff
Fix 0011528: Don't call config_flush_cache() in bug_actiongroup_ext.php

There is no need to call config_flush_cache() in bug_actiongroup_ext.php
because the configuration cache already takes into account whether a
configuration setting is per-user and per-project.

Additionally, bug_actiongroup_ext.php has been cleaned up to reduce code
complexity and increase the efficiency of this page.
Affected Issues
0011528
mod - bug_actiongroup_ext.php Diff File

master 99c55618

2010-02-19 22:14

dhx


Details Diff
Fix 0011528: Don't call config_flush_cache() in bug_actiongroup_ext.php

There is no need to call config_flush_cache() in bug_actiongroup_ext.php
because the configuration cache already takes into account whether a
configuration setting is per-user and per-project.

Additionally, bug_actiongroup_ext.php has been cleaned up to reduce code
complexity and increase the efficiency of this page.
Affected Issues
0011528
mod - bug_actiongroup_ext.php Diff File

master-1.2.x c6300e13

2010-02-19 16:26

rombert


Details Diff
Fixes 0011266: mc_issue_update() does not transport all field date

Implemented setting of the missed fields and added regression test.
Affected Issues
0011266
mod - tests/soap/IssueUpdateTest.php Diff File
mod - api/soap/mc_issue_api.php Diff File

master 313ea5f9

2010-02-19 16:26

rombert


Details Diff
Fixes 0011266: mc_issue_update() does not transport all field date

Implemented setting of the missed fields and added regression test.
Affected Issues
0011266
mod - tests/soap/IssueUpdateTest.php Diff File
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x b5c381d7

2010-02-19 16:08

rombert


Details Diff
Fixes 0011267: mc_project_get_issues() does not transport field 'target_version'

mc_project_get_issues was not setting target_version. Fixed by extracting a common
method from mc_issue_api and mci_filter_api which does the right thing for
both methods.
Affected Issues
0011267
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_filter_api.php Diff File
mod - api/soap/mc_project_api.php Diff File

master 7c0add24

2010-02-19 16:08

rombert


Details Diff
Fixes 0011267: mc_project_get_issues() does not transport field 'target_version'

mc_project_get_issues was not setting target_version. Fixed by extracting a common
method from mc_issue_api and mci_filter_api which does the right thing for
both methods.
Affected Issues
0011267
mod - api/soap/mc_project_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_filter_api.php Diff File

master-1.2.x 7caa2274

2010-02-19 15:35

rombert


Details Diff
Fixes 0011455: Wrong comment of API SOAP function mc_project_get_attachments Affected Issues
0011455
mod - api/soap/mantisconnect.php Diff File

master 8172706f

2010-02-19 15:35

rombert


Details Diff
Fixes 0011455: Wrong comment of API SOAP function mc_project_get_attachments Affected Issues
0011455
mod - api/soap/mantisconnect.php Diff File

master-1.2.x 4a56720b

2010-02-18 11:42

dhx


Details Diff
Fix 0011520: Duplicate footers on bug_relationship_graph.php

bug_relationship_graph.php prints two footers at the bottom of the HTML
output when it should just print one.
Affected Issues
0011520
mod - bug_relationship_graph.php Diff File

master 41e49483

2010-02-18 11:42

dhx


Details Diff
Fix 0011520: Duplicate footers on bug_relationship_graph.php

bug_relationship_graph.php prints two footers at the bottom of the HTML
output when it should just print one.
Affected Issues
0011520
mod - bug_relationship_graph.php Diff File

master-1.2.x 3a234243

2010-02-18 10:44

dhx


Details Diff
Fix 0011487: Remove idx_email_id index on mantis_email_table

The idx_email_id index on mantis_email_table is not necessary as it only
covers the email_id column. The email_id column happens to be the
primary key of the table and thus doesn't need another index (the
primary key is already an index).
Affected Issues
0011487
mod - admin/schema.php Diff File

master b6951823

2010-02-18 10:44

dhx


Details Diff
Fix 0011487: Remove idx_email_id index on mantis_email_table

The idx_email_id index on mantis_email_table is not necessary as it only
covers the email_id column. The email_id column happens to be the
primary key of the table and thus doesn't need another index (the
primary key is already an index).
Affected Issues
0011487
mod - admin/schema.php Diff File

master-1.2.x f812d51c

2010-02-18 10:01

dhx


Details Diff
Fix 0011263: Incorrect variable naming in return_dynamic_filters

Commit ce2c32727936bb65405878c4f0ae3967cd340500 refactored
return_dynamic_filters.php

There was an error in that refactoring where a variable name wasn't
properly renamed ($filter to $t_filter_target).

Additionally, this commit renames $t_filter_target to $f_filter_target
in accordance with the coding standards. $f_filter_target is form data
supplied by the user.
Affected Issues
0011263
mod - return_dynamic_filters.php Diff File

master cd4ef16c

2010-02-18 10:01

dhx


Details Diff
Fix 0011263: Incorrect variable naming in return_dynamic_filters

Commit f92e62ecfd9a6cb25a527eb1418fdf4c6553ae43 refactored
return_dynamic_filters.php

There was an error in that refactoring where a variable name wasn't
properly renamed ($filter to $t_filter_target).

Additionally, this commit renames $t_filter_target to $f_filter_target
in accordance with the coding standards. $f_filter_target is form data
supplied by the user.
Affected Issues
0011263
mod - return_dynamic_filters.php Diff File

master-1.2.x 7eada4f2

2010-02-18 09:50

dhx


Details Diff
Fix 0011518: Application error #1904 has no error description

If an invalid signup captcha is entered upon signing up a new account,
application error 1904 is raised. However, the error description
accompanying the error ID of 1904 is not shown on the error page.

This problem is due to a bug within lang_get_default() from lang_api.php
where the language of a non-authenticated user is set to boolean 'false'
instead of the default language of the entire MantisBT installation.
Affected Issues
0011518
mod - core/lang_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 476 477 478 479 480 481 482 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last