OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael Frister 671b02df2a Generate readme, remove development dependencies, update Rails version 11 years ago
lib Generate readme, remove development dependencies, update Rails version 11 years ago
CHANGELOG.rdoc initial commit 11 years ago
COPYRIGHT.txt initial commit 11 years ago
Gemfile initial commit 11 years ago
LICENSE.txt initial commit 11 years ago
README.rdoc initial commit 11 years ago
Rakefile initial commit 11 years ago
openproject-plugins.gemspec initial commit 11 years ago

README.rdoc

= OpenProject Nissue Plugin

This plugin adds a internal API to OpenProject, other plugins may build upon.
It enables plugin code to enhance the issue form or build custom issue forms
based on a common ground. This would not be possible with the default ERB-based
forms, that are used throughout OpenProject.

== Requirements

If you are running into compatibility issues, please report a bug in the
project's issue tracker.


== Installation

Please follow the default {plugin installation instructions for
OpenProject}[https://www.chiliproject.org/projects/chiliproject/wiki/Plugin_Install].

This plugin does not contain any migrations.

== Deinstallation

Simply remove the plugin's directory from your vendor/plugins directory. Make
sure to also remove all plugins, that depend on OpenProject NIssue.


== Development

This plugin currently does not contain any tests. Sorry for that. Once, we've
got tests, we will happily accept contributions. Until then, please open tickets
in the project's issue tracker on GitHub.

== Credits

We would like to thank

* Deutsche Telekom AG (opensource@telekom.de) for project sponsorhip
* Birthe Russmeyer and Niels Lindenthal of finnlabs for their consulting and
project management

== Licence

(c) 2011 - Finn GmbH

This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.