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
/
macros.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renames and improves methods provided by @IconsHelper@ (#23980).
Marius Balteanu
2024-10-19
1
-2
/
+2
*
Replaces icon-expanded and icon-collapsed with SVG icons (#23980).
Marius Balteanu
2024-09-08
1
-2
/
+2
*
Add support for quoted arguments containing commas in wiki macros (#40014).
Go MAEDA
2024-08-20
1
-2
/
+5
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Fixes i18n call in macro error fallback (#37668).
Go MAEDA
2023-10-06
1
-1
/
+1
*
Fix exception raised during thumbnail macro to image tag conversion in emails...
Go MAEDA
2023-08-30
1
-1
/
+1
*
Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).
Go MAEDA
2023-01-11
1
-2
/
+2
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Fix `{{thumbnail}}` macro in an issue note cannot fetch an image attached in ...
Go MAEDA
2022-12-30
1
-1
/
+2
*
Thumbnail macro does not work when a file is attached and preview is displaye...
Go MAEDA
2022-07-19
1
-2
/
+6
*
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
-1
/
+1
*
Remove deprecated WikiContent::Version (#35031).
Go MAEDA
2021-05-15
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
shorten long line of lib/redmine/wiki_formatting/macros.rb
Toshi MARUYAMA
2020-12-12
1
-7
/
+31
*
add empty line after guard clause to lib/redmine/wiki_formatting/macros.rb
Toshi MARUYAMA
2020-11-03
1
-0
/
+6
*
remove spaces inside {} of lib/redmine/wiki_formatting/macros.rb
Toshi MARUYAMA
2020-09-21
1
-1
/
+1
*
Don't internationalize error messages used when defining a macro (#33426).
Go MAEDA
2020-09-11
1
-2
/
+2
*
Internationalize error messages for wiki macros (#33426).
Go MAEDA
2020-09-10
1
-11
/
+11
*
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
-2
/
+2
*
Reverts r19409 that breaks some tests (#32754).
Go MAEDA
2020-01-07
1
-2
/
+2
*
Fix that arrow icon for {{collapse}} macro is not shown (#32754).
Go MAEDA
2020-01-07
1
-2
/
+2
*
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in lib/redmine/wik...
Toshi MARUYAMA
2019-11-23
1
-1
/
+2
*
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
*
Remove trailing whitespaces from lib (#31506).
Go MAEDA
2019-06-06
1
-4
/
+4
*
Update copyright year.
Go MAEDA
2019-05-25
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
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
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
1
-1
/
+1
*
Modify circular inclusion test to use page.id instead of page.title (#24869).
Jean-Philippe Lang
2017-01-19
1
-2
/
+2
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Typo "coma" (#20551).
Jean-Philippe Lang
2015-10-20
1
-1
/
+1
*
Don't process macro descriptions with text formatter (#18961).
Jean-Philippe Lang
2015-01-31
1
-8
/
+14
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Use relative URL for thumbnails according to :only_path option (#18119).
Jean-Philippe Lang
2014-10-18
1
-2
/
+2
*
Include host in macro generated thumbnails urls (#16989).
Jean-Philippe Lang
2014-07-05
1
-2
/
+5
*
Fixed that collapse macro with headings breaks the table of contents (#16077).
Jean-Philippe Lang
2014-02-15
1
-1
/
+1
*
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
-2
/
+2
*
Fixed that #extract_macro_options should not be greedy (#12451).
Jean-Philippe Lang
2012-11-27
1
-1
/
+1
*
Adds a macro for inserting collapsed text (#12167).
Jean-Philippe Lang
2012-10-20
1
-0
/
+13
*
Updates macro description (#10789).
Jean-Philippe Lang
2012-09-16
1
-0
/
+1
*
Adds a "depth" option to the child_pages macro (#10789).
Jean-Philippe Lang
2012-09-16
1
-2
/
+4
*
Updated macro documentation.
Jean-Philippe Lang
2012-08-18
1
-32
/
+47
*
Validate macro name and options.
Jean-Philippe Lang
2012-08-18
1
-1
/
+7
[next]