Code Monkey home page Code Monkey logo

redmine_gantt_with_date's Introduction

gantt_with_date

*This plugin is not maintained anymore. Redmine 3.2.0 have the same feature which this plugin provides.* www.redmine.org/issues/3034


Replaces cweek with day on Redmine’s gannt chart.

Compatible

Only => 2.4.X

Caution

This plugin is overwritten the view(show.html) for gantt.

So can’t use any plugin use the view(show.html) for gantt at the same time.

redmine_gantt_with_date's People

Contributors

kanhigh avatar vividtone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

redmine_gantt_with_date's Issues

Help to add label next to marker( gantt )

Hello,

I don't know who can I ask to you, how can I add labels next to new markers that I create for the custom dates like the projet in the gantt ?

Thanks a lots

Doesn't Change?

Hi,

I applied your plugin but nothing changed in the Gantt Chart. We also have the "Better Gantt Chart" plugin applied if this could affect it...

Is it possible for us to troubleshoot this?

Thanks
Dan

problem in redmine 2.5.2-2

Hi,
following is the product.log related to the issue.

Thanks!

Processing by GanttsController#show as HTML
Current user: langdead (id=3)
Rendered queries/_filters.html.erb (13.9ms)
Rendered plugins/redmine_gantt_with_date/app/views/gantts/show.html.erb within layouts/base (981.2ms)
Completed 500 Internal Server Error in 1018.1ms

ActionView::Template::Error (undefined method non_working_week_days' for #<Redmine::Helpers::BetterGantt:0xb4ef71bc>): 277: style += "font-size:0.7em;" 278: clss = "gantt_hdr" 279: clss << " nwday" if @gantt.non_working_week_days.include?(wday) 280: %> 281: <%= content_tag(:div, :style => style, :class => clss) do %> 282: <%= day_letter(wday) %> 283: <% end %> plugins/redmine_gantt_with_date/app/views/gantts/show.html.erb:280:inblock in _plugins_redmine_gantt_with_date_app_views_gantts_show_html_erb__250084544__562245808'
plugins/redmine_gantt_with_date/app/views/gantts/show.html.erb:270:in times' plugins/redmine_gantt_with_date/app/views/gantts/show.html.erb:270:in_plugins_redmine_gantt_with_date_app_views_gantts_show_html_erb__250084544__562245808'
actionpack (3.2.19) lib/action_view/template.rb:145:in block in render' activesupport (3.2.19) lib/active_support/notifications.rb:125:ininstrument'
actionpack (3.2.19) lib/action_view/template.rb:143:in render' actionpack (3.2.19) lib/action_view/renderer/template_renderer.rb:47:inblock (2 levels) in render_template'
actionpack (3.2.19) lib/action_view/renderer/abstract_renderer.rb:38:in block in instrument' activesupport (3.2.19) lib/active_support/notifications.rb:123:inblock in instrument'
activesupport (3.2.19) lib/active_support/notifications/instrumenter.rb:20:in instrument' activesupport (3.2.19) lib/active_support/notifications.rb:123:ininstrument'
actionpack (3.2.19) lib/action_view/renderer/abstract_renderer.rb:38:in instrument' actionpack (3.2.19) lib/action_view/renderer/template_renderer.rb:46:inblock in render_template'
actionpack (3.2.19) lib/action_view/renderer/template_renderer.rb:54:in render_with_layout' actionpack (3.2.19) lib/action_view/renderer/template_renderer.rb:45:inrender_template'
actionpack (3.2.19) lib/action_view/renderer/template_renderer.rb:18:in render' actionpack (3.2.19) lib/action_view/renderer/renderer.rb:36:inrender_template'
actionpack (3.2.19) lib/action_view/renderer/renderer.rb:17:in render' actionpack (3.2.19) lib/abstract_controller/rendering.rb:110:in_render_template'
actionpack (3.2.19) lib/action_controller/metal/streaming.rb:225:in _render_template' actionpack (3.2.19) lib/abstract_controller/rendering.rb:103:inrender_to_body'
actionpack (3.2.19) lib/action_controller/metal/renderers.rb:28:in render_to_body' actionpack (3.2.19) lib/action_controller/metal/compatibility.rb:50:inrender_to_body'
actionpack (3.2.19) lib/abstract_controller/rendering.rb:88:in render' actionpack (3.2.19) lib/action_controller/metal/rendering.rb:16:inrender'
actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:40:in block (2 levels) in render' activesupport (3.2.19) lib/active_support/core_ext/benchmark.rb:5:inblock in ms'
/opt/redmine-2.5.2-2/ruby/lib/ruby/2.0.0/benchmark.rb:296:in realtime' activesupport (3.2.19) lib/active_support/core_ext/benchmark.rb:5:inms'
actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:40:in block in render' actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:83:incleanup_view_runtime'
activerecord (3.2.19) lib/active_record/railties/controller_runtime.rb:24:in cleanup_view_runtime' actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:39:inrender'
plugins/redmine_better_gantt_chart/lib/redmine_better_gantt_chart/gantts_controller_patch.rb:23:in block (2 levels) in show_with_custom_helper' actionpack (3.2.19) lib/action_controller/metal/mime_responds.rb:196:incall'
actionpack (3.2.19) lib/action_controller/metal/mime_responds.rb:196:in respond_to' plugins/redmine_better_gantt_chart/lib/redmine_better_gantt_chart/gantts_controller_patch.rb:22:inshow_with_custom_helper'
actionpack (3.2.19) lib/action_controller/metal/implicit_render.rb:4:in send_action' actionpack (3.2.19) lib/abstract_controller/base.rb:167:inprocess_action'
actionpack (3.2.19) lib/action_controller/metal/rendering.rb:10:in process_action' actionpack (3.2.19) lib/abstract_controller/callbacks.rb:18:inblock in process_action'
activesupport (3.2.19) lib/active_support/callbacks.rb:480:in _run__422680452__process_action__582225366__callbacks' activesupport (3.2.19) lib/active_support/callbacks.rb:405:in__run_callback'
activesupport (3.2.19) lib/active_support/callbacks.rb:385:in _run_process_action_callbacks' activesupport (3.2.19) lib/active_support/callbacks.rb:81:inrun_callbacks'
actionpack (3.2.19) lib/abstract_controller/callbacks.rb:17:in process_action' actionpack (3.2.19) lib/action_controller/metal/rescue.rb:29:inprocess_action'
actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:30:in block in process_action' activesupport (3.2.19) lib/active_support/notifications.rb:123:inblock in instrument'
activesupport (3.2.19) lib/active_support/notifications/instrumenter.rb:20:in instrument' activesupport (3.2.19) lib/active_support/notifications.rb:123:ininstrument'
actionpack (3.2.19) lib/action_controller/metal/instrumentation.rb:29:in process_action' actionpack (3.2.19) lib/action_controller/metal/params_wrapper.rb:207:inprocess_action'
activerecord (3.2.19) lib/active_record/railties/controller_runtime.rb:18:in process_action' actionpack (3.2.19) lib/abstract_controller/base.rb:121:inprocess'
actionpack (3.2.19) lib/abstract_controller/rendering.rb:45:in process' actionpack (3.2.19) lib/action_controller/metal.rb:203:indispatch'
actionpack (3.2.19) lib/action_controller/metal/rack_delegation.rb:14:in dispatch' actionpack (3.2.19) lib/action_controller/metal.rb:246:inblock in action'
actionpack (3.2.19) lib/action_dispatch/routing/route_set.rb:73:in call' actionpack (3.2.19) lib/action_dispatch/routing/route_set.rb:73:indispatch'
actionpack (3.2.19) 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.19) lib/action_dispatch/routing/route_set.rb:608:in call' rack-raw-upload (1.1.1) lib/rack/raw_upload.rb:18:incall'
rack-openid (1.4.2) lib/rack/openid.rb:98:in call' actionpack (3.2.19) lib/action_dispatch/middleware/best_standards_support.rb:17:incall'
rack (1.4.5) lib/rack/etag.rb:23:in call' rack (1.4.5) lib/rack/conditionalget.rb:25:incall'
actionpack (3.2.19) lib/action_dispatch/middleware/head.rb:14:in call' actionpack (3.2.19) lib/action_dispatch/middleware/params_parser.rb:21:incall'
plugins/redmine_dmsf/lib/redmine_dmsf/webdav/no_parse.rb:33:in call' actionpack (3.2.19) lib/action_dispatch/middleware/flash.rb:242:incall'
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:incall'
actionpack (3.2.19) lib/action_dispatch/middleware/cookies.rb:341:in call' activerecord (3.2.19) lib/active_record/query_cache.rb:64:incall'
activerecord (3.2.19) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in call' actionpack (3.2.19) lib/action_dispatch/middleware/callbacks.rb:28:inblock in call'
activesupport (3.2.19) lib/active_support/callbacks.rb:405:in _run__77700987__call__136407663__callbacks' activesupport (3.2.19) lib/active_support/callbacks.rb:405:in__run_callback'
activesupport (3.2.19) lib/active_support/callbacks.rb:385:in _run_call_callbacks' activesupport (3.2.19) lib/active_support/callbacks.rb:81:inrun_callbacks'
actionpack (3.2.19) lib/action_dispatch/middleware/callbacks.rb:27:in call' actionpack (3.2.19) lib/action_dispatch/middleware/remote_ip.rb:31:incall'
actionpack (3.2.19) lib/action_dispatch/middleware/debug_exceptions.rb:16:in call' actionpack (3.2.19) lib/action_dispatch/middleware/show_exceptions.rb:56:incall'
railties (3.2.19) lib/rails/rack/logger.rb:32:in call_app' railties (3.2.19) lib/rails/rack/logger.rb:16:inblock in call'
activesupport (3.2.19) lib/active_support/tagged_logging.rb:22:in tagged' railties (3.2.19) lib/rails/rack/logger.rb:16:incall'
actionpack (3.2.19) lib/action_dispatch/middleware/request_id.rb:22:in call' rack (1.4.5) lib/rack/methodoverride.rb:21:incall'
rack (1.4.5) lib/rack/runtime.rb:17:in call' activesupport (3.2.19) lib/active_support/cache/strategy/local_cache.rb:72:incall'
rack (1.4.5) lib/rack/lock.rb:15:in call' actionpack (3.2.19) lib/action_dispatch/middleware/static.rb:63:incall'
rack-cache (1.2) lib/rack/cache/context.rb:136:in forward' rack-cache (1.2) lib/rack/cache/context.rb:245:infetch'
rack-cache (1.2) lib/rack/cache/context.rb:185:in lookup' rack-cache (1.2) lib/rack/cache/context.rb:66:incall!'
rack-cache (1.2) lib/rack/cache/context.rb:51:in call' railties (3.2.19) lib/rails/engine.rb:484:incall'
railties (3.2.19) lib/rails/application.rb:231:in call' railties (3.2.19) lib/rails/railtie/configurable.rb:30:inmethod_missing'
rack (1.4.5) lib/rack/builder.rb:134:in call' rack (1.4.5) lib/rack/urlmap.rb:64:inblock in call'
rack (1.4.5) lib/rack/urlmap.rb:49:in each' rack (1.4.5) lib/rack/urlmap.rb:49:incall'
passenger (4.0.45) lib/phusion_passenger/rack/thread_handler_extension.rb:74:in process_request' passenger (4.0.45) lib/phusion_passenger/request_handler/thread_handler.rb:141:inaccept_and_process_next_request'
passenger (4.0.45) lib/phusion_passenger/request_handler/thread_handler.rb:109:in main_loop' passenger (4.0.45) lib/phusion_passenger/request_handler.rb:448:inblock (3 levels) in start_threads'

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.