summaryrefslogtreecommitdiffstats
path: root/config/configuration.yml.example
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-08-14 02:40:56 +0000
committerGo MAEDA <maeda@farend.jp>2019-08-14 02:40:56 +0000
commitbeeacb2c2a833cfffc83d05ccb4317cb41654374 (patch)
tree72dceddde159ee2d667529584a01fe1411ed5577 /config/configuration.yml.example
parent3bf7956ce00fd60f8bfa84c47b67fa2f52bcff6f (diff)
downloadredmine-beeacb2c2a833cfffc83d05ccb4317cb41654374.tar.gz
redmine-beeacb2c2a833cfffc83d05ccb4317cb41654374.zip
Replace RMagick with MiniMagick (#30492).
Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18366 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r--config/configuration.yml.example24
1 files changed, 11 insertions, 13 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example
index 2422bb09f..a8b6be83c 100644
--- a/config/configuration.yml.example
+++ b/config/configuration.yml.example
@@ -179,27 +179,25 @@ default:
# the ImageMagick's `convert` binary. Used to generate attachment thumbnails.
#imagemagick_convert_command:
- # Configuration of RMagick font.
+ # Configuration of MiniMagick font.
#
- # Redmine uses RMagick in order to export gantt png.
- # You don't need this setting if you don't install RMagick.
+ # Redmine uses MiniMagick in order to export a gantt chart to a PNG image.
+ # This setting is necessary to properly display CJK (Chinese, Japanese,
+ # and Korean) characters in the PNG image. Please make sure that the
+ # specified font is installed in the Redmine server.
#
- # In CJK (Chinese, Japanese and Korean),
- # in order to show CJK characters correctly,
- # you need to set this configuration.
+ # This setting is necessary only when CJK characters are used in gantt.
#
- # Because there is no standard font across platforms in CJK,
- # you need to set a font installed in your server.
- #
- # This setting is not necessary in non CJK.
+ # Note that rmagick_font_path in prior to Redmine 4.1.0 has been renamed
+ # to minimagick_font_path.
#
# Examples for Japanese:
# Windows:
- # rmagick_font_path: C:\windows\fonts\msgothic.ttc
+ # minimagick_font_path: C:\windows\fonts\msgothic.ttc
# Linux:
- # rmagick_font_path: /usr/share/fonts/ipa-mincho/ipam.ttf
+ # minimagick_font_path: /usr/share/fonts/ipa-mincho/ipam.ttf
#
- rmagick_font_path:
+ minimagick_font_path:
# Maximum number of simultaneous AJAX uploads
#max_concurrent_ajax_uploads: 2