summaryrefslogtreecommitdiffstats
path: root/test/functional/activities_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged from trunk r22758 to 5.1-stable (#39995).Marius Balteanu2024-03-031-1/+0
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Merged r22739 and r22745 from trunk to 5.1-stable (#39995).Marius Balteanu2024-02-271-0/+28
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Return 404 when filtering by a non-visible user in activity view (#35789).Marius Balteanu2021-09-061-0/+12
* Add missing fixtures to ActivitiesControllerTest (#34933, #35413).Go MAEDA2021-06-251-1/+2
* Atom feed of the activity page does not contain items after the second page (...Go MAEDA2021-04-121-0/+16
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Add an interface to filter activities by user (#33602).Go MAEDA2021-02-211-0/+1
* Revert r19810 (#10535).Go MAEDA2020-12-221-32/+28
* Atom feed on project with subprojects should show in article title the name o...Go MAEDA2020-12-141-0/+20
* URLs in atom feeds don't take into account Setting.protocol and Setting.hostn...Go MAEDA2020-06-041-28/+32
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/activi...Toshi MARUYAMA2019-11-241-19/+42
* 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