My patches for Redmine
Go to file
Toshi MARUYAMA 3511292a17 Ruby 1.9: add "encoding: utf-8" header at application_helper.rb
Following error raises in case that time log has non ASCII comments.

<pre>
ActionView::TemplateError (incompatible character encodings: UTF-8 and ASCII-8BIT)
 on line #5 of app/views/timelog/index.html.erb:
3: </div>
4:
5: <%= render_timelog_breadcrumb %>
6:
7: <h2><%= l(:label_spent_time) %></h2>

    app/helpers/application_helper.rb:407:in `join'
    app/helpers/application_helper.rb:407:in `breadcrumb'
    app/helpers/timelog_helper.rb:32:in `render_timelog_breadcrumb'
    app/views/timelog/index.html.erb:5
</pre>

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7803 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-11-13 13:56:20 +00:00
app Ruby 1.9: add "encoding: utf-8" header at application_helper.rb 2011-11-13 13:56:20 +00:00
config Simplified Chinese translation for trunk updated by Steven Wong (#9558) 2011-11-13 05:04:13 +00:00
db/migrate remove trailing white-spaces from db/migrate/20101104182107_add_unique_index_on_members.rb (#9510) 2011-11-09 08:47:57 +00:00
doc Updates for 1.2.2 release. 2011-11-11 12:52:55 +00:00
extra Restrict anonymous read access with Redmine.pm 2011-10-04 21:47:55 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib pdf: add subtasks and related issues at issue pdf (#5634) 2011-11-12 11:18:02 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public remove trailing white-spaces from scm.css 2011-11-13 01:40:29 +00:00
script Use File#expand_path for require's in script/* for Ruby 1.9.2 compatibility. #4050 2010-11-02 00:20:21 +00:00
test Ruby 1.9: fix tests error due to require path at test/test_helper.rb 2011-11-13 11:47:08 +00:00
tmp/test Added an empty tmp/test directory so rake test will run out of the box. 2009-06-08 02:07:30 +00:00
vendor pdf: add logger at vendor/plugins/rfpdf/lib/tcpdf.rb (#3261) 2011-11-12 11:17:06 +00:00
.gitignore add Gemfile.local to .gitignore and .hgignore (#5638). 2011-08-18 01:23:53 +00:00
.hgignore add Gemfile.local to .gitignore and .hgignore (#5638). 2011-08-18 01:23:53 +00:00
README.rdoc Readme update. 2010-07-18 15:49:24 +00:00
Rakefile Backed out r7541 which broke the build. 2011-09-27 21:53:28 +00:00

README.rdoc

= Redmine

Redmine is a flexible project management web application written using Ruby on Rails framework.

More details can be found at in the doc directory or on the official website http://www.redmine.org