Changesets: MantisBT

master-1.2.x 8fb27ae7

2011-12-07 04:55

dregad


Details Diff
Define custom field alias using id instead of name

The old method of defining a custom field alias based on the field's
name, generated SQL syntax error when trying to sort on that field in
the view issues page, if the name contains characters not valid for an
SQL identifier (e.g. '-', '(', ')', etc).

Fixes 0012404, 0012680
Affected Issues
0012404, 0012680
mod - core/filter_api.php Diff File

master 246d4116

2011-12-06 19:42

rombert


Details Diff
Merge commit '8867520a44482dc9e0a8b0ccecf557482ff2cb3d'
mod - plugins/MantisGraph/pages/bug_graph_bycategory.php Diff File
mod - plugins/MantisGraph/pages/bug_graph_bystatus.php Diff File

master 7c41a9d8

2011-12-06 11:05

rombert


Details Diff
Fixes 0004516: my_view_inc.php ignores config-option bug_count_hyperlink_prefix Affected Issues
0004516
mod - my_view_inc.php Diff File

master-1.2.x e26131c7

2011-12-06 11:03

rombert


Details Diff
Fixes 0004516: my_view_inc.php ignores config-option bug_count_hyperlink_prefix Affected Issues
0004516
mod - my_view_inc.php Diff File

master-1.2.x d6b95920

2011-12-06 10:55

rombert


Details Diff
Allow content types to be overriden when downloading files

Fixes 0013439: Wrong Content-type for various MSOffice documents
Affected Issues
0013439
mod - config_defaults_inc.php Diff File
mod - core/file_api.php Diff File
mod - file_download.php Diff File

master fbac3900

2011-12-06 10:49

rombert


Details Diff
Allow content types to be overriden when downloading files

Fixes 0013439: Wrong Content-type for various MSOffice documents
Affected Issues
0013439
mod - config_defaults_inc.php Diff File
mod - core/file_api.php Diff File
mod - file_download.php Diff File

master bfc04a4d

2011-12-06 10:36

rombert


Details Diff
Allow overriding content-type for text/ and image/ files served by plugins

Fixes 0013193: Files served by plugins do not have a Content-Type header set

Conflicts:
file_download.php
Affected Issues
0013193
mod - core/plugin_api.php Diff File
mod - core/utility_api.php Diff File
mod - file_download.php Diff File

master-1.2.x ce3a276b

2011-12-06 10:28

rombert


Details Diff
Allow overriding content-type for text/ and image/ files served by plugins

Fixes 0013193: Files served by plugins do not have a Content-Type header set
Affected Issues
0013193
mod - core/plugin_api.php Diff File
mod - core/utility_api.php Diff File
mod - file_download.php Diff File

master-1.2.x 649a14f2

2011-12-06 04:21

rombert


Details Diff
Fixes 0011457: Wrong comment LDAP field in config_defaults_inc.php Affected Issues
0011457
mod - config_defaults_inc.php Diff File

master 8ddb68c8

2011-12-06 04:21

rombert


Details Diff
Fixes 0011457: Wrong comment LDAP field in config_defaults_inc.php Affected Issues
0011457
mod - config_defaults_inc.php Diff File

master 4d47034b

2011-12-06 04:19

rombert


Details Diff
Fixes 0011459: Wrong comment delete_other_bug_threshold in config_defaults_inc.php Affected Issues
0011459
mod - config_defaults_inc.php Diff File

master-1.2.x 0dbc39d1

2011-12-06 04:18

rombert


Details Diff
Fixes 0011459: Wrong comment delete_other_bug_threshold in config_defaults_inc.php Affected Issues
0011459
mod - config_defaults_inc.php Diff File

master a5c5e57a

2011-12-06 03:28

rombert


Details Diff
Fixes 0012199: Cannot add 'eta' to bug_report_page_fields Affected Issues
0012199
mod - bug_report_page.php Diff File

master-1.2.x 65322c6b

2011-12-06 03:27

rombert


Details Diff
Fixes 0012199: Cannot add 'eta' to bug_report_page_fields Affected Issues
0012199
mod - bug_report_page.php Diff File

master 1a73c894

2011-12-06 03:05

rombert


Details Diff
Fixes 0012393: MantisGraph graph_api.php:error_text() is broken when using JpGraph Affected Issues
0012393
mod - plugins/MantisGraph/core/graph_api.php Diff File

master-1.2.x f6a94a6f

2011-12-06 03:05

rombert


Details Diff
Fixes 0012393: MantisGraph graph_api.php:error_text() is broken when using JpGraph Affected Issues
0012393
mod - plugins/MantisGraph/core/graph_api.php Diff File

master-1.2.x 1880cef5

2011-12-06 02:27

rombert


Details Diff
Fixes 0013491: Mark generated e-mails with 'auto-generated' according to RFC 3834 Affected Issues
0013491
mod - core/email_api.php Diff File

master 79a92fba

2011-12-06 02:26

rombert


Details Diff
Fixes 0013491: Mark generated e-mails with 'auto-generated' according to RFC 3834 Affected Issues
0013491
mod - core/email_api.php Diff File

master fe8e82a5

2011-12-05 22:25

rombert


Details Diff
Allow mc_project_get_{issues,issue_headers} to work with ALL_PROJECTS

Fixes 0013526: It is not possible to retrieve issues for 'All Projects'
Affected Issues
0013526
mod - api/soap/mc_project_api.php Diff File
mod - tests/soap/FilterTest.php Diff File

master-1.2.x ecf3eb75

2011-12-05 22:25

rombert


Details Diff
Allow mc_project_get_{issues,issue_headers} to work with ALL_PROJECTS

Fixes 0013526: It is not possible to retrieve issues for 'All Projects'
Affected Issues
0013526
mod - api/soap/mc_project_api.php Diff File
mod - tests/soap/FilterTest.php Diff File

master 670a5bf2

2011-12-05 21:14

rombert


Details Diff
Documented expected compatibility between releases for the SOAP API
mod - docbook/Developers_Guide/en-US/Integrating.xml Diff File

master-1.2.x f58911eb

2011-12-05 21:14

rombert


Details Diff
Documented expected compatibility between releases for the SOAP API
mod - docbook/developers/en/integrators.sgml Diff File

master c9a1b6d9

2011-12-05 21:08

rombert


Details Diff
Implement mc_user_profiles_get_all

Fixes 0013646: Support profile fields
Affected Issues
0013646
add - api/soap/mc_user_profile_api.php Diff File
mod - api/soap/mantisconnect.php Diff File
mod - api/soap/mc_core.php Diff File

master-1.2.x bbde4d49

2011-12-05 21:08

rombert


Details Diff
Implement mc_user_profiles_get_all

Fixes 0013646: Support profile fields
Affected Issues
0013646
add - api/soap/mc_user_profile_api.php Diff File
mod - api/soap/mantisconnect.php Diff File
mod - api/soap/mc_core.php Diff File

master 7e30f001

2011-12-05 20:35

rombert


Details Diff
Add support for getting/setting the profile_id field

Affects 0013646: Support profile fields
mod - api/soap/mc_issue_api.php Diff File
 First  Prev  1 2 3 ... 80 ... 160 ... 240 ... 320 ... 392 393 394 395 396 397 398 ... 400 ... 480 ... 560 ... 640 ... 720 ... 751 752 753  Next  Last