Changesets: MantisBT

master d7aa38b7

2016-08-14 16:27

syncguru

Committer: dregad


Details Diff
Fix attachment icon in print bug page

Fixes 0021139
Affected Issues
0021139
mod - print_bug_page.php Diff File

master 86efa5b7

2016-08-14 15:26

syncguru


Details Diff
Add page header to fix columns set page rendering

Fixes 0021398
Affected Issues
0021398
mod - manage_config_columns_set.php Diff File

master e1eb08b1

2016-08-14 15:13

syncguru

Committer: dregad


Details Diff
Clarify the code and add comment
mod - core/html_api.php Diff File

master-1.3.x 77db0389

2016-08-14 14:54

cproensa

Committer: vboctor


Details Diff
Use multiple tokens for bug revision page

As discussed in 0021610, actions presented as links should generate
separate form security tokens.
This commit fixes the drop revision links for bug_revision_view_page

Fixes: 0021610
Affected Issues
0021610
mod - bug_revision_view_page.php Diff File

master-1.3.x f160663f

2016-08-14 14:25

cproensa

Committer: vboctor


Details Diff
Revert multiple tokens for attachement delete links

Revert the logic introduced by fix for Issue 0020142, in which one single
form security token is used for all action links.
The side effect is that only one of those actions can be performed from
the specific originating page.
This is especially a drawback when the actions are links that can be open
in new browsers tabs.

Reverting to separate tokens allows to perform all the actions without
having to reload the originating page.

Note, the original performance issue was solved at the session layer
with 8092c3d.

Fixes: 0021610
Affected Issues
0020142, 0021610
mod - core/print_api.php Diff File

master d430e28f

2016-08-14 12:44

atrol


Details Diff
Remove wrong PHP closing tag

Fixes 0021609
Affected Issues
0021609
mod - news_update.php Diff File

master-1.3.x b9289f96

2016-08-14 11:25

atrol


Details Diff
Use recipient language in subject of @ mention email notification

Fixes 0021577
Affected Issues
0021577
mod - core/email_api.php Diff File

master 75872a13

2016-08-14 02:14

dregad


Details Diff
Fix errors in admin test langs page

Also improve rendering or error and warning messages.

Fixes 0021111 (PR 843)
Affected Issues
0021111
mod - admin/test_langs.php Diff File
mod - lang/strings_english.txt Diff File

master caf4f10a

2016-08-13 22:02

syncguru

Committer: dregad


Details Diff
Fix rendering of projects and subprojects menu bar

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

master 4d8ce6ff

2016-08-13 15:04

syncguru

Committer: dregad


Details Diff
Remove unnecessary tooltips from my view page

Fixes 0021112
Affected Issues
0021112
mod - core/string_api.php Diff File
mod - my_view_inc.php Diff File

master 72636a67

2016-08-13 13:08

syncguru


Details Diff
Align 'prune accounts' button in manage user page.

Fixes 0021114
Affected Issues
0021114
mod - manage_user_page.php Diff File

master fd86d760

2016-08-13 09:38

syncguru

Committer: dregad


Details Diff
Highlight error and warning messages
mod - admin/test_langs.php Diff File

master 3ae3f11c

2016-08-13 09:16

syncguru

Committer: dregad


Details Diff
Switch to single quote strings for dropzone messages
mod - lang/strings_english.txt Diff File

master 5381ddcc

2016-08-13 09:03

syncguru

Committer: dregad


Details Diff
Improve rendering of error and warning messages
mod - admin/test_langs.php Diff File

master 0f93b5e6

2016-08-12 15:41

dregad


Details Diff
Merge branch 'master-1.3.x'

Conflicts:
core/html_api.php (resolved with change in layout_api.php)
css/admin.css (deleted)
mod - admin/check/check_api.php Diff File
mod - admin/check/check_attachments_inc.php Diff File
mod - admin/check/check_display_inc.php Diff File
mod - admin/check/check_php_inc.php Diff File
mod - core/layout_api.php Diff File

master-1.3.x 7abcf3c1

2016-08-12 15:17

dregad


Details Diff
OpenSearch: add admin check for Shortname <= 16 chars

Issue 0011964
Affected Issues
0011964
mod - admin/check/check_display_inc.php Diff File

master-1.3.x 5bf47d4b

2016-08-12 15:15

dregad


Details Diff
OpenSearch: use config_get() for search_title

One occurence of config_get_global() was omitted in commit
35abba2c13e90a534aa91a0541b4ff061e0343ac.

Issue 0011964
Affected Issues
0011964
mod - core/html_api.php Diff File

master-1.3.x 76c8857d

2016-08-12 14:19

dregad


Details Diff
Admin checks: format numbers with thousand separators

Define new check_format_number() API function
mod - admin/check/check_api.php Diff File
mod - admin/check/check_attachments_inc.php Diff File
mod - admin/check/check_php_inc.php Diff File

master-1.3.x 7158f630

2016-08-12 14:17

dregad


Details Diff
Admin CSS adjustments

- Align styles with main Mantis site (default.css)
- Use same default font
- Define styles for top banner
- change alternating greys to new 1.3 colors
- Use border and padding shorthand properties

Fixes 0021601
Affected Issues
0021601
mod - css/admin.css Diff File

master 4665ccca

2016-08-12 08:37

dregad


Details Diff
Admin checks: remove alternating rows logic

Following CSS changes introduced with ModernUI, the alternative row
logic was left in place, resulting in CSS class names generated with a
'1' or '2' suffix (e.g. alert-danger1, alert-info2). Since these classes
do not actually exist, the result table cells were all displayed with
white background instead of using a color matching the test result.

Since we don't need alternating row colors anymore, the whole logic has
been removed from Check API.

Fixes 0021599
Affected Issues
0021599
mod - admin/check/check_api.php Diff File

master 076ba46e

2016-08-12 08:24

dregad


Details Diff
Merge branch '13x'

Conflicts:
core/html_api.php (resolved with change in layout_api.php)
mod - browser_search_plugin.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/email_api.php Diff File
mod - core/layout_api.php Diff File
mod - core/string_api.php Diff File
mod - docbook/Admin_Guide/en-US/config/display.xml Diff File
mod - excel_xml_export.php Diff File
mod - lang/strings_english.txt Diff File

master-1.3.x 519f38fa

2016-08-12 07:56

dregad


Details Diff
Opensearch improvements

- Use standard favicon instead of hardcoded PNG for Mantis search
engines
- Define new config for search engine name prefix (defaults to
$g_window_title)
- Localize search engine ShortNames and Descriptions

Fixes 0011964, Pull request 0000840
Affected Issues
0011964
mod - browser_search_plugin.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/html_api.php Diff File
mod - docbook/Admin_Guide/en-US/config/display.xml Diff File
mod - lang/strings_english.txt Diff File

master-1.3.x 84f43e0f

2016-08-11 08:28

cproensa

Committer: dregad


Details Diff
Fix error for excel export page

Fix an error introduced by commit f233869f, that makes
excel_xml_export.php throw an error when exporting issues.

Issue 0020424

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0020424
mod - excel_xml_export.php Diff File

master-1.3.x d79972d7

2016-08-10 00:12

dregad


Details Diff
Make new '$g_search_title' config public

As per vboctor's suggestion in PR review comments.
mod - config_defaults_inc.php Diff File

master-1.3.x 35abba2c

2016-08-10 00:10

dregad


Details Diff
Use config_get() to be consistent other usages

As per vboctor's suggestion in PR review comments.
mod - browser_search_plugin.php Diff File
 First  Prev  1 2 3 ... 80 ... 160 ... 236 237 238 239 240 241 242 ... 320 ... 400 ... 480 ... 560 ... 640 ... 720 ... 760 761 762  Next  Last