Coder Social home page Coder Social logo

unread_issues's People

Contributors

cforce avatar dkuk avatar matrixcs avatar pineapplethief avatar skif91 avatar tdvsdv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

unread_issues's Issues

settings IS Error 500

My Settings plugin IS find Error

Processing by SettingsController#plugin as HTML
Parameters: {"id"=>"unread_issues"}
Current user: cody (id=3)
Rendered plugins/unread_issues/app/views/settings/_unread_issues_settings.html
.erb (11.0ms)
Rendered settings/plugin.html.erb within layouts/admin (13.0ms)
Completed 500 Internal Server Error in 22ms

ActionView::Template::Error (undefined method settings' for nil:NilClass): 1: <%- defaults = Redmine::Plugin::registered_plugins[:advanced_roadmap].set tings[:default] -%> 2: <% frequency=@settings['frequency'].to_i || defaults['frequency'].to_i%> 3: <% decay=@settings['decay'].to_i || defaults['decay'].to_i%> 4: app/views/settings/plugin.html.erb:6:inblock in _1dc6400beec42b3c1fc4d54bf32
8a2db'
app/views/settings/plugin.html.erb:4:in `_1dc6400beec42b3c1fc4d54bf328a2db'

it seemed not support redmine2.1.2

I tested it on Redmine 2.1.2. Unfornately, it could not support the version ver well, when I opened the plugins/unread_issues/configuration page.

the error information is here, please check it or give some advice about the issues. Thanks so much.

Started GET "/settings/plugin/unread_issues" for 192.168.3.41 at 2012-11-14 13:30:20 +0800
Processing by SettingsController#plugin as HTML
Parameters: {"id"=>"unread_issues"}
Current user: archonwang(id=39)
Rendered plugins/unread_issues/app/views/settings/_unread_issues_settings.html.erb (1.4ms)
Rendered settings/plugin.html.erb within layouts/admin (2.4ms)
Completed 500 Internal Server Error in 7ms

ActionView::Template::Error (undefined method settings' for nil:NilClass): 1: <%- defaults = Redmine::Plugin::registered_plugins[:advanced_roadmap].settings[:default] -%> 2: <% frequency=@settings['frequency'].to_i || defaults['frequency'].to_i%> 3: <% decay=@settings['decay'].to_i || defaults['decay'].to_i%> 4: app/views/settings/plugin.html.erb:6:inblock in _c89eb32e0722acf987236154ba8809f1'
app/views/settings/plugin.html.erb:4:in `_c89eb32e0722acf987236154ba8809f1'

Ajax counters affects plugin :(

Just installed ajax counters and plugin is broken :(

Redmine. Error 500
Global_error
undefined method `issues' for nil:NilClass

bottom error logs:

Error log

      /var/data/redmine_test/plugins/unread_issues/app/controllers/issue_reads_controller.rb:26:in `count'
/usr/local/rvm/gems/ruby-2.0.0-p594/gems/actionpack-3.2.21/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/usr/local/rvm/gems/ruby-2.0.0-p594/gems/actionpack-3.2.21/lib/abstract_controller/base.rb:167:in `process_action'
/usr/local/rvm/gems/ruby-2.0.0-p594/gems/actionpack-3.2.21/lib/action_controller/metal/rendering.rb:10:in `process_action'
/usr/local/rvm/gems/ruby-2.0.0-p594/gems/actionpack-3.2.21/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/usr/local/rvm/gems/ruby-2.0.0-p594/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:579:in `_run__3192481702536355075__process_action__119380510722706719__callbacks'
/usr/local/rvm/gems/ruby-2.0.0-p594/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:405:in `__run_callback'
/usr/local/rvm/gems/ruby-2.0.0-p594/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/usr/local/rvm/gems/ruby-2.0.0-p594/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:81:in `run_callbacks'

without ajax counters it's working ok.

We are trying few paid plugins, ajax counters came with my magic page or kpi?
Both unread issues and ajax counters were upt to date from git.

Support for Redmine 2.4.1 and Ruby 1.8.7

Hi there,

I am running Redmine 2.4.1 and Ruby 1.8.7. Unfortunately, installation of the unread_issues plguin fails upon execution of the database migration:

rake redmine:plugins:migrate NAME=unread_issues RAILS_ENV=production

Resulting error:

/usr/local/redmine-2.4.1/plugins/unread_issues/init.rb:9: syntax error, unexpected ':', expecting kEND
settings partial: 'unread_issues/settings'

Could anyone help to get unread_issues installed under Redmine 2.4.1 and Ruby 1.8.7?

Best regards,
Peter.

Change indicator on issue after Context Menu usage

I see that the is an issue:
indicator on issue changing to "Changed" after Context Menu usage eg. change Status.
I Think this is bad behavior because I know what I have changed and I don't want
to be inform about it on my issue list.

Unread indicator on NEW created issues

Hi,

I Think that when I create an issue which is assigned to me it shoudn't has UNREAD indicator

  • because I exacly new what is in site. Mayby you can fix it?

Best Regards,
DK

Installation error "rake aborted" "argument error"

Dear all,

I just tried to install the plugin. I also downloaded the ajax_counters and a_common_libs into a new installation of Redmine 3.0.2-0 from Bitnami.
After copying the folders into the plugin folder I used the command
bundle install --without development test postgresql sqlite

Then I used
ruby bin/rake redmine:plugins RAILS_ENV=production

The error appears:
C:\Bitnami\redmine-3.0.2-0\apps\redmine\htdocs>rake redmine:plugins:migrate RAIL
S_ENV=production bundle exec
DL is deprecated, please use Fiddle
rake aborted!
ArgumentError: Unknown key: :order. Valid keys are: :class_name, :class, :foreig
n_key, :validate, :autosave, :table_name, :before_add, :after_add, :before_remov
e, :after_remove, :extend, :primary_key, :dependent, :as, :through, :source, :so
urce_type, :inverse_of, :counter_cache, :join_table, :foreign_type
C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/lib/unread_
issues/issue_patch.rb:8:in block in included' C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/lib/unread_ issues/issue_patch.rb:7:inclass_eval'
C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/lib/unread_
issues/issue_patch.rb:7:in included' C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/init.rb:22: ininclude'
C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/plugins/unread_issues/init.rb:22:
in block in <top (required)>' C:/Bitnami/redmine-3.0.2-0/apps/redmine/htdocs/config/environment.rb:14:in<top
(required)>'
Tasks: TOP => redmine:plugins:migrate => environment
(See full trace by running task with --trace)

Is it because the plugin does not work with this Redmine version or is there another problem?

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.