Giter VIP home page Giter VIP logo

redmine_centosadmin_rating's Introduction

Redmine Rating

Installation

Clone repository to your redmine/plugins directory

git clone git://github.com/olemskoi/redmine_centosadmin_rating.git

Install dependencies

bundle install

Run migration

rake redmine:plugins:migrate

To activate the notification of need to evaluate the closed tasks, run

cd /redmine_path && bundle exec whenever -i redmine_centosadmin_rating -f plugins/redmine_centosadmin_rating/config/schedule.rb

For more information about whenever, see - https://github.com/javan/whenever

Restart redmine

Configuration

To activate notifications:

  1. go to redmine_host/settings/plugin/redmine_centosadmin_rating.
  2. enable notifications.
  3. select issue's status.
  4. set notice day.

Running Tests

cd /redmine_path/plugins/redmine_centosadmin_rating
bundle exec rspec spec

Sponsors

Work on this plugin was fully funded by Southbridge

Developers

Developed by kernel web

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

redmine_centosadmin_rating's People

Contributors

constxife avatar max-konin avatar olemskoi avatar vonagam avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

redmine_centosadmin_rating's Issues

staff_ratings Error 500

Rendered plugins/redmine_centosadmin_rating/app/views/staff_ratings/index.html.slim within layouts/base (370.0ms)
Completed 500 Internal Server Error in 418.0ms

ActionView::Template::Error (undefined method `edit_rating_path' for #<#Class:0x8da8e58:0x9017f70>):
49: = raw @query.inline_columns.map {|column| "<td class="#{column.css_classes}">#{column_content(column, entry)}"}.join
50: td.buttons
51: - if entry.editable_by?( User.current )
52: = link_to image_tag('edit.png'), edit_rating_path(entry), title: l(:button_edit)
53: = link_to image_tag('delete.png'), rating_path(entry),
54: data: { confirm: l(:text_are_you_sure) },
55: method: :delete,

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.