Giter Site home page Giter Site logo

Comments (9)

yuters avatar yuters commented on July 28, 2024

Ok, figured it out. Seems like your plugin is overriding another one : https://github.com/delaitre/redmine_time_tracker ;)

from agiledwarf.

yuters avatar yuters commented on July 28, 2024

I may continue to look at it if I have the time tomorrow. You can put javascript in a <% content_for :header_tags do %> and throw a little jQuery.noConflict() after that. This should fix issues with other plugins while we wait for a javascript compatibility check like ChiliProject.

from agiledwarf.

yuters avatar yuters commented on July 28, 2024

I removed the other plugins, refactored the way js is loaded and I'm still getting 400 and 500 errors for sprints and tasks. Testing on redmine 2.0.3stable

from agiledwarf.

markablov avatar markablov commented on July 28, 2024

Thanks for information.
Can you show your redmine logs?
It keeps them - %REDMINE_DIR%\log%RAILS_ENV%.log

from agiledwarf.

yuters avatar yuters commented on July 28, 2024

Error 500 for sprints slider

NoMethodError (undefined method flatten!' for {"done_ratio"=>"10"}:Hash): plugins/AgileDwarf/app/controllers/adtaskinl_controller.rb:74:ininplace'
actionpack (3.2.6) lib/action_controller/metal/implicit_render.rb:4:in send_action' actionpack (3.2.6) lib/abstract_controller/base.rb:167:inprocess_action'
actionpack (3.2.6) lib/action_controller/metal/rendering.rb:10:in process_action' actionpack (3.2.6) lib/abstract_controller/callbacks.rb:18:inblock in process_action'
activesupport (3.2.6) lib/active_support/callbacks.rb:469:in _run__2980672846047394769__process_action__885721195645590360__callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in _run_process_action_callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:81:inrun_callbacks'
actionpack (3.2.6) lib/abstract_controller/callbacks.rb:17:in process_action' actionpack (3.2.6) lib/action_controller/metal/rescue.rb:29:inprocess_action'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:30:in block in process_action' activesupport (3.2.6) lib/active_support/notifications.rb:123:inblock in instrument'
activesupport (3.2.6) lib/active_support/notifications/instrumenter.rb:20:in instrument' activesupport (3.2.6) lib/active_support/notifications.rb:123:ininstrument'
actionpack (3.2.6) lib/action_controller/metal/instrumentation.rb:29:in process_action' actionpack (3.2.6) lib/action_controller/metal/params_wrapper.rb:206:inprocess_action'
activerecord (3.2.6) lib/active_record/railties/controller_runtime.rb:18:in process_action' actionpack (3.2.6) lib/abstract_controller/base.rb:121:inprocess'
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in process' actionpack (3.2.6) lib/action_controller/metal.rb:203:indispatch'
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in dispatch' actionpack (3.2.6) lib/action_controller/metal.rb:246:inblock in action'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in call' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:indispatch'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in call' journey (1.0.4) lib/journey/router.rb:68:inblock in call'
journey (1.0.4) lib/journey/router.rb:56:in each' journey (1.0.4) lib/journey/router.rb:56:incall'
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in call' rack-openid (1.3.1) lib/rack/openid.rb:98:incall'
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in call' rack (1.4.1) lib/rack/etag.rb:23:incall'
rack (1.4.1) lib/rack/conditionalget.rb:35:in call' actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:incall'
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in call' actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:incall'
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:incall'
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in call' activerecord (3.2.6) lib/active_record/query_cache.rb:64:incall'
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in call' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:inblock in call'
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in _run__3426037314766106694__call__4381130237497970122__callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in__run_callback'
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in _run_call_callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:81:inrun_callbacks'
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in call' actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:incall'
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:incall'
railties (3.2.6) lib/rails/rack/logger.rb:26:in call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:incall'
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in call' rack (1.4.1) lib/rack/methodoverride.rb:21:incall'
rack (1.4.1) lib/rack/runtime.rb:17:in call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:incall'
rack (1.4.1) lib/rack/lock.rb:15:in call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:incall'
rack-cache (1.2) lib/rack/cache/context.rb:136:in forward' rack-cache (1.2) lib/rack/cache/context.rb:143:inpass'
rack-cache (1.2) lib/rack/cache/context.rb:155:in invalidate' rack-cache (1.2) lib/rack/cache/context.rb:71:incall!'
rack-cache (1.2) lib/rack/cache/context.rb:51:in call' railties (3.2.6) lib/rails/engine.rb:479:incall'
railties (3.2.6) lib/rails/application.rb:220:in call' rack (1.4.1) lib/rack/content_length.rb:14:incall'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in service' /usr/share/redmine/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/httpserver.rb:111:inservice'
/usr/share/redmine/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/httpserver.rb:70:in run' /usr/share/redmine/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/server.rb:183:inblock in start_thread'

from agiledwarf.

yuters avatar yuters commented on July 28, 2024

Error 400 is this :

Validation failed: Tracker is not included in the list

from agiledwarf.

markablov avatar markablov commented on July 28, 2024

First problem is fixed by d121ab8
Second one by f13b83a
I have add settings for project.
Please configure plugin to change default tracker.

from agiledwarf.

yuters avatar yuters commented on July 28, 2024

Thanks a lot!

However it still doesn't work for me but I'm thinking it has something to do with my setup... I had the same problem with backlogs : The config page saves everything in the settings table but redmine is unable to get them... and I don't get any error logs for this.

from agiledwarf.

yuters avatar yuters commented on July 28, 2024

I've switch from ruby 1.9.2 to ruby 1.8.7 and everything works now, it's probably a bug with redmine.

from agiledwarf.

Related Issues (20)

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.