Changesets: MantisBT

master-1.2.x 4a9a7aed

2012-04-26 10:45

rombert


Details Diff
Document g_email_send_using_cronjob

0014039: Error when performing tag operations on bugs
mod - docbook/adminguide/en/configuration.sgml Diff File

master c94d4dc3

2012-04-25 04:13

dregad


Details Diff
Fix 0013691: misspelled XHTML in admin/system_utils.php Affected Issues
0013691
mod - admin/system_utils.php Diff File

master b55ecbb5

2012-04-25 01:53

dregad


Details Diff
Update the bug's Last Update timestamp when editing a bugnote

Fixes 0007633
Affected Issues
0007633
mod - core/bugnote_api.php Diff File

master-1.2.x 55f0779c

2012-04-25 01:53

dregad


Details Diff
Update the bug's Last Update timestamp when editing a bugnote

Fixes 0007633
Affected Issues
0007633
mod - core/bugnote_api.php Diff File

master-1.2.x a8e5b81a

2012-04-25 00:56

dregad


Details Diff
Use BugData object as function param for several functions

Commit 0ec4563af05e02dfe9d82238f3f1634fd3884b0e introduced an undefined
variable warning, due to removal of a call to bug_get_field function to
retrieve the project_id. This could actually cause the incorrect status
to be retrieved in html_button_bug_reopen() and html_button_bug_close(),
potentially allowing users to close or reopen issues when they are not
entitled to.

Instead of adding the function call back as it was, the code was
modified to use a BugData object instead of a bug id as parameter for
several functions in access_api.php and html_api.php, resulting in
simpler and more efficient code thanks to fewer calls to bug_get() and
bug_get_field().

Fixes 0014191, Affects 0014156
Affected Issues
0014191
mod - bug_actiongroup.php Diff File
mod - bug_change_status_page.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - core/access_api.php Diff File
mod - core/html_api.php Diff File

master 21b7b34f

2012-04-24 23:02

dregad


Details Diff
Documentation: added error 1502 in Troubleshooting guide

Affects 0013850, 0014189 and several other issues (see related).
Affected Issues
0013850, 0014189
mod - docbook/Admin_Guide/en-US/Troubleshooting.xml Diff File

master-1.2.x 695040ce

2012-04-24 23:02

dregad


Details Diff
Documentation: added error 1502 in Troubleshooting guide

Affects 0013850, 0014189 and several other issues (see related).
Affected Issues
0013850, 0014189
mod - docbook/adminguide/en/troubleshooting.sgml Diff File

master-2.0.x 38cd5211

2012-04-24 14:38

Paul Richards


Details Diff
Fix php 5.4.0 support in mantis - work around php bug 61443
mod - core/compress_api.php Diff File

master 9393404c

2012-04-24 09:27

atrol


Details Diff
Fix 0014188: SOAP API update function accesses undefined variable Affected Issues
0014188
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x 1eaaeff3

2012-04-24 09:01

atrol


Details Diff
Fix 0014188: SOAP update function accesses undefined variable in error handling Affected Issues
0014188
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x 7cedca22

2012-04-20 23:17

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_arabic.txt Diff File
mod - lang/strings_breton.txt Diff File
mod - lang/strings_catalan.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_galician.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_interlingua.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_macedonian.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - lang/strings_romanian.txt Diff File
mod - lang/strings_russian.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_swedish.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_japanese.txt Diff File
mod - plugins/MantisGraph/lang/strings_french.txt Diff File
mod - plugins/MantisGraph/lang/strings_japanese.txt Diff File

master e3a2dad9

2012-04-16 08:27

atrol


Details Diff
Fix 0014105: Access to undefined variable in bugnote_api.php Affected Issues
0014105
mod - core/bugnote_api.php Diff File

master-1.2.x b2c5f556

2012-04-16 08:25

atrol


Details Diff
Fix 0014105: Access to undefined variable in bugnote_api.php Affected Issues
0014105
mod - core/bugnote_api.php Diff File

master-1.2.x d17970b9

2012-04-15 00:45

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_serbian.txt Diff File
mod - lang/strings_serbian_latin.txt Diff File

master-2.0.x 7185e270

2012-04-14 16:02

Paul Richards


Details Diff
The debug email feature should be a global config for security.
Otherwise this could be used to leak username/password data.
mod - config_defaults_inc.php Diff File
mod - core/email_api.php Diff File

master-2.0.x 54538629

2012-04-14 15:53

Paul Richards


Details Diff
Fix typo in name of config variable
mod - config_defaults_inc.php Diff File

master 085ab169

2012-04-14 11:34

dregad


Details Diff
Add 'Close' button for bugs

This commit introduces a new 'Close' button in the View Issue Details
page, making it easier and more intuitive for reporters to close their
own issues (when $g_allow_reporter_close = ON).

It also improves the access level verifications, simplifies the code and
makes it more readable by using standard access check functions.

This is an improvement over the functionality implemented in 0011502 not
only in terms of usability, but also for security as in some specific
cases users could actually bypass the workflow.

Fixes 0014156
Affected Issues
0014156
mod - bug_change_status_page.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - core/access_api.php Diff File
mod - core/bug_api.php Diff File
mod - core/html_api.php Diff File
mod - lang/strings_english.txt Diff File

master-1.2.x 0ec4563a

2012-04-14 11:34

dregad


Details Diff
Add 'Close' button for bugs

This commit introduces a new 'Close' button in the View Issue Details
page, making it easier and more intuitive for reporters to close their
own issues (when $g_allow_reporter_close = ON).

It also improves the access level verifications, simplifies the code and
makes it more readable by using standard access check functions.

This is an improvement over the functionality implemented in 0011502 not
only in terms of usability, but also for security as in some specific
cases users could actually bypass the workflow.

Fixes 0014156
Affected Issues
0014156
mod - bug_change_status_page.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - core/access_api.php Diff File
mod - core/bug_api.php Diff File
mod - core/html_api.php Diff File
mod - lang/strings_english.txt Diff File

master 0630f859

2012-04-14 10:36

dregad


Details Diff
Improved get_status_option_list() function

Previous behavior to return all available values for the status enum
when the workflow is not set for the given status, could potentially
result in a security issue (letting the user bypass the workflow). The
function now returns an empty array in this case, leaving it up to the
caller to handle a possibly empty list.

Simplified and optimized the test in the foreach loop.

Do not add 'closed' status to the list if it is the current status.

Added PHPdoc function header.

Affects 0011661, 0014156
mod - core/print_api.php Diff File

master-1.2.x 0b49c6af

2012-04-14 10:36

dregad


Details Diff
Improved get_status_option_list() function

Previous behavior to return all available values for the status enum
when the workflow is not set for the given status, could potentially
result in a security issue (letting the user bypass the workflow). The
function now returns an empty array in this case, leaving it up to the
caller to handle a possibly empty list.

Simplified and optimized the test in the foreach loop.

Do not add 'closed' status to the list if it is the current status.

Added PHPdoc function header.

Affects 0011661, 0014156
mod - core/print_api.php Diff File

master d4534027

2012-04-14 09:07

dregad


Details Diff
Documentation update - copyright holder and product version
mod - docbook/Admin_Guide/en-US/Admin_Guide.ent Diff File
mod - docbook/Admin_Guide/en-US/Book_Info.xml Diff File

master e7d61f67

2012-04-14 07:59

dregad


Details Diff
Documentation update: new 'Troubleshooting' chapter in Admin guide

The purpose of this new chapter is to provide additional information to
the Administrator regarding known issues and standard application errors
in MantisBT.
Affected Issues
0014155
add - docbook/Admin_Guide/en-US/Troubleshooting.xml Diff File
mod - docbook/Admin_Guide/en-US/Admin_Guide.xml Diff File

master-1.2.x b179bfc3

2012-04-14 07:59

dregad


Details Diff
Documentation update: new 'Troubleshooting' chapter in Admin guide

The purpose of this new chapter is to provide additional information to
the Administrator regarding known issues and standard application errors
in MantisBT.
Affected Issues
0014155
add - docbook/adminguide/en/troubleshooting.sgml Diff File
mod - docbook/adminguide/en/administration_guide.sgml Diff File
mod - docbook/adminguide/en/file-entities.ent Diff File

master a7de5c48

2012-04-14 07:56

dregad


Details Diff
Documentation update

Referenced several missing options in the Configuration / Webserver
section of the Admin guide
mod - docbook/Admin_Guide/en-US/Configuration.xml Diff File

master-1.2.x 099a1e8f

2012-04-14 07:56

dregad


Details Diff
Documentation update

Referenced several missing options in the Configuration / Webserver
section of the Admin guide
mod - docbook/adminguide/en/configuration.sgml Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 376 377 378 379 380 381 382 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last