summaryrefslogtreecommitdiffstats
path: root/app/controllers/news_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-081-2/+2
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-3/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Use #find_project_by_project_id from super-class.Jean-Philippe Lang2012-03-101-7/+2
* Prevent mass-assignment when adding/updating a news (#10390).Jean-Philippe Lang2012-03-061-2/+3
* Preserve uploaded files when on news.Jean-Philippe Lang2012-02-231-2/+0
* Preserve uploaded files when on news.Jean-Philippe Lang2012-02-231-0/+2
* Do not check the request http method.Jean-Philippe Lang2012-02-231-11/+9
* Allows attachments on news (#1972).Jean-Philippe Lang2012-01-291-0/+5
* Removed object name from form_for arguments.Jean-Philippe Lang2011-11-231-1/+4
* remove trailing white-spaces from app/controllers/news_controller.rb.Toshi MARUYAMA2011-08-301-11/+11
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-1/+2
* Adds email notifications support for news comments (#2074).Jean-Philippe Lang2011-03-041-2/+4
* Refactor and add tests for News #index API (#7072).Jean-Philippe Lang2010-12-121-7/+18
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-241-9/+4
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-231-5/+0
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-221-12/+0
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-211-3/+8
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-201-3/+9
* Refactor: Change the different find_object filters to share a common method.Eric Davis2010-03-171-7/+2
* Refactor: Split the find_object methods to prep for a larger refactoring.Eric Davis2010-03-161-2/+2
* Allow authenticating with an API token via XML or JSON. (#3920)Eric Davis2009-12-231-0/+2
* Fixed: News from a project with 'news' module disabled, are still diplayed in...Jean-Philippe Lang2009-12-031-1/+1
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-211-0/+1
* Fixed: error raised when trying to add an empty comment to a news (#3615).Jean-Philippe Lang2009-07-181-0/+1
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-281-1/+0
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Fixed: Wiki Linking Fails on News Item Preview (#1661).Jean-Philippe Lang2008-07-191-1/+1
* Add a user preference to choose how comments/replies are displayed: in chrono...Jean-Philippe Lang2008-03-051-0/+2
* ProjectsController#add_news moved to NewsController#new.Jean-Philippe Lang2008-02-031-2/+27
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-201-1/+1
* Moved ProjectsController#list_news to NewsController#index.Jean-Philippe Lang2007-11-051-4/+26
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-44/+44
* indentation correctionsJean-Philippe Lang2007-01-281-6/+6
* ActiveRecord::RecordNotFound exceptions handled more gracefullyJean-Philippe Lang2007-01-021-3/+5
* added model Comment.Jean-Philippe Lang2006-12-101-0/+16
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+42