You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2012-07-10 08:12:14

kfmook
Member
Registered: 2012-07-10
Posts: 1

[solved] Gantt graphics in Project plugin with cyrillic(russian)

for cyrillic (russian) symbols on Gantt graphics in Project plugin:
1. in file ./projet/inc/gantt.class.php
remove comments (tip from https://forge.indepnet.net/projects/pro … _UserGuide:

//  if (!isset($definitions['text']['ttfont']['file'])) $definitions
['text']['ttfont']['file']= './Arial.ttf'; // set path and filename of 
ttf font -> coment to use gd fonts

2. copy font file to /ajax/ and /plugins/projet/front/ (if your path is ./arial.ttf)
3. in file ./projet/inc/projet.class.php find function dropAccent($chaine) and comment like this:

   static function dropAccent($chaine) {

//      $chaine=utf8_decode($chaine);
//      $chaine=strtr( $chaine, 'АБВГДЕабвгдеТУФХЦШтуфхцшИЙКЛийклЗзМНОПмнопЩЪЫЬщъыьяСс', 'AAAAAAaaaaaaOOOOOOooooooEEEEeeeeCcIIIIiiiiUUUUuuuuyNn' );
      return $chaine;

   }

in russain:
чтобы на диаграммах ганта были видны киррилические (русские) буквы нужно:
1. в файле ./projet/inc/gantt.class.php
раскомментировать строчки:
//  if (!isset($definitions['text']['ttfont']['file'])) $definitions
['text']['ttfont']['file']= './Arial.ttf'; // set path and filename of
ttf font -> coment to use gd fonts
2. скопировать файл шрифта в папку /ajax/ и /plugins/projet/front/ (если у вас путь записан как ./arial.ttf)
3. в файле ./projet/inc/projet.class.php найти функцию dropAccent($chaine) и поставить в ней комментарии:

   static function dropAccent($chaine) {

//      $chaine=utf8_decode($chaine);
//      $chaine=strtr( $chaine, 'АБВГДЕабвгдеТУФХЦШтуфхцшИЙКЛийклЗзМНОПмнопЩЪЫЬщъыьяСс', 'AAAAAAaaaaaaOOOOOOooooooEEEEeeeeCcIIIIiiiiUUUUuuuuyNn' );
      return $chaine;

   }

Last edited by kfmook (2012-07-10 08:28:07)

Offline

#2 2012-07-10 09:30:20

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

Re: [solved] Gantt graphics in Project plugin with cyrillic(russian)

Added to wiki plugin. Thanks.


Xavier Caillaud
Blog GLPI Infotel

Offline

Board footer

Powered by FluxBB