Changesets: MantisBT

master 4a6f03b9

2009-11-11 14:22

siebrand


Details Diff
Remove hard coded colon
mod - print_bugnote_inc.php Diff File
mod - print_all_bug_page_word.php Diff File
mod - bugnote_view_inc.php Diff File
mod - lang/strings_english.txt Diff File

master 3564e3f7

2009-11-11 13:59

siebrand


Details Diff
Merge branch 'master' of git://mantisbt.org/mantisbt

master 7fabc22b

2009-11-11 03:56

siebrand


Details Diff
Localisation updates from translatewiki.net (2009-11-11)
mod - lang/strings_dutch.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_ripoarisch.txt Diff File
mod - lang/strings_occitan.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_galician.txt Diff File
mod - lang/strings_catalan.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_swissgerman.txt Diff File
add - plugins/MantisCoreFormatting/lang/strings_hsb.txt Diff File
mod - lang/strings_swissgerman.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_hungarian.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_occitan.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_hungarian.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_japanese.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_french.txt Diff File
mod - lang/strings_galician.txt Diff File
mod - lang/strings_ukrainian.txt Diff File

master-1.2.x e9d7b203

2009-11-10 15:48

jreese


Details Diff
Commit 55878bd7 escapes using the wrong delimiter
mod - core/string_api.php Diff File

master 9f2e24da

2009-11-10 15:48

jreese


Details Diff
Commit 55878bd7 escapes using the wrong delimiter
mod - core/string_api.php Diff File

master-1.2.x 2656c2f5

2009-11-10 15:07

rombert


Details Diff
Issue 0011138: Error when retrieving bug via SOAP

Proper check for return values and avoid returning nulls to count.
Affected Issues
0011138
mod - api/soap/mc_issue_api.php Diff File

master f7435b8c

2009-11-10 15:07

rombert


Details Diff
Issue 0011138: Error when retrieving bug via SOAP

Proper check for return values and avoid returning nulls to count.
Affected Issues
0011138
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x a27f6316

2009-11-09 16:58

rombert

Committer: dhx


Details Diff
Issue 0011088: Update emails show @0@ instead of the access level of each bugnote author

Update email_format_bug_message to pass in the project id to access_get_project_level
for the bugnote reporter instead of relying on helper_get_current_project() to
guess the correct one.

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0011088
mod - core/email_api.php Diff File

master e35d857f

2009-11-09 16:58

rombert

Committer: dhx


Details Diff
Issue 0011088: Update emails show @0@ instead of the access level of each bugnote author

Update email_format_bug_message to pass in the project id to access_get_project_level
for the bugnote reporter instead of relying on helper_get_current_project() to
guess the correct one.

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0011088
mod - core/email_api.php Diff File

master-1.2.x 70bbad26

2009-11-09 16:16

rombert


Details Diff
Issue 0011138: Error when retrieving bug via SOAP

Fixes a possible error in mci_issue_get_attachments when the
user does not have access to viewing attachments.
Affected Issues
0011138
mod - api/soap/mc_issue_api.php Diff File

master bbe5fb15

2009-11-09 16:16

rombert


Details Diff
Issue 0011138: Error when retrieving bug via SOAP

Fixes a possible error in mci_issue_get_attachments when the
user does not have access to viewing attachments.
Affected Issues
0011138
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x 256ba000

2009-11-09 16:02

rombert


Details Diff
Fixes 0011137: Error when trying to retrieve bug via SOAP that is not in a category

Fixes and add test cases for:

- creating an issue with no category
- updating an issue to have no category
- retrieving an issue with no category

Also fixes:

- getting filter issues
- getting filter issue headers
- getting project issues
- getting project issue headers
Affected Issues
0011137
mod - api/soap/mc_project_api.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/SoapBase.php Diff File
mod - api/soap/mc_filter_api.php Diff File

master 222e1e8b

2009-11-09 16:02

rombert


Details Diff
Fixes 0011137: Error when trying to retrieve bug via SOAP that is not in a category

Fixes and add test cases for:

- creating an issue with no category
- updating an issue to have no category
- retrieving an issue with no category

Also fixes:

- getting filter issues
- getting filter issue headers
- getting project issues
- getting project issue headers
Affected Issues
0011137
mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/SoapBase.php Diff File
mod - api/soap/mc_filter_api.php Diff File

master-1.2.x fc1b513d

2009-11-09 14:53

rombert


Details Diff
Fixes 0011133: mc_project_get_issue_headers does not wholly use BugData

Two remaining occurences of array access have been fleshed out
in mc_project_get_issue_headers.

Two tests have been added, to verify correct behaviour and to
validate another reported issue - incorrect note count.
Affected Issues
0011133
mod - api/soap/mc_project_api.php Diff File
mod - tests/soap/FilterTest.php Diff File

master d4ebd61b

2009-11-09 14:53

rombert


Details Diff
Fixes 0011133: mc_project_get_issue_headers does not wholly use BugData

Two remaining occurences of array access have been fleshed out
in mc_project_get_issue_headers.

Two tests have been added, to verify correct behaviour and to
validate another reported issue - incorrect note count.
Affected Issues
0011133
mod - api/soap/mc_project_api.php Diff File
mod - tests/soap/FilterTest.php Diff File

master-1.2.x 55878bd7

2009-11-08 03:22

dhx


Details Diff
Fix 0010535: Escape path and short_path configuration options

As these two options can contain slashes, periods and other characters
with special meaning in PRCE, they must be escaped prior to use within
regular expression patterns.
Affected Issues
0010535
mod - core/string_api.php Diff File

master 193ae8b9

2009-11-08 03:22

dhx


Details Diff
Fix 0010535: Escape path and short_path configuration options

As these two options can contain slashes, periods and other characters
with special meaning in PRCE, they must be escaped prior to use within
regular expression patterns.
Affected Issues
0010535
mod - core/string_api.php Diff File

master-1.2.x e99d93b1

2009-11-06 11:11

jreese


Details Diff
Implement optional sorting for custom columns

In order to allow custom columns to be useful and consistent with native
columns, the user must be able to sort issues based on the custom
columns. An optional sorting implementation was added based on the
method for adding custom filters to the filter queries. A flag was
added to the MantisColumn archetype to allow the column author to
specify if the column is sortable; if not, the column header will not be
clickable, preventing user confusion.
mod - core/columns_api.php Diff File
mod - core/custom_function_api.php Diff File
mod - core/classes/MantisColumn.class.php Diff File
mod - core/filter_api.php Diff File
mod - core/classes/MantisFilter.class.php Diff File

master 82a3b9ce

2009-11-06 11:11

jreese


Details Diff
Implement optional sorting for custom columns

In order to allow custom columns to be useful and consistent with native
columns, the user must be able to sort issues based on the custom
columns. An optional sorting implementation was added based on the
method for adding custom filters to the filter queries. A flag was
added to the MantisColumn archetype to allow the column author to
specify if the column is sortable; if not, the column header will not be
clickable, preventing user confusion.
mod - core/columns_api.php Diff File
mod - core/custom_function_api.php Diff File
mod - core/classes/MantisColumn.class.php Diff File
mod - core/classes/MantisFilter.class.php Diff File
mod - core/filter_api.php Diff File

master-1.2.x 2aac6b77

2009-11-05 09:15

jreese


Details Diff
Fix 0011090: NOTICE when soft dependencies not met Affected Issues
0011090
mod - core/plugin_api.php Diff File

master b0b8cd4b

2009-11-05 09:15

jreese


Details Diff
Fix 0011090: NOTICE when soft dependencies not met Affected Issues
0011090
mod - core/plugin_api.php Diff File

master-1.2.x 896c5e52

2009-11-05 02:19

dhx


Details Diff
Merge branch 'master-1.2.x' of mantisbt.org:mantisbt into master-1.2.x

master-1.2.x f9de1f5a

2009-11-05 02:03

vboctor


Details Diff
Fixes 0011125: Auto-focus on password field when re-authenticating address. Affected Issues
0011125
mod - core/authentication_api.php Diff File

master 3af3ab3e

2009-11-05 02:03

vboctor


Details Diff
Fixes 0011125: Auto-focus on password field when re-authenticating address. Affected Issues
0011125
mod - core/authentication_api.php Diff File

master-1.2.x 0b7510c0

2009-11-04 23:03

vboctor


Details Diff
Fixes 0011117: Unable to get files attached to ALL_PROJECTS - thanks to watergad. Affected Issues
0011117
mod - core/file_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 472 473 474 475 476 477 478 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last