Project

General

Profile

Actions

Feature #32249

closed

Show attachment thumbnails by default

Added by Go MAEDA over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Attachments
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

Redmine displays thumbnails of attachments when the setting "Display attachment thumbnails" is enabled, but it is turned off by default. So, some users may not know the feature. in my observation, almost half of admins unaware of this feature.

I suggest turning on the feature by default. It improves convenience and I think there are not many use cases that thumbnails should not be displayed. Even if you don't want to display thumbnails, you can easily turn off the setting in the Administration screen.

The feature of displaying thumbnails is a common feature in many applications nowadays. It is a pity if users misunderstand that Redmine lucks the feature.

diff --git a/config/settings.yml b/config/settings.yml
index d345a4cfa..e52a4e517 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -298,7 +298,7 @@ default_notification_option:
 emails_header:
   default: ''
 thumbnails_enabled:
-  default: 0
+  default: 1
 thumbnails_size:
   format: int
   default: 100

Related issues

Related to Redmine - Feature #1006: Display thumbnails of attached imagesClosedJean-Philippe Lang2008-04-07

Actions
Blocked by Redmine - Defect #32289: Don't try to generate thumbnails if convert command is not availableClosedGo MAEDA

Actions
Actions #1

Updated by Go MAEDA over 4 years ago

  • Related to Feature #1006: Display thumbnails of attached images added
Actions #2

Updated by Bernhard Rohloff over 4 years ago

+1 I had totally forgotten that this feature even exists...

Actions #3

Updated by Go MAEDA over 4 years ago

  • Target version set to Candidate for next major release
Actions #4

Updated by Go MAEDA over 4 years ago

  • Blocked by Defect #32289: Don't try to generate thumbnails if convert command is not available added
Actions #5

Updated by Go MAEDA over 4 years ago

  • Assignee set to Go MAEDA
  • Target version changed from Candidate for next major release to 4.1.0

Setting the target version to 4.1.0.

Actions #6

Updated by Go MAEDA over 4 years ago

  • Status changed from New to Closed
  • Resolution set to Fixed

Committed the patch.

Actions

Also available in: Atom PDF