Skip to content

eXolnet/redmine_quick_replies

Repository files navigation

Redmine Quick Replies

Latest Release Redmine Compatibility Software License Build Status Maintainability

Save time by creating quick replies that could be reused in any WYSIWYG editors.

Compatibility

This plugin version is compatible only with Redmine 4.2 and later.

Installation

  1. Download the .ZIP archive, extract files and copy the plugin directory to #{REDMINE_ROOT}/plugins/redmine_quick_replies.

  2. Make a backup of your database, then run the following command to update it:

    bundle exec rake redmine:plugins:migrate NAME=redmine_quick_replies RAILS_ENV=production
  3. Restart Redmine.

Uninstall

  1. Make a backup of your database, then rollback the migrations:

    bundle exec rake redmine:plugins:migrate NAME=redmine_quick_replies VERSION=0 RAILS_ENV=production
  2. Remove the plugin's folder from #{REDMINE_ROOT}/plugins.

  3. Restart Redmine.

Usage

Using quick replies

Quick replies could be used on any WYSIWYG editor available on Redmine:

  1. Click on the "Quick Replies" button;
  2. Select the quick reply that you want to append by its name.

Accessing the quick replies menu

Managing quick replies

Access your quick replies through your account:

  1. Click on the "My account" on Redmine's top menu;
  2. Click on the "Quick replies";
  3. Create, edit or delete your quick replies though this page.

Page to manage quick replies

Testing

Run tests using the following command:

bundle exec rake redmine:plugins:test NAME=redmine_quick_replies RAILS_ENV=test

Contributing

Please see CONTRIBUTING and CODE OF CONDUCT for details.

Security

If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.

Credits

License

This code is licensed under the MIT license. Please see the license file for more information.