##// END OF EJS Templates
Fixed: Migration 71 broken if run with code >= r803 (Enumeration#before_save relies on an attribute added in migration 72)....
Fixed: Migration 71 broken if run with code >= r803 (Enumeration#before_save relies on an attribute added in migration 72). git-svn-id: http://redmine.rubyforge.org/svn/trunk@809 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r635:c4239a4fd2f9
r798:31467731fa62
Show More
document_add_pt.rhtml
4 lines | 279 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / document_add_pt.rhtml
Jean-Philippe Lang
Changed the length of 'language' column in users table from 2 to 5, to allow long language codes like pt-br....
r515 Um documento foi adicionado no projeto <%= @document.project.name %> (<%= @document.category.name %>):
Jean-Philippe Lang
Added portuguese translation (Joao Carlos Clementoni)....
r455 <%= 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 %>