Changesets: MantisBT

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

master ca8b1e11

2018-12-12 22:12

translatewiki.net


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

master 41557152

2018-12-10 00:59

dregad

Committer: atrol


Details Diff
Hide User Info table footer when not needed

Low-privileged users do not have any available buttons in the footer
below the User Information section on View User Page, so an empty DIV is
displayed.

With this change, the DIV is only shown if user can manage and/or
impersonate users.

Fixes 0025059
Affected Issues
0025059
mod - view_user_page.php Diff File

master 589fe6f4

2018-12-09 21:15

translatewiki.net


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

master 62f6c18e

2018-12-09 05:57

atrol


Details Diff
Add some more information to view_user_page

Fixes 0025042
Affected Issues
0025042
mod - view_user_page.php Diff File

master 3250e83b

2018-12-07 04:17

atrol


Details Diff
Fix PHP 7.3 warning

Starting from PHP 7.3, continue statements targeting switch control flow
structures generate a warning [1].

In our case, we don't want just to break the switch, but continue with
the next row of the database fetch.

Fixes 0025033

[1] http://php.net/manual/en/migration73.incompatible.php
Affected Issues
0025033
mod - core/install_helper_functions_api.php Diff File

master e493a7fc

2018-12-04 21:33

vboctor


Details Diff
Configure ImgBot

Ignore images under css/images/ since are 3rd party files.
add - .imgbotconfig Diff File

master 7d08e105

2018-12-02 20:46

translatewiki.net


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

master c572283e

2018-11-29 06:57

translatewiki.net


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

master e95cba33

2018-11-29 00:43

atrol


Details Diff
Use right default value for projection when creating issues

Regression introduced in 2.13.0 commit b03448f206aa2108ec9c7c993af97429b01754d8

Fixes 0025016
Affected Issues
0025016
mod - core/commands/IssueAddCommand.php Diff File

master 0ae7dcc8

2018-11-25 20:59

translatewiki.net


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

master 4609e811

2018-11-22 11:16

atrol


Details Diff
Truncate values before writing to database history table

TEXTAREA custom fields can contain more than 255 characters.
Changing such fields fails, as the old value can't be stored
in history table.

This change fixes the issue by truncating the string.

Fixes 0025002
Affected Issues
0025002
mod - core/history_api.php Diff File

master 8d5524dc

2018-11-19 23:51

dregad

Committer: GitHub


Details Diff
Update PHPMailer to 6.0.6

Merge pull request #1410 from dregad/phpmailer6

Fixes 0024990
Affected Issues
0024990
mod - composer.json Diff File
mod - composer.lock Diff File
mod - core/email_api.php Diff File

imgbot e5d15368

2018-11-19 17:54

ImgBotApp


Details Diff
[ImgBot] Optimize images

*Total -- 778.71kb -> 683.00kb (12.29%)

/css/images/ui-icons_222222_256x240.png -- 6.76kb -> 4.85kb (28.2%)
/images/mantis_logo.gif -- 7.63kb -> 5.69kb (25.39%)
/css/images/ui-icons_ffffff_256x240.png -- 6.15kb -> 4.81kb (21.88%)
/images/mantis_logo_notext.png -- 10.61kb -> 8.74kb (17.58%)
/doc/modern_view_issue.png -- 164.66kb -> 142.48kb (13.47%)
/doc/modern_my_view.png -- 297.88kb -> 258.47kb (13.23%)
/doc/modern_view_issues.png -- 203.33kb -> 177.60kb (12.66%)
/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png -- 5.68kb -> 5.23kb (7.98%)
/css/images/pattern.jpg -- 6.91kb -> 6.83kb (1.29%)
/docbook/Developers_Guide/en-US/images/mantis_logo.png -- 18.59kb -> 18.37kb (1.2%)
/images/mantis_logo.png -- 18.59kb -> 18.37kb (1.2%)
/docbook/Admin_Guide/en-US/images/mantis_logo.png -- 18.59kb -> 18.37kb (1.2%)
/css/images/ui-icons_ef8c08_256x240.png -- 4.44kb -> 4.40kb (0.86%)
/css/images/ui-icons_228ef1_256x240.png -- 4.44kb -> 4.40kb (0.86%)
/css/images/ui-icons_ffd27a_256x240.png -- 4.44kb -> 4.40kb (0.86%)
mod - css/images/pattern.jpg Diff File
mod - css/images/ui-bg_gloss-wave_35_f6a828_500x100.png Diff File
mod - css/images/ui-icons_222222_256x240.png Diff File
mod - css/images/ui-icons_228ef1_256x240.png Diff File
mod - css/images/ui-icons_ef8c08_256x240.png Diff File
mod - css/images/ui-icons_ffd27a_256x240.png Diff File
mod - css/images/ui-icons_ffffff_256x240.png Diff File
mod - doc/modern_my_view.png Diff File
mod - doc/modern_view_issue.png Diff File
mod - doc/modern_view_issues.png Diff File
mod - docbook/Admin_Guide/en-US/images/mantis_logo.png Diff File
mod - docbook/Developers_Guide/en-US/images/mantis_logo.png Diff File
mod - images/mantis_logo.gif Diff File
mod - images/mantis_logo.png Diff File
mod - images/mantis_logo_notext.png Diff File

dependabot/composer/phpmailer/phpmailer-6.0.6 dfe964f5

2018-11-19 17:40

dependabot[bot]


Details Diff
Bump phpmailer/phpmailer from 5.2.27 to 6.0.6

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 5.2.27 to 6.0.6.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](https://github.com/PHPMailer/PHPMailer/compare/v5.2.27...v6.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
mod - composer.json Diff File
mod - composer.lock Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 144 145 146 147 148 149 150 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 745 746 747  Next  Last