##// 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:

r635:c4239a4fd2f9
r674:6bdc13b33d8d
Show More
document_add.rhtml
4 lines | 269 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / document_add.rhtml
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 A document has been added to <%= @document.project.name %> (<%= @document.category.name %>):
<%= l(:field_title) %>: <%= @document.title %>
Jean-Philippe Lang
Removed hard-coded URLs in mail templates....
r635 <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>