Changesets: MantisBT

master 9e3d7711

2011-12-04 23:40

rombert


Details Diff
SOAP API: tag fixes

- add mc_issue_set_tags
- use proper access checks when attaching and detaching tags

Fixes 0013446: Add tags support to soap api
Affected Issues
0013446
mod - api/soap/mantisconnect.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_tag_api.php Diff File
mod - tests/soap/TagTest.php Diff File

master-1.2.x c9c13982

2011-12-04 23:40

rombert


Details Diff
SOAP API: tag fixes

- add mc_issue_set_tags
- use proper access checks when attaching and detaching tags

Fixes 0013446: Add tags support to soap api
Affected Issues
0013446
mod - api/soap/mantisconnect.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_tag_api.php Diff File
mod - tests/soap/TagTest.php Diff File

master 5882a628

2011-12-04 22:56

rombert


Details Diff
Correct issue cleanup in IssueAddTest.testCreateIssueWithTags
mod - tests/soap/IssueAddTest.php Diff File

master 617fba51

2011-12-04 22:53

rombert


Details Diff
Allow getting/setting tags as part of the mc_issue(get/set/add) methods

Fixes 0013446: Add tags support to soap api
Affected Issues
0013446
mod - tests/soap/IssueAddTest.php Diff File

master 5ccae290

2011-12-04 22:48

rombert


Details Diff
Allow getting/setting tags as part of the mc_issue(get/set/add) methods

Fixes 0013446: Add tags support to soap api
Affected Issues
0013446
mod - api/soap/mantisconnect.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_tag_api.php Diff File
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File

master-1.2.x 0a8bbbdf

2011-12-04 22:48

rombert


Details Diff
Allow getting/setting tags as part of the mc_issue(get/set/add) methods

Fixes 0013446: Add tags support to soap api
Affected Issues
0013446
mod - api/soap/mantisconnect.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_tag_api.php Diff File
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File

master 633d1d00

2011-12-04 22:19

rombert


Details Diff
Fix user variable name in mc_tag_delete

Thanks to atrol for spotting the error.
mod - api/soap/mc_tag_api.php Diff File

master-1.2.x 009db420

2011-12-04 22:19

rombert


Details Diff
Fix user variable name in mc_tag_delete

Thanks to atrol for spotting the error.
mod - api/soap/mc_tag_api.php Diff File

master 505c0607

2011-12-04 21:15

rombert


Details Diff
Implement mc_tag_get_all, mc_tag_add, mc_tag_delete

Fixes 0013446: Add tags support to soap api
Affected Issues
0013446
add - api/soap/mc_tag_api.php Diff File
add - tests/soap/TagTest.php Diff File
mod - api/soap/mantisconnect.php Diff File
mod - api/soap/mc_core.php Diff File
mod - tests/soap/AllTests.php Diff File
mod - tests/soap/SoapBase.php Diff File

master-1.2.x 9a1a1c48

2011-12-04 21:15

rombert


Details Diff
Implement mc_tag_get_all, mc_tag_add, mc_tag_delete

Fixes 0013446: Add tags support to soap api
Affected Issues
0013446
add - api/soap/mc_tag_api.php Diff File
add - tests/soap/TagTest.php Diff File
mod - api/soap/mantisconnect.php Diff File
mod - api/soap/mc_core.php Diff File
mod - tests/soap/AllTests.php Diff File
mod - tests/soap/SoapBase.php Diff File

master-1.2.x 98ff0a5f

2011-12-02 22:38

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
add - lang/strings_serbian_latin.txt Diff File
add - plugins/MantisCoreFormatting/lang/strings_serbian.txt Diff File
add - plugins/MantisCoreFormatting/lang/strings_serbian_latin.txt Diff File
add - plugins/MantisGraph/lang/strings_danish.txt Diff File
add - plugins/MantisGraph/lang/strings_serbian.txt Diff File
add - plugins/MantisGraph/lang/strings_serbian_latin.txt Diff File
add - plugins/XmlImportExport/lang/strings_bulgarian.txt Diff File
add - plugins/XmlImportExport/lang/strings_serbian.txt Diff File
add - plugins/XmlImportExport/lang/strings_serbian_latin.txt Diff File
mod - config_defaults_inc.php Diff File
mod - lang/strings_arabic.txt Diff File
mod - lang/strings_breton.txt Diff File
mod - lang/strings_bulgarian.txt Diff File
mod - lang/strings_catalan.txt Diff File
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_estonian.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_hungarian.txt Diff File
mod - lang/strings_icelandic.txt Diff File
mod - lang/strings_interlingua.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_lithuanian.txt Diff File
mod - lang/strings_macedonian.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_ripoarisch.txt Diff File
mod - lang/strings_serbian.txt Diff File
mod - lang/strings_slovak.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_bulgarian.txt Diff File
mod - plugins/MantisGraph/lang/strings_bulgarian.txt Diff File
mod - plugins/MantisGraph/lang/strings_lithuanian.txt Diff File
mod - plugins/MantisGraph/lang/strings_polish.txt Diff File
mod - plugins/XmlImportExport/lang/strings_turkish.txt Diff File

master 1f2887ab

2011-12-02 08:45

rombert


Details Diff
Declare TagData/TagDataArray types

Affects 0013446: Add tags support to soap api
mod - api/soap/mantisconnect.php Diff File

master 937f21b1

2011-12-02 08:38

rombert


Details Diff
Extract tag_count and tag_get_all

Affects 0013446: Add tags support to soap api
mod - core/tag_api.php Diff File
mod - manage_tags_page.php Diff File

master-1.2.x be3dde78

2011-12-02 08:27

rombert


Details Diff
Extract tag_count and tag_get_all

Affects 0013446: Add tags support to soap api
mod - core/tag_api.php Diff File
mod - manage_tags_page.php Diff File

master be9d73c7

2011-12-02 07:51

rombert


Details Diff
Only update bugnotes when actual fields have changed

Fixes 0013377: Calling mc_issue_update creates erroneous "Note View State changed" items in history
Affected Issues
0013377
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x 0b70730c

2011-12-02 07:51

rombert


Details Diff
Only update bugnotes when actual fields have changed

Fixes 0013377: Calling mc_issue_update creates erroneous "Note View State changed" items in history
Affected Issues
0013377
mod - api/soap/mc_issue_api.php Diff File

master a91c7321

2011-12-02 07:10

rombert


Details Diff
Merge branch 'master' of git@github.com:mantisbt/mantisbt.git
mod - admin/check/check_config_inc.php Diff File
mod - admin/check/check_php_inc.php Diff File
mod - admin/check/index.php Diff File
mod - admin/test_langs.php Diff File
mod - api/soap/mc_file_api.php Diff File
mod - core/bug_api.php Diff File
mod - core/config_api.php Diff File
mod - core/file_api.php Diff File
mod - core/sponsorship_api.php Diff File
mod - login_page.php Diff File
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File

master da3ae978

2011-12-02 07:09

rombert


Details Diff
Added basic documentation for integrating with MantisBT
add - docbook/Developers_Guide/en-US/Integrating.xml Diff File
mod - docbook/Developers_Guide/en-US/Developers_Guide.xml Diff File

master-1.2.x 60975a54

2011-12-02 07:03

rombert


Details Diff
Added basic documentation for integrating with MantisBT
add - docbook/developers/en/integrators.sgml Diff File
mod - docbook/developers/en/developers.sgml Diff File
mod - docbook/developers/en/file-entities.ent Diff File

master 4a051090

2011-12-02 02:57

atrol


Details Diff
Fix 0013644 Deleting an issue with assigned sponsorship throws error Affected Issues
0013644
mod - core/bug_api.php Diff File
mod - core/sponsorship_api.php Diff File

master-1.2.x fbcd8a63

2011-12-02 02:53

atrol


Details Diff
Fix 0013644 Deleting an issue with assigned sponsorship throws error Affected Issues
0013644
mod - core/bug_api.php Diff File
mod - core/sponsorship_api.php Diff File

master af03f786

2011-12-01 23:23

dregad


Details Diff
Improve admin checks for language strings

This brings the following improvements to test_lang.php:

- Simplify the code by defining a new checkplugins() function for
plugins language checks, allowing to use a revised checklangdir()
for both the main and the plugin language strings (removes the
recursive call)

- Use PHP scandir() function to retrieve a sorted array of files
instead of manually building it using opendir() and a loop on
readdir()

- Process the languages in alphabetical order

- Array having strings as keys are valid tokens. Fixes 0013643
This avoids reporting errors is useful for plugin error strings like
$MANTIS_ERROR['plugin_example_error1'] = 'Error message';

- Better formatting of error messages

- Whitespace and coding guidelines fixes

NOTE: This commit has been ported to master for consistency, although
the new format of the strings_english.txt file is not compatible with
the logic in test_lang.php.
Affected Issues
0013643
mod - admin/test_langs.php Diff File

master-1.2.x 8e346687

2011-12-01 23:23

dregad


Details Diff
Improve admin checks for language strings

This brings the following improvements to test_lang.php:

- Simplify the code by defining a new checkplugins() function for
plugins language checks, allowing to use a revised checklangdir()
for both the main and the plugin language strings (removes the
recursive call)

- Use PHP scandir() function to retrieve a sorted array of files
instead of manually building it using opendir() and a loop on
readdir()

- Process the languages in alphabetical order

- Array having strings as keys are valid tokens. Fixes 0013643
This avoids reporting errors is useful for plugin error strings like
$MANTIS_ERROR['plugin_example_error1'] = 'Error message';

- Better formatting of error messages

- Whitespace and coding guidelines fixes
Affected Issues
0013643
mod - admin/test_langs.php Diff File

master 8867520a

2011-11-28 01:06

VeMag


Details Diff
Fix 0013083: Only 50 bugs (default) are shown

function call filter_api.php, line 1034 it's writen "-1 indicates you want to see all bugs"
Affected Issues
0013083
mod - plugins/MantisGraph/pages/bug_graph_bycategory.php Diff File
mod - plugins/MantisGraph/pages/bug_graph_bystatus.php Diff File

master-1.2.x 501d30bd

2011-11-28 01:06

VeMag


Details Diff
Fix 0013083: Only 50 bugs (default) are shown

function call filter_api.php, line 1034 it's writen "-1 indicates you want to see all bugs"
Affected Issues
0013083
mod - plugins/MantisGraph/pages/bug_graph_bycategory.php Diff File
mod - plugins/MantisGraph/pages/bug_graph_bystatus.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 388 389 390 391 392 393 394 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last