Skip to content

luckval/redmine_scmacros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Scmacros

YOSHITANI Mitsuhiro v0.1.0-forked, 13-dec-2011

Copyright © 2010 Gregory Romé

This plugin provides Wiki macros related to repositories.

License

Copyright (C) 2010 Gregory Romé

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

Installation

See redmine plugin installation howto.

This plugin does not modify the database.

Required

Redmine 1.3.0 later

Documentation

To include a repository file and format it:

{{repo_include(file_path)}} (1)

{{repo_include(file_path, revision)}}
  1. file_path is the file to include.

TODO

The macro must be extended for controlling if the Wiki format is applied or not. Moreover a code block could be also used for code inclusion. Maybe those options should be added by using another macro name.

Example of additional feature:

{{repo_include(file_path, revision, is_block)}}

Known Issues

None.

Notes

This plugin is very simple. It will be enhance by adding new macros and by improving the first one.

About

Adds Wiki macros related to SCM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%