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
/
macros_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22746 from trunk to 5.0-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Explicitly specify text formatting in the tests (#35952).
Marius Balteanu
2022-01-22
1
-122
/
+181
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fix typo in class 'icon-expended' (#36149).
Marius Balteanu
2021-11-08
1
-3
/
+3
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
shorten long line of test/unit/lib/redmine/wiki_formatting/macros_test.rb
Toshi MARUYAMA
2020-12-19
1
-8
/
+17
*
shorten long line of test/unit/lib/redmine/wiki_formatting/macros_test.rb
Toshi MARUYAMA
2020-11-30
1
-23
/
+43
*
Fix broken test due to r19868 (#31881).
Go MAEDA
2020-07-09
1
-2
/
+2
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Fix missing arrow icon of collapse macro (#32754).
Go MAEDA
2020-01-07
1
-6
/
+6
*
Add missing fixture to Redmine::WikiFormatting::MacrosTest (#32444).
Go MAEDA
2019-11-13
1
-1
/
+1
*
cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHered...
Toshi MARUYAMA
2019-11-09
1
-44
/
+40
*
cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_for...
Toshi MARUYAMA
2019-11-06
1
-7
/
+7
*
Issue macro for flexible linking to issues (#29489).
Jean-Philippe Lang
2019-06-20
1
-0
/
+10
*
Remove trailing whitespaces from test (#31506).
Go MAEDA
2019-06-06
1
-3
/
+3
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Fix: Textile phrase modifiers break wiki macros (#29247).
Go MAEDA
2018-07-21
1
-0
/
+5
*
Set a default size for macro thumbnails different from the preview thumbnails.
Jean-Philippe Lang
2017-07-19
1
-5
/
+5
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Add "Table of contents" heading to toc macro (#23179).
Jean-Philippe Lang
2016-11-19
1
-1
/
+3
*
Include url helpers in helper tests.
Jean-Philippe Lang
2016-07-16
1
-1
/
+2
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-6
/
+8
*
Use relative URL for thumbnails according to :only_path option (#18119).
Jean-Philippe Lang
2014-10-18
1
-5
/
+14
*
Include host in macro generated thumbnails urls (#16989).
Jean-Philippe Lang
2014-07-05
1
-6
/
+6
*
Fixed that collapse macro with headings breaks the table of contents (#16077).
Jean-Philippe Lang
2014-02-15
1
-0
/
+16
*
Rails4: replace hard-coded html with class at Redmine::WikiFormatting::Macros...
Toshi MARUYAMA
2014-02-13
1
-6
/
+18
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Fixed that macros with uppercase letters can not be called (#12744).
Jean-Philippe Lang
2013-01-05
1
-0
/
+6
*
Fixed that #extract_macro_options should not be greedy (#12451).
Jean-Philippe Lang
2012-11-27
1
-0
/
+19
*
Adds a macro for inserting collapsed text (#12167).
Jean-Philippe Lang
2012-10-20
1
-0
/
+30
*
Adds a "depth" option to the child_pages macro (#10789).
Jean-Philippe Lang
2012-09-16
1
-3
/
+15
*
Fixed: New multi-line macros regexp is too eager (#11736).
Jean-Philippe Lang
2012-09-02
1
-0
/
+19
*
Let macros optionally accept a block of text (#3061).
Jean-Philippe Lang
2012-08-18
1
-5
/
+19
*
Macros processing overhaul (#3061, #11633).
Jean-Philippe Lang
2012-08-17
1
-7
/
+102
*
Slight change to the macro regexp.
Jean-Philippe Lang
2012-08-08
1
-0
/
+11
*
Adds an option to macro definition to disable arguments parsing (#11578).
Jean-Philippe Lang
2012-08-08
1
-3
/
+17
*
Adds a macro for inserting thumbnails in formatted text (#3510).
Jean-Philippe Lang
2012-07-16
1
-0
/
+20
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-0
/
+1
*
ruby1.9: macro must accept 2 arguments.
Jean-Philippe Lang
2011-12-10
1
-1
/
+1
*
Adds a test for child_pages macro failure.
Jean-Philippe Lang
2011-12-03
1
-0
/
+4
*
Adds a test for macro registration.
Jean-Philippe Lang
2011-12-03
1
-0
/
+11
*
Adds a test for macro_list wiki macro.
Jean-Philippe Lang
2011-12-03
1
-0
/
+5
*
remove trailing white-spaces from test/unit/lib/redmine/wiki_formatting/macro...
Toshi MARUYAMA
2011-08-30
1
-15
/
+15
[next]