Changesets: MantisBT

master 904e4943

2010-02-27 12:16

siebrand


Details Diff
Localisation updates from translatewiki.net (2010-02-27)

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
mod - lang/strings_norwegian_bokmal.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_serbian.txt Diff File
mod - lang/strings_galician.txt Diff File
mod - lang/strings_arabicegyptianspoken.txt Diff File

master-1.2.x 76cd989e

2010-02-26 20:39

dhx


Details Diff
Fix 0011560: ADOdb version check in check.php is incorrect

See upstream bug report
http://phplens.com/lens/lensforum/msgs.php?id=18320 for the reason as to
why this change is necessary. version_compare works with strings, not
float values. And the Version() function in ADOdb should not be
returning floats anyway (there is no way to determine if the version if
5.1 or 5.10 from a float value).
Affected Issues
0011560
mod - admin/check.php Diff File

master 916f1143

2010-02-26 20:39

dhx


Details Diff
Fix 0011560: ADOdb version check in check.php is incorrect

See upstream bug report
http://phplens.com/lens/lensforum/msgs.php?id=18320 for the reason as to
why this change is necessary. version_compare works with strings, not
float values. And the Version() function in ADOdb should not be
returning floats anyway (there is no way to determine if the version if
5.1 or 5.10 from a float value).
Affected Issues
0011560
mod - admin/check.php Diff File

master ab7dad32

2010-02-26 19:42

dhx


Details Diff
Issue 0010730: Implement CAPICOM PRNG source for Windows servers

First attempt at generating strong randomness on Windows servers by
using the CAPICOM.Utilities library call GetRandom(). Needs testing!
Affected Issues
0010730
mod - core/crypto_api.php Diff File

master 1fbfa488

2010-02-26 18:54

dhx


Details Diff
Don't use openssl_random_pseudo_bytes() on Windows (performance reasons)

The openssl_random_pseudo_bytes() function seems to perform very slowly
on Windows (100% CPU, pages take over a minute to load). Therefore we
should disable this function from being used on Windows platforms.
mod - core/crypto_api.php Diff File

master-1.2.x 5ea26915

2010-02-26 18:39

rombert


Details Diff
Fixes 0011427: Undefined index: id

Fix provided by vboctor, supplemented with a SOAP test.
Affected Issues
0011427
mod - tests/soap/IssueAddTest.php Diff File
mod - api/soap/mc_api.php Diff File

master 44be8f3f

2010-02-26 18:39

rombert


Details Diff
Fixes 0011427: Undefined index: id

Fix provided by vboctor, supplemented with a SOAP test.
Affected Issues
0011427
mod - tests/soap/IssueAddTest.php Diff File
mod - api/soap/mc_api.php Diff File

master-1.2.x 888a3561

2010-02-26 18:17

dhx


Details Diff
Fix 0011569: Incorrect variable name in print_page_links()

Commit f838e89dc6460f3f2e65d20e4bd904203bd6f880 introduced a bug whereby
a variable name was incorrect ($p_emp_filter_id instead of
$p_temp_filter_id), thereby causing errors.
Affected Issues
0011569
mod - core/print_api.php Diff File

master 6a424345

2010-02-26 18:17

dhx


Details Diff
Fix 0011569: Incorrect variable name in print_page_links()

Commit f838e89dc6460f3f2e65d20e4bd904203bd6f880 introduced a bug whereby
a variable name was incorrect ($p_emp_filter_id instead of
$p_temp_filter_id), thereby causing errors.
Affected Issues
0011569
mod - core/print_api.php Diff File

master-1.2.x 19b969e9

2010-02-26 08:18

dhx


Details Diff
Fix 0011565: $g_enable_profiles not respected on bug report page

On the bug report page, profile fields are shown even with
$g_enable_profiles = OFF
Affected Issues
0011565
mod - bug_report_page.php Diff File

master ecb7cc08

2010-02-26 08:18

dhx


Details Diff
Fix 0011565: $g_enable_profiles not respected on bug report page

On the bug report page, profile fields are shown even with
$g_enable_profiles = OFF
Affected Issues
0011565
mod - bug_report_page.php Diff File

master 8164b3eb

2010-02-25 11:33

dhx


Details Diff
Fix 0011554: Status legend should react to current filter settings

The status legend shown at the bottom of the view all issues page should
factor in the current filter settings.

The following conditions should apply to showing the status legend:
* Don't show the legend if there is only one status selected by the
filter
* Hide statuses from the legend that are hidden by the 'hide status'
filter (for simple filters)
* Hide statuses from the legend that aren't selected using an advanced
status filter
Affected Issues
0011554
mod - core/html_api.php Diff File

master-1.2.x 09b7815e

2010-02-25 11:31

dhx


Details Diff
Fix 0011553: Status legend doesn't show final workflow states

The status legend at the bottom of the view all issues page doesn't show
the final states in a workflow. This is due to the html_status_legend
function removing any workflow states from status_enum_workflow[STATUS]
which are null/zero length.
Affected Issues
0011553
mod - core/html_api.php Diff File

master 8d5d327e

2010-02-25 11:31

dhx


Details Diff
Fix 0011553: Status legend doesn't show final workflow states

The status legend at the bottom of the view all issues page doesn't show
the final states in a workflow. This is due to the html_status_legend
function removing any workflow states from status_enum_workflow[STATUS]
which are null/zero length.
Affected Issues
0011553
mod - core/html_api.php Diff File

master 0cc7dde8

2010-02-25 10:13

dhx


Details Diff
Fix 0011481: Incorrect arguments for access_has_any_project

Commit 6dc35105064e5a2533fb4e1de54426ea17d2ef36 introduced improved
checking within print_column_selection to determine which actions should
be presented to users as part of the actiongroup support in MantisBT.

However the second argument to access_has_any_project should not be
defined in the way it was, as it is refers to the user ID not the
project ID. We don't need to specify this argument anyway, so it is
removed in this patch.
Affected Issues
0011481
mod - core/columns_api.php Diff File

master 2191aa1b

2010-02-25 09:55

dhx


Details Diff
Fix 0011552: No errors shown when actiongroup tag attaching fails

When attacking tags to multiple issues via the action group feature (the
dropdown in the bottom left of the view all issues page), errors are
silently ignored. The user should instead be informed if any of the tags
could not be applied to the issues selected.

This patch also changes the return status from the actiongroup
validation and processing functions to be an error string or null in the
event that an error didn't occur. In the future it'd be much better if
the validation and processing functions worked on the entire set of
selected issues instead of each issue one-by-one. This gives the
actiongroup validation/processing functions more flexibility (especially
in the case of the tag attaching action).
Affected Issues
0011552
mod - lang/strings_english.txt Diff File
mod - bug_actiongroup_attach_tags_inc.php Diff File
mod - bug_actiongroup_update_product_build_inc.php Diff File
mod - bug_actiongroup_add_note_inc.php Diff File
mod - bug_actiongroup_ext.php Diff File
mod - bug_actiongroup_update_severity_inc.php Diff File

master-1.2.x 0f00ee79

2010-02-25 01:02

dhx


Details Diff
current_user_get_bug_filter() can return false

When calling current_user_get_bug_filter(), we need to check if the
return value is boolean false. If so, we need to get the default filter
instead of the current user's filter.

Also, current_user_get_bug_filter() already validates the filter to
ensure it is correct, so there is no need to validate it a second time.
mod - view_filters_page.php Diff File
mod - core/current_user_api.php Diff File
mod - view_all_inc.php Diff File
mod - my_view_inc.php Diff File
mod - return_dynamic_filters.php Diff File

master 3f61050f

2010-02-25 01:02

dhx


Details Diff
current_user_get_bug_filter() can return false

When calling current_user_get_bug_filter(), we need to check if the
return value is boolean false. If so, we need to get the default filter
instead of the current user's filter.

Also, current_user_get_bug_filter() already validates the filter to
ensure it is correct, so there is no need to validate it a second time.
mod - core/current_user_api.php Diff File
mod - my_view_inc.php Diff File
mod - return_dynamic_filters.php Diff File
mod - view_filters_page.php Diff File
mod - view_all_inc.php Diff File
mod - core/html_api.php Diff File

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
 First  Prev  1 2 3 ... 80 ... 160 ... 240 ... 320 ... 400 ... 480 481 482 483 484 485 486 ... 560 ... 640 ... 720 ... 751 752 753  Next  Last