Changesets: MantisBT

master-1.2.x 3fb561f3

2013-03-02 03:30

dregad


Details Diff
Fix 0015558: url_get() fallback to next method in case of error Affected Issues
0015558
mod - core/url_api.php Diff File

master-2.0.x 5d6b1bb4

2013-03-01 18:34

Paul Richards


Details Diff
Fix 0011399: Deprecate $g_show_realname and use $g_show_user_realname_threshold instead
mod - config_defaults_inc.php Diff File
mod - core/filter_api.php Diff File
mod - core/obsolete.php Diff File
mod - core/print_api.php Diff File
mod - core/user_api.php Diff File
mod - manage/proj_edit_page.php Diff File
mod - plugins/XmlImportExport/ImportXml/Issue.php Diff File
mod - project_page.php Diff File

master-2.0.x f289ddfb

2013-03-01 14:03

Paul Richards


Details Diff
Remove pointless return value from null function
mod - core/current_user_api.php Diff File

master-2.0.x 6a0ebf09

2013-03-01 14:02

Paul Richards


Details Diff
PHPdoc updates
mod - core/classes/MantisBug.class.php Diff File
mod - core/classes/MantisDatabaseDict/MantisDatabaseDict.class.php Diff File
mod - core/classes/MantisUser.class.php Diff File
mod - core/compress_api.php Diff File
mod - core/event_api.php Diff File
mod - core/html_api.php Diff File
mod - core/print_api.php Diff File
mod - core/project_api.php Diff File
mod - core/user_api.php Diff File
mod - core/utility_api.php Diff File
mod - plugins/MantisGraph/core/graph_api.php Diff File

master 352c4bf2

2013-03-01 10:00

dregad


Details Diff
Documentation: added step in Customizing Status Values section

We now include instructions to check and update existing workflow
configurations to include the new status values.

Fixes 0010047
Affected Issues
0010047
mod - docbook/Admin_Guide/en-US/Customizing.xml Diff File

master-1.2.x d9037aad

2013-03-01 10:00

dregad


Details Diff
Documentation: added step in Customizing Status Values section

We now include instructions to check and update existing workflow
configurations to include the new status values.

Fixes 0010047
Affected Issues
0010047
mod - docbook/administration_guide/en/customizing_mantis.sgml Diff File

master-1.2.x a8828a36

2013-03-01 06:00

dregad


Details Diff
Issue 0015556: remove unused variable

$c_private is initialized but never used in bugnote_add()'s scope.
Affected Issues
0015556
mod - core/bugnote_api.php Diff File

master e49ddce2

2013-03-01 06:00

dregad


Details Diff
Issue 0015556: remove unused variable

$c_private is initialized but never used in bugnote_add()'s scope.
Affected Issues
0015556
mod - core/bugnote_api.php Diff File

master-1.2.x df411e20

2013-02-27 05:46

dregad


Details Diff
Fix invalid access denied error caused by access_has_bug_level()

Commit d42e80c01277eec37c7436a23ec72073c9961c49 changed the code in
access_has_bug_level() function, and introduced a bug in the call to
access_compare_level() when access is limited to issue reporter
(inverted parameters caused an incorrect access denied error).

See also 9ec47a056156ac32e1f95cd0ec20d4db8bd54d3b.

Issue 0015538
Affected Issues
0015538
mod - core/access_api.php Diff File

master f583a458

2013-02-27 05:46

dregad


Details Diff
Fix invalid access denied error caused by access_has_bug_level()

Commit d42e80c01277eec37c7436a23ec72073c9961c49 changed the code in
access_has_bug_level() function, and introduced a bug in the call to
access_compare_level() when access is limited to issue reporter
(inverted parameters caused an incorrect access denied error).

See also 9ec47a056156ac32e1f95cd0ec20d4db8bd54d3b.

Issue 0015538
Affected Issues
0015538
mod - core/access_api.php Diff File

master 8ff13c0d

2013-02-27 05:46

dregad


Details Diff
Fix invalid access denied error caused by access_has_bug_level()

Commit d42e80c01277eec37c7436a23ec72073c9961c49 changed the code in
access_has_bug_level() function, and introduced a bug as the final call
to access_compare_level() inverted the 2 parameters which caused an
incorrect return value to be returned in certain cases, incorrectly
denying access to issues.

Issue 0015538
Affected Issues
0015538
mod - core/access_api.php Diff File

master-1.2.x 9ec47a05

2013-02-27 05:46

dregad


Details Diff
Fix invalid access denied error caused by access_has_bug_level()

Commit d42e80c01277eec37c7436a23ec72073c9961c49 changed the code in
access_has_bug_level() function, and introduced a bug as the final call
to access_compare_level() inverted the 2 parameters which caused an
incorrect return value to be returned in certain cases, incorrectly
denying access to issues.

Issue 0015538
Affected Issues
0015538
mod - core/access_api.php Diff File

master 07d23bc1

2013-02-27 04:30

dregad


Details Diff
Fix 0013054: Install: don't suppress errors when including libraries Affected Issues
0013054
mod - admin/install.php Diff File

master-1.2.x ac05a43e

2013-02-27 04:21

dregad


Details Diff
Fix 0013054: Install: don't suppress errors when including libraries Affected Issues
0013054
mod - admin/install.php Diff File

master 5e145289

2013-02-26 11:11

dregad


Details Diff
Optimize performance of access_has_bug_level() api function

Through use of a static array to cache the reporter threshold when
$g_limit_reporter = ON and more importantly reducing the total number of
API calls, the performance of this function has been improved by 65%
(stress tests executed over 2000 iterations, 0.34s vs 0.22s).

Issue 0015538, follow up on b3276bbf50abdf53eaa9ef3b20ddb9461aaf1808
Affected Issues
0015538
mod - core/access_api.php Diff File

master-1.2.x d42e80c0

2013-02-26 11:11

dregad


Details Diff
Optimize performance of access_has_bug_level() api function

Through use of a static array to cache the reporter threshold when
$g_limit_reporter = ON and more importantly reducing the total number of
API calls, the performance of this function has been improved by 65%
(stress tests executed over 2000 iterations, 0.34s vs 0.22s).

Issue 0015538, follow up on b3276bbf50abdf53eaa9ef3b20ddb9461aaf1808
Affected Issues
0015538
mod - core/access_api.php Diff File

master 84567aec

2013-02-25 14:46

atrol


Details Diff
Fix 0015540: Wrong example code for custom status translation Affected Issues
0015540
mod - docbook/Admin_Guide/en-US/Customizing.xml Diff File

master-1.2.x d6619f7c

2013-02-25 14:38

atrol


Details Diff
Fix 0015540: Wrong example code for custom status translation Affected Issues
0015540
mod - docbook/administration_guide/en/customizing_mantis.sgml Diff File

master 957b3c09

2013-02-25 12:01

dregad


Details Diff
Fix crash when report_bug_threshold=array in access_has_bug_level

When displaying a bug for which the user is not the reporter,
$g_limit_reporters=ON and the workflow is set so report_bug_threshold is
an array, MantisBT crashes with "PHP Fatal error: Unsupported operand
types".

This is due to use of '+ 1' to indicate that user should have the next
higher access level to view the issue. We now use the same logic but
within a foreach loop to check against each array element.

Fixes 0015538
Affected Issues
0015538
mod - core/access_api.php Diff File

master-1.2.x b3276bbf

2013-02-25 12:01

dregad


Details Diff
Fix crash when report_bug_threshold=array in access_has_bug_level

When displaying a bug for which the user is not the reporter,
$g_limit_reporters=ON and the workflow is set so report_bug_threshold is
an array, MantisBT crashes with "PHP Fatal error: Unsupported operand
types".

This is due to use of '+ 1' to indicate that user should have the next
higher access level to view the issue. We now use the same logic but
within a foreach loop to check against each array element.

Fixes 0015538
Affected Issues
0015538
mod - core/access_api.php Diff File

master-1.2.x 73317baa

2013-02-24 11:45

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_arabic.txt Diff File
mod - lang/strings_catalan.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_occitan.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_slovak.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - plugins/MantisGraph/lang/strings_japanese.txt Diff File

master b41b5281

2013-02-20 16:25

marco.dings


Details Diff
Fix 0015522: SOAP mc_project_get_issues now reports due_date

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0015522
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x 9b8beb72

2013-02-20 16:25

marco.dings


Details Diff
Fix 0015522: SOAP mc_project_get_issues now reports due_date

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0015522
mod - api/soap/mc_issue_api.php Diff File

master 3833d574

2013-02-20 08:22

wiggisser


Details Diff
Fix 0015517: soap API datatype for DateTime

Wrong datatype for DateTime  'dateTime' vs. 'xsd:dateTime'
results in an error during deserialization in .net

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0015517
mod - api/soap/mc_api.php Diff File

master-1.2.x 3980754c

2013-02-20 08:22

wiggisser


Details Diff
Fix 0015517: soap API datatype for DateTime

Wrong datatype for DateTime  'dateTime' vs. 'xsd:dateTime'
results in an error during deserialization in .net

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0015517
mod - api/soap/mc_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 346 347 348 349 350 351 352 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last