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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix invalid "theme-*" CSS class in body element when theme name contains spac...
Go MAEDA
2024-10-19
1
-0
/
+8
*
Fixes tests after r23104 (#23980).
Marius Balteanu
2024-10-11
1
-7
/
+7
*
Partial quoting feature for Issues and Forums (#41294).
Go MAEDA
2024-10-09
6
-9
/
+483
*
Merges fav and fav-off icons in only one icon and fill the collor from CSS (#...
Marius Balteanu
2024-09-29
1
-3
/
+3
*
Moves stroke, stroke-width and fill attributes from icons to CSS (#23980).
Marius Balteanu
2024-09-28
1
-2
/
+2
*
Fixes failing test (#23980).
Marius Balteanu
2024-09-28
1
-2
/
+2
*
Fix test to use correct IANA timezone name "Asia/Hong_Kong" instead of deprec...
Go MAEDA
2024-09-25
1
-1
/
+1
*
Moves thumbnail title attribute from `a` to `img` (#41272).
Go MAEDA
2024-09-20
1
-1
/
+1
*
Add "Author / Previous assignee" group to assignee dropdown in issue form (#1...
Go MAEDA
2024-09-15
2
-4
/
+34
*
Fix test failure in IssuesSystemTest due to incorrect attachment count expect...
Go MAEDA
2024-09-11
1
-1
/
+1
*
Fix NoMethodError in Issue#blocked? due to invalid issue_from_id in Issue#rel...
Go MAEDA
2024-09-10
1
-0
/
+10
*
Replaces various icons with SVG icons (#23980).
Marius Balteanu
2024-09-08
1
-1
/
+1
*
Fix broken project list layout for projects scheduled for deletion (#41217).
Go MAEDA
2024-09-06
1
-0
/
+18
*
Fixed tests (#23980).
Marius Balteanu
2024-09-05
2
-2
/
+2
*
Set UTF-8 as the default CSV export encoding (#41202).
Go MAEDA
2024-09-01
1
-5
/
+3
*
Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).
Go MAEDA
2024-09-01
1
-1
/
+1
*
Fix precision issues in TimeEntry#hours calculation by returning Rational ins...
Go MAEDA
2024-08-31
1
-1
/
+15
*
Fixes rubocop offenses introduced by r22991 (#23980).
Marius Balteanu
2024-08-30
1
-2
/
+2
*
Fixes more tests.
Marius Balteanu
2024-08-30
2
-6
/
+8
*
Fix RuboCop offense Rails/PluralizationGrammar (#39889).
Go MAEDA
2024-08-25
4
-8
/
+8
*
Fix RuboCop offense Lint/SendWithMixinArgument (#39887).
Go MAEDA
2024-08-24
1
-2
/
+2
*
Add placeholder "h:mm" to hours field for better user guidance (#2464).
Go MAEDA
2024-08-21
1
-1
/
+3
*
Introduce `active?` method to Group via Principal model (#27510).
Go MAEDA
2024-08-21
1
-0
/
+1
*
Add filters for "Author's group" and "Author's role" to issues list (#7867).
Go MAEDA
2024-08-21
1
-0
/
+60
*
Use anonymous block forwarding introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-21
7
-17
/
+17
*
Use Array#intersect? introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-20
1
-1
/
+1
*
Fix "missing assertions" warning in test_search_should_be_case_and_accent_ins...
Go MAEDA
2024-08-20
1
-12
/
+12
*
Fix RuboCop offense Style/UnlessElse (#36320).
Go MAEDA
2024-08-20
1
-18
/
+14
*
Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#36320).
Go MAEDA
2024-08-20
1
-0
/
+1
*
Fix RuboCop offense Layout/EmptyLinesAroundClassBody (#36320).
Go MAEDA
2024-08-20
2
-2
/
+0
*
Fix flacky test after Rails 7 update which fails occasionally because databas...
Marius Balteanu
2024-08-20
1
-1
/
+1
*
Ensures desired test adapter is used in Active Job tests (#36320).
Marius Balteanu
2024-08-20
3
-1
/
+12
*
Updates test environment config to mark assertionless tests as failed (#36320).
Marius Balteanu
2024-08-20
17
-17
/
+4
*
Upgrade to Rails 7.2.0 (#36320).
Marius Balteanu
2024-08-20
1
-1
/
+1
*
Add support for quoted arguments containing commas in wiki macros (#40014).
Go MAEDA
2024-08-20
1
-0
/
+7
*
Add filters for "User's group" and "User's role" to Spent time list (#41053).
Go MAEDA
2024-08-16
1
-0
/
+63
*
Add missing assertion in Redmine::MenuManager::MapperTest#test_push_onto_root...
Go MAEDA
2024-08-12
1
-1
/
+1
*
Fix RuboCop offense Lint/RedundantStringCoercion, one of the offenses enabled...
Go MAEDA
2024-08-12
2
-2
/
+2
*
Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...
Go MAEDA
2024-08-12
3
-8
/
+8
*
Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...
Go MAEDA
2024-08-12
5
-6
/
+6
*
Fix RuboCop offense Layout/EmptyLinesAroundMethodBody, one of the offenses en...
Go MAEDA
2024-08-12
4
-4
/
+0
*
Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...
Go MAEDA
2024-08-12
5
-5
/
+0
*
Add test for r22947 (#41079).
Go MAEDA
2024-08-11
1
-0
/
+15
*
Fix issue where minutes part of a time entry is displayed as 60 instead of be...
Go MAEDA
2024-08-08
1
-0
/
+15
*
Add project identifier to List-Id header in notification emails (#13359).
Go MAEDA
2024-07-26
1
-6
/
+19
*
Add an option to render Integer and Float custom fields with thousands delimi...
Go MAEDA
2024-07-18
1
-0
/
+11
*
Refactor ApplicationHelper#format_object to accept options as a hash (#39997).
Go MAEDA
2024-07-18
1
-1
/
+1
*
Update users routing test to include assertions for bulk actions (delete, loc...
Marius Balteanu
2024-07-14
1
-0
/
+4
*
Adds test for bulk unlock users (#40913).
Marius Balteanu
2024-07-14
1
-0
/
+16
*
Fix tests for updated git repository (#40948).
Marius Balteanu
2024-07-14
2
-21
/
+24
[prev]
[next]