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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use anonymous block forwarding introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-21
33
-78
/
+78
*
Use Array#intersect? introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-20
11
-11
/
+11
*
Drop support for Ruby 3.0 due to Rails 7.2 update (#38585, #36320).
Go MAEDA
2024-08-20
2
-2
/
+2
*
Update RuboCop target Rails version to 7.2 (#36320).
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
*
Updates activerecord-sqlserver-adapter gem to 7.2.0 (#36320).
Marius Balteanu
2024-08-20
1
-1
/
+1
*
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
18
-17
/
+6
*
Replaces removed `ActiveSupport::Deprecation.warn` with custom deprecators (#...
Marius Balteanu
2024-08-20
4
-6
/
+8
*
Upgrade to Rails 7.2.0 (#36320).
Marius Balteanu
2024-08-20
4
-5
/
+5
*
Add support for quoted arguments containing commas in wiki macros (#40014).
Go MAEDA
2024-08-20
2
-2
/
+12
*
Add filters for "User's group" and "User's role" to Spent time list (#41053).
Go MAEDA
2024-08-16
2
-0
/
+122
*
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
4
-10
/
+3
*
Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...
Go MAEDA
2024-08-12
10
-168
/
+153
*
Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...
Go MAEDA
2024-08-12
15
-46
/
+28
*
Remove commented-out dead code and fix RuboCop offense Layout/LeadingCommentS...
Go MAEDA
2024-08-12
2
-7
/
+0
*
Fix RuboCop offense Layout/EmptyLinesAroundModuleBody, one of the offenses en...
Go MAEDA
2024-08-12
18
-40
/
+0
*
Fix RuboCop offense Layout/EmptyLinesAroundMethodBody, one of the offenses en...
Go MAEDA
2024-08-12
8
-19
/
+0
*
Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...
Go MAEDA
2024-08-12
17
-38
/
+0
*
Add test for r22947 (#41079).
Go MAEDA
2024-08-11
1
-0
/
+15
*
Fix incorrect sorting of users grouped by status in issue filters for adminis...
Go MAEDA
2024-08-11
1
-3
/
+3
*
Fix issue where minutes part of a time entry is displayed as 60 instead of be...
Go MAEDA
2024-08-08
2
-3
/
+18
*
Add SSL enforcement and Inline job adapter examples to config/additional_envi...
Go MAEDA
2024-07-26
1
-1
/
+9
*
Add project identifier to List-Id header in notification emails (#13359).
Go MAEDA
2024-07-26
2
-9
/
+31
*
Disable RuboCop Style/FormatString (#39887).
Go MAEDA
2024-07-22
2
-13
/
+1
*
Traditional Chinese translation update (#41045).
Go MAEDA
2024-07-22
1
-2
/
+2
*
Fix RuboCop offense Layout/EmptyLineBetweenDefs (#39887).
Go MAEDA
2024-07-19
2
-6
/
+1
*
Set default age parameter for User.prune method to 30 days (#41023).
Go MAEDA
2024-07-19
1
-1
/
+1
*
Japanese translation update (#41039).
Go MAEDA
2024-07-18
1
-1
/
+1
*
Update locales (#39997).
Go MAEDA
2024-07-18
49
-0
/
+49
*
Add an option to render Integer and Float custom fields with thousands delimi...
Go MAEDA
2024-07-18
6
-5
/
+30
*
Updated `number.format.delimiter` values in locale files based on rails-i18n ...
Go MAEDA
2024-07-18
17
-17
/
+17
*
Refactor ApplicationHelper#format_object to accept options as a hash (#39997).
Go MAEDA
2024-07-18
7
-10
/
+25
*
Japanese translation update (#41027).
Go MAEDA
2024-07-16
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
*
Updates broken git repository archive introduced in r22910 (#40948).
Marius Balteanu
2024-07-14
1
-0
/
+0
*
Update locales (#36197).
Go MAEDA
2024-07-14
49
-0
/
+49
*
Add configurable setting for copying attachments when copying an issue (#36197).
Go MAEDA
2024-07-14
7
-5
/
+115
*
Add bulk unlock to user list context menu (#40913).
Marius Balteanu
2024-07-13
3
-5
/
+18
*
Increases number of revisions and fileschanges in test/unit/repository_git_te...
Marius Balteanu
2024-07-13
1
-2
/
+2
*
Fix RuboCop offense Style/CollectionCompact (#39887).
Go MAEDA
2024-07-11
4
-16
/
+6
*
Update RuboCop to 1.65 (#39887).
Go MAEDA
2024-07-11
2
-2
/
+2
*
Fix RuboCop offense Style/MapCompactWithConditionalBlock (#39887).
Go MAEDA
2024-07-11
3
-10
/
+10
[next]