summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting/macros.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r10885 from trunk (#12451).Jean-Philippe Lang2012-12-151-1/+1
* 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
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-061-1/+1
* Fixed: child_pages macro fails on wiki page history (#4152).Jean-Philippe Lang2009-11-041-1/+1
* Extends child_pages macro to display child pages based on page parameter (#19...Jean-Philippe Lang2008-11-221-13/+27
* Adds child_pages macro for wiki pages (#528).Jean-Philippe Lang2008-07-261-0/+6
* Include macro can include a page of another project wiki using !{{include(pro...Jean-Philippe Lang2008-04-131-13/+16
* Fixed: inline image not displayed when including a wiki page (closes #1001).Jean-Philippe Lang2008-04-051-1/+1
* Added:Jean-Philippe Lang2008-02-161-2/+19
* Added wiki macros support. 2 builtin macros are defined: hello_world (sample ...Jean-Philippe Lang2007-11-121-0/+81