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
/
unit
/
lib
/
redmine
/
wiki_formatting
/
common_mark
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix RuboCop Style/RedundantArrayFlatten (#41884).
Go MAEDA
2025-06-07
1
-1
/
+1
*
Adds icons to commonmark alerts (#42603).
Marius Balteanu
2025-05-24
1
-1
/
+5
*
Fixes rubocop offenses (#42648, #42603).
Marius Balteanu
2025-04-30
1
-1
/
+1
*
Fixes rubocop offense "Prefer assert_not_includes over refute_includes" (#426...
Marius Balteanu
2025-04-30
1
-1
/
+1
*
Fixes broken references for multiple footnote usage (#42648).
Marius Balteanu
2025-04-30
1
-4
/
+8
*
Fixes failing test (#42603).
Marius Balteanu
2025-04-30
1
-1
/
+1
*
Enable CommonMark alert extension (#42603).
Marius Balteanu
2025-04-29
2
-9
/
+74
*
Replaces deckar01-task_list gem with commonmarks tasklist extension (#42602).
Marius Balteanu
2025-04-27
1
-1
/
+1
*
Fix RuboCop Style/RedundantFormat by renaming custom `format` method to `to_h...
Go MAEDA
2025-04-11
1
-32
/
+32
*
Use `fixtures :all` to ensure consistent test data and improve test reliabili...
Go MAEDA
2024-12-11
1
-11
/
+0
*
Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...
Marius Balteanu
2024-11-11
7
-7
/
+7
*
Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed to...
Marius Balteanu
2024-11-03
7
-7
/
+7
*
Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...
Marius Balteanu
2024-11-03
7
-7
/
+7
*
Updates test environment config to mark assertionless tests as failed (#36320).
Marius Balteanu
2024-08-20
1
-1
/
+0
*
Add test for r22906 (#40716).
Go MAEDA
2024-07-06
1
-0
/
+15
*
Add tests for current alt attribute behavior in images (#40650).
Go MAEDA
2024-05-24
1
-0
/
+28
*
Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).
Marius Balteanu
2024-05-07
1
-1
/
+1
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
7
-7
/
+7
*
Deletes @Redmine::WikiFormatting::CommonMark::HelperTest@ tests that are no l...
Marius Balteanu
2024-02-21
1
-33
/
+0
*
Fix CommonMark Markdown help page to reflect user's language setting (#39755).
Go MAEDA
2023-12-06
1
-0
/
+33
*
Fix test failure with Commonmarker 0.23.8 (#38239).
Go MAEDA
2023-02-05
1
-1
/
+1
*
CommonMark Markdown formatter does not support min-width, max-width, min-heig...
Go MAEDA
2023-01-11
1
-0
/
+4
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
7
-7
/
+7
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
7
-7
/
+7
*
Fix RuboCop offense Style/RedundantStringEscape (#36919).
Go MAEDA
2022-10-26
1
-1
/
+1
*
Fix RuboCop offense Layout/LineLength due to r21849 (#37713).
Go MAEDA
2022-09-28
1
-2
/
+8
*
Allow select custom CSS properties (#37237).
Marius Balteanu
2022-09-26
1
-0
/
+4
*
Add rel="noopener" to all external links with a target attribute (#37713).
Marius Balteanu
2022-09-26
1
-0
/
+5
*
Merged r21618 to trunk (#35892).
Marius Balteanu
2022-05-28
1
-2
/
+2
*
Update footnotes markup after commonmarker gem update (#35892).
Marius Balteanu
2022-05-28
1
-3
/
+3
*
Add a test for #36958.
Marius Balteanu
2022-05-03
1
-0
/
+6
*
Enable task list items for Common Mark text formatting (#35742).
Marius Balteanu
2022-01-22
1
-0
/
+21
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
7
-7
/
+7
*
Lazy load inline images (#36294).
Go MAEDA
2021-12-14
1
-1
/
+1
*
Add "data-language" attribute to code block with the user-supplied language f...
Marius Balteanu
2021-08-15
2
-15
/
+36
*
Update failing test after hardbreaks enabled by default (#35754, #32424).
Marius Balteanu
2021-08-15
1
-2
/
+2
*
Fixed failing test on CommonMark by striping the trailing whitespace returned...
Marius Balteanu
2021-08-11
1
-1
/
+1
*
Fixed Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc by...
Marius Balteanu
2021-08-11
1
-11
/
+11
*
Relax allowed protocols in links by denying specific protocols for CommonMark...
Marius Balteanu
2021-08-11
1
-5
/
+19
*
Adds CommonMark Markdown (GitHub Flavored) as third text formatting option (#...
Marius Balteanu
2021-08-11
7
-0
/
+755