Changesets: MantisBT

master 3064189b

2016-09-28 22:55

vboctor


Details Diff
Add ENTRY_TYPE_* constants
mod - bugnote_view_inc.php Diff File

master 1e23f2f0

2016-09-28 22:43

vboctor


Details Diff
Honor bugnote_order config
mod - bugnote_view_inc.php Diff File

master e364b7c4

2016-09-28 22:36

vboctor


Details Diff
Sort and combine bugnotes and attachments

- Sort entries based on timestamp.
- When two entries have timestamp, note comes before attachments.
- When a note is submitted with one or more attachments, then combine
them into a single entry that shows the note followed by the
attachments.
mod - bugnote_view_inc.php Diff File

master 3183ebb3

2016-09-28 22:02

vboctor


Details Diff
Get delete attachments to work
mod - bugnote_view_inc.php Diff File

master 77511e23

2016-09-28 21:18

vboctor


Details Diff
Remove duplicate delete attachment button
mod - core/print_api.php Diff File

master d4260c4e

2016-09-28 21:17

vboctor


Details Diff
Remove borders around attachment preview
mod - css/default.css Diff File

master b308ae7d

2016-09-28 21:06

vboctor


Details Diff
Show attachments inline with notes

Instead of having attachments in the issue header and notes below the
issue header details, this change interleaves attachments withnin notes.
This is specially important when a note is added along side attachments
providing easier context.
mod - bug_view_inc.php Diff File
mod - bugnote_view_inc.php Diff File
mod - core/file_api.php Diff File

master 09834cb4

2016-09-28 19:45

syncguru

Committer: vboctor


Details Diff
Move [Reset Filter] option to second spot in dropdown
mod - core/filter_api.php Diff File

master ae62a997

2016-09-28 19:17

syncguru

Committer: vboctor


Details Diff
Remove more unnecessary spaces
mod - core/filter_api.php Diff File

master 984aa8b9

2016-09-28 19:12

syncguru

Committer: vboctor


Details Diff
Remove unnecessary spaces
mod - core/filter_api.php Diff File

master b325bc90

2016-09-28 06:06

PatrickMassot

Committer: dregad


Details Diff
Add missing </div>

This missing </div> ruins the footer layout of api_tokens_page

Fixes 0021726

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0021726
mod - api_tokens_page.php Diff File

master-1.3.x d45035f5

2016-09-28 02:31

giallu

Committer: dregad


Details Diff
Set default timezone during install

Installing with a recent PHP (tested with 5.6.25) leads to a system
warning about missing the default timezone setting that blocks the
installation. Since we select the timezone in the first install step, we
can use that before continuing with the second.

Fixes 0021957

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0021957
mod - admin/install.php Diff File

master 4f83276a

2016-09-27 15:15

dregad


Details Diff
Redirect to bug_report.php when "report stay" is checked

When reporting a new isse with the "report stay" option checked, the
operation successful page now redirects to the bug report page, using
the same URL as the "Report More issues" button.

Fixes 0021723
Affected Issues
0021723
mod - bug_report.php Diff File

master d4c1353d

2016-09-27 14:55

dregad


Details Diff
Set cursor to pointer for collapse-link

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

master-1.3.x ea01418a

2016-09-27 10:04

val-kulkov

Committer: dregad


Details Diff
cleanup db_now() phpdoc

db_now() returns a Unix timestamp, not a DATETIME-formatted string as
currently described in the DocBlock. This updates the function
description.

Fixes 0021725

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0021725
mod - core/database_api.php Diff File

master cd74a2eb

2016-09-27 10:04

val-kulkov

Committer: dregad


Details Diff
cleanup db_now() phpdoc

db_now() returns a Unix timestamp, not a DATETIME-formatted string as
currently described in the DocBlock. This updates the function
description.

Fixes 0021725

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0021725
mod - core/database_api.php Diff File

master d0f736f1

2016-09-27 07:25

Carlos Proensa


Details Diff
Layout for manage_filter_page

Layout tweaks
mod - lang/strings_english.txt Diff File
mod - manage_filter_page.php Diff File

master 0476be0b

2016-09-27 06:36

dregad


Details Diff
Fix missing tooltips on issue Ids

This is a partial revert of 4d8ce6ff687ab5bec9af3d635aefe7fe9f24d6f7
(see issue 0021112).

Hiding the tooltip in My View page is now done using print_bug_link()'s
$p_detail_info parameter.

Fixes 0021721
Affected Issues
0021112, 0021721
mod - core/string_api.php Diff File
mod - my_view_inc.php Diff File

master-1.3.x df005537

2016-09-26 19:46

vboctor


Details Diff
Handle null tokens when upgrading from 1.2.x

Fixes 0021573
Affected Issues
0021573
mod - core/install_helper_functions_api.php Diff File

master dce97746

2016-09-26 17:12

vboctor


Details Diff
Edit note form should use consistent background color

When editing an issue, the background color for the text area should be
consistent with the class of private vs. public notes.

Issue 0021697
Affected Issues
0021697
mod - bugnote_edit_page.php Diff File

master fd6c9c71

2016-09-26 17:11

vboctor


Details Diff
Be consistent with view state checkbox in notes

The view state box should also be above the text box.

Issue 0021697
Affected Issues
0021697
mod - bug_change_status_page.php Diff File

master eb40e064

2016-09-26 14:34

Carlos Proensa


Details Diff
Fix retrieving the updated version of a sotred filter

The filter active for current user is stored as an unnamed filter. But
when it was loaded from a stored "named" filter, we keep track of the
source_query_id, to be able to show in filter box, the name of that
stored filter that is in use.
But, now that stored filters can be edited, this user cached version of
filter may differ if the original named filter is modified.

Now, when loading the current active filter, if there is a
source_query_id referencig a filter id, load those filter values
instead.
mod - core/filter_api.php Diff File
mod - core/user_api.php Diff File

master af626ef9

2016-09-26 08:15

Carlos Proensa


Details Diff
Fix layout for manage_filter_page.php

Add page footer
Change "use filter" links into buttons.
mod - manage_filter_page.php Diff File

master 420f9825

2016-09-26 04:05

Carlos Proensa


Details Diff
Vertical align for manage-filter-edit labels
mod - css/default.css Diff File
mod - manage_filter_edit_page.php Diff File

master 2af7f1ba

2016-09-26 01:51

Carlos Proensa


Details Diff
Add redirect after filter delete operation
mod - manage_filter_delete.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 207 208 209 210 211 212 213 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 737 738 739  Next  Last