##// END OF EJS Templates
Added cache for application settings (Setting model)....
Added cache for application settings (Setting model). Once the values are cached, only one database query is done at each user request (to check if the cache is still valid). git-svn-id: http://redmine.rubyforge.org/svn/trunk@685 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r358:5108a9c6fea1
r674:6bdc13b33d8d
Show More
issue_edit_de.rhtml
7 lines | 321 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_edit_de.rhtml
Jean-Philippe Lang
german translation improved (thanks to Daniel Weinand)...
r358 Ticket #<%= @issue.id %> wurde aktualisiert.
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>
<% end %>
<%= @journal.notes if @journal.notes? %>
----------------------------------------
Jean-Philippe Lang
improved issues change history...
r52 <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>