summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting/macros.rb
Commit message (Collapse)AuthorAgeFilesLines
* Adds child_pages macro for wiki pages (#528).Jean-Philippe Lang2008-07-261-0/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include macro can include a page of another project wiki using ↵Jean-Philippe Lang2008-04-131-13/+16
| | | | | | !{{include(projectname:Foo)}} (#1052). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1350 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: inline image not displayed when including a wiki page (closes #1001).Jean-Philippe Lang2008-04-051-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1327 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added:Jean-Philippe Lang2008-02-161-2/+19
| | | | | | | * the 'include' macro to include a wiki page * macro escaping support (with exclamation mark) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added wiki macros support. 2 builtin macros are defined: hello_world (sample ↵Jean-Philippe Lang2007-11-121-0/+81
macro that displays the arguments) and macro_list (display the list of installed macros). git-svn-id: http://redmine.rubyforge.org/svn/trunk@897 e93f8b46-1217-0410-a6f0-8f06a7374b81