Changesets: MantisBT
|
master 67ca16dd 2019-01-07 12:50 Details Diff |
PR fixes | ||
| mod - core/access_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master 454f4456 2019-01-07 12:13 Committer: vboctor Details Diff |
Cache users in manage project page Reduce the number of sql queries by caching the user list. Fixes: 0023904 |
Affected Issues 0023904 |
|
| mod - manage_proj_edit_page.php | Diff File | ||
|
master 11f29fc4 2019-01-07 11:59 Committer: dregad Details Diff |
Lang strings | ||
| mod - core/filter_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master 4ec7a42c 2019-01-07 04:51 Committer: dregad Details Diff |
MantisGraph, highlight active graph page link. Display as active the link for current graph summary page. Fixes: 0025163 |
Affected Issues 0025163 |
|
| mod - plugins/MantisGraph/MantisGraph.php | Diff File | ||
|
master 29d30768 2019-01-07 02:51 Committer: dregad Details Diff |
MantisGraph, don't exclude status if using a filter When explicitly using a filter for summary pages, do nox exclude closed status, in order to match the expected results from the filter. |
||
| mod - plugins/MantisGraph/core/graph_api.php | Diff File | ||
|
master f7ee96e0 2019-01-07 02:39 Committer: dregad Details Diff |
Display filter information for summary pages Print filter related information for summary page. If a filter has been applied, dispplay a notice, bug count, link to view issues. |
||
| mod - core/html_api.php | Diff File | ||
| mod - core/summary_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master-2.19 557420ba 2019-01-07 01:30 dependabot[bot] Committer: dregad Details Diff |
Bump adodb/adodb-php from 5.20.13 to 5.20.14 Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.20.13 to 5.20.14. - [Release notes](https://github.com/ADOdb/ADOdb/releases) - [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md) - [Commits](https://github.com/ADOdb/ADOdb/compare/v5.20.13...v5.20.14) Signed-off-by: dependabot[bot] <support@dependabot.com> Fixes 0025178 |
Affected Issues 0025178 |
|
| mod - composer.lock | Diff File | ||
|
master dc16d45c 2019-01-07 00:40 Committer: dregad Details Diff |
MantisGraph, implement core filter functionality Extend MantisGraph functionality to filter by a filter provided to summary pages. Existing queries has not been modified logically, only the additional restriction, to get issues matching with the filter, has been added. |
||
| mod - plugins/MantisGraph/MantisGraph.php | Diff File | ||
| mod - plugins/MantisGraph/core/graph_api.php | Diff File | ||
| mod - plugins/MantisGraph/pages/category_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/developer_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/issues_trend_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/priority_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/reporter_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/resolution_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/severity_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/status_graph.php | Diff File | ||
|
master a4ddb97c 2019-01-06 23:15 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_skr-arab.txt | Diff File | ||
|
dependabot/composer/adodb/adodb-php-5.20.14 efd579b6 2019-01-06 19:30 dependabot[bot] Details Diff |
Bump adodb/adodb-php from 5.20.13 to 5.20.14 Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.20.13 to 5.20.14. - [Release notes](https://github.com/ADOdb/ADOdb/releases) - [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md) - [Commits](https://github.com/ADOdb/ADOdb/compare/v5.20.13...v5.20.14) Signed-off-by: dependabot[bot] <support@dependabot.com> |
||
| mod - composer.lock | Diff File | ||
|
master a435a2cb 2019-01-06 15:44 Committer: dregad Details Diff |
Fix DBQuery clear current_row Clear 'current_row' register when executing a query, to fix the scenario where a query object is reused after a binded value is modified. |
||
| mod - core/classes/DbQuery.class.php | Diff File | ||
|
master aaf4d8b0 2019-01-06 14:09 Committer: dregad Details Diff |
MantisGraph, update includes and init Since 1.3, plugins don't need to explicitly include core apis. The proper way to include plugin's own apis is with plugin_require_api(). For a better organization, plugin apis can be inluded in the plugin init() method, so it does not need to be included for each plugin's page. An additional benefit is that these apis are only included when the plugin is enabled, as opposed to having the includes in the plain php file. |
||
| mod - plugins/MantisGraph/MantisGraph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/category_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/developer_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/issues_trend_bycategory_table.php | Diff File | ||
| mod - plugins/MantisGraph/pages/issues_trend_bystatus_table.php | Diff File | ||
| mod - plugins/MantisGraph/pages/issues_trend_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/issues_trend_page.php | Diff File | ||
| mod - plugins/MantisGraph/pages/priority_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/reporter_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/resolution_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/severity_graph.php | Diff File | ||
| mod - plugins/MantisGraph/pages/status_graph.php | Diff File | ||
|
master d581ec0d 2019-01-05 15:31 Committer: dregad Details Diff |
Filtered summary links Update the links in summary page, for tabs and each of the results, to follow the currently applied filter with the new implementation. |
||
| mod - core/html_api.php | Diff File | ||
| mod - core/summary_api.php | Diff File | ||
| mod - summary_page.php | Diff File | ||
|
master 0c84a1e0 2019-01-05 14:13 Committer: dregad Details Diff |
View_all_set option to copy a filter Add the option in view_all_set to create a new instance of a temporary filter, so it has a new key and further changes don't have effects on the original one. |
||
| mod - view_all_set.php | Diff File | ||
|
master 0127d169 2019-01-05 06:18 Committer: dregad Details Diff |
Allow view_all_set redirect to summary_page Implement a redirect to summary page, to create a temporary filter from the current persistent filter, and land directly in summary page. |
Affected Issues 0025697 |
|
| mod - view_all_inc.php | Diff File | ||
| mod - view_all_set.php | Diff File | ||
|
master ec84a285 2019-01-04 14:50 Committer: dregad Details Diff |
Optimization for summary filter queries Implement a filter query cache, avoiding the creation of a new query object for the same filter, in each summary report. |
||
| mod - core/filter_api.php | Diff File | ||
| mod - core/summary_api.php | Diff File | ||
|
master 79652600 2019-01-03 05:46 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_zazaki.txt | Diff File | ||
|
master 48572095 2019-01-02 15:12 Committer: dregad Details Diff |
Implement core summary with filter Extend standard summary page to filter by a provided filter array. Existing queries has not been modified logically, only the additional restriction, to get issues matching with the filter, has been added. Summary page now supports a receiving a temporary filter key as request parameter. If no key is povided, a generic filter will be used which shows all accesible issues by the user, to match the previous summary behaviour. Fixes: 0009757, 0021931, 0025165 |
Affected Issues 0009757, 0021931, 0025165 |
|
| mod - core/summary_api.php | Diff File | ||
| mod - summary_page.php | Diff File | ||
| mod - view_all_inc.php | Diff File | ||
|
master 99c67401 2019-01-02 12:21 Details Diff |
Update release to `2.20.0-dev` | ||
| mod - core/constant_inc.php | Diff File | ||
|
master-1.3.x 7869deed 2019-01-02 12:00 Details Diff |
Update release to `1.3.17` | ||
| 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.18 a08d87c1 2019-01-02 11:57 Details Diff |
Update release to `2.18.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 280e7e5e 2019-01-02 11:51 Details Diff |
Update release to `2.19.0` | ||
| 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 8bb6e75f 2019-01-02 11:50 Details Diff |
Update credits | ||
| mod - doc/CREDITS | Diff File | ||
|
master 16a46b50 2019-01-01 09:55 Committer: dregad Details Diff |
Refactor user_pref_api db queries Refactor db queries that still use hardcoded parameters. |
Affected Issues 0025850, 0027113 |
|
| mod - core/user_pref_api.php | Diff File | ||
|
master f9244fe1 2019-01-01 08:23 Committer: dregad Details Diff |
Force default project even if user is protected | ||
| mod - core/current_user_api.php | Diff File | ||