Giter Site home page Giter Site logo

redmine_planning's People

Contributors

bmalynovytch avatar egbertw avatar giraypultar avatar j123b567 avatar jerzych avatar shawndibble avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

redmine_planning's Issues

500 Internal Server Error - Redmine 3.0

Redmine 3.0 - 500 Internal Server Error after click on PLAN button.

Processing by PlanningController#show as HTML
Parameters: {"project_id"=>"aktualizacje-drupal"}
Current user: Admin (id=1)
Rendered queries/_filters.html.erb (6.2ms)
Rendered plugins/redmine_planning/app/views/planning/show.html.erb within layouts/base (10.1ms)
Completed 500 Internal Server Error in 36ms

ActiveRecord::RecordNotFound (Couldn't find Tracker with 'id'=all):
vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.0/lib/active_record/relation/finder_methods.rb:336:in raise_record_not_found_exception!' vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.0/lib/active_record/relation/finder_methods.rb:456:infind_one'
vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.0/lib/active_record/relation/finder_methods.rb:435:in find_with_ids' vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.0/lib/active_record/relation/finder_methods.rb:71:infind'
vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.0/lib/active_record/querying.rb:3:in find' vendor/bundle/ruby/2.1.0/gems/activerecord-4.2.0/lib/active_record/core.rb:130:infind'
plugins/redmine_planning/app/views/planning/show.html.erb:87:in block in _plugins_redmine_planning_app_views_planning_show_html_erb___3019745381629332982_75232560' vendor/bundle/ruby/2.1.0/gems/actionview-4.2.0/lib/action_view/helpers/capture_helper.rb:38:inblock in capture'
vendor/bundle/ruby/2.1.0/gems/actionview-4.2.0/lib/action_view/helpers/capture_helper.rb:200:in with_output_buffer' vendor/bundle/ruby/2.1.0/gems/actionview-4.2.0/lib/action_view/helpers/capture_helper.rb:38:incapture'
vendor/bundle/ruby/2.1.0/gems/actionview-4.2.0/lib/action_view/helpers/capture_helper.rb:152:in `content_for'

plugins/redmine_planning/app/views/planning/show.html.erb:57:in `_plugins_redmine_planning_app_views_planning_show_html_erb___3019745381629332982_75232560'

Configuration:
Environment:
Redmine version 3.0.1.stable
Ruby version 2.1.5-p273 (2014-11-13) [x86_64-linux]
Rails version 4.2.0
Environment production
Database adapter Mysql2
SCM:
Subversion 1.8.8
Mercurial 2.8.2
Cvs 1.12.13
Bazaar 2.7.0
Git 1.9.1
Filesystem
Redmine plugins:
recurring_tasks 1.3.0
redirect_to_after_login 0.0.2
redmine_planning 0.7.6
timelog_timer 2.0.0

Add %Done

Hi, is possible to add the progress (%done) with colour as shown in Gantt Chart ?

Regards

save sidebar real estate

On the sidebar of the Issues view, there is a sub-header called "Planning" with a single "Plan projects" link underneath. This link is no different than the "Plan" option in the menu. A lot sidebar of real estate is being consumed in the name of having some minor redundancy. Could that sidebar content be stricken? Or made plugin-configurable?

Missing planning_old.js

Using:
Environment:
Redmine version 3.0.4.stable
Ruby version 2.2.2-p95 (2015-04-13) [x86_64-linux]
Rails version 4.2.3
Environment production
Database adapter Mysql2
with
Redmine plugins:
a_common_libs 1.1.5
progressive_projects_list 2.0.1
redmine_base_deface 0.0.1
redmine_bootstrap_kit 0.2.3
redmine_custom_workflows 0.1.4
redmine_dashboard 2.7.0
redmine_dmsf 1.5.4
redmine_issues_tree 0.0.3
redmine_jenkins 1.0.1
redmine_maintenance_mode 2.0.1
redmine_multiprojects_issue 0.2
redmine_revision_branches 0.3.0
redmine_spent_time 3.1.2
redmine_spent_time_in_issue_description 2.8.0
redmine_sudo 0.0.1
redmine_workflow_enhancements 0.4.0
usability 2.0.0

I get:
Started GET "/redmine/plugin_assets/redmine_planning/javascripts/planning_old.js" for 127.0.0.1 at 2015-10-01 10:34:25 +0200

ActionController::RoutingError (No route matches [GET] "/plugin_assets/redmine_planning/javascripts/planning_old.js"):
actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:incall'
railties (4.2.3) lib/rails/rack/logger.rb:38:in call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:inblock in call'
activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:intagged'
activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:incall'
actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in call' rack (1.6.4) lib/rack/methodoverride.rb:22:incall'
rack (1.6.4) lib/rack/runtime.rb:18:in call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:incall'
actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in call' rack (1.6.4) lib/rack/sendfile.rb:113:incall'
railties (4.2.3) lib/rails/engine.rb:518:in call' railties (4.2.3) lib/rails/application.rb:165:incall'
railties (4.2.3) lib/rails/railtie.rb:194:in public_send' railties (4.2.3) lib/rails/railtie.rb:194:inmethod_missing'
/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:94:in process_request' /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:151:inaccept_and_process_next_request'
/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:112:in main_loop' /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:inblock (3 levels) in start_threads'
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:112:in `block in create_thread_and_abort_on_exception'

Processing by UsErrorsController#error_404 as /
Current user: admin (id=1)
Rendered plugins/usability/app/views/errors/error_status.html.erb (49.4ms)
Completed 404 Not Found in 84ms (Views: 46.6ms | ActiveRecord: 16.2ms)

As a quick-fix I tried copying planning.js to planning_old.js, but that stopped the rendering effectively without any errors in the production log.

After center, left side cannot be resize.

Hi, I've found a bug in general /plan page, tested in Chrome browser.
After double clicking in a task on the left side list, the list cannot be resized.
I noticed that this problem also apears after clicking the sort button

Tested in Chrome and Firefox.

link to issue incorrect

I now can use your plugin, great!
My server is installed in redmine.entreprise.com/redmine.
By default, the link to issue is set to redmine.entreprise.com.
Thus the links are wrong.
I added redmine/ before issues/ to get a correct path but it is not neat. Do you know where I can configure the path?

500 Internal Server Error with redmine 2.4.2

I tried installing your plugin and got an error for the whole site :-(

I have 3 installed plugins :
Migrating redmine_agile (Redmine Agile plugin (Light version))...
Migrating redmine_dashboard (Redmine Dashboard plugin)...
Migrating redmine_issue_checklist (Redmine Issue Checklist plugin)...

Started GET "/redmine/admin/plugins" for 11.57.18.107 at 2014-05-28 16:22:01 +0000
Processing by AdminController#plugins as HTML
  Current user: Thibaut (id=3)
  Rendered admin/plugins.html.erb within layouts/admin (1.5ms)
  Rendered admin/_menu.html.erb (3.2ms)
  Rendered layouts/base.html.erb (7.2ms)
Missing template, responding with 404
  Rendered common/error.html.erb within layouts/base (0.1ms)
Completed 500 Internal Server Error in 19.6ms

ActionView::Template::Error (Missing partial hooks/planning_scripts with {:locale=>[:fr, :en], :formats=>[:html], :handlers=>[:erb, :builder, :rsb, :haml]}. Searched in:
  * "/usr/share/redmine/plugins/redmine_issue_checklist/app/views"
  * "/usr/share/redmine/plugins/redmine_dashboard/app/views"
  * "/usr/share/redmine/plugins/redmine_agile/app/views"
  * "/usr/share/redmine/app/views"
):
    11: <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
    12: <%= javascript_heads %>
    13: <%= heads_for_theme %>
    14: <%= call_hook :view_layouts_base_html_head %>
    15: 
    16: <%= yield :header_tags -%>
    17: 
  lib/redmine/hook.rb:61:in `block (2 levels) in call_hook'
  lib/redmine/hook.rb:61:in `each'
  lib/redmine/hook.rb:61:in `block in call_hook'
  lib/redmine/hook.rb:58:in `tap'
  lib/redmine/hook.rb:58:in `call_hook'
  lib/redmine/hook.rb:158:in `call_hook'
  app/views/layouts/base.html.erb:14:in `_app_views_layouts_base_html_erb__888759944_106260360'
  app/controllers/application_controller.rb:429:in `block (2 levels) in render_error'
  app/controllers/application_controller.rb:427:in `render_error'
  app/controllers/application_controller.rb:415:in `render_404'
  app/controllers/application_controller.rb:439:in `missing_template'

problem installing

Hi, I would love to use this plugin but can't get it to work.

After regular installation, redmine seems to work correctly in all aspects. But ...

  1. Opening the new "Plan" tab (any project) will simply give me a "redmine 404 error"
  2. I do see the plugin under Administration -> Plugins. But clicking on "Configure" also gives me the "redmine 404 error"

Do you have any hint for me how to solve this problem?
Thank you very much!

;Henning

My installation:

% ruby bin/about
Environment:
  Redmine version                3.0.3.stable
  Ruby version                   2.1.5-p273 (2014-11-13) [x86_64-linux-gnu]
  Rails version                  4.2.1
  Environment                    production
  Database adapter               Mysql2
SCM:
  Subversion                     1.8.10
  Git                            2.1.4
  Filesystem                     
Redmine plugins:
  redmine_mail_reminder          3.0.0.0001
  redmine_planning               0.7.6

Installation / execution problem

Hi,

I'm running a Debian Wheezy with Ruby 1.8.7 and Rails 3.2.18 to host a Redmine 2.4 instance via Apache2 + mod_passenger.

After installing the redmine_planning 0.6.6 my rake/redmine crashes on every startup with syntax/compile errors:

/var/redmine-2.4/plugins/redmine_planning/init.rb:45: odd number list for Hash issue_height: 20,
/var/redmine-2.4/plugins/redmine_planning/init.rb:45: syntax error, unexpected ':', expecting '}' issue_height: 20,
/var/redmine-2.4/plugins/redmine_planning/init.rb:50: odd number list for Hash margin: {x: 10, y: 20},

and so on...

Is it a problem of the old Ruby 1.8 version? Or am I missing something?

Here my currently installed gems (output of bundle show):

Using rake (10.1.1)
Using i18n (0.6.9)
Using multi_json (1.10.1)
Using activesupport (3.2.18)
Using builder (3.0.0)
Using activemodel (3.2.18)
Using erubis (2.7.0)
Using journey (1.0.4)
Using rack (1.4.5)
Using rack-cache (1.2)
Using rack-test (0.6.2)
Using hike (1.2.3)
Using tilt (1.4.1)
Using sprockets (2.2.2)
Using actionpack (3.2.18)
Using mime-types (1.25.1)
Using polyglot (0.3.4)
Using treetop (1.4.15)
Using mail (2.5.4)
Using actionmailer (3.2.18)
Using arel (3.0.3)
Using tzinfo (0.3.39)
Using activerecord (3.2.18)
Using activeresource (3.2.18)
Using bundler (1.3.5)
Using coderay (1.1.0)
Using fastercsv (1.5.5)
Using rack-ssl (1.3.4)
Using json (1.8.1)
Using rdoc (3.12.2)
Using thor (0.19.1)
Using railties (3.2.18)
Using jquery-rails (2.0.3)
Using mysql2 (0.3.16)
Using net-ldap (0.3.1)
Using ruby-openid (2.3.0)
Using rack-openid (1.4.2)
Using rails (3.2.18)
Using rmagick (2.13.2)

Thanks a lot four any hints or help in advance!

ciao,
Chris

No leftside task list

I don't see the leftside task list (and no hierarchy)
Sorting button doesn't work either.

Nonetheless, great work, keep it going, please.

(Redmine 2.3.3.)

No visible Canvas

Hello, I have installed the plugin, and it looks well installed, I can configure it in administration>plugins.
However when I go to the plan tab, I do not see anything, no canvas is visible, it's empty.

Do you know what is happening?

Environment:
Redmine version 2.5.2.devel
Ruby version 2.1.2-p95 (2014-05-08) [arm-linux-gnueabihf]
Rails version 4.1.8
Environment production
Database adapter PostgreSQL
SCM:
Git 2.1.4
Filesystem
Redmine plugins:
redmine_agile 1.3.11
redmine_planning 1.0.0

Installation Error

hi, the plugins migrate is Error

C:\Sites\redmine-2.5.1>rake redmine:plugins:migrate RAILS_ENV=production --trace

** Invoke redmine:plugins:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
uninitialized constant RbCommonHelper
C:/Sites/redmine-2.5.1/plugins/redmine_planning/lib/planning_hooks.rb:18:in <top (required)>' C:/Sites/redmine-2.5.1/plugins/redmine_planning/init.rb:21:inblock in <top (required)>'
C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:440:in _run__176771909__prepare__992196323__callbacks' C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:405:in__run_callback'
C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:385:in _run_prepare_callbacks' C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/activesupport-3.2.17/lib/active_support/callbacks.rb:81:inrun_callbacks'
C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/reloader.rb:74:in prepare!' C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/actionpack-3.2.17/lib/action_dispatch/middleware/reloader.rb:48:inprepare!'
C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/railties-3.2.17/lib/rails/application/finisher.rb:47:in block in <module:Finisher>' C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/railties-3.2.17/lib/rails/initializable.rb:30:ininstance_exec'
C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/railties-3.2.17/lib/rails/initializable.rb:30:in run' C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/railties-3.2.17/lib/rails/initializable.rb:55:inblock in run_initializers'
C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/railties-3.2.17/lib/rails/initializable.rb:54:in each' C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/railties-3.2.17/lib/rails/initializable.rb:54:inrun_initializers'
C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/railties-3.2.17/lib/rails/application.rb:136:in initialize!' C:/RailsInstaller/Ruby200/lib/ruby/gems/2.0.0/gems/railties-3.2.17/lib/rails/railtie/configurable.rb:30:inmethod_missing'

Collapsable tree-view

It would be a great improvement to see all issues in a collapsable tree-view, like Gantt-view but with drag&drop features of your plugin.

Would it be possible?

Regards

Problem with tooltop

I am not able to use the plugin (it's very frustrating) because the tooltop opens immediately, I am not even able to click on the isssue because of the tooltip.

What about setting a delay before the toolop open, like 500ms? (possibly configurable in the admin panel)

other, additional option could be possibility to close the tooltip with exit button or esc button.

0.7.2 Traslation missing

Hi, in /issues page and /projects//issues a translation is missing.

translation missing: en.planning_head_planning

Plan projects
Calendar
Gantt

Thanks

Enable it per project

It would be possible enable this plugin per project similarly as Wiki, Repository, Forums, Gantt, etc. (../projects/[projectName]/settings/modules), please.

Missing template, responding with 404

Hi!,
Am trying to run planning on redmine with the following versions
Environment:
Redmine version 2.4.2.stable
Ruby version 1.9.3-p0 (2011-10-30) [i686-linux]
Rails version 3.2.16
Environment production
Database adapter Mysql2
Redmine plugins:
redmine_backlogs v1.0.6
redmine_code_review 0.6.3
redmine_impasse 1.2.2
redmine_planning 0.7.5.1

Every time I try to open the plan plugging by clicking on the menu I get the planning section rendered but not issues in it. If I look at firebug it comes with a 404 error message and if we look at the log on redmine this is what we get.

Started GET "/projects/root/plan/issues?utf8=%E2%9C%93&set_filter=1&f%5B%5D=status_id&op%5Bstatus_id%5D=o&f%5B%5D=tracker_id&op%5Btracker_id%5D=%3D&v%5Btracker_id%5D%5B%5D=7&f%5B%5D=" for 10.50.50.17 at 2014-06-05 00:20:47 -0400
Processing by PlanningController#issues as JSON_IMPASSE
Parameters: {"utf8"=>"โœ“", "set_filter"=>"1", "f"=>["status_id", "tracker_id", ""], "op"=>{"status_id"=>"o", "tracker_id"=>"="}, "v"=>{"tracker_id"=>["7"]}, "project_id"=>"root"}
Current user: Thor1 (id=26)
[191, 218, 236, 255, 261, 182, 192, 196, 221, 233, 217]
Retrieved all issues and relations in 1 iteration(s)
Missing template, responding with 404
Rendered common/error.html.erb (0.1ms)
Completed 404 Not Found in 63.8ms (Views: 0.5ms | ActiveRecord: 0.0ms)

I followed the installations describe on the main page.

Thanks for the help.

No permissions for Plan plugin?

Trying to assign this to one of my roles and it can't be done.
Would be useful to have ability for some users to just view the plan in this format.
Gantt chart is a bit cluttered even with Better Gantt Chart plugin (This one is easier)

How to sort issues/stories?

Hi,

I have installed the plugin and it works good, but I can't sort issues by grouping into stories/subtasks
At this moment the list is sorted by ID numbers, and story is on the high, but subtask is at the bootom of the view/page.

How can I see/sort the groupd by stories/tasks?

Thanks,
Vahan

Left side hierarchy

Is possible to have the project name as the first element in the issue hierarchy?
This improvement is important in general /plan page, and helps on the issue identification.

Regards

Project specific planning not work

I installed redmine_planning in Redmine 2.6.0. All projects planning is fine but project specific planning does not work (error 404 reported). The log is:

Started GET "/redmine/projects/project1/plan" for 192.168.0.105 at 2015-01-02 00
:47:59 +0800

AbstractController::ActionNotFound (The action 'project1' could not be found for
ProjectsController):

It seems it does not route to correct controller. Any idea?

Zoom in - Zoom out buttons

Is also possible to add the Zoom-in Zoom-out buttons? In some Browsers the click-wheel is not working properly.
rm_zoom

Regards

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.