summaryrefslogtreecommitdiffstats
path: root/app/views/news
Commit message (Expand)AuthorAgeFilesLines
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-201-1/+1
* Add missing wiki container for news comments (#21678).Jean-Philippe Lang2016-01-201-0/+2
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-201-2/+4
* Use ul tags to do pagination (#21258).Jean-Philippe Lang2015-11-281-1/+1
* Put news articles into <article> tags (#19339).Jean-Philippe Lang2015-06-131-7/+11
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-233-4/+4
* HTML improvements on project landing page (#18565).Jean-Philippe Lang2014-12-131-1/+1
* Display watch link only when inside project with logged-in user (#2549).Jean-Philippe Lang2014-02-091-1/+1
* Enable the watching of news (#2549).Jean-Philippe Lang2014-02-091-0/+1
* Don't wrap watcher link with span.Jean-Philippe Lang2013-02-071-1/+1
* Attachments should be available to the text formatter when previewing an exis...Jean-Philippe Lang2012-09-162-2/+2
* html5 compliance.Jean-Philippe Lang2012-07-291-1/+1
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-222-4/+4
* Adds a helper for preview links.Jean-Philippe Lang2012-07-184-24/+4
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-6/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-254-5/+5
* Adds a helper for displaying validation error messages.Jean-Philippe Lang2012-02-261-1/+2
* Preserve uploaded files when on news.Jean-Philippe Lang2012-02-231-1/+1
* Adds a News#commentable? method to easily specific additional rules.Jean-Philippe Lang2012-02-111-1/+1
* remove trailing tabs from app/views/news/_form.html.erbToshi MARUYAMA2012-01-301-1/+1
* Enable attached images to be displayed inline on the news list.Jean-Philippe Lang2012-01-291-1/+1
* Allows attachments on news (#1972).Jean-Philippe Lang2012-01-295-6/+8
* replace tabs to spaces at app/views/news/new.html.erbToshi MARUYAMA2012-01-101-8/+8
* Use #labelled_form_for instead of #labelled_tabular_form_for.Jean-Philippe Lang2011-12-094-4/+4
* Removed object name from form_for arguments.Jean-Philippe Lang2011-11-233-4/+3
* error_messages_for removed in Rails 3.Jean-Philippe Lang2011-11-231-1/+1
* show avatars on the news list (#9470)Toshi MARUYAMA2011-10-251-1/+1
* Refactor : convert queries to REST resources (also fixes #9108).Etienne Massip2011-10-241-8/+8
* Remove unecessary page title HTML escaping from views (#9252).Etienne Massip2011-10-021-1/+1
* replace tabs to spaces at app/views/news/index.html.erbToshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces from app/views/news/edit.html.erbToshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces from app/views/news/new.html.erbToshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces from app/views/news/show.html.erbToshi MARUYAMA2011-09-171-3/+3
* replace tabs to spaces at app/views/news/index.api.rsbToshi MARUYAMA2011-09-171-3/+3
* remove trailing white-spaces from app/views/news/index.html.erbToshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces from app/views/news/index.api.rsbToshi MARUYAMA2011-09-161-1/+1
* rename .rhtml to .html.erb of app/views/news/_news.rhtml.Toshi MARUYAMA2011-08-301-0/+0
* rename .rhtml to .html.erb of app/views/news/index.rhtml.Toshi MARUYAMA2011-08-301-0/+0
* rename .rhtml to .html.erb of app/views/news/_form.rhtml.Toshi MARUYAMA2011-08-301-0/+0
* rename .rhtml to .html.erb of app/views/news/show.rhtml.Toshi MARUYAMA2011-08-301-0/+0
* rename .rhtml to .html.erb of app/views/news/edit.rhtml.Toshi MARUYAMA2011-08-301-0/+0
* rename .rhtml to .html.erb of app/views/news/new.rhtml.Toshi MARUYAMA2011-08-301-0/+0
* HTML escape at app/views/news/show.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* Adds email notifications support for news comments (#2074).Jean-Philippe Lang2011-03-041-0/+1
* Refactor and add tests for News #index API (#7072).Jean-Philippe Lang2010-12-121-0/+14
* Fixed: links to edit/delete a news broken by r4214 (#6944).Jean-Philippe Lang2010-11-201-6/+10
* Fixed: "Add news" link broken by recent refactoring (#6650).Jean-Philippe Lang2010-10-221-4/+4
* Refactor: convert News to a REST resourceEric Davis2010-09-275-13/+13
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-244-8/+8
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-231-2/+2