Skip to content

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

License

Notifications You must be signed in to change notification settings

eXolnet/redmine_quick_replies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00a94e6 · Jan 9, 2025

History

76 Commits
Feb 23, 2024
Nov 16, 2020
Oct 6, 2022
Jul 24, 2021
Nov 16, 2020
Aug 29, 2019
Apr 25, 2023
Feb 12, 2021
Mar 30, 2019
Apr 25, 2023
Mar 30, 2019
Feb 12, 2021
Mar 29, 2019
Mar 29, 2019
Jan 9, 2025
Jan 9, 2025
Feb 23, 2024

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

Copyright © eXolnet. All rights reserved.

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