summaryrefslogtreecommitdiffstats
path: root/app/views/news
Commit message (Expand)AuthorAgeFilesLines
* Inline auto complete for issue (#) in wiki-edit fields (#31989).Go MAEDA2019-09-092-3/+13
* REST API for retrieving news (#13468).Go MAEDA2019-09-091-0/+24
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-192-3/+3
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-265-10/+2
* Add space between avatar and headline (#26424).Jean-Philippe Lang2017-07-161-1/+1
* For 3 comments or more, show reply link at top of comments as well (#24089).Jean-Philippe Lang2017-04-091-0/+3
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-1/+1
* 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