Changesets: MantisBT

master 6a29d987

2018-10-02 05:54

atrol


Details Diff
Minor performance enhancements in string processing

Issue 0024823
Affected Issues
0024823
mod - core/string_api.php Diff File

master bd7bfd3e

2018-10-02 05:35

atrol


Details Diff
Use always string_display_line_links to prepare single line strings

There was one place in code where function string_display_links instead
of string_display_line_links has been used for single line strings.

Function string_display_links should just be used to prepare multiple line
strings.

Issue 0024822
Affected Issues
0024822
mod - print_all_bug_page_word.php Diff File

master 1e77daf5

2018-10-02 05:10

atrol


Details Diff
Use always string_display_line to prepare single line strings

There were some places in code where function string_display instead
of string_display_line has been used for single line strings.

Function string_display should just be used to prepare multiple line
strings.

Issue 0024822
Affected Issues
0024822
mod - adm_permissions_report.php Diff File
mod - billing_inc.php Diff File
mod - bug_report_page.php Diff File
mod - bug_update_page.php Diff File
mod - bug_view_inc.php Diff File
mod - core/bug_group_action_api.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/filter_form_api.php Diff File
mod - core/print_api.php Diff File
mod - history_inc.php Diff File
mod - manage_config_email_page.php Diff File
mod - manage_config_work_threshold_page.php Diff File
mod - manage_config_workflow_graph_page.php Diff File
mod - manage_config_workflow_page.php Diff File
mod - manage_custom_field_page.php Diff File
mod - manage_filter_page.php Diff File
mod - manage_proj_edit_page.php Diff File
mod - manage_proj_page.php Diff File
mod - news_list_page.php Diff File
mod - print_all_bug_page.php Diff File
mod - proj_doc_delete.php Diff File
mod - proj_doc_page.php Diff File
mod - project_page.php Diff File

master 6630d369

2018-10-01 09:00

atrol


Details Diff
Replace Gitorious by GitLab in Developers Guide

Gitorious was acquired by GitLab in 2015.
The former service is no longer available, but GitLab can also be used
for free hosting of public and private repositories.
mod - docbook/Developers_Guide/en-US/Contributors.xml Diff File

master ab272d61

2018-10-01 01:16

atrol


Details Diff
Merge branch 'master-2.17'
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File
mod - docbook/Developers_Guide/en-US/Revision_History.xml Diff File
mod - manage_filter_edit_page.php Diff File
mod - manage_filter_page.php Diff File

master 25eec2cf

2018-09-30 13:40

vboctor

Committer: atrol


Details Diff
Fix view state references

At the moment we have two configs that related to view state enum:

- `view_state` - which is used for issue and issue notes view state.
- `project_view_state` - which is used for projects.

This commit fixes cases where the wrong view state was used for the scenario at hand.
In the future, we may want to consider have a different view state enum for issues vs. issue notes.

Fixes 0010411
Affected Issues
0010411
mod - bug_actiongroup_page.php Diff File
mod - bug_change_status_page.php Diff File
mod - manage_proj_create_page.php Diff File
mod - manage_proj_edit_page.php Diff File

master 6219ca31

2018-09-30 13:19

vboctor


Details Diff
Support new tags when creating new issues

Fixes 0024774
Affected Issues
0024774
mod - bug_report.php Diff File
mod - core/commands/IssueAddCommand.php Diff File
mod - core/tag_api.php Diff File

master-2.17 b9453cd7

2018-09-29 01:33

atrol


Details Diff
Fix XSS in manage_filter_edit_page

Fixes 0024814
Affected Issues
0024814
mod - manage_filter_edit_page.php Diff File

master-2.17 72ab020a

2018-09-29 01:19

atrol


Details Diff
Fix XSS in manage_filter_page.php

Fixes 0024813
Affected Issues
0024813
mod - manage_filter_page.php Diff File

master-2.17 81828085

2018-09-24 20:19

vboctor


Details Diff
Update release to `2.17.1`
mod - core/constant_inc.php Diff File
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File
mod - docbook/Developers_Guide/en-US/Revision_History.xml Diff File

master ba44b8b3

2018-09-23 22:10

dregad


Details Diff
Merge branch 'master-2.17'
mod - core/filter_form_api.php Diff File

master 3326224e

2018-09-20 01:12

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_galician.txt Diff File
mod - lang/strings_skr-arab.txt Diff File
mod - plugins/XmlImportExport/lang/strings_korean.txt Diff File

master 806cab7d

2018-09-16 22:12

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_serbian.txt Diff File
mod - plugins/MantisGraph/lang/strings_serbian.txt Diff File

master ff1dbab7

2018-09-13 21:09

cproensa

Committer: dregad


Details Diff
Fix switching view mode for temporary filters

Fix switching view mode for a temporary filter.
Previously, switching the advanced or simple view for a temporary
filter, would lose the filter.

Fixes: 0024776
Affected Issues
0024776
mod - core/filter_api.php Diff File

master cb28dfc4

2018-09-13 20:28

cproensa

Committer: dregad


Details Diff
Set explicit project id for filter update

Set the explicit project id for updating the filter, to avoid situations
where the current project has been modified concurrently after loading
the form page.
mod - core/filter_api.php Diff File
mod - view_all_set.php Diff File

master 93d6ea6d

2018-09-13 19:59

cproensa

Committer: dregad


Details Diff
Allow y/n strings for gpc_string_to_bool

Add options for reading "y" and "n" as boolean parameters in
function gpc_string_to_bool
mod - core/gpc_api.php Diff File

master 20116326

2018-09-13 19:10

cproensa

Committer: dregad


Details Diff
Improve presentation of temporary filters

- Show a visual indication in the filter widget icon when the active
filter is a temporary filter
- Create a filter action to make the current temporary filter a
persistent filter

Fixes: 0024775
Affected Issues
0024775
mod - core/filter_api.php Diff File
mod - css/ace-mantis.css Diff File
mod - lang/strings_english.txt Diff File
mod - view_all_set.php Diff File

master 83cbfa6b

2018-09-13 01:01

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_arabic.txt Diff File

master 0c5b6dc9

2018-09-09 22:26

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_skr-arab.txt Diff File
mod - lang/strings_spanish.txt Diff File

master 60a71fd2

2018-09-08 01:52

dregad


Details Diff
PHPDoc update
mod - core/classes/MantisColumn.class.php Diff File

master da36f79c

2018-09-08 01:50

dregad


Details Diff
Make 2nd param of MantisColumn::value() optional

In csv_api.php, the function csv_format_plugin_column_value() calls this
method with only one argument, causing an error on PHP 7.2.

Fixes 0024741
Affected Issues
0024741
mod - core/classes/MantisColumn.class.php Diff File

master cc7a93e4

2018-09-06 11:32

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_russian.txt Diff File
mod - lang/strings_swedish.txt Diff File

master-2.17 66091a42

2018-09-04 15:39

dregad


Details Diff
Use SCRIPT_NAME instead of PHP_SELF

Fix XSS in view_filters_page.php and manage_filter_edit_page.php

Fixes 0024731
Affected Issues
0024731
mod - core/filter_form_api.php Diff File

master 898a625f

2018-09-03 21:29

vboctor


Details Diff
Update release to `2.18.0-dev`
mod - core/constant_inc.php Diff File

master-1.3.x 6dad4388

2018-09-03 21:08

vboctor


Details Diff
Update release to `1.3.16`
mod - core/constant_inc.php Diff File
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File
mod - docbook/Developers_Guide/en-US/Revision_History.xml Diff File
 First  Prev  1 2 3 ... 70 ... 130 131 132 133 134 135 136 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last