GithubHelp home page GithubHelp logo

isabella232 / redmine_simple Goto Github PK

View Code? Open in Web Editor NEW

This project forked from restream/redmine_simple

0.0 0.0 0.0 1 MB

Simplify redmine interface

License: Apache License 2.0

Ruby 52.23% HTML 25.33% JavaScript 15.02% CSS 7.43%

redmine_simple's Introduction

Redmine Simple Plugin

Build Status Code Climate

This plugin adds a simple issue form to Redmine. It replaces a standard Select control with Select2 (in the Assignee and Watchers fields), which allows you to search assignees and watchers 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 when selecting an assignee.

Compatibility

This plugin version is compatible only with Redmine 2.1.x and later.

Installation

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.

Now you should be able to see the plugins in Administration > Plugins.

Usage

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

The plugin changes the visual appearance of the Assignee and Watchers selectors.
selector

You can search users in the Assignee and Watchers fields by name, letters in name and surname, email or login. search search search

If you select an assignee who is not a project member yet, you can add this user to the list of project members directly from the issue form by checking the appropriate roles.
add new member

Maintainers

Danil Tashkinov, github.com/nodecarter

License

Copyright (c) 2015 Undev

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

redmine_simple's People

Contributors

nodecarter avatar irina-l avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.