summaryrefslogtreecommitdiffstats
path: root/app/views/news/index.rhtml
Commit message (Expand)AuthorAgeFilesLines
* rename .rhtml to .html.erb of app/views/news/index.rhtml.Toshi MARUYAMA2011-08-301-51/+0
* 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-271-4/+4
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-241-2/+2
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-201-1/+1
* Add scm.css to news pages to allow proper syntax highlighting. #6270Eric Davis2010-09-201-0/+1
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-081-1/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* 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-191-1/+1
* 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-031-2/+10
* Added missing wiki div on news/index and news/show.Jean-Philippe Lang2008-01-121-0/+2
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-021-1/+1
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-1/+1
* More detailed html title on several views.Jean-Philippe Lang2007-12-071-0/+2
* Moved ProjectsController#list_news to NewsController#index.Jean-Philippe Lang2007-11-051-0/+34