Project

General

Profile

Plugins Directory » Redmine Simple Plugin

Author: Undev.ru Developer
Website: https://github.com/Undev/redmine_simple
Code repository: https://github.com/Undev/redmine_simple
Registered on: 2015-06-15 (almost 9 years ago)
Current version: 1.1.7
Compatible with: Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x
User ratings:   (0)

This plugin provides a simplified issue form.

When you create or edit an issue, you can switch between a simple and a standard issue form by clicking the Show simple interface / Show full interface link in the lower-right corner.

The plugin changes the visual appearance of the Assignee and Watchers selectors (by replacing a standard Select control with Select2). You can search users in the Assignee and Watchers fields by name, letters in name and surname, email or login.

The plugin also simplifies the process of adding a new member to a project, which can be done directly in the issue form by checking the appropriate roles.

Installation notes

This plugin requires Redmine Select2 Plugin to be installed.

1. To install the plugins
Download the .ZIP archives, extract files and copy the plugin directories into #{REDMINE_ROOT}/plugins.
Or
Change you current directory to your Redmine root directory:

cd {REDMINE_ROOT}

Copy the plugins from GitHub using the following commands:
git clone https://github.com/Undev/redmine__select2.git plugins/redmine__select2
git clone https://github.com/Undev/redmine_simple.git plugins/redmine_simple

2. Install the required gems using the command:

bundle install 

In case of bundle install errors, remove the Gemfile.lock file, update the local package index and install the required dependencies. Then execute the `bundle install` command again:

rm Gemfile.lock
sudo apt-get update
sudo apt-get install -y libxml2-dev libxslt-dev libpq-dev            
bundle install

3. Restart Redmine.

Changelog

1.1.7 (2015-04-28)

Compatible with Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x.

redmine_simple-master.zip (291 KB) redmine_simple-master.zip Undev.ru Developer, 2015-06-24 14:23