Changesets: MantisBT

master-2.0.x 24437d1a

2011-10-17 05:57

Paul Richards


Details Diff
silence deprecated warning
mod - admin/check/check_php_inc.php Diff File

master-2.0.x 89fdf103

2011-10-17 05:55

Paul Richards


Details Diff
Remove gpc_strip_slashes
mod - admin/check/check_php_inc.php Diff File
mod - core/authentication_api.php Diff File
mod - core/gpc_api.php Diff File
mod - core/helper_api.php Diff File

master-2.0.x 23b4d5ef

2011-10-17 05:40

Paul Richards


Details Diff
xhtml fix
mod - core/filter_api.php Diff File

master 12cf79d3

2011-10-14 03:03

rombert


Details Diff
Merge pull request #19 from gcompagnon/patch-4

Fix 0011744: Failure getting tag candidates on MSSQL
Affected Issues
0011744
mod - core/tag_api.php Diff File

master c2a05f8c

2011-10-14 02:50

user21490


Details Diff
Fix 0011744: Failure getting tag candidates on MSSQL
make the query to get the available tags id , return the correct list
Affected Issues
0011744
mod - core/tag_api.php Diff File

master-1.2.x 52ac5d2f

2011-10-14 02:50

user21490


Details Diff
Fix 0011744: Failure getting tag candidates on MSSQL
make the query to get the available tags id , return the correct list
Affected Issues
0011744
mod - core/tag_api.php Diff File

master 25f2af84

2011-10-13 20:22

dregad


Details Diff
Init custom fields default value when reporting bug

Fix for 0013406, written by labattsguy. Prior to this, default values
for custom fields were not written to the database at all.

Partially reverts commit bbe690f3d25d4d72041c59f2da6fb3b03a88ebf3
mod - bug_report.php Diff File

master-1.2.x dc0c7182

2011-10-13 20:22

dregad


Details Diff
Init custom fields default value when reporting bug

Fix for 0013406, written by labattsguy. Prior to this, default values
for custom fields were not written to the database at all.

Partially reverts commit bbe690f3d25d4d72041c59f2da6fb3b03a88ebf3
mod - bug_report.php Diff File

master 5bf0888f

2011-10-06 21:16

dregad


Details Diff
Remove bold font in display of category on view.php

Commit cf7539396fced7bdb765bafc796e1d97de2e4443 performed a mass update
which incorrectly replaced the 'td' tag to display category data in the
bug view page, by a 'th' tag. This caused the category to be displayed
in bold.
mod - bug_view_inc.php Diff File

master-1.2.x 55c53f1d

2011-10-06 04:15

Damien Regad


Details Diff
Merge pull request #14 from dregad/fix-12450-relationship-defaults

Better handling of bug relationship defaults via 2 new options in config_defaults_inc.php
mod - bug_report_page.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/constant_inc.php Diff File
mod - core/relationship_api.php Diff File

master 277681c1

2011-10-05 11:50

rombert


Details Diff
Fix 0013370 : CSV export specifies incorrect MIME type

Conflicts:
csv_export.php
Affected Issues
0013370
mod - csv_export.php Diff File

master-1.2.x dd926309

2011-10-05 11:45

rombert


Details Diff
Fix 0013370 : CSV export specifies incorrect MIME type Affected Issues
0013370
mod - csv_export.php Diff File

master-1.2.x ef3759c6

2011-10-03 05:44

dregad


Details Diff
Fixes moving of bugs without category

Prior to this, attempting to move an issue with no category set
(allowed with $g_allow_no_category = ON) to another project generated
error 1502.

Now, Mantis will successfully move the issue, and also set the category
to the default value if it is mandatory in the target project.

Fixes 0013341
Affected Issues
0013341
mod - core/bug_api.php Diff File

master 978b17ac

2011-10-03 05:44

dregad


Details Diff
Fixes moving of bugs without category

Prior to this, attempting to move an issue with no category set
(allowed with $g_allow_no_category = ON) to another project generated
error 1502.

Now, Mantis will successfully move the issue, and also set the category
to the default value if it is mandatory in the target project.

Fixes 0013341
Affected Issues
0013341
mod - core/bug_api.php Diff File

master-2.0.x 7de73b12

2011-10-03 02:40

Paul Richards


Details Diff
Fix calls to db_config_exists
mod - core/file_api.php Diff File
mod - manage_user_page.php Diff File

master 47a2de44

2011-09-30 07:02

rombert


Details Diff
Correct tag retrieval on SQL Server when no tags are defined

Fix 0013363 : Application Failure when trying to select an issue
Affected Issues
0013363
mod - core/tag_api.php Diff File

master-1.2.x 59b1fff9

2011-09-30 07:02

rombert


Details Diff
Correct tag retrieval on SQL Server when no tags are defined

Fix 0013363 : Application Failure when trying to select an issue
Affected Issues
0013363
mod - core/tag_api.php Diff File

master-1.2.x 61c7a982

2011-09-25 11:40

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_belarusian_tarask.txt Diff File
mod - lang/strings_catalan.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_galician.txt Diff File
mod - lang/strings_macedonian.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_serbian.txt Diff File
mod - lang/strings_slovene.txt Diff File
mod - lang/strings_swissgerman.txt Diff File
mod - plugins/MantisGraph/lang/strings_macedonian.txt Diff File
mod - plugins/XmlImportExport/lang/strings_galician.txt Diff File

master 67f88a4e

2011-09-23 16:41

dhx


Details Diff
Issue 0013344: Add missing PHP closing tags for manage_proj pages

Commit 9c1dce12c60f540c242b23fb3212120fff92e049 forgot some PHP closing
tags, preventing manage_project_edit_page and manage_project_page from
parsing correctly.
Affected Issues
0013344
mod - manage_proj_edit_page.php Diff File
mod - manage_proj_page.php Diff File

master ca4da39f

2011-09-23 01:02

dominik


Details Diff
Enhanced plugin_config_get() function

The function now works similar to config_get(), and allows the usage
of user_id and project_id parameters. With this change it is now
possible to fetch plugins config values for a specific user and/or
project.

Fixes 0013346

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0013346
mod - core/plugin_api.php Diff File

master-1.2.x 16ceae15

2011-09-23 01:02

dominik


Details Diff
Enhanced plugin_config_get() function

The function now works similar to config_get(), and allows the usage
of user_id and project_id parameters. With this change it is now
possible to fetch plugins config values for a specific user and/or
project.

Fixes 0013346

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0013346
mod - core/plugin_api.php Diff File

master cbbe1dd6

2011-09-22 21:49

rombert


Details Diff
Fix display of upgrade_warning.php

- use the correct html header
- encode '<' and '>' chars
mod - admin/upgrade_warning.php Diff File

master e7815ec1

2011-09-22 20:56

rombert


Details Diff
SOAP API: Ensure that helper_get_current_project() resolves to the requested project

Fixes 0013324: Adding or updating issue with mylyn causes error #13
Affected Issues
0013324
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x f8a11be3

2011-09-22 20:56

rombert


Details Diff
SOAP API: Ensure that helper_get_current_project() resolves to the requested project

Fixes 0013324: Adding or updating issue with mylyn causes error #13
Affected Issues
0013324
mod - api/soap/mc_issue_api.php Diff File

master 95216cae

2011-09-22 10:04

rombert


Details Diff
Send email notifications when updating bugs using the SOAP API

Fix 0013339 : Email notifications through mantis mylyn connector / SOAP
Affected Issues
0013339
mod - api/soap/mc_issue_api.php Diff File
 First  Prev  1 2 3 ... 80 ... 160 ... 240 ... 320 ... 396 397 398 399 400 401 402 ... 480 ... 560 ... 640 ... 720 ... 751 752 753  Next  Last