summaryrefslogtreecommitdiffstats
path: root/test/functional/news_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add missing fixtures to several tests (#30276).Go MAEDA2019-01-091-1/+1
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-061-1/+1
* Global News view should not be allowed without permission (#7068).Jean-Philippe Lang2017-06-261-0/+8
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-23/+76
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-191-14/+8
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-2/+2
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-4/+4
* Fixed 500 error when displaying a news with comments in reverse order (#18332).Jean-Philippe Lang2014-11-141-0/+11
* add missing fixtures to NewsControllerTestToshi MARUYAMA2014-09-111-1/+3
* use escaped "can't" constant at NewsControllerTestToshi MARUYAMA2014-02-041-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at NewsControll...Toshi MARUYAMA2014-01-081-2/+2
* Rails4: replace deprecated Relation#first with finder options at NewsControll...Toshi MARUYAMA2014-01-081-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-021-2/+2
* Tests should not change settings.Jean-Philippe Lang2012-07-081-3/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* More functional tests for NewsController.Jean-Philippe Lang2012-03-101-0/+5
* Adds a test for when updating a news fails.Jean-Philippe Lang2012-03-021-0/+8
* Clean up assertion.Jean-Philippe Lang2012-02-251-2/+1
* Allows attachments on news (#1972).Jean-Philippe Lang2012-01-291-10/+49
* remove trailing white-spaces from test/functional/news_controller_test.rb.Toshi MARUYAMA2011-08-301-15/+15
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-3/+3
* Refactor: convert News to a REST resourceEric Davis2010-09-271-1/+1
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-241-11/+0
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-231-9/+0
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-221-20/+0
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-211-2/+2
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-201-4/+4
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-211-64/+0
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Fixed: error raised when trying to add an empty comment to a news (#3615).Jean-Philippe Lang2009-07-181-0/+9
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-281-0/+4
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-3/+3
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-0/+64
* Add NewsController and TimelogController tests.Jean-Philippe Lang2008-03-171-1/+89
* ProjectsController#add_news moved to NewsController#new.Jean-Philippe Lang2008-02-031-0/+11
* Moved ProjectsController#list_news to NewsController#index.Jean-Philippe Lang2007-11-051-0/+48