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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix that receiving HTML email fails if it contains a link without an href att...
Go MAEDA
2019-11-09
2
-2
/
+18
*
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/wiki_formatting/te...
Toshi MARUYAMA
2019-11-06
1
-6
/
+6
*
Eases the regexp used to determine the start of a code block (#32359).
Go MAEDA
2019-10-29
1
-1
/
+1
*
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
*
Better handling of HTML tables when creating an issue from an email (#31231).
Go MAEDA
2019-08-24
2
-0
/
+4
*
Code cleanup: RuboCop: Layout/TrailingBlankLines
Go MAEDA
2019-08-14
1
-1
/
+0
*
Convert HTML links to Textile/Markdown links when creating an issue from an e...
Go MAEDA
2019-08-11
3
-3
/
+8
*
Wiki page collapse block image is not displayed in exported PDF (#30162).
Jean-Philippe Lang
2019-06-20
1
-3
/
+11
*
Issue macro for flexible linking to issues (#29489).
Jean-Philippe Lang
2019-06-20
1
-0
/
+27
*
Text may unexpectedly be enclosed in pre tags when an issue is created via HT...
Jean-Philippe Lang
2019-06-20
1
-2
/
+2
*
Fix html encoding (#31520).
Jean-Philippe Lang
2019-06-10
1
-1
/
+7
*
Remove trailing whitespaces from lib (#31506).
Go MAEDA
2019-06-06
3
-95
/
+95
*
Update copyright year.
Go MAEDA
2019-05-25
8
-8
/
+8
*
Code cleanup: Use Loofah.remove_extraneous_whitespace instead of deprecated L...
Go MAEDA
2019-04-21
1
-1
/
+1
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-2
/
+2
*
Support frozen_string_literal in lib/**/*.rb (#26561).
Go MAEDA
2019-03-17
9
-26
/
+26
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
9
-0
/
+18
*
Reverts r17891 (#30099).
Go MAEDA
2019-03-10
1
-5
/
+4
*
URLs end with "-" are rendered incorrectly in Textile (#30259).
Go MAEDA
2019-03-03
1
-3
/
+3
*
Multiple blank lines in pre tags are not preserved in Textile (#30099).
Go MAEDA
2019-02-20
1
-4
/
+5
*
Preview URL in Wiki Toolbar should be escaped (#30758).
Go MAEDA
2019-02-11
2
-2
/
+2
*
Tags start with 'pre' are handled as 'pre' tag in Textile (#8395).
Go MAEDA
2018-11-26
1
-1
/
+1
*
\f or \v character in Textile markup may cause RegexpError exception (#29756).
Go MAEDA
2018-10-28
1
-1
/
+1
*
Syntax highlighter: replace CodeRay with Rouge (#24681).
Jean-Philippe Lang
2018-09-29
1
-0
/
+1
*
Adds preview option to the wiki toolbar (#27758).
Jean-Philippe Lang
2018-09-26
2
-5
/
+6
*
Fix: Textile phrase modifiers break wiki macros (#29247).
Go MAEDA
2018-07-21
1
-1
/
+1
*
User link syntax (user:login) doesn't work for logins consisting of an email ...
Jean-Philippe Lang
2018-06-17
2
-13
/
+6
*
Enable and add underline button to the toolbar for Markdown formatting (#28169).
Jean-Philippe Lang
2018-06-16
2
-3
/
+5
*
Fix: Syntax highlighter does not work if language name is single-quoted (#284...
Go MAEDA
2018-05-02
1
-1
/
+1
*
Markdown pre-block could derive incorrect wiki sections (#25299).
Jean-Philippe Lang
2018-04-07
1
-8
/
+6
*
Enable lax_spacing for markdown formatting (#28119).
Go MAEDA
2018-02-16
1
-1
/
+2
*
Allow "max-height", "max-width", "min-height" and "min-width" CSS properties ...
Go MAEDA
2018-01-11
1
-1
/
+1
*
Set a default size for macro thumbnails different from the preview thumbnails.
Jean-Philippe Lang
2017-07-19
1
-2
/
+3
*
Update copyright.
Jean-Philippe Lang
2017-06-25
8
-8
/
+8
*
Render all possible inline textile images even if an invalid one exists (#261...
Jean-Philippe Lang
2017-06-17
1
-1
/
+1
*
Generate markup for uploaded image dropped into wiki-edit textarea (#26071).
Jean-Philippe Lang
2017-06-07
2
-0
/
+2
*
Link to user in wiki syntax (#4179).
Jean-Philippe Lang
2017-06-07
1
-0
/
+4
[next]