summaryrefslogtreecommitdiffstats
path: root/test/functional/activities_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r21209 to 4.1-stable (#35789).Marius Balteanu2021-09-061-0/+12
* Merged r21046 from trunk to 4.1-stable (#34933, #35413).Go MAEDA2021-06-251-1/+2
* Merged r20931 from trunk to 4.1-stable (#34933).Go MAEDA2021-04-131-0/+16
* code cleanup: rubocop: fix Layout/EmptyLines in test/functional/activities_co...Toshi MARUYAMA2019-10-191-1/+0
* test_previous_project_index fails depending on the current time and zone (#30...Go MAEDA2019-06-251-1/+2
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-19/+49
* Missing "next" pagination link when looking at yesterday's activity (#18399).Jean-Philippe Lang2017-01-041-0/+18
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-16/+9
* 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
* Activity page to remember user's selection of activities (#1605).Jean-Philippe Lang2015-10-151-0/+19
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-2/+2
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Removed that quote in a fixture subject.Jean-Philippe Lang2014-12-201-2/+2
* Adds a few functional tests.Jean-Philippe Lang2014-12-051-0/+8
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-5/+7
* use escaped "Can't" constant at IssueStatusesControllerTestToshi MARUYAMA2014-02-041-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removed unused fixtures.Jean-Philippe Lang2013-02-111-1/+0
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Test fails when run at the beginning of the day.Jean-Philippe Lang2013-01-061-1/+1
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-221-57/+25
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-0/+17
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-0/+14
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-021-3/+3
* fix test_global_index of functional activities controller test fails around U...Toshi MARUYAMA2012-06-191-1/+4
* fix test_user_index of activities controller test fails at Japanese morning a...Toshi MARUYAMA2012-06-111-1/+5
* Fixed that link to user is escaped in activity title (#11124).Jean-Philippe Lang2012-06-091-0/+2
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-3/+3
* Don't use auth_sources fixtures when not needed.Jean-Philippe Lang2012-02-191-1/+0
* Fixed double escaping of Atom feed links.Etienne Massip2012-01-141-1/+31
* Adds functional tests for ActivitiesController.Jean-Philippe Lang2011-11-291-0/+17
* Rails3: replace "all" fixtures at test/functional/activities_controller_test.rbToshi MARUYAMA2011-09-241-1/+12
* remove hard-coded '.rxml' from "test_index_atom_feed" of functional activitie...Toshi MARUYAMA2011-09-241-1/+1
* remove trailing white-spaces from functional activities controller test.Toshi MARUYAMA2011-05-161-13/+12
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-0/+87