Changesets: MantisBT

master-1.3.x d7c92d77

2016-10-12 01:01

dregad


Details Diff
Documentation: minor fix in dev guide plugin section
mod - docbook/Developers_Guide/en-US/Plugins_Building.xml Diff File

master c1d04f92

2016-10-11 20:18

syncguru

Committer: vboctor


Details Diff
Hide 'View Issues' buttons in small screens

Fixes 0021794
Affected Issues
0021794
mod - my_view_inc.php Diff File

master a77e6760

2016-10-11 19:11

syncguru

Committer: vboctor


Details Diff
Fix sidebar menu toggle button for small screens

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

master 51c1b057

2016-10-09 10:24

Carlos Proensa


Details Diff
Remove use of global filter

filter_init() is not needed now that filter api functions dont rely on
global filter. These pages, also, should not alter current active filter
since may be using to query or edit a different filter than current one.
mod - manage_filter_edit_page.php Diff File
mod - return_dynamic_filters.php Diff File

master c885ef9f

2016-10-09 09:56

Carlos Proensa


Details Diff
Ensure filter is valid

The filter must be validated before use. Even if the filter was valid
when saved, new filter fields may have been created in the application
by the addition of plugin or custom fields.

With the addition of filter_ensure_valid_filter, the checking of
_view_type is not needed here, since it's already done in that function.
mod - manage_filter_edit_page.php Diff File
mod - return_dynamic_filters.php Diff File
mod - view_filters_page.php Diff File

master b287fcd7

2016-10-09 09:40

Carlos Proensa


Details Diff
Update new pages copyright comments
mod - core/filter_form_api.php Diff File
mod - manage_filter_delete.php Diff File
mod - manage_filter_edit_page.php Diff File
mod - manage_filter_edit_update.php Diff File
mod - manage_filter_page.php Diff File

master 04f96c2b

2016-10-09 07:29

Carlos Proensa


Details Diff
Rearrange some fields in filter box

Change the position of some fileds in the filter box:
- For main fields, keep first the most common fields.
- For main fields, move to the end fields that depends on project configuration to
be hidden or shown. This way fixed fields wont change their position
across different projects.
- Filter related fields (per-page, sort, etc), are shown with a
separator to other field groups. This also helps with the styling since their
orientation is horizontal.
- "per-page" has been moved to the filter-related fields group
- "note-by" has been moved to the main fields group.
mod - core/filter_form_api.php Diff File

master ccb0dda7

2016-10-09 07:10

Carlos Proensa


Details Diff
Move FilterBoxGridLayout fo filter_form_api.php

This class is specific of the filter form generation.
mod - core/filter_form_api.php Diff File
mod - core/html_api.php Diff File

master 46fddbcb

2016-10-09 06:56

Carlos Proensa


Details Diff
Rewrite filter box generation

Use TableGridLayout classes to generate a table of elements that are
dynamically accomodated over the available table space.
This avoids having empty cells in filter box if some fields are not
visible.
mod - core/filter_api.php Diff File
mod - core/filter_form_api.php Diff File
mod - manage_filter_edit_page.php Diff File
mod - view_filters_page.php Diff File

master 9170e568

2016-10-09 06:56

Carlos Proensa


Details Diff
Add filter parameter fo print_filter_ functions

Allow the use of print_filter_... functions to be used use with a
provided filter array, not only the global filter.
Fix phpdoc.
mod - core/filter_form_api.php Diff File
mod - return_dynamic_filters.php Diff File

master febd5fc6

2016-10-08 14:17

vboctor


Details Diff
Fix merge error
mod - core/layout_api.php Diff File

master c4e6b2c3

2016-10-08 14:06

Carlos Proensa


Details Diff
Create filter_print_api.php
mod - core/filter_api.php Diff File
add - core/filter_form_api.php Diff File
mod - return_dynamic_filters.php Diff File

master f3dc2a35

2016-10-08 13:32

vboctor

Committer: GitHub


Details Diff
Merge pull request #909 from vboctor/issue21727_inline_attachments

Show attachments inline with notes

Fixes 0021727
Affected Issues
0021727
mod - bug_monitor_list_view_inc.php Diff File
mod - bug_view_inc.php Diff File
mod - bugnote_add.php Diff File
mod - bugnote_add_inc.php Diff File
mod - bugnote_stats_inc.php Diff File
mod - bugnote_view_inc.php Diff File
mod - config_defaults_inc.php Diff File
add - core/bug_activity_api.php Diff File
mod - core/collapse_api.php Diff File
mod - core/file_api.php Diff File
mod - core/layout_api.php Diff File
mod - core/print_api.php Diff File
mod - core/relationship_api.php Diff File
mod - css/default.css Diff File
mod - docbook/Admin_Guide/en-US/Configuration.xml Diff File
add - docbook/Admin_Guide/en-US/config/view.xml Diff File
mod - js/common.js Diff File
mod - lang/strings_english.txt Diff File
rm - print_bug_page.php Diff
rm - print_bugnote_inc.php Diff

master dec7243b

2016-10-08 13:29

vboctor


Details Diff
Fix php error in bug update page
mod - bugnote_view_inc.php Diff File

master 85f8f5d3

2016-10-08 13:23

vboctor


Details Diff
Remove breadcrums and navbar from print
mod - core/layout_api.php Diff File

master c4bd72ff

2016-10-08 06:31

Carlos Proensa


Details Diff
Classes for building table grid layout

Classes that provide managed generation of an HTML table content,
consisting of TR and TH/TD elements which are arranged sequentially
on a grid.
mod - core/html_api.php Diff File

master-1.3.x 83fe03db

2016-10-07 10:34

atrol

Committer: vboctor


Details Diff
Fix documentation of configuration files

Fixes 0021757
Affected Issues
0021757
mod - docbook/Admin_Guide/en-US/Customizing.xml Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

master f459d762

2016-10-04 19:51

vboctor


Details Diff
Fix link to attachments section from View Issues
mod - bugnote_view_inc.php Diff File

master 3171349c

2016-10-04 19:42

vboctor


Details Diff
Replace print page with styling of view page

Instead of having a redundant print page, use css media styles
to style the view page to tweak it for printing.
mod - bug_monitor_list_view_inc.php Diff File
mod - bug_view_inc.php Diff File
mod - bugnote_add_inc.php Diff File
mod - bugnote_stats_inc.php Diff File
mod - core/collapse_api.php Diff File
mod - core/layout_api.php Diff File
mod - core/print_api.php Diff File
mod - core/relationship_api.php Diff File
mod - css/default.css Diff File
rm - print_bug_page.php Diff
rm - print_bugnote_inc.php Diff

master 16fd68a1

2016-10-03 19:00

vboctor


Details Diff
Fix attach files dropzone in report issue page

Apply the same exception as view page until 0021651 is fixed.

Fixes 0021743
Affected Issues
0021743
mod - core/http_api.php Diff File

master 53b8da39

2016-10-03 18:41

vboctor


Details Diff
Disable attachments to private notes

Until we have proper logic to protect such attachments,
we will disable them for now to avoid accidental disclosure.
mod - bugnote_add.php Diff File
mod - bugnote_add_inc.php Diff File
mod - js/common.js Diff File

master d9d5543f

2016-10-03 18:14

vboctor


Details Diff
Use notes to add attachments + remove attach box
mod - bug_monitor_list_view_inc.php Diff File
mod - bug_view_inc.php Diff File
mod - bugnote_add.php Diff File

master 19191817

2016-10-03 18:00

vboctor


Details Diff
Use user pref for bugnote order + other tweaks
mod - config_defaults_inc.php Diff File
mod - core/bug_activity_api.php Diff File
mod - core/print_api.php Diff File
mod - lang/strings_english.txt Diff File

master-1.3.x 224d0dee

2016-10-03 07:59

atrol


Details Diff
Allow users to remove real name from their account

Fixes 0021737
Affected Issues
0021737
mod - account_update.php Diff File

master 46fa6283

2016-10-03 06:16

atrol


Details Diff
Display realname in breadcrumb div

Reintroduce behaviour of versions <= 1.3.x
Display realname independent from $g_show_realname

Rearranged code for small performance enhancements for anonymous users

Fixes 0021736
Affected Issues
0021736
mod - core/layout_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 201 202 203 204 205 206 207 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 733 734 735  Next  Last