Changesets: MantisBT

master 89fd6b80

2016-07-21 14:10

vboctor


Details Diff
Fix updating issues with undefined status

Fixes 0021375
Affected Issues
0021375
mod - core/print_api.php Diff File

master 30178a7b

2016-07-18 23:24

vboctor


Details Diff
Update screenshots for readme.md
mod - doc/modern_my_view.png Diff File
mod - doc/modern_view_issue.png Diff File
mod - doc/modern_view_issues.png Diff File

release-2.0.0-beta.1 b001b499

2016-07-18 18:27

vboctor


Details Diff
Release 2.0.0-beta.1
mod - core/constant_inc.php Diff File

master 15105177

2016-07-18 18:19

vboctor


Details Diff
Update credits
mod - doc/CREDITS Diff File

master 76f3f9a6

2016-07-18 13:35

rombert


Details Diff
Fix 0021372: Unable to report issues using the SOAP API - Data truncated
for column 'last_updated'
Affected Issues
0021372
mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/IssueAddTest.php Diff File

master-1.3.x 1746e62c

2016-07-18 13:35

rombert


Details Diff
Fix 0021372: Unable to report issues using the SOAP API - Data truncated
for column 'last_updated'
Affected Issues
0021372
mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/IssueAddTest.php Diff File

master 9e219849

2016-07-12 21:36

vboctor


Details Diff
Fix error when updating workflow transitions

Fixes 0021279
Affected Issues
0021279
mod - manage_config_workflow_page.php Diff File

master c3ad66cc

2016-07-10 02:24

badfiles

Committer: vboctor


Details Diff
Use CDN-related functions in MantisGraph

- add missing base64 alignment
- add comment on howto calculate hashes
mod - core/constant_inc.php Diff File
add - js/chart-2.1.6.min.js Diff File
add - js/chart.bundle-2.1.6.min.js Diff File
mod - plugins/MantisGraph/MantisGraph.php Diff File

master ea745b34

2016-07-09 23:43

syncguru

Committer: vboctor


Details Diff
Use matching label for max custom field length

Fixes 0020182
Affected Issues
0020182
mod - manage_custom_field_edit_page.php Diff File

master ab0c7c08

2016-07-09 23:28

syncguru

Committer: vboctor


Details Diff
Switch to modern UI layout for verify page

Fixes 0021131
Affected Issues
0021131
mod - verify.php Diff File

master 038b0f84

2016-07-09 23:14

vboctor


Details Diff
Add placeholder text to lost password form

Fixes 0021220
Affected Issues
0021220
mod - lost_pwd_page.php Diff File

master 6854bb2e

2016-07-09 23:08

syncguru

Committer: vboctor


Details Diff
Replace reference to undefined classic UI function

Fixes 0021130
Affected Issues
0021130
mod - tag_attach.php Diff File

master 70c7d7ad

2016-07-09 23:06

syncguru

Committer: vboctor


Details Diff
Fix div location error

Relocate opening div outside of the conditional statement to match closing div

Fixes 0020240
Affected Issues
0020240
mod - core/filter_api.php Diff File

master ac06d379

2016-07-09 19:18

badfiles

Committer: vboctor


Details Diff
CDN improvement / libraries upgrade

- introduce integrity & crossorigin
- upgrade jquery 2.1.4 to 2.2.4
- upgrade bootstrap 3.3.5 to 3.3.6
- use minified versions of jquery-ui 1.11.4
- upgrade FontAwesome 4.4.0 to 4.6.3
- update corresponding local files

Fixes 0021214, 0021215, 0021216, 0021217
Affected Issues
0021214, 0021215, 0021216, 0021217
mod - core/constant_inc.php Diff File
mod - core/html_api.php Diff File
mod - core/layout_api.php Diff File
rm - css/bootstrap-3.3.5.min.css Diff
add - css/bootstrap-3.3.6.min.css Diff File
rm - css/font-awesome-4.4.0.min.css Diff
add - css/font-awesome-4.6.3.min.css Diff File
mod - css/jquery-ui-1.11.4.min.css Diff File
mod - fonts/.htaccess Diff File
rm - fonts/FontAwesome.otf Diff
mod - fonts/fontawesome-webfont.eot Diff File
mod - fonts/fontawesome-webfont.svg Diff File
mod - fonts/fontawesome-webfont.ttf Diff File
mod - fonts/fontawesome-webfont.woff Diff File
mod - fonts/fontawesome-webfont.woff2 Diff File
rm - js/bootstrap-3.3.5.min.js Diff
add - js/bootstrap-3.3.6.min.js Diff File
rm - js/jquery-2.1.4.min.js Diff
add - js/jquery-2.2.4.min.js Diff File
mod - js/jquery-ui-1.11.4.min.js Diff File

master df1d844a

2016-07-09 17:48

syncguru

Committer: vboctor


Details Diff
Remove left over php closing bracket from priority graph page
mod - plugins/MantisGraph/pages/priority_graph.php Diff File

master-1.3.x 6e1766bd

2016-07-09 15:05

vboctor


Details Diff
Bump release version to 1.3.0 (stable)
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-1.3.x 2f063262

2016-07-08 02:49

dregad


Details Diff
Remove obsolete use of anchor tag

As per https://www.w3.org/TR/html-markup/a.html#a-constraints, the
'name' attribute on the a element is obsolete.
mod - manage_tags_page.php Diff File

master-1.3.x 57d4c7f6

2016-07-08 01:21

atrol


Details Diff
Fix invalid anchor

Issue 21171
Affected Issues
0021171
mod - manage_tags_page.php Diff File

master 9becc32d

2016-07-07 08:03

dregad

Committer: vboctor


Details Diff
Only prepend 'css/' when given a filename without path

Commit 1819bbdf8c2d629798fa48537f9bb167e8d33005 introduced new
html_css_link() function to include CSS files, but made the assumption
that these would always be in the css/ directory.

This lets the admin specify $g_css_include_file with a path, allowing
them to store custom CSS in a different location within the MantisBT
root.

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

master-1.3.x 1643e474

2016-07-07 08:03

dregad

Committer: vboctor


Details Diff
Only prepend 'css/' when given a filename without path

Commit 1819bbdf8c2d629798fa48537f9bb167e8d33005 introduced new
html_css_link() function to include CSS files, but made the assumption
that these would always be in the css/ directory.

This lets the admin specify $g_css_include_file with a path, allowing
them to store custom CSS in a different location within the MantisBT
root.

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

master-1.3.x 62cb79c5

2016-07-05 14:01

cproensa

Committer: vboctor


Details Diff
move "auto_set_status_to_assigned" logic into bug_api

Create a bug api function to evaluate the resulting status after an
assignment action. This function account for the option
"auto_set_status_to_assigned", current handler and status, and requested
new handler and status.

The behaviour of assignments, when this option is enabled, is slightly
modified:
Previously, inconcistent logic allowed to transition a bug into assigned
status by changing handler user, even if the transition is not allowed
by workflow configuration.
Additionally, the assign action was not available to the user if the
assigned status is not reachable by workflow, even when the assign
action would not result in a status change.

Now, the assign action is always available (if allowed by permissions),
and the status change is performed only if the conditions are met,
otherwise, the handler change is always performed.

The conditions needed for automatic change to 'bug_assigned_status' are:
- current handler is empty
- new handler is not empty
- status is not already part of the bug modification
- current status is lower than 'bug_assigned_status'
- 'bug_assigned_status' is reachable by workflow

Fixes 0021203
Affected Issues
0021203
mod - bug_actiongroup.php Diff File
mod - bug_update.php Diff File
mod - core/bug_api.php Diff File
mod - core/bug_group_action_api.php Diff File
mod - core/html_api.php Diff File

master 5de0133c

2016-07-05 14:01

cproensa

Committer: vboctor


Details Diff
move "auto_set_status_to_assigned" logic into bug_api

Create a bug api function to evaluate the resulting status after an
assignment action. This function account for the option
"auto_set_status_to_assigned", current handler and status, and requested
new handler and status.

The behaviour of assignments, when this option is enabled, is slightly
modified:
Previously, inconcistent logic allowed to transition a bug into assigned
status by changing handler user, even if the transition is not allowed
by workflow configuration.
Additionally, the assign action was not available to the user if the
assigned status is not reachable by workflow, even when the assign
action would not result in a status change.

Now, the assign action is always available (if allowed by permissions),
and the status change is performed only if the conditions are met,
otherwise, the handler change is always performed.

The conditions needed for automatic change to 'bug_assigned_status' are:
- current handler is empty
- new handler is not empty
- status is not already part of the bug modification
- current status is lower than 'bug_assigned_status'
- 'bug_assigned_status' is reachable by workflow

Fixes 0021203
Affected Issues
0021203
mod - bug_actiongroup.php Diff File
mod - bug_update.php Diff File
mod - core/bug_api.php Diff File
mod - core/bug_group_action_api.php Diff File
mod - core/html_api.php Diff File

master 60d67ec9

2016-07-05 08:50

siebrand


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_croatian.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_norwegian_nynorsk.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_qqq.txt Diff File
mod - lang/strings_slovene.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_swedish.txt Diff File
mod - lang/strings_volapuk.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_greek.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_qqq.txt Diff File
add - plugins/MantisGraph/lang/strings_afrikaans.txt Diff File
add - plugins/MantisGraph/lang/strings_basque.txt Diff File
mod - plugins/MantisGraph/lang/strings_greek.txt Diff File
mod - plugins/MantisGraph/lang/strings_icelandic.txt Diff File
mod - plugins/MantisGraph/lang/strings_korean.txt Diff File
mod - plugins/MantisGraph/lang/strings_norwegian_nynorsk.txt Diff File
mod - plugins/MantisGraph/lang/strings_qqq.txt Diff File
mod - plugins/MantisGraph/lang/strings_urdu.txt Diff File
mod - plugins/MantisGraph/lang/strings_volapuk.txt Diff File
mod - plugins/XmlImportExport/lang/strings_afrikaans.txt Diff File
add - plugins/XmlImportExport/lang/strings_arabicegyptianspoken.txt Diff File
mod - plugins/XmlImportExport/lang/strings_greek.txt Diff File

master-1.3.x 50a0f079

2016-07-05 04:30

atrol


Details Diff
Update branch names in Developers Guide
mod - docbook/Developers_Guide/en-US/Contributors.xml Diff File

master-1.3.x 1612662d

2016-07-04 22:40

atrol


Details Diff
Change look & feel of links and borders

Changes
-------

Links:
- set color to blue
- don't display changed link color for visited links
- don't use text decoration underline for links
- change color to red when hovering over links

Borders:
- change and harmonize colors, only use grey, remove black (to much
contrast, stresses eyes)

Margin:
- reduced at one place (looks better at report page)

Fixes 0021171
Affected Issues
0021171
mod - css/default.css Diff File
 First  Prev  1 2 3 ... 80 ... 160 ... 239 240 241 242 243 244 245 ... 320 ... 400 ... 480 ... 560 ... 640 ... 720 ... 760 761 762  Next  Last