Feature #1735
Per project repository log encoding setting
Status: | Closed | Start date: | 2008-08-03 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | SCM | |||
Target version: | 1.2.0 | |||
Resolution: | Fixed |
Description
It would be very usefull to set repository encoding per each project, rathe then per redmine installation.
Related issues
Associated revisions
scm: add log_encoding column to repositories table (#1735).
scm: copy global log encoding setting to repository (#1735).
scm: add feature of per project repository log encoding setting (#1735).
Subversion, Mercurial and Git supports UTF-8 log.
scm: remove global repository log encoding setting from view (#1735).
scm: change locale key name "setting_commit_logs_encoding" to "field_commit_logs_encoding" (#1735).
scm: change line order of locale key "field_commit_logs_encoding" in English, French and Japanese (#1735).
scm: use i18n string at commit log encoding setting (#1735).
History
#1
Updated by Leonid Myravyev almost 14 years ago
- File cvs_encoding.patch
added
- Status changed from New to Resolved
- % Done changed from 0 to 60
I wrote a simple patch to select coding in each project. Now only works with cvs. I very much hope that the authors redmine correct and include this patch.
Thanks!
#2
Updated by Toshi MARUYAMA over 11 years ago
- Status changed from Resolved to 7
- Assignee set to Toshi MARUYAMA
#3
Updated by Toshi MARUYAMA over 11 years ago
- Subject changed from Per project repository encoding setting to Per project repository log encoding setting
- % Done changed from 60 to 0
#4
Updated by Toshi MARUYAMA over 11 years ago
- Status changed from 7 to Closed
- Target version set to 1.2.0
- Resolution set to Fixed
Added this feature until r4983.