Skip to content

rentes/changelog_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

changelog_notes

Redmine plugin for gathering your personal notes on issues from a particular project version. The output is a PDF file which lists the notes you select from the issues on a project.

Redmine is a flexible project management web application. Written in Ruby on Rails framework, it is a cross-platform and cross-database. You can learn more about Redmine at http://redmine.org

Installing

Please read the official documentation on how to install Redmine plugins.

TL;DR:

  • unzip the plugin sources into redmine/plugins directory;
  • run
rake redmine:plugins:migrate RAILS_ENV=production

This step will insert a custom field "Changelog Note" on the redmine custom_fields table.

  • enable the Changelog Notes module and custom field on your project of choice under its Settings page:
    • check under the Information and Modules tabs after choosing the project Settings.
  • check the projects where Changelog Notes custom field is being used on the administration custom fields page;
  • a new link "Changelog Notes" will be available after the "Activity" link on your project application menu.

Uninstalling

  • run
rake redmine:plugins:migrate NAME=changelog_notes VERSION=0 RAILS_ENV=production
  • remove the directory changelog_notes:
rm -r plugins/changelog_notes

Inspiration

This is my first Ruby on Rails project and also serves as an experiment in developing a Redmine plugin.

About

Redmine plugin for generating a Changelog PDF with your personal notes on issues from a particular product version.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published