Changesets: MantisBT
|
master f12d6552 2016-10-20 21:05 Details Diff |
Fix missing new line from attachment list New line was missing when having attachments that don’t support preview. For example, add 3 PDF files and they will all appear on same line. Fixes 0021727 |
Affected Issues 0021727 |
|
| mod - core/print_api.php | Diff File | ||
|
master 916edd39 2016-10-20 13:35 Committer: dregad Details Diff |
Add print_button() back as v1.3 compatible Reintroduce the original print_button() function, to keep compatibility with external code. However, this functions redirects to the new one, and is marked as deprecated. Fixes: 0021815 |
Affected Issues 0021815 |
|
| mod - core/print_api.php | Diff File | ||
|
master 3d64ae7f 2016-10-20 11:30 Committer: dregad Details Diff |
Refactor: rename print_button() Rename print_button() to print_link_button() Signed-off-by: Damien Regad <dregad@mantisbt.org> Conflicts on rebase: admin/move_attachments.php |
||
| mod - account_delete.php | Diff File | ||
| mod - admin/move_attachments.php | Diff File | ||
| mod - admin/move_attachments_page.php | Diff File | ||
| mod - api_token_create.php | Diff File | ||
| mod - api_token_revoke.php | Diff File | ||
| mod - bug_actiongroup.php | Diff File | ||
| mod - bug_actiongroup_ext.php | Diff File | ||
| mod - bug_relationship_graph.php | Diff File | ||
| mod - bugnote_edit_page.php | Diff File | ||
| mod - bugnote_view_inc.php | Diff File | ||
| mod - core/access_api.php | Diff File | ||
| mod - core/authentication_api.php | Diff File | ||
| mod - core/html_api.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - main_page.php | Diff File | ||
| mod - manage_plugin_page.php | Diff File | ||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - news_view_page.php | Diff File | ||
| mod - print_all_bug_options_reset.php | Diff File | ||
| mod - print_all_bug_options_update.php | Diff File | ||
| mod - project_page.php | Diff File | ||
| mod - tag_update_page.php | Diff File | ||
| mod - tag_view_page.php | Diff File | ||
|
master 9bbb66b2 2016-10-20 05:33 Joel C. Llano Committer: vboctor Details Diff |
New MantisMarkdown class, extends Parsedown Enables MantisBT specific requirements, and allows override of Parsedown methods - conflicts between line starting with # and issue id references - quote markdown, ensure vertical border color works in all backgrounds - instantiate markdown extension |
||
| add - core/classes/MantisMarkdown.php | Diff File | ||
| mod - core/markdown_api.php | Diff File | ||
| mod - css/default.css | Diff File | ||
|
master 7965004b 2016-10-20 03:56 Carlos Proensa Details Diff |
Update documentation for $g_filter_custom_fields_per_row $g_filter_custom_fields_per_row is used now to set the fields per row in the filter form, and does apply to all filter fields, not only custom fields. Fixes: 0021032 |
||
| mod - config_defaults_inc.php | Diff File | ||
| mod - docbook/Admin_Guide/en-US/config/filters.xml | Diff File | ||
|
master 55c4ad73 2016-10-20 03:06 Carlos Proensa Details Diff |
Clean up definition of filter property defaults Move the definition of filter defaults to one single place in filter_api. Fixes: 0021618 |
||
| mod - core/filter_api.php | Diff File | ||
|
master-1.3.x e7973023 2016-10-20 00:54 Committer: vboctor Details Diff |
Fix summary filter links for hide_status Fixes: 0021197 |
Affected Issues 0021197 |
|
| mod - core/summary_api.php | Diff File | ||
|
master-1.3.x 38694ca6 2016-10-20 00:01 Committer: vboctor Details Diff |
Fix my view link for filter resolved The link generated for "resolved" filter in my_view_inc.php was setting an incorrect value for parameter hide_status. Fix to use the default value for hide_status, in the same way other filters in this page do. Fixes: 0021812 |
Affected Issues 0021812 |
|
| mod - my_view_inc.php | Diff File | ||
|
master 60f4e5fb 2016-10-19 18:17 LeoZandvliet Committer: vboctor Details Diff |
Fix javascipt errors on login and signup pages This will fix 'uncaught error ... requires jQuery' on login and signup page. Fixes 0021805 |
Affected Issues 0021805 |
|
| mod - core/layout_api.php | Diff File | ||
|
master c97b135f 2016-10-19 17:48 Committer: vboctor Details Diff |
Remove CSP allowing inline js code Fixes 0021669 |
Affected Issues 0021669 |
|
| mod - plugins/MantisGraph/MantisGraph.php | Diff File | ||
|
master 1496d17f 2016-10-19 17:29 Committer: vboctor Details Diff |
Relocate and load graph JS files from plugin files dir Fixes 0021669 |
Affected Issues 0021669 |
|
| mod - plugins/MantisGraph/MantisGraph.php | Diff File | ||
|
master 92102f23 2016-10-19 14:18 Carlos Proensa Details Diff |
Reallocate logic for setting view_state | ||
| mod - core/filter_api.php | Diff File | ||
| mod - view_all_set.php | Diff File | ||
|
master dffb0c34 2016-10-19 13:33 Carlos Proensa Details Diff |
Adjust usage of filter_gpc_get in view_all_set Fix type 1 (update filter) to force read all parameters to build the updated filter. At the moment, the filter update is not requested to be updated incrementally. For example, the filter form sends all field values, whether they were modified or not. Use incremental filter update for type 5 (search string), and type 6 (update view_state), where only those parameters are submitted. |
||
| mod - view_all_set.php | Diff File | ||
|
master a7d40688 2016-10-19 10:45 Carlos Proensa Details Diff |
Fix store temporary token for filter Fixes error when clicking filters from my_view |
||
| mod - view_all_set.php | Diff File | ||
|
master 8f8f351b 2016-10-19 08:01 Details Diff |
Merge remote-tracking branch 'origin/master-1.3.x' Conflicts: config_defaults_inc.php core/constant_inc.php doc/CREDITS |
||
| mod - account_update.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/email_api.php | Diff File | ||
| mod - core/error_api.php | Diff File | ||
| mod - doc/CREDITS | Diff File | ||
| mod - docbook/Admin_Guide/en-US/Revision_History.xml | Diff File | ||
| mod - docbook/Admin_Guide/en-US/config/fields.xml | Diff File | ||
| mod - docbook/Developers_Guide/en-US/Plugins_Building.xml | Diff File | ||
| mod - docbook/Developers_Guide/en-US/Revision_History.xml | Diff File | ||
| mod - manage_user_edit_page.php | Diff File | ||
|
master f48e4276 2016-10-19 05:42 Carlos Proensa Details Diff |
Fix sort link and icon on column headers Now that a filter does not depend internally on the visible columns, the removal of non visible columns must be accounted when printing column headers, which affects on the sort icon that is displayed, and the correct generation of sorting links. UI still shows icon and a order-shifting link only for first sort field, however, that must be first visible field (and the one used in the actual sorting) |
||
| mod - core/custom_function_api.php | Diff File | ||
| mod - docbook/Admin_Guide/en-US/Customizing.xml | Diff File | ||
| mod - print_all_bug_page.php | Diff File | ||
| mod - view_all_inc.php | Diff File | ||
|
master 0476ad8d 2016-10-19 03:14 Carlos Proensa Details Diff |
Revert names for sorting parameters Revert the names for sorting parameter gpc query. This keeps compatibitlity with permalinks. However, functionality is added to accept the parameter as a comma separated string, or an array of parameters as separated column names Eg. permalinks: sort="c1,c2" Eg. filter form: sort[]="c1", sort[]="c2" Changed the parameter names used in sorting by column headers: Eg: sort_add="c1", dir_add="ASC" This allows the implementation of incremental sorting instead of replacing allthe current sorting group |
||
| mod - core/filter_api.php | Diff File | ||
| mod - core/filter_form_api.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
|
master-1.3.x 44151b65 2016-10-19 03:00 Details Diff |
Fix documentation of opion enable_product_build Fixes 0021808 |
Affected Issues 0021808 |
|
| mod - docbook/Admin_Guide/en-US/config/fields.xml | Diff File | ||
|
master b10babe0 2016-10-18 19:14 Details Diff |
Fix missing dropzone when view state is hidden Attachment dropzone missing from notes when user doesn't have access to set view state Fixes 0021806 |
Affected Issues 0021806 |
|
| mod - bugnote_add_inc.php | Diff File | ||
|
master 815c6dee 2016-10-18 12:13 Carlos Proensa Details Diff |
Remove old code Remove code left over after refactoring. |
||
| mod - core/filter_api.php | Diff File | ||
|
master 3b526072 2016-10-18 10:53 Carlos Proensa Details Diff |
Adjust the number of sort inputs Adjust the number of inputs show for the sort property in filter form. Always print an empty one after the last one uses, unless the max value of inputs has been reached |
||
| mod - core/filter_form_api.php | Diff File | ||
|
master 4d03106f 2016-10-18 01:47 Carlos Proensa Details Diff |
Fix PHP 5.3 compatible syntax | ||
| mod - core/columns_api.php | Diff File | ||
|
master d1764fd1 2016-10-18 00:51 Carlos Proensa Details Diff |
Allow more than 2 sort columns in filter form Rewrite the filter fields to allow any number of sort columns. At UI level the number of columns available for display and edit is still limited, until a proper way of handling them is implemented. |
||
| mod - core/filter_form_api.php | Diff File | ||
|
master 7a4c4ad7 2016-10-18 00:33 Carlos Proensa Details Diff |
Allow any number of sort columns Modify the form field names and filter_gpc_get to support an arbitrary number of sort columns. |
||
| mod - core/filter_api.php | Diff File | ||
| mod - core/filter_form_api.php | Diff File | ||
|
master 490644cb 2016-10-17 23:27 Carlos Proensa Details Diff |
PR fixes and clean up | ||
| mod - core/columns_api.php | Diff File | ||
| mod - core/filter_api.php | Diff File | ||
| mod - core/filter_form_api.php | Diff File | ||