Changesets: MantisBT

master-1.2.x d06bf60f

2010-02-22 15:21

jreese


Details Diff
Updated plugin documentation for dependency style
mod - docbook/developers/en/plugins-building-source.sgml Diff File
mod - docbook/developers/en/plugins-building.sgml Diff File

master c3dedbbe

2010-02-22 15:21

jreese


Details Diff
Updated plugin documentation for dependency style
mod - docbook/developers/en/plugins-building-source.sgml Diff File
mod - docbook/developers/en/plugins-building.sgml Diff File

master-1.2.x f470f462

2010-02-22 15:12

jreese


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

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
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 459 460 461 462 463 464 465 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last