summaryrefslogtreecommitdiff
path: root/app/views/news
AgeCommit message (Expand)Author
2018-09-26Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang
2017-07-16Add space between avatar and headline (#26424).Jean-Philippe Lang
2017-04-09For 3 comments or more, show reply link at top of comments as well (#24089).Jean-Philippe Lang
2016-07-10Don't generate urls with params.Jean-Philippe Lang
2016-03-20Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang
2016-01-20Add missing wiki container for news comments (#21678).Jean-Philippe Lang
2016-01-20Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang
2015-11-28Use ul tags to do pagination (#21258).Jean-Philippe Lang
2015-06-13Put news articles into <article> tags (#19339).Jean-Philippe Lang
2015-02-23Removed unneeded #h calls in views.Jean-Philippe Lang
2014-12-13HTML improvements on project landing page (#18565).Jean-Philippe Lang
2014-02-09Display watch link only when inside project with logged-in user (#2549).Jean-Philippe Lang
2014-02-09Enable the watching of news (#2549).Jean-Philippe Lang
2013-02-07Don't wrap watcher link with span.Jean-Philippe Lang
2012-09-16Attachments should be available to the text formatter when previewing an exis...Jean-Philippe Lang
2012-07-29html5 compliance.Jean-Philippe Lang
2012-07-22JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang
2012-07-18Adds a helper for preview links.Jean-Philippe Lang
2012-07-07Deprecated :confirm => 'Text' option.Jean-Philippe Lang
2012-04-25Merged rails-3.2 branch.Jean-Philippe Lang
2012-02-26Adds a helper for displaying validation error messages.Jean-Philippe Lang
2012-02-23Preserve uploaded files when on news.Jean-Philippe Lang
2012-02-11Adds a News#commentable? method to easily specific additional rules.Jean-Philippe Lang
2012-01-30remove trailing tabs from app/views/news/_form.html.erbToshi MARUYAMA
2012-01-29Enable attached images to be displayed inline on the news list.Jean-Philippe Lang
2012-01-29Allows attachments on news (#1972).Jean-Philippe Lang
2012-01-10replace tabs to spaces at app/views/news/new.html.erbToshi MARUYAMA
2011-12-09Use #labelled_form_for instead of #labelled_tabular_form_for.Jean-Philippe Lang
2011-11-23Removed object name from form_for arguments.Jean-Philippe Lang
2011-11-23error_messages_for removed in Rails 3.Jean-Philippe Lang
2011-10-25show avatars on the news list (#9470)Toshi MARUYAMA
2011-10-24Refactor : convert queries to REST resources (also fixes #9108).Etienne Massip
2011-10-02Remove unecessary page title HTML escaping from views (#9252).Etienne Massip
2011-09-17replace tabs to spaces at app/views/news/index.html.erbToshi MARUYAMA
2011-09-17remove trailing white-spaces from app/views/news/edit.html.erbToshi MARUYAMA
2011-09-17remove trailing white-spaces from app/views/news/new.html.erbToshi MARUYAMA
2011-09-17remove trailing white-spaces from app/views/news/show.html.erbToshi MARUYAMA
2011-09-17replace tabs to spaces at app/views/news/index.api.rsbToshi MARUYAMA
2011-09-17remove trailing white-spaces from app/views/news/index.html.erbToshi MARUYAMA
2011-09-16remove trailing white-spaces from app/views/news/index.api.rsbToshi MARUYAMA
2011-08-30rename .rhtml to .html.erb of app/views/news/_news.rhtml.Toshi MARUYAMA
2011-08-30rename .rhtml to .html.erb of app/views/news/index.rhtml.Toshi MARUYAMA
2011-08-30rename .rhtml to .html.erb of app/views/news/_form.rhtml.Toshi MARUYAMA
2011-08-30rename .rhtml to .html.erb of app/views/news/show.rhtml.Toshi MARUYAMA
2011-08-30rename .rhtml to .html.erb of app/views/news/edit.rhtml.Toshi MARUYAMA
2011-08-30rename .rhtml to .html.erb of app/views/news/new.rhtml.Toshi MARUYAMA
2011-08-02HTML escape at app/views/news/show.rhtml.Toshi MARUYAMA
2011-03-04Adds email notifications support for news comments (#2074).Jean-Philippe Lang
2010-12-12Refactor and add tests for News #index API (#7072).Jean-Philippe Lang
2010-11-20Fixed: links to edit/delete a news broken by r4214 (#6944).Jean-Philippe Lang