Go MAEDA
|
15d33f6827
|
Fix RuboCop Style/RedundantFormat by renaming custom format method to to_html to avoid name conflict with Kernel#format (#41884).
git-svn-id: https://svn.redmine.org/redmine/trunk@23624 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2025-04-11 08:37:27 +00:00 |
|
Marius Balteanu
|
40b6dce2de
|
Correctly handle exception messages in macros (#42326).
Patch by Holger Just (user:hjust).
git-svn-id: https://svn.redmine.org/redmine/trunk@23519 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2025-03-06 21:42:27 +00:00 |
|
Go MAEDA
|
4fb1e4bea0
|
Use fixtures :all to ensure consistent test data and improve test reliability (#41961).
Patch by Katsuya HIDAKA (user:hidakatsuya).
git-svn-id: https://svn.redmine.org/redmine/trunk@23391 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2024-12-11 10:17:57 +00:00 |
|
Marius Balteanu
|
a5d263dba8
|
Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to comrak/Rust (#40197).
git-svn-id: https://svn.redmine.org/redmine/trunk@23247 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2024-11-11 18:28:41 +00:00 |
|
Marius Balteanu
|
39401e4b95
|
Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed to build gem native extension" (#40197).
git-svn-id: https://svn.redmine.org/redmine/trunk@23197 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2024-11-03 18:34:06 +00:00 |
|
Marius Balteanu
|
da87320ebc
|
Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to comrak/Rust.
git-svn-id: https://svn.redmine.org/redmine/trunk@23188 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2024-11-03 12:02:39 +00:00 |
|
Go MAEDA
|
5407fea873
|
Drop deprecated Redcarpet based Markdown formatter (#40149).
Patch by Go MAEDA (user:maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@23153 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2024-10-20 07:51:38 +00:00 |
|
Marius Balteanu
|
3ac9d0d75e
|
Updates test environment config to mark assertionless tests as failed (#36320).
Patch by Takashi Kato (user:tohosaku).
git-svn-id: https://svn.redmine.org/redmine/trunk@22962 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2024-08-20 06:02:05 +00:00 |
|
Go MAEDA
|
578360fdab
|
Add support for quoted arguments containing commas in wiki macros (#40014).
Patch by Yasu Saku (user:skys).
git-svn-id: https://svn.redmine.org/redmine/trunk@22959 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2024-08-20 02:13:21 +00:00 |
|
Go MAEDA
|
baf32a3fa4
|
Add test for r22906 (#40716).
git-svn-id: https://svn.redmine.org/redmine/trunk@22907 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2024-07-06 07:46:47 +00:00 |
|
Go MAEDA
|
9293b72a45
|
Add tests for current alt attribute behavior in images (#40650).
Patch by Katsuya HIDAKA (@hidakatsuya).
git-svn-id: https://svn.redmine.org/redmine/trunk@22844 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2024-05-24 02:16:23 +00:00 |
|
Marius Balteanu
|
b4bfb6b581
|
Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).
Patch by Jens Krämer (@jkraemer).
git-svn-id: https://svn.redmine.org/redmine/trunk@22816 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2024-05-07 18:36:46 +00:00 |
|
Go MAEDA
|
7ed8183290
|
Remove redundant ApplicationHelper inclusions (#40506).
Patch by Takuya Kodama (@otegami).
git-svn-id: https://svn.redmine.org/redmine/trunk@22777 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2024-04-02 09:18:12 +00:00 |
|
Marius Balteanu
|
38d950df55
|
Remove current year from source file copyright headers and update year in footer to 2024 (#40043).
git-svn-id: https://svn.redmine.org/redmine/trunk@22746 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2024-02-26 22:55:54 +00:00 |
|
Marius Balteanu
|
259a394513
|
Deletes @Redmine::WikiFormatting::CommonMark::HelperTest@ tests that are no longer required after wiki syntax help files refactor (#39111, #40137).
git-svn-id: https://svn.redmine.org/redmine/trunk@22729 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2024-02-21 06:36:06 +00:00 |
|
Marius Balteanu
|
1f7f1a2db7
|
Allow consecutive footnote references inTextile (#39884).
Patch by @hjust.
git-svn-id: https://svn.redmine.org/redmine/trunk@22546 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-12-22 01:44:02 +00:00 |
|
Go MAEDA
|
7a06338a04
|
Fix CommonMark Markdown help page to reflect user's language setting (#39755).
Patch by Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@22496 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-12-06 14:26:57 +00:00 |
|
Go MAEDA
|
5e07a72413
|
Adapt markdown autolink behavior to that of common_mark (#38806).
Patch by Holger Just.
git-svn-id: https://svn.redmine.org/redmine/trunk@22298 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-09-18 05:07:22 +00:00 |
|
Go MAEDA
|
02b86c9dab
|
Fix test failure with Commonmarker 0.23.8 (#38239).
git-svn-id: https://svn.redmine.org/redmine/trunk@22092 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-02-05 04:40:04 +00:00 |
|
Go MAEDA
|
fcd4f7f6c9
|
CommonMark Markdown formatter does not support min-width, max-width, min-height, and max-height CSS properties (#38073).
Patch by Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@22025 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-01-11 13:11:04 +00:00 |
|
Go MAEDA
|
1481c721a2
|
Use require_relative instead of require File.expand_path(..., __FILE__) (#38093).
Patch by Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@22016 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-01-01 07:13:39 +00:00 |
|
Go MAEDA
|
92bd67c279
|
Update copyright year to 2023 (#38141).
git-svn-id: https://svn.redmine.org/redmine/trunk@22013 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-01-01 06:19:35 +00:00 |
|
Go MAEDA
|
10af27eac3
|
Fix RuboCop offense Performance/StringInclude (#37247).
git-svn-id: https://svn.redmine.org/redmine/trunk@22003 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-12-26 02:46:53 +00:00 |
|
Go MAEDA
|
47b17044d2
|
Fix RuboCop offense Style/RedundantStringEscape (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@21920 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-10-26 13:14:08 +00:00 |
|
Go MAEDA
|
2f81cb6b2a
|
Fix RuboCop offense Layout/FirstHashElementIndentation due to r21894 (#37751).
git-svn-id: https://svn.redmine.org/redmine/trunk@21915 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-10-20 08:10:59 +00:00 |
|
Go MAEDA
|
00b4743e91
|
Fix RuboCop offenses Layout/EmptyLinesAroundClassBody and Layout/TrailingEmptyLines in html_sanitizer_test.rb (#37750).
git-svn-id: https://svn.redmine.org/redmine/trunk@21914 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-10-20 07:57:02 +00:00 |
|
Go MAEDA
|
1d9f5c6742
|
Escape tags that start with pre (#37767).
Patch by Holger Just.
git-svn-id: https://svn.redmine.org/redmine/trunk@21902 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-10-17 13:35:20 +00:00 |
|
Marius Balteanu
|
39151a89b6
|
Introduces a standalone html sanitizer class (#37750).
Patch by Jens Krämer.
git-svn-id: https://svn.redmine.org/redmine/trunk@21900 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-10-04 19:49:00 +00:00 |
|
Marius Balteanu
|
ba635eace9
|
Escape blockquote citation in textile formatting (#37751).
Patch by Jens Krämer.
git-svn-id: https://svn.redmine.org/redmine/trunk@21894 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-10-04 18:58:37 +00:00 |
|
Go MAEDA
|
16c2c4a880
|
Fix RuboCop offense Layout/LineLength due to r21849 (#37713).
git-svn-id: https://svn.redmine.org/redmine/trunk@21865 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-09-28 09:00:45 +00:00 |
|
Marius Balteanu
|
2faadcba8b
|
Allow select custom CSS properties (#37237).
Patch by Jens Krämer.
git-svn-id: https://svn.redmine.org/redmine/trunk@21850 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-09-26 22:35:48 +00:00 |
|
Marius Balteanu
|
0bb977cb41
|
Add rel="noopener" to all external links with a target attribute (#37713).
Patch by Jens Krämer.
git-svn-id: https://svn.redmine.org/redmine/trunk@21849 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-09-26 22:34:44 +00:00 |
|
Marius Balteanu
|
ab4a055397
|
Merged r21618 to trunk (#35892).
git-svn-id: https://svn.redmine.org/redmine/trunk@21619 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-05-28 18:25:49 +00:00 |
|
Marius Balteanu
|
e09426552c
|
Update footnotes markup after commonmarker gem update (#35892).
git-svn-id: https://svn.redmine.org/redmine/trunk@21612 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-05-28 09:42:15 +00:00 |
|
Marius Balteanu
|
95336e48ad
|
Add a test for #36958.
Patch by Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@21559 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-05-03 16:50:52 +00:00 |
|
Go MAEDA
|
b51d40fe38
|
Comments for Textile text formatting (#20511).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21457 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-03-17 03:55:24 +00:00 |
|
Marius Balteanu
|
4807beaebf
|
Explicitly specify text formatting in the tests (#35952).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21386 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-01-22 10:11:13 +00:00 |
|
Marius Balteanu
|
380a3b0345
|
Enable task list items for Common Mark text formatting (#35742).
git-svn-id: http://svn.redmine.org/redmine/trunk@21383 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-01-22 09:24:43 +00:00 |
|
Go MAEDA
|
3686b77eb6
|
Update copyright year in source files to 2022 (#36379).
git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-01-02 05:29:10 +00:00 |
|
Go MAEDA
|
e623582536
|
Lazy load inline images (#36294).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21313 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-12-14 01:24:13 +00:00 |
|
Marius Balteanu
|
1245708ba7
|
Fix typo in class 'icon-expended' (#36149).
Patch by Bernhard Rohloff.
git-svn-id: http://svn.redmine.org/redmine/trunk@21275 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-11-08 20:14:49 +00:00 |
|
Marius Balteanu
|
b7798e6e1c
|
Unify code block and add "data-language" attribute with the user-supplied language for Textile and Markdown formaters (#35104).
Patch by Martin Cizek.
git-svn-id: http://svn.redmine.org/redmine/trunk@21183 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-08-15 21:00:16 +00:00 |
|
Marius Balteanu
|
5699253da6
|
Add "data-language" attribute to code block with the user-supplied language for CommonMark formater (#35104, #32424).
Patch by Martin Cizek.
git-svn-id: http://svn.redmine.org/redmine/trunk@21182 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-08-15 20:59:04 +00:00 |
|
Marius Balteanu
|
9651398469
|
Update failing test after hardbreaks enabled by default (#35754, #32424).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21177 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-08-15 05:57:57 +00:00 |
|
Marius Balteanu
|
c1b3804555
|
Fixed failing test on CommonMark by striping the trailing whitespace returned by the footnote (#32424).
git-svn-id: http://svn.redmine.org/redmine/trunk@21164 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-08-11 21:51:23 +00:00 |
|
Marius Balteanu
|
d92b75d49e
|
Fixed Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc by using <<~ instead of <<- (#32424).
git-svn-id: http://svn.redmine.org/redmine/trunk@21163 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-08-11 21:50:52 +00:00 |
|
Marius Balteanu
|
e8c911577f
|
Relax allowed protocols in links by denying specific protocols for CommonMark text formatting (#32424).
Patch by Martin Cizek.
git-svn-id: http://svn.redmine.org/redmine/trunk@21161 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-08-11 21:49:27 +00:00 |
|
Marius Balteanu
|
9af2ba2c13
|
Adds CommonMark Markdown (GitHub Flavored) as third text formatting option (#32424).
Patch by Jens Krämer.
git-svn-id: http://svn.redmine.org/redmine/trunk@21156 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-08-11 21:40:56 +00:00 |
|
Go MAEDA
|
183642ba20
|
Markdown text sections broken by thematic breaks (horizontal rules) (#35036).
Patch by Martin Cizek.
git-svn-id: http://svn.redmine.org/redmine/trunk@20998 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-05-14 09:39:12 +00:00 |
|
Go MAEDA
|
3e36b5c452
|
Update copyright year in source files to 2021 (#33069).
git-svn-id: http://svn.redmine.org/redmine/trunk@20846 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-03-25 06:58:56 +00:00 |
|