summaryrefslogtreecommitdiffstats
path: root/app/views/news
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-221-2/+2
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-212-4/+4
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-202-2/+2
* Add scm.css to news pages to allow proper syntax highlighting. #6270Eric Davis2010-09-202-0/+5
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-082-2/+2
* Do not include news author in emphasis tag.Jean-Philippe Lang2010-02-141-2/+2
* Avatars added in news (#3941) and forums (#4468) + cleanup.Jean-Philippe Lang2010-01-071-2/+2
* Removes large icons.Jean-Philippe Lang2009-12-171-1/+1
* Do not render hidden news edit form if user is not allowed to edit (closes #4...Jean-Philippe Lang2009-10-221-1/+3
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-212-2/+2
* Adds a 'box' div around news comment form (#2632).Jean-Philippe Lang2009-02-021-2/+4
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-291-4/+3
* Fixed project news atom link broken by r2317.Jean-Philippe Lang2009-01-281-1/+1
* Automatically focus several form fields.Jean-Philippe Lang2009-01-221-1/+1
* Fixed: Wiki Linking Fails on News Item Preview (#1661).Jean-Philippe Lang2008-07-194-4/+4
* Enable syntax highlight on issues, messages and news (#1473, #1466).Jean-Philippe Lang2008-06-181-0/+4
* Use #blank? instead of #empty? in news/show view.Jean-Philippe Lang2008-03-291-1/+1
* Add a user preference to choose how comments/replies are displayed: in chrono...Jean-Philippe Lang2008-03-051-4/+5
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-051-0/+5
* ProjectsController#add_news moved to NewsController#new.Jean-Philippe Lang2008-02-034-5/+43
* Added missing wiki div on news/index and news/show.Jean-Philippe Lang2008-01-122-0/+4
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-022-2/+2
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-1/+1
* Set doctype to transitional. Fixed a few non matching tags in views.Jean-Philippe Lang2007-12-211-2/+2