Changesets: MantisBT

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

master-2.16 f8529642

2018-09-03 21:03

vboctor


Details Diff
Update release to `2.16.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 c6b2dd5b

2018-09-03 20:56

vboctor


Details Diff
Update release to `2.17.0`
mod - core/constant_inc.php Diff File
mod - doc/CREDITS 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 bbd8f79c

2018-09-02 22:18

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_belarusian_tarask.txt Diff File
mod - lang/strings_bulgarian.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_macedonian.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
add - plugins/Gravatar/lang/strings_norwegian_bokmal.txt Diff File

master 65ae8fa0

2018-09-01 12:23

atrol

Committer: vboctor


Details Diff
Do not offer impersonating of disabled users

Fixes 0024719
Affected Issues
0024719
mod - core/authentication_api.php Diff File

master 7bbd8333

2018-08-30 23:25

Raimund Herbert

Committer: vboctor


Details Diff
Add filter for the “last updated“ date in the soap api

Currently the soap method `mc_filter_search_issues` allows to filter
the result set by the “sumbitted” date of the issue. But not with the
“last updated” date.

For a task, we need to get the latest updated issues, to execute some
business logic. Therefore expand the soap api, with this additional
filter, so that's now also posssible to filter the result-set of the
search with the last “updated date”.

- Add this new filter to the `mc_filter_api`, simular like the
“submitted date”.
- Add it also the the wsdl, so that this new api is documented for
other programms.

Fixes 0024717
Affected Issues
0024717
mod - api/soap/mantisconnect.wsdl Diff File
mod - api/soap/mc_filter_api.php Diff File

master ef32cb91

2018-08-28 04:40

atrol


Details Diff
Code and performance enhancements

Issue 0024696
Affected Issues
0024696
mod - core/bug_group_action_api.php Diff File

master 4e86afc4

2018-08-26 23:59

atrol


Details Diff
Add update_bug_threshold check for custom field bulk operations

Fixes 0024696
Affected Issues
0024696
mod - core/bug_group_action_api.php Diff File

master d0a073bd

2018-08-26 21:47

translatewiki.net


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

master 6ed35e4f

2018-08-23 01:21

atrol


Details Diff
Obsolete option default_manage_user_prefix

The option has been introduced in 2003 to solve performance issues on
installations with thousands of users.

The option was not documented in Admin Guide.

Paging (hardcoded 50 records) has been implemented in 2008.
After this, there is no longer the need for the option.
The performance is fine, even with more than 35k users.

Issue 0024689
Affected Issues
0024689
mod - config_defaults_inc.php Diff File
mod - core/obsolete.php Diff File
mod - manage_user_page.php Diff File

master 5b15c23b

2018-08-22 22:23

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_russian.txt Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 147 148 149 150 151 152 153 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 745 746 747  Next  Last