##// END OF EJS Templates
Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums....
Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums. These permissions need to be explicitly given to the Anonymous role (Admin -> Roles & Permissions -> Anonymous). git-svn-id: http://redmine.rubyforge.org/svn/trunk@919 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r864:bd434427e61e
r906:987a5aa22114
Show More
issue_edit.text.plain.rhtml
8 lines | 361 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_edit.text.plain.rhtml
Jean-Philippe Lang
Notifications about issues (add/edit) are now sent in plain text and html....
r712 <%= l(:text_issue_updated, "##{@issue.id}") %>
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
Mailer:...
r864 <%= render :file => "_issue_text_plain", :use_full_path => true, :locals => { :issue => @issue, :issue_url => @issue_url } %>