Changesets: MantisBT

master 261b89ab

2018-12-30 12:12

cproensa

Committer: dregad


Details Diff
Filters contains unneeded reset entry in collapsed mode.

The [reset filter] option in dropdown list, when the widget is
collapsed, is no longer needed, as now there is a dedicated button.
mod - core/filter_api.php Diff File

master 9787aa22

2018-12-30 12:08

cproensa

Committer: dregad


Details Diff
Remove persist filter option for anonymous user

Users that can't use persistent filters (currently, anonymous user),
should not be presented with the option to do so.
mod - core/filter_api.php Diff File
mod - view_all_set.php Diff File

master fd56979f

2018-12-30 10:40

atrol


Details Diff
Update Bootstrap to 3.4.0

Fixes 0024672
Affected Issues
0024672
mod - core/constant_inc.php Diff File
rm - css/bootstrap-3.3.6.css Diff
rm - css/bootstrap-3.3.6.min.css Diff
add - css/bootstrap-3.4.0.css Diff File
add - css/bootstrap-3.4.0.min.css Diff File
rm - js/bootstrap-3.3.6.min.js Diff
add - js/bootstrap-3.4.0.js Diff File
add - js/bootstrap-3.4.0.min.js Diff File

master-1.3.x ba29b8d8

2018-12-30 00:12

dregad


Details Diff
Update PHPMailer library to 5.2.27

Patches several security issues and improves PHP 7.2 compatibility.

Fixes 0025131
Affected Issues
0025131
mod - library/README.md Diff File
mod - library/phpmailer Diff File

master 8dbcfa12

2018-12-29 07:45

dregad


Details Diff
Add "Check Installation" to Admin menu

The Admin Checks used to be available via the Administration pages'
menu in Mantis <= 1.3. However, the menu item disappeared when the
Modern UI was introduced.

This reintroduces a dedicated tab, facilitating access to this useful
troubleshooting tool.

Fixes 0025130
Affected Issues
0025130
mod - admin/check/index.php Diff File
mod - core/html_api.php Diff File

master 014bf679

2018-12-29 07:36

dregad


Details Diff
Refactor print_admin_menu_bar()

Avoid code duplication through use of an array to define the menu tabs
to display.
mod - core/html_api.php Diff File

master 1417e38c

2018-12-29 00:22

cproensa

Committer: dregad


Details Diff
Add configuration for viewing roadmap threshold

Fixes: 0025116
Affected Issues
0025116
mod - docbook/Admin_Guide/en-US/Page_Descriptions.xml Diff File
mod - manage_config_work_threshold_page.php Diff File
mod - manage_config_work_threshold_set.php Diff File

master da62c7bf

2018-12-29 00:21

cproensa

Committer: dregad


Details Diff
Change "new account" button into a link

The "new account" button is implemented as a standalone form, but since
the destination page is not required to do any action, a link is best
suited instead.

A link button also avoids browser warnings when going back (eg, after a
validation error when submitting the actual form).

Fixes: 0025112
Affected Issues
0025112
mod - manage_user_page.php Diff File

master de71b42f

2018-12-29 00:20

talentant

Committer: dregad


Details Diff
Whitespace

https://github.com/mantisbt/mantisbt/pull/1430
mod - config_defaults_inc.php Diff File

master 34c79974

2018-12-26 23:54

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_breton.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_icelandic.txt Diff File
mod - lang/strings_zazaki.txt Diff File
mod - plugins/XmlImportExport/lang/strings_icelandic.txt Diff File

master eeb23fa1

2018-12-26 05:59

cproensa


Details Diff
Add documentation

For new options
- 'limit_reporter_unless_threshold'
- 'limit_handler_unless_threshold'
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/Page_Descriptions.xml Diff File
mod - docbook/Admin_Guide/en-US/config/misc.xml Diff File

master acffd536

2018-12-25 15:42

cproensa


Details Diff
Check proper issue access for changelog, roadmap

Use the actual access api checks for ensuring the user has view access
to each issue.

Fixes: 0025115
Affected Issues
0025115
mod - changelog_page.php Diff File
mod - roadmap_page.php Diff File

master e8cd8367

2018-12-25 14:25

cproensa


Details Diff
Remove filter_api dead code

The old code for filters was left as deprecated, but with new access
options it becomes invalid logic.
mod - core/filter_api.php Diff File

master 5bed42fe

2018-12-24 09:13

cproensa

Committer: dregad


Details Diff
PR fixes
mod - config_defaults_inc.php Diff File
mod - core/constant_inc.php Diff File
mod - set_project.php Diff File
mod - view_all_set.php Diff File

master 34da8ca8

2018-12-24 08:48

cproensa

Committer: dregad


Details Diff
Revert search field to its original position

Due to concerns about the vertical space occupied by the filter box, now
when rendering the filter widget for view issues page, the text search
field is back to its original position below the fields table, in line
with the form submit button.
mod - core/filter_api.php Diff File
mod - core/filter_form_api.php Diff File

master 5fdbc387

2018-12-22 21:22

cproensa

Committer: dregad


Details Diff
Apply uniform color to filter titles

Apply uniform blue color for filter properties titles whether they are a
link or not.
mod - core/filter_form_api.php Diff File
mod - css/default.css Diff File

master 92f172d5

2018-12-22 16:58

cproensa

Committer: dregad


Details Diff
Rearrange filter dialog widget

There were some issues withthe filter dialog:
- The form tags are not placed correctly in the layout, crossing inner
div boundaries.
- The section at the bottom is not hidden when the widget is collapsed.
- Only one form is used, but there are several actions that don't need
to share all form fields.

In order to improve some of the dialog options, the layour has been
rearranged:

- Move the buttons toolbar to the top of the widget, following the
general style of other widgets.
- Move the "text search" field inside the filter parameters area. This
is part of the filter properties and should be managed and rendered by
the dedicated code.
- Assign each area its own form. Time ago, the filter submit would parse
all the fields as a whole, but now there's the option to evaluate only
the submitted fields, incrementally over the affected filter. This
allows to separate the header search field, filter load dorwpdowns, etc,
into individual forms.

Fixes: 0025109
Affected Issues
0025109
mod - core/filter_api.php Diff File
mod - core/filter_form_api.php Diff File
mod - css/ace-mantis.css Diff File
mod - js/bugFilter.js Diff File
mod - js/common.js Diff File
mod - lang/strings_english.txt Diff File
mod - manage_filter_edit_page.php Diff File
mod - view_filters_page.php Diff File

master d37afdb3

2018-12-21 22:49

cproensa

Committer: dregad


Details Diff
Create view_all_set.php constants

Replace magic numbers with constants in view_all_set.php for filter
actions.
mod - browser_search_plugin.php Diff File
mod - changelog_page.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/constant_inc.php Diff File
mod - core/filter_api.php Diff File
mod - core/print_api.php Diff File
mod - core/summary_api.php Diff File
mod - main_page.php Diff File
mod - roadmap_page.php Diff File
mod - set_project.php Diff File
mod - view_all_set.php Diff File

master 4b8143e5

2018-12-21 22:05

cproensa

Committer: dregad


Details Diff
Clean up filter dialog code

Remove unused function parameters

$p_page_number is not needed, the filter does not manage pagination
$p_for_screen is not used
$p_expanded is not used. If a reduced form variant is ever needed, it
will be a better approach to write new code that manages the collapsed
state.

Remove unused form inputs

view_all_set.php?f=3 the "f" parameter is not used
"print" form parameter is not used
"offset" form parameter is not used
"page_number" form parameter is no used
mod - core/filter_api.php Diff File
mod - view_all_inc.php Diff File

master 2cd44d49

2018-12-21 11:46

cproensa

Committer: dregad


Details Diff
Remove redundant reset filter actions

Remove the "reset filter" entry in the filter selection dropdown, as we
now have a dedicated action button.
The old button for "reset filter" was being showed when the filter
selection was hidden, but it's not needed now as the new action button
is always displayed.
mod - core/filter_api.php Diff File

master 32d819b3

2018-12-21 11:11

cproensa

Committer: dregad


Details Diff
Add actions as buttons in filter dialog

Add some actions as buttons placed in the filter dialog working area.
Replace old buttons having verbose decription by new iconized buttons,
for actions "reset filter" and "save filter".
Include new action button for persisting a temporary filter.
mod - core/filter_api.php Diff File

master 2fb55a8e

2018-12-19 19:21

vboctor


Details Diff
Displaying header shouldn’t redirect to login page

Fixes 0025100
Affected Issues
0025100
mod - core/layout_api.php Diff File

master e16586bf

2018-12-19 19:07

vboctor


Details Diff
Fix cookie settings to use plugin AuthFlags

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

master a759e186

2018-12-16 22:34

elpoutro

Committer: dregad


Details Diff
Add plugin filters management in search.php

Before modification, filters created through plugins (using MantisFilter
class and EVENT_FILTER_FIELDS hook) cannot be used in "Permalink"
functionality.

Now, the data about filters mapped by EVENT_FILTER_FIELDS hook are
managed by search.php witch is used to analyse permanent links.

Fixes 0025072
Affected Issues
0025072
mod - search.php Diff File

master 95657a78

2018-12-16 21:59

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_hungarian.txt Diff File
mod - plugins/MantisGraph/lang/strings_spanish.txt Diff File
 First  Prev  1 2 3 ... 70 ... 127 128 129 130 131 132 133 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last