index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
functional
/
activities_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged from trunk r22758 to 5.1-stable (#39995).
Marius Balteanu
2024-03-03
1
-1
/
+0
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Merged r22739 and r22745 from trunk to 5.1-stable (#39995).
Marius Balteanu
2024-02-27
1
-0
/
+28
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Return 404 when filtering by a non-visible user in activity view (#35789).
Marius Balteanu
2021-09-06
1
-0
/
+12
*
Add missing fixtures to ActivitiesControllerTest (#34933, #35413).
Go MAEDA
2021-06-25
1
-1
/
+2
*
Atom feed of the activity page does not contain items after the second page (...
Go MAEDA
2021-04-12
1
-0
/
+16
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Add an interface to filter activities by user (#33602).
Go MAEDA
2021-02-21
1
-0
/
+1
*
Revert r19810 (#10535).
Go MAEDA
2020-12-22
1
-32
/
+28
*
Atom feed on project with subprojects should show in article title the name o...
Go MAEDA
2020-12-14
1
-0
/
+20
*
URLs in atom feeds don't take into account Setting.protocol and Setting.hostn...
Go MAEDA
2020-06-04
1
-28
/
+32
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/activi...
Toshi MARUYAMA
2019-11-24
1
-19
/
+42
*
code cleanup: rubocop: fix Layout/EmptyLines in test/functional/activities_co...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
test_previous_project_index fails depending on the current time and zone (#30...
Go MAEDA
2019-06-25
1
-1
/
+2
*
Remove trailing whitespaces from test (#31506).
Go MAEDA
2019-06-06
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use Rails 5 syntax for functional tests.
Jean-Philippe Lang
2017-05-31
1
-19
/
+49
*
Missing "next" pagination link when looking at yesterday's activity (#18399).
Jean-Philippe Lang
2017-01-04
1
-0
/
+18
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-18
1
-16
/
+9
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Activity page to remember user's selection of activities (#1605).
Jean-Philippe Lang
2015-10-15
1
-0
/
+19
*
Upgrade to Rails 4.2.0 (#14534).
Jean-Philippe Lang
2015-01-17
1
-2
/
+2
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Removed that quote in a fixture subject.
Jean-Philippe Lang
2014-12-20
1
-2
/
+2
*
Adds a few functional tests.
Jean-Philippe Lang
2014-12-05
1
-0
/
+8
*
Quote values in DOM selectors for Nokogiri compatibility.
Jean-Philippe Lang
2014-11-20
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-5
/
+7
*
use escaped "Can't" constant at IssueStatusesControllerTest
Toshi MARUYAMA
2014-02-04
1
-2
/
+2
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Removed unused fixtures.
Jean-Philippe Lang
2013-02-11
1
-1
/
+0
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Test fails when run at the beginning of the day.
Jean-Philippe Lang
2013-01-06
1
-1
/
+1
*
Use #assert_select instead of #assert_tag.
Jean-Philippe Lang
2012-12-22
1
-57
/
+25
*
Functional tests cleanup.
Jean-Philippe Lang
2012-12-03
1
-0
/
+17
*
Private issue notes (#1554).
Jean-Philippe Lang
2012-10-03
1
-0
/
+14
*
Upgrade to Rails 3.2.8 (#11758).
Jean-Philippe Lang
2012-09-02
1
-3
/
+3
*
fix test_global_index of functional activities controller test fails around U...
Toshi MARUYAMA
2012-06-19
1
-1
/
+4
*
fix test_user_index of activities controller test fails at Japanese morning a...
Toshi MARUYAMA
2012-06-11
1
-1
/
+5
*
Fixed that link to user is escaped in activity title (#11124).
Jean-Philippe Lang
2012-06-09
1
-0
/
+2
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
1
-3
/
+3
*
Don't use auth_sources fixtures when not needed.
Jean-Philippe Lang
2012-02-19
1
-1
/
+0
*
Fixed double escaping of Atom feed links.
Etienne Massip
2012-01-14
1
-1
/
+31
[next]