summaryrefslogtreecommitdiffstats
path: root/app/controllers/news_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-191-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* "Add news" button in cross-project News tab (#33167).Go MAEDA2021-03-251-4/+6
* remove spaces inside {} of NewsControllerToshi MARUYAMA2020-11-221-7/+7
* use "do end" instead of {} at NewsControllerToshi MARUYAMA2020-11-081-6/+6
* shorten long line of NewsControllerToshi MARUYAMA2020-10-221-3/+10
* Fix that "Successful deletion" notice is not displayed after deleting some ty...Go MAEDA2020-04-041-1/+4
* Reverts r19569 (#33071).Go MAEDA2020-03-141-2/+0
* Require sudo mode for actions to delete contents (#33071).Go MAEDA2020-03-101-0/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* REST API for updating news (#13468).Go MAEDA2019-09-091-6/+14
* REST API for deleting news (#13468).Go MAEDA2019-09-091-2/+5
* REST API for retrieving news (#13468).Go MAEDA2019-09-091-1/+1
* REST API for creating news (#13468).Go MAEDA2019-09-091-6/+14
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Global News view should not be allowed without permission (#7068).Jean-Philippe Lang2017-06-261-10/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-5/+5
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Fixed 500 error when displaying a news with comments in reverse order (#18332).Jean-Philippe Lang2014-11-141-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* cleanup syntax of Relation#all at NewsController#indexToshi MARUYAMA2014-01-101-5/+5
* 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