Changesets: MantisBT

master ce3ad65b

2016-08-16 12:48

atrol


Details Diff
Call function layout_page_begin with right number of parameters
mod - manage_user_impersonate.php Diff File

master-1.3.x 218ffb3b

2016-08-16 05:19

dregad


Details Diff
Timeline: get history based on filter

Fixes https://github.com/mantisbt/mantisbt/pull/838
mod - core/filter_api.php Diff File
mod - core/history_api.php Diff File
mod - core/timeline_api.php Diff File

master-1.3.x c7bb7f7a

2016-08-16 05:19

cproensa

Committer: dregad


Details Diff
bug_get_bugnote_stats_array(), code clean up
mod - core/bug_api.php Diff File

master-1.3.x 06d0c7a2

2016-08-15 15:27

cproensa

Committer: dregad


Details Diff
Remove unused include in excel_xml_export

The page print_all_bug_options_inc.php is no longer used, as stated in
Issue 0019370
Affected Issues
0019370
mod - excel_xml_export.php Diff File

master-1.3.x b08cafe9

2016-08-15 15:22

cproensa

Committer: dregad


Details Diff
Remove undeclared variables from excel, csv export

The undeclared variables were introduced by error after rebasing PR from
Issue 0020424
Affected Issues
0020424
mod - csv_export.php Diff File
mod - excel_xml_export.php Diff File

master-1.3.x b66af6d2

2016-08-15 07:35

dregad


Details Diff
Remove stray comma

Fix invalid HTML, follow-up on issue 0011964.
Affected Issues
0011964
mod - core/html_api.php Diff File

master 67be52b0

2016-08-15 07:18

syncguru

Committer: dregad


Details Diff
Add missing css classes for plugins page color key

Fixes 0021117
Affected Issues
0021117
mod - css/default.css Diff File

master-1.2.x 45df5c0e

2016-08-15 04:16

dregad


Details Diff
Bump version and prepare 1.2.20 release
mod - core/constant_inc.php Diff File
mod - doc/CREDITS Diff File
mod - doc/RELEASE Diff File

master 49d57adf

2016-08-14 18:03

syncguru

Committer: dregad


Details Diff
Fix column headers and text alignment in Summary page

Fixes 0021119
Affected Issues
0021119
mod - core/summary_api.php Diff File
mod - summary_page.php Diff File

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
 First  Prev  1 2 3 ... 70 ... 140 ... 204 205 206 207 208 209 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last