Menu

Source Commit Log


Commit Date  
[r7812] by tmaruyama

add functional test to export time log csv encoded in Big5 on Traditional Chinese locale (#8549)

2011-11-15 10:06:01 Tree
[r7811] by tmaruyama

add functional test to export time entry report csv encoded in Big5 on Traditional Chinese locale (#8549)

2011-11-15 06:06:47 Tree
[r7810] by tmaruyama

move Changeset#to_utf8 logic to lib/redmine/codeset_util.rb for common use (#3261)

2011-11-14 23:04:45 Tree
[r7809] by jplang

Fixed: Redmine.pm potential security issue with cache credential enabled and subversion (#9567).

2011-11-14 22:11:24 Tree
[r7808] by jplang

Fixed: Redmine.pm considers all projects private when login_required is enabled (#9566).

2011-11-14 21:40:05 Tree
[r7807] by jplang

Additional tests for email From header (#9564).

2011-11-14 20:10:06 Tree
[r7806] by tmaruyama

improve rmagick feature of rfpdf plugin for PDF inline images (#3261)

Contributed by Jun NAITOH.

2011-11-14 07:52:03 Tree
[r7805] by jplang

Replaced non standard Precedence email header with "X-Auto-Response-Suppress: OOF" (#9534).

2011-11-13 16:30:35 Tree
[r7804] by jplang

Adds a method to clear the settings cache.

2011-11-13 15:20:31 Tree
[r7803] by tmaruyama

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>

2011-11-13 13:56:20 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.