Changesets: MantisBT
|
master 65ae8fa0 2018-09-01 12:23 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 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 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 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 | ||
|
master 9522424d 2018-08-19 22:14 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_russian.txt | Diff File | ||
| mod - plugins/MantisCoreFormatting/lang/strings_russian.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_russian.txt | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_russian.txt | Diff File | ||
|
master 5fa99c07 2018-08-19 04:10 Details Diff |
Address PR feedback - rename findname to search - harmonize button size - move search field to top - combine clickable username filter with new search term |
||
| mod - core/print_api.php | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
|
master 366f7a41 2018-08-17 05:06 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_interlingua.txt | Diff File | ||
| mod - lang/strings_luxembourgish.txt | Diff File | ||
|
master 6e178d8f 2018-08-16 22:41 Raimund Herbert Committer: dregad Details Diff |
Fix filter by date for the soap api In the soap endpoint “mc_filter_search_issues”, it is possible to filter the search result by date. At least it is defined in the wsdl. But as described in the issue 0020101, this parameter has no effect (yet). Therefore handle the date parameters manually in the mc_filter_api, so that it will be appended to the filter. After this change it is possible to filter the search result by a date range. Fixes 0020101 |
Affected Issues 0020101 |
|
| mod - api/soap/mc_filter_api.php | Diff File | ||
|
master ba4ff4ea 2018-08-14 11:22 Details Diff |
Enhance user search functionality - offer unlimited number of search terms - offer quoting of search terms - display entered search string in input field Issue 0012677 |
Affected Issues 0012677 |
|
| mod - manage_user_page.php | Diff File | ||
|
master 5b2e3b65 2018-08-13 12:17 Details Diff |
Enhance user search UI on page manage_user_page.php - Replace label by placeholder - White space fixes - Remove unrelated changes from PR Fixes 0012677 |
Affected Issues 0012677 |
|
| mod - config_defaults_inc.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
|
master 98c45505 2018-08-13 03:43 Committer: atrol Details Diff |
Extend search in manage_user_page.php Search also for username and e-mail Issue 0012677 |
Affected Issues 0012677 |
|
| mod - config_defaults_inc.php | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
|
master e6951da2 2018-08-13 00:03 Committer: atrol Details Diff |
Whitespace / coding guidelines Issue 0012677 |
Affected Issues 0012677 |
|
| mod - manage_user_page.php | Diff File | ||
|
master 298d45f1 2018-08-12 22:16 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_japanese.txt | Diff File | ||
| mod - lang/strings_korean.txt | Diff File | ||
| mod - lang/strings_serbian.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
| add - plugins/Gravatar/lang/strings_japanese.txt | Diff File | ||
| mod - plugins/MantisCoreFormatting/lang/strings_japanese.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_japanese.txt | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_japanese.txt | Diff File | ||
|
master 9d59867c 2018-08-09 06:19 Committer: atrol Details Diff |
Add realname case-insensitive wildcard search on manage_user_page.php Provide the option to exclude a pattern. Searchterm "jan" would lead to wildcard "%jan%" Searchterm "jan -dek" would lead to include "%jan%" and to exclude "%dek%" Issue 0012677 |
Affected Issues 0012677 |
|
| mod - manage_user_page.php | Diff File | ||
|
master 3d01f792 2018-08-08 23:30 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_arabic.txt | Diff File | ||
| add - plugins/Gravatar/lang/strings_arabic.txt | Diff File | ||
| mod - plugins/MantisCoreFormatting/lang/strings_arabic.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_arabic.txt | Diff File | ||
|
master 75a107b3 2018-08-06 04:40 Details Diff |
Merge branch 'master-2.16' | ||
| mod - bug_actiongroup.php | Diff File | ||
|
master d9246b3e 2018-08-05 21:23 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_catalan.txt | Diff File | ||
| mod - lang/strings_korean.txt | Diff File | ||
| mod - lang/strings_luxembourgish.txt | Diff File | ||
| mod - lang/strings_portuguese_brazil.txt | Diff File | ||
| mod - lang/strings_serbian.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
|
master-1.3.x ab558c02 2018-08-02 13:44 Committer: dregad Details Diff |
Fix XSS in bug_actiongroup.php Issue summary was printed on bug_actiongroup.php without being sanitized (CVE-2018-14895). Fixes 0024648 Backported from e8197359de731c92702a0736bb7f082a5f8cbe19 |
Affected Issues 0024648 |
|
| mod - bug_actiongroup.php | Diff File | ||
|
master-2.16 e8197359 2018-08-02 13:44 Committer: dregad Details Diff |
Fix XSS in bug_actiongroup.php Issue summary was printed on bug_actiongroup.php without being sanitized (CVE-2018-14895). Fixes 0024647 |
Affected Issues 0024647 |
|
| mod - bug_actiongroup.php | Diff File | ||
|
master d0d6b012 2018-08-02 03:29 Committer: atrol Details Diff |
Uniformize display of failed group updates Standard and custom bug group actions did not provide the same user experience when displaying error messages. bug_actiongroup.php displays errors in a table, while bug_actiongroup_ext.php prints them with <p> elements. This commit refactors the display code on both pages, by moving it to a new API function bug_group_action_print_results(). Also fixes an issue with the page footer, which was displayed behind the sidebar due to invalid HTML. Fixes 0024643, 0024644 |
Affected Issues 0024643, 0024644 |
|
| mod - bug_actiongroup.php | Diff File | ||
| mod - bug_actiongroup_ext.php | Diff File | ||
| mod - core/bug_group_action_api.php | Diff File | ||
|
master b6dc4348 2018-08-02 00:20 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_italian.txt | Diff File | ||
| mod - lang/strings_portuguese_brazil.txt | Diff File | ||
| mod - lang/strings_portuguese_standard.txt | Diff File | ||
|
master 372d3a3f 2018-07-29 23:47 Details Diff |
Update version to `2.17.0-dev` | ||
| mod - core/constant_inc.php | Diff File | ||