summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting/macros.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r21716 and r21719 from trunk to 5.0-stable (#37379).Go MAEDA2022-07-211-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
* Let macros optionally accept a block of text (#3061).Jean-Philippe Lang2012-08-181-6/+43
* Macros processing overhaul (#3061, #11633).Jean-Philippe Lang2012-08-171-2/+12
* Use the accessor.Jean-Philippe Lang2012-08-081-1/+1
* Adds an option to macro definition to disable arguments parsing (#11578).Jean-Philippe Lang2012-08-081-7/+31
* Adds a macro for inserting thumbnails in formatted text (#3510).Jean-Philippe Lang2012-07-161-0/+18
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Missing html_safe.Jean-Philippe Lang2011-12-261-1/+1
* ruby1.9: macro must accept 2 arguments.Jean-Philippe Lang2011-12-101-1/+1
* remove trailing white-spaces from lib/redmine/wiki_formatting/macros.rb.Toshi MARUYAMA2011-09-011-15/+15