summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting/macros.rb
Commit message (Expand)AuthorAgeFilesLines
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-191-2/+2
* Replaces icon-expanded and icon-collapsed with SVG icons (#23980).Marius Balteanu2024-09-081-2/+2
* Add support for quoted arguments containing commas in wiki macros (#40014).Go MAEDA2024-08-201-2/+5
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fixes i18n call in macro error fallback (#37668).Go MAEDA2023-10-061-1/+1
* Fix exception raised during thumbnail macro to image tag conversion in emails...Go MAEDA2023-08-301-1/+1
* Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).Go MAEDA2023-01-111-2/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix `{{thumbnail}}` macro in an issue note cannot fetch an image attached in ...Go MAEDA2022-12-301-1/+2
* Thumbnail macro does not work when a file is attached and preview is displaye...Go MAEDA2022-07-191-2/+6
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-1/+1
* Remove deprecated WikiContent::Version (#35031).Go MAEDA2021-05-151-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* shorten long line of lib/redmine/wiki_formatting/macros.rbToshi MARUYAMA2020-12-121-7/+31
* add empty line after guard clause to lib/redmine/wiki_formatting/macros.rbToshi MARUYAMA2020-11-031-0/+6
* remove spaces inside {} of lib/redmine/wiki_formatting/macros.rbToshi MARUYAMA2020-09-211-1/+1
* Don't internationalize error messages used when defining a macro (#33426).Go MAEDA2020-09-111-2/+2
* Internationalize error messages for wiki macros (#33426).Go MAEDA2020-09-101-11/+11
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Fix missing arrow icon of collapse macro (#32754).Go MAEDA2020-01-071-2/+2
* Reverts r19409 that breaks some tests (#32754).Go MAEDA2020-01-071-2/+2
* Fix that arrow icon for {{collapse}} macro is not shown (#32754).Go MAEDA2020-01-071-2/+2
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in lib/redmine/wik...Toshi MARUYAMA2019-11-231-1/+2
* Wiki page collapse block image is not displayed in exported PDF (#30162).Jean-Philippe Lang2019-06-201-3/+11
* Issue macro for flexible linking to issues (#29489).Jean-Philippe Lang2019-06-201-0/+27
* Remove trailing whitespaces from lib (#31506).Go MAEDA2019-06-061-4/+4
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-2/+2
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-171-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Set a default size for macro thumbnails different from the preview thumbnails.Jean-Philippe Lang2017-07-191-2/+3
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Modify circular inclusion test to use page.id instead of page.title (#24869).Jean-Philippe Lang2017-01-191-2/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Typo "coma" (#20551).Jean-Philippe Lang2015-10-201-1/+1
* Don't process macro descriptions with text formatter (#18961).Jean-Philippe Lang2015-01-311-8/+14
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Use relative URL for thumbnails according to :only_path option (#18119).Jean-Philippe Lang2014-10-181-2/+2
* Include host in macro generated thumbnails urls (#16989).Jean-Philippe Lang2014-07-051-2/+5
* Fixed that collapse macro with headings breaks the table of contents (#16077).Jean-Philippe Lang2014-02-151-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed that macros with uppercase letters can not be called (#12744).Jean-Philippe Lang2013-01-051-2/+2
* Fixed that #extract_macro_options should not be greedy (#12451).Jean-Philippe Lang2012-11-271-1/+1
* Adds a macro for inserting collapsed text (#12167).Jean-Philippe Lang2012-10-201-0/+13
* Updates macro description (#10789).Jean-Philippe Lang2012-09-161-0/+1
* Adds a "depth" option to the child_pages macro (#10789).Jean-Philippe Lang2012-09-161-2/+4
* Updated macro documentation.Jean-Philippe Lang2012-08-181-32/+47
* Validate macro name and options.Jean-Philippe Lang2012-08-181-1/+7