Changesets: MantisBT

master-1.3.x 0751d8e6

2016-08-02 06:54

cproensa


Details Diff
Create EXPORT_BLOCK_SIZE as constant

Used by csv and excel export procedures, to limit the
size of each working block of bugs.

Initial value is proposed after the potential errors for uncontolled
export:
A- Exceeding memory limit. Memory is used mainly for cached data.
Reported errors start to hapen at >10k bugs
B- Exceeding DB query limits: Mysql/others, limit is package size.
Oracle has a more problematic limit for 1000 elements in "IN" clauses".

A value of 500 is chosen as half of (B).
mod - core/constant_inc.php Diff File
mod - csv_export.php Diff File
mod - excel_xml_export.php Diff File

master-1.3.x 24ac2fab

2016-08-02 06:44

cproensa


Details Diff
Use bug_api functions to clear cache
mod - csv_export.php Diff File
mod - excel_xml_export.php Diff File

master 002b4f77

2016-08-01 16:39

cproensa


Details Diff
manage_config_workflow_page, fix html

For threshold rows, fix html.
When user don't have access level to modify, in some situation,
the status table cell was not visible due to html error.

Fixes: 0021583
Affected Issues
0021583
mod - manage_config_workflow_page.php Diff File

master 4726cc54

2016-08-01 16:17

cproensa


Details Diff
manage_config_workflow_set, check for correct access levels

Fix the initial check for access level, which was previously checking
for access to unrelated options.

Fixes: 0021582
Affected Issues
0021582
mod - manage_config_workflow_set.php Diff File

master 083ae280

2016-08-01 15:37

cproensa


Details Diff
Fix Workflow config to acount for complex thresholds

In workflow transitions configuration page, the "Minimum Access Level to
Change to this Status", for bug submitted status, is linked to the
report_bug_threshold option.
If the threshold is configured as an array, the simple dropdown select
cant be used to represent or modify this value, so don't allow it to be
editable.

Fixes: 0021581
Affected Issues
0021581
mod - manage_config_workflow_page.php Diff File
mod - manage_config_workflow_set.php Diff File

master 06af376a

2016-08-01 14:51

cproensa


Details Diff
Fix changelog with limit_reporters

Fix checking user level against report_bug_threshold When limit_reporters
option is enabled.
Previously, reporters could see all bugs when report_bug_threshold was
defined as an array.

Fixes: 0021580
Affected Issues
0021580
mod - changelog_page.php Diff File

master ce3608b7

2016-08-01 13:55

cproensa


Details Diff
Fix comparing threshold as an integer

report_bug_threshold may be an integer or an array, but a check to
see if an access level is "greater than" its value, was assuming
that this threshold was an integer value.

A new function is created to get an integer representation of a
threshold, as the minimum integer value defined in the threshold.

Fixes: 0021579
Affected Issues
0021579
mod - bug_update_page.php Diff File
mod - core/access_api.php Diff File
mod - core/filter_api.php Diff File

master 5ccda887

2016-08-01 04:12

vboctor


Details Diff
Fix by in enum graphs with 0 values

Fixes 0021575
Affected Issues
0021575
mod - plugins/MantisGraph/core/graph_api.php Diff File

master-1.3.x b2455a3f

2016-07-30 08:43

cproensa

Committer: dregad


Details Diff
Add "new status" to EVENT_UPDATE_BUG_STATUS_FORM

Add parameter to EVENT_UPDATE_BUG_STATUS_FORM, to include the new
status.

Fixes: 0017923
Affected Issues
0017923
mod - bug_change_status_page.php Diff File
mod - docbook/Developers_Guide/en-US/Events_Reference_Bug.xml Diff File

master-1.3.x 3c4c165a

2016-07-29 14:17

cproensa

Committer: vboctor


Details Diff
Update documentation for option auto_set_status_to_assigned

Fixes: 21415
mod - docbook/Admin_Guide/en-US/Page_Descriptions.xml Diff File
mod - docbook/Admin_Guide/en-US/config/status.xml Diff File

master b0a64aad

2016-07-29 14:17

cproensa

Committer: vboctor


Details Diff
Update documentation for option auto_set_status_to_assigned

Fixes: 21415
mod - docbook/Admin_Guide/en-US/Page_Descriptions.xml Diff File
mod - docbook/Admin_Guide/en-US/config/status.xml Diff File

master 1771a600

2016-07-28 15:55

cproensa


Details Diff
Don't show empty EVENT_MENU_ISSUE menu items

If the result of event call for EVENT_MENU_ISSUE is null, dont print
bracket with empty content.

Having null as returned value is valid.
For example: a plugin can hook to this event and return either an
actual item or an empty one, based in access level.

Fixes: 0021407
Affected Issues
0021407
mod - bug_view_inc.php Diff File

master-1.3.x 0227d637

2016-07-28 15:49

cproensa


Details Diff
Don't show empty EVENT_MENU_ISSUE menu items

If the result of event call for EVENT_MENU_ISSUE is null, dont print
bracket with empty content.

Having null as returned value is valid.
For example: a plugin can hook to this event and return either an
actual item or an empty one, based in access level.

Fixes: 0021407
Affected Issues
0021407
mod - bug_view_inc.php Diff File

master-1.3.x 79976d43

2016-07-28 15:27

cproensa

Committer: vboctor


Details Diff
Don't show version release date if not set

In roadmap, dont show release date if it's not set.
When the date is not explicitly set, its stored as 1 in database.
Logically it means "date null", but it was being shown as an actual
date: 1970-01-01

Fixes: 0012409
Affected Issues
0012409
mod - roadmap_page.php Diff File

master 2a8f4c36

2016-07-28 15:15

cproensa

Committer: vboctor


Details Diff
Don't show version release date if not set

In roadmap, dont show release date if it's not set.
When the date is not explicitly set, its stored as 1 in database.
Logically it means "date null", but it was being shown as an actual
date: 1970-01-01

When not showing date, also becasue of option $g_show_roadmap_dates set
to OFF, do not show the calendar icon.

Fixes: 0012409
Affected Issues
0012409
mod - roadmap_page.php Diff File

master 61c56f53

2016-07-23 19:11

vboctor


Details Diff
Support icon in ‘main_menu_custom_options’

Add support for icon in main_menu_custom_options and update documentation.

Fixes 0021414
Affected Issues
0021414
mod - config_defaults_inc.php Diff File
mod - core/layout_api.php Diff File
mod - docbook/Admin_Guide/en-US/config/html.xml Diff File

master e64257ca

2016-07-23 00:10

vboctor


Details Diff
Update documentation for plugin main menu events

Fixes 0021397
Affected Issues
0021397
mod - docbook/Developers_Guide/en-US/Events_Reference_Output.xml Diff File

master b39075ed

2016-07-22 23:59

vboctor


Details Diff
Show ‘main_menu_custom_options’ in main menu

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

master 0c645992

2016-07-22 23:31

vboctor


Details Diff
Revise the EVENT_MENU_MAIN_FRONT and

Revise the plugin events for main menu options to expect url, label and icon.

Affected Events
- EVENT_MENU_MAIN_FRONT
- EVENT_MENU_MAIN

Sample Response that adds two menu options. One with icon and one using default icon.

array(
array(
'title' => 'Bell',
'url' => 'bell.php',
),
array(
'title' => 'Bell2',
'icon' => 'fa-bell',
'url' => 'bell2.php',
),
);

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

master 5ccd1217

2016-07-22 22:48

vboctor


Details Diff
Use small button style for Wiki btn on view issue

Fixes 0021405
Affected Issues
0021405
mod - bug_view_inc.php Diff File

master bbc5742a

2016-07-22 22:44

vboctor


Details Diff
Use book icon for wiki menu option

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

master e292627e

2016-07-22 05:31

vboctor


Details Diff
Fix signup and login buttons on top bar

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

master e32fda76

2016-07-22 05:26

vboctor


Details Diff
Hide ‘Report Issue’ when user doesn’t have access

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

master 1ae70e8c

2016-07-22 05:09

vboctor


Details Diff
Fix Wiki Integration

Fixes 0021405
Affected Issues
0021405
mod - core/classes/MantisCoreWikiPlugin.class.php Diff File

master 45896c6b

2016-07-22 05:04

vboctor


Details Diff
Remove wiki_enabled()

Remove wiki_enabled() since it wasn’t used in most of code.
Using it will require including wiki_api in areas where it is otherwise
not necessary.
mod - core/wiki_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 224 225 226 227 228 229 230 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last