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
*
Replaces icon-folder and icon-folder-open in repository view with SVG icons (...
Marius Balteanu
2024-09-02
4
-3
/
+21
*
Fix RuboCop offense Style/StringChars (#39887).
Go MAEDA
2024-09-01
2
-6
/
+1
*
"##" syntax auto complete does not work (#41096).
Go MAEDA
2024-09-01
1
-0
/
+6
*
Set UTF-8 as the default CSV export encoding (#41202).
Go MAEDA
2024-09-01
2
-8
/
+6
*
Revert r23002 (#39887).
Go MAEDA
2024-09-01
1
-2
/
+2
*
Disable RuboCop Lint/InterpolationCheck for USER_FORMATS in app/models/user.r...
Go MAEDA
2024-09-01
2
-5
/
+2
*
Update RuboCop to 1.65 (#39887).
Go MAEDA
2024-09-01
2
-3
/
+3
*
Regenerate .rubocop_todo.yml (#39887).
Go MAEDA
2024-09-01
1
-9
/
+1
*
Fix RuboCop offense Style/EmptyLiteral (#39887).
Go MAEDA
2024-09-01
1
-2
/
+2
*
Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).
Go MAEDA
2024-09-01
11
-26
/
+26
*
Fix precision issues in TimeEntry#hours calculation by returning Rational ins...
Go MAEDA
2024-08-31
3
-4
/
+25
*
Replaces icon-email and icon-passwd icons with SVG icons (#23980).
Marius Balteanu
2024-08-31
5
-9
/
+9
*
Fixes icon-multiple (#23980).
Marius Balteanu
2024-08-31
2
-2
/
+2
*
Do not show icon-cancel backgrond icon if element contains a SVG element (#23...
Marius Balteanu
2024-08-31
1
-1
/
+1
*
Replaces zoom-in icon with SVG icon in ssues report (#23980).
Marius Balteanu
2024-08-31
1
-7
/
+7
*
Do not show fav/fav-off backgrond icon if element contains a SVG element (#23...
Marius Balteanu
2024-08-31
1
-2
/
+2
*
Replaces zoom-in and zoom-out icons with SVG icons in Gantt (#23980).
Marius Balteanu
2024-08-31
2
-6
/
+6
*
Removes extra spaces in icon classes introduced by r22988 (#23980).
Marius Balteanu
2024-08-31
1
-2
/
+2
*
Fixes rubocop offenses introduced by r22991 (#23980).
Marius Balteanu
2024-08-30
1
-2
/
+2
*
Fixes more tests.
Marius Balteanu
2024-08-30
4
-11
/
+13
*
Add icon to attachment link only when icon variable is passed.
Marius Balteanu
2024-08-30
2
-5
/
+7
*
Fix failing tests by including IconsHelper in ApplicationHelper (#23980).
Marius Balteanu
2024-08-30
1
-0
/
+1
*
Start working on replacing old icons with SVG icons (#23980):
Marius Balteanu
2024-08-29
74
-233
/
+670
*
Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).
Go MAEDA
2024-08-25
13
-38
/
+18
*
Update RuboCop Rails to 2.26 (#39889).
Go MAEDA
2024-08-25
1
-1
/
+1
*
Fix RuboCop offense Rails/PluralizationGrammar (#39889).
Go MAEDA
2024-08-25
5
-9
/
+9
*
Fix untranslated string "OK" in repositories diff view (#39778).
Go MAEDA
2024-08-24
1
-1
/
+1
*
Revert r22981: Incorrect issue number #39887 referenced
Go MAEDA
2024-08-24
1
-1
/
+1
*
Fix untranslated string "OK" in repositories diff view (#39887).
Go MAEDA
2024-08-24
1
-1
/
+1
*
Fix RuboCop offense Lint/SendWithMixinArgument (#39887).
Go MAEDA
2024-08-24
2
-7
/
+2
*
Upgrade to Rails 7.2.1 (#36320).
Go MAEDA
2024-08-23
1
-1
/
+1
*
Fix RuboCop offense Style/ClassEqualityComparison (#39887).
Go MAEDA
2024-08-21
2
-8
/
+1
*
Add placeholder "h:mm" to hours field for better user guidance (#2464).
Go MAEDA
2024-08-21
2
-1
/
+4
*
Introduce `active?` method to Group via Principal model (#27510).
Go MAEDA
2024-08-21
3
-4
/
+5
*
Add filters for "Author's group" and "Author's role" to issues list (#7867).
Go MAEDA
2024-08-21
2
-0
/
+98
*
Set Rubocop TargetRubyVersion to 3.1 (#38585).
Go MAEDA
2024-08-21
1
-1
/
+2
*
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
[next]