##// END OF EJS Templates
Doc update before 0.7-rc1 release....
Doc update before 0.7-rc1 release. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1284 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r446:e72778ea84d0
r1269:60c12ca3ab75
Show More
_news.rhtml
7 lines | 491 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <h3><%=l(:label_news_latest)%></h3>
Jean-Philippe Lang
Removed some spaces before argument parentheses....
r446 <%= render(:partial => 'news/news',
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 :collection => News.find(:all,
:limit => 10,
Jean-Philippe Lang
fixed #9308 table_name pre/suffix support...
r334 :order => "#{News.table_name}.created_on DESC",
:conditions => "#{News.table_name}.project_id in (#{@user.projects.collect{|m| m.id}.join(',')})",
Jean-Philippe Lang
various modifications to prevent xss...
r96 :include => [:project, :author])) unless @user.projects.empty? %>