Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redmine API changed: #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Redmine API changed: #1

wants to merge 1 commit into from

Conversation

novaeye
Copy link

@novaeye novaeye commented Mar 9, 2012

to_utf8_for_attachments => Redmine::CodesetUtil.to_utf8_by_setting

to_utf8_for_attachments => Redmine::CodesetUtil.to_utf8_by_setting
@@ -1,3 +1,3 @@
<div class="autoscroll">
<%=syntax_highlight(filename, to_utf8_for_attachments(content)) %>
<%=syntax_highlight(filename, Redmine::CodesetUtil.to_utf8_by_setting(content)) %>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How to keep the compatibility with old version?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, Update to 823f704 and keep the compatibility. but not test yet.
You can try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants