Added wiki macros support. 2 builtin macros are defined: hello_world (sample...
Added wiki macros support. 2 builtin macros are defined: hello_world (sample 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
Showing
- app/helpers/application_helper.rb 20 additions, 5 deletionsapp/helpers/application_helper.rb
- app/views/issues/show.rhtml 1 addition, 1 deletionapp/views/issues/show.rhtml
- app/views/wiki/_content.rhtml 1 addition, 1 deletionapp/views/wiki/_content.rhtml
- app/views/wiki/export.rhtml 1 addition, 1 deletionapp/views/wiki/export.rhtml
- app/views/wiki/export_multiple.rhtml 1 addition, 1 deletionapp/views/wiki/export_multiple.rhtml
- lib/redmine/wiki_formatting.rb 44 additions, 6 deletionslib/redmine/wiki_formatting.rb
- lib/redmine/wiki_formatting/macros.rb 81 additions, 0 deletionslib/redmine/wiki_formatting/macros.rb
- test/unit/helpers/application_helper_test.rb 5 additions, 0 deletionstest/unit/helpers/application_helper_test.rb
Please register or sign in to comment