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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update RuboCop to 1.69 (#41884).
Go MAEDA
2024-11-28
1
-0
/
+2
*
Fix deprecation warning for IMAP4 email receiving: "Call Net::IMAP.new with k...
Go MAEDA
2024-11-14
1
-1
/
+1
*
Updates for 6.0.1 release.
Marius Balteanu
2024-11-12
1
-1
/
+1
*
Fixes "Unresolved or ambiguous specs during Gem::Specification.reset" (#41729).
Marius Balteanu
2024-11-12
1
-2
/
+2
*
Replaces two more occurrences of CommonMarker (#40197).
Marius Balteanu
2024-11-11
1
-1
/
+1
*
Fixes rubocop offenses (#40197).
Marius Balteanu
2024-11-11
2
-3
/
+3
*
Disables @syntax_highlighter@ plugin shipped by commonmark (#40197).
Marius Balteanu
2024-11-11
2
-1
/
+8
*
Simplify code (#40197).
Marius Balteanu
2024-11-11
1
-7
/
+3
*
Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...
Marius Balteanu
2024-11-11
3
-22
/
+23
*
Updates for 6.0.0 release.
Marius Balteanu
2024-11-10
1
-3
/
+3
*
Fix path for plugin assets in icons rake task (#23980, #41712).
Marius Balteanu
2024-11-10
1
-1
/
+1
*
Allows plugins to add custom SVG icons for menu items added by the plugin (#2...
Marius Balteanu
2024-11-10
1
-2
/
+3
*
Updates for 5.1.4 release.
Marius Balteanu
2024-11-03
1
-1
/
+1
*
Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed to...
Marius Balteanu
2024-11-03
4
-31
/
+27
*
Disable syntax_highlighter plugin shipped by commonmark (#40197).
Marius Balteanu
2024-11-03
2
-1
/
+8
*
Simplify code (#40197).
Marius Balteanu
2024-11-03
1
-7
/
+3
*
Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...
Marius Balteanu
2024-11-03
4
-23
/
+24
*
Upgrades propshaft to 1.1.0 (#39111).
Marius Balteanu
2024-10-31
1
-9
/
+9
*
Fix missing deletion of custom field attachments upon issue deletion (#38966).
Go MAEDA
2024-10-26
1
-0
/
+13
*
Fix reference to the deleted Redcarpet-based Redmine::WikiFormatting::Markdow...
Go MAEDA
2024-10-21
1
-1
/
+27
*
Drop deprecated Redcarpet based Markdown formatter (#40149).
Go MAEDA
2024-10-20
6
-232
/
+1
*
Replace "even" and "odd" CSS classes with "this-month" and "other-month" for ...
Go MAEDA
2024-10-20
1
-1
/
+1
*
Renames and improves methods provided by @IconsHelper@ (#23980).
Marius Balteanu
2024-10-19
3
-4
/
+4
*
Partial quoting feature for Issues and Forums (#41294).
Go MAEDA
2024-10-09
1
-0
/
+87
*
Add underline button to CommonMark Markdown toolbar (#40939).
Go MAEDA
2024-10-09
1
-0
/
+3
*
Adds rake task to download SVG icons from Tabler Github repository using conf...
Marius Balteanu
2024-10-08
1
-0
/
+142
*
Fixes gantt collapse/expand buttons are not available after switching to SVG ...
Marius Balteanu
2024-10-08
1
-3
/
+3
*
Update MiniMagick to 5.0 (#41312).
Go MAEDA
2024-10-02
1
-2
/
+2
*
Gantt progress line misrendering for 0% progress issues/versions with future ...
Go MAEDA
2024-09-23
1
-2
/
+2
*
Replaces icon-expanded and icon-collapsed with SVG icons (#23980).
Marius Balteanu
2024-09-08
1
-2
/
+2
*
Refactor Calendar#first_wday method for improved readability and efficiency (...
Go MAEDA
2024-09-07
1
-10
/
+9
*
Fix RuboCop offense Layout/EndAlignment (#23980).
Go MAEDA
2024-09-07
1
-4
/
+4
*
Replaces project, version and issue icons from Gantt view with SVG icons (#23...
Marius Balteanu
2024-09-06
1
-2
/
+7
*
Replaces icons in administration menu with SVG icons (#23980).
Marius Balteanu
2024-09-06
2
-2
/
+23
*
Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).
Go MAEDA
2024-09-01
2
-14
/
+14
*
Fix precision issues in TimeEntry#hours calculation by returning Rational ins...
Go MAEDA
2024-08-31
1
-2
/
+2
*
Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).
Go MAEDA
2024-08-25
3
-3
/
+3
*
Fix RuboCop offense Rails/PluralizationGrammar (#39889).
Go MAEDA
2024-08-25
1
-1
/
+1
*
Add placeholder "h:mm" to hours field for better user guidance (#2464).
Go MAEDA
2024-08-21
1
-0
/
+1
*
Use anonymous block forwarding introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-21
15
-32
/
+32
*
Use Array#intersect? introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-20
3
-3
/
+3
*
Replaces removed `ActiveSupport::Deprecation.warn` with custom deprecators (#...
Marius Balteanu
2024-08-20
2
-5
/
+5
*
Upgrade to Rails 7.2.0 (#36320).
Marius Balteanu
2024-08-20
1
-2
/
+2
*
Add support for quoted arguments containing commas in wiki macros (#40014).
Go MAEDA
2024-08-20
1
-2
/
+5
*
Fix RuboCop offense Lint/RedundantStringCoercion, one of the offenses enabled...
Go MAEDA
2024-08-12
1
-1
/
+1
*
Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...
Go MAEDA
2024-08-12
3
-142
/
+142
*
Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...
Go MAEDA
2024-08-12
9
-22
/
+22
*
Remove commented-out dead code and fix RuboCop offense Layout/LeadingCommentS...
Go MAEDA
2024-08-12
1
-1
/
+0
*
Fix RuboCop offense Layout/EmptyLinesAroundModuleBody, one of the offenses en...
Go MAEDA
2024-08-12
8
-8
/
+0
*
Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...
Go MAEDA
2024-08-12
6
-6
/
+0
[next]