View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0028609 | Open CASCADE | Website:Tracker | public | 2017-03-30 12:26 | 2017-04-20 10:16 |
| Reporter | kgv | Assigned To | bugmaster | ||
| Priority | normal | Severity | minor | ||
| Status | closed | Resolution | fixed | ||
| Summary | 0028609: Bugtracker - extend size of images to be inlined | ||||
| Description | Mantis automatically inlines attached images if they fit into specific size limits. Unfortunately, the current limit is too light - so that most images are not inlined and have to be downloaded to be seen. It is suggested to increase size limit (which should be configurable according to description) to at least 1.6 MiB. | ||||
| Steps To Reproduce | See attachments for #0028559 for example. | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
|
|
I've set up the following configuration options: /** * Specifies the maximum size (in bytes) below which an attachment is * previewed in the bug view pages. * To disable the previewing of attachments, set max size to 0. * @global int $g_preview_attachments_inline_max_size */ $g_preview_attachments_inline_max_size = 2 * 1024 * 1024; /** * Specifies the maximum width for the auto-preview feature. If no maximum width should be imposed * then it should be set to 0. * @global int $g_preview_max_width */ $g_preview_max_width = 600; /** * Specifies the maximum height for the auto-preview feature. If no maximum height should be imposed * then it should be set to 0. * @global int $g_preview_max_height */ $g_preview_max_height = 0; Is it OK for you now? If not, please suggest exact figures. |
|
|
> $g_preview_max_width = 600; I would extend the width to 800 pixels. |
|
|
Ok, done. |
|
|
The problem has been fixed - so I suppose the bug can be closed. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-03-30 12:26 | kgv | New Issue | |
| 2017-03-30 12:26 | kgv | Assigned To | => aiv |
| 2017-03-31 12:25 |
|
Note Added: 0064826 | |
| 2017-03-31 12:49 | kgv | Note Added: 0064827 | |
| 2017-03-31 13:43 |
|
Note Added: 0064828 | |
| 2017-03-31 13:43 |
|
Assigned To | aiv => bugmaster |
| 2017-03-31 13:43 |
|
Status | new => resolved |
| 2017-04-06 11:55 | kgv | Note Added: 0064968 | |
| 2017-04-20 10:16 | bugmaster | Status | resolved => closed |
| 2017-04-20 10:16 | bugmaster | Resolution | open => fixed |