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
/
redmine
/
wiki_formatting
/
textile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
3
-3
/
+3
*
Merge r22546 from trunk to 5.1-stable (#39884).
Marius Balteanu
2023-12-22
1
-1
/
+1
*
Use uri_with_link_safe_scheme? in Redcloth3 (#38807).
Go MAEDA
2023-09-18
1
-2
/
+2
*
HTML-escape the entire tag content of escaped HTML tags in textile (#38807).
Go MAEDA
2023-09-18
1
-2
/
+2
*
Fix RuboCop offense Style/RedundantSelfAssignmentBranch (#36919).
Go MAEDA
2023-06-29
1
-1
/
+1
*
Fix RuboCop offense Style/RedundantRegexpArgument (#36919).
Go MAEDA
2023-06-29
2
-5
/
+5
*
Revert the change made in error in r22197 (#38435).
Go MAEDA
2023-04-16
1
-1
/
+1
*
Change the notation of "contains any of" filter operator to "*~" (#38435).
Go MAEDA
2023-04-16
1
-1
/
+1
*
Fix RuboCop offense Performance/RedundantSplitRegexpArgument (#38146).
Go MAEDA
2023-01-11
1
-2
/
+2
*
Fix RuboCop offense Performance/RedundantMatch (#38146).
Go MAEDA
2023-01-11
2
-3
/
+3
*
Fix RuboCop offense Performance/ConstantRegexp (#38146).
Go MAEDA
2023-01-11
2
-5
/
+5
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
3
-3
/
+3
*
Escape tags that start with pre (#37767).
Go MAEDA
2022-10-17
1
-5
/
+7
*
Escape blockquote citation in textile formatting (#37751).
Marius Balteanu
2022-10-04
1
-1
/
+1
*
Move methods related to wiki section to a helper file and include it in all 3...
Marius Balteanu
2022-06-16
1
-16
/
+1
*
Comments for Textile text formatting (#20511).
Go MAEDA
2022-03-17
1
-0
/
+5
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
3
-3
/
+3
*
Move preparation code to redmine/preparation.rb (#29914, #32938).
Marius Balteanu
2021-11-17
1
-1
/
+0
*
Unify code block and add "data-language" attribute with the user-supplied lan...
Marius Balteanu
2021-08-15
1
-2
/
+4
*
Inline image in Textile is not displayed if the image URL contains ampersands...
Go MAEDA
2021-07-28
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
3
-3
/
+3
*
shorten long line of lib/redmine/wiki_formatting/textile/helper.rb
Toshi MARUYAMA
2020-12-10
1
-3
/
+14
*
add empty line after guard clause to lib/redmine/wiki_formatting/textile/form...
Toshi MARUYAMA
2020-10-28
1
-0
/
+1
*
Replace gsub with tr, delete, or squeeze (#34161).
Go MAEDA
2020-10-24
1
-1
/
+1
*
Use match? instead of =~ when MatchData is not used (#34150).
Go MAEDA
2020-10-23
1
-4
/
+4
*
fix source indent of lib/redmine/wiki_formatting/textile/redcloth3.rb
Toshi MARUYAMA
2020-07-03
1
-13
/
+13
*
XSS vulnerabilities in textile links (#32934).
Jean-Philippe Lang
2020-04-05
1
-1
/
+9
*
Reverts r19489 (#32934).
Jean-Philippe Lang
2020-04-05
1
-2
/
+2
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
3
-3
/
+3
*
Fix a RuboCop offence Style/NegatedWhile (#32971).
Go MAEDA
2020-02-29
1
-1
/
+1
*
Newline between list items break a list (#32971).
Go MAEDA
2020-02-29
1
-5
/
+6
*
White list protocols allowed for Textile links (#32934).
Jean-Philippe Lang
2020-02-02
1
-2
/
+2
*
Make languages in Highlighted code button in toolbar customizable (#32528).
Go MAEDA
2020-01-14
1
-1
/
+3
*
filter all possibly class values on code tags in Textile (#25742)
Toshi MARUYAMA
2019-12-05
1
-3
/
+4
*
Fix that receiving HTML email fails if it contains a link without an href att...
Go MAEDA
2019-11-09
1
-1
/
+9
*
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/wiki_formatting/te...
Toshi MARUYAMA
2019-11-06
1
-6
/
+6
*
code cleanup: rubocop: fix Layout/CommentIndentation in lib/redmine/wiki_form...
Toshi MARUYAMA
2019-10-19
1
-20
/
+20
*
code cleanup: rubocop: fix Layout/EmptyLines in lib/redmine/wiki_formatting/t...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/wiki_forma...
Toshi MARUYAMA
2019-10-19
1
-3
/
+3
*
code cleanup: rubocop: fix Style/UnlessElse in lib/redmine/wiki_formatting/te...
Toshi MARUYAMA
2019-10-19
1
-2
/
+1
*
code layout clean up lib/redmine/wiki_formatting/textile/redcloth3.rb
Toshi MARUYAMA
2019-10-17
1
-8
/
+5
*
code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAround...
Toshi MARUYAMA
2019-10-17
1
-2
/
+2
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in lib/redmine/w...
Toshi MARUYAMA
2019-10-16
1
-2
/
+0
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/wiki_for...
Toshi MARUYAMA
2019-10-16
1
-3
/
+3
*
code cleanup: rubocop: fix Layout/AccessModifierIndentation in lib/redmine/wi...
Toshi MARUYAMA
2019-10-15
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...
Toshi MARUYAMA
2019-10-15
1
-3
/
+2
*
code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in lib/redmi...
Toshi MARUYAMA
2019-10-15
1
-65
/
+65
*
code cleanup: rubocop: fix Style/IfWithSemicolon in lib/redmine/wiki_formatti...
Toshi MARUYAMA
2019-10-15
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/IndentAssignment in lib/redmine/wiki_format...
Toshi MARUYAMA
2019-10-15
1
-15
/
+12
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in lib/redmine/wi...
Toshi MARUYAMA
2019-10-15
1
-4
/
+0
[next]