Project

General

Profile

Extended Schedules plugin with scheduling issues option

Added by GOYELLO IT Services over 14 years ago

Hello!

We have created new modiffication for Redmine Schedules plugin. Here are new features:
  • Scheduling issues to member
  • Interface for assigning hours to issues in a schedule window
  • Interface for quick creation of issues in a schedule window
  • Possibility to use a quick issue interface to create issues for multiple projects from one site view
  • GOYELLO Stuff to do additional "What’s available" list view

You can download the plugin from GITHUB.
And here is very nice inroduction of what have been changed and what you can gain from new features.


Replies (51)

RE: Extended Schedules plugin with scheduling issues option - Added by robin van emden about 14 years ago

Kevin Judd
Thanks you for your helpful suggestion! I was able to get the Extended Schedules Plugin working by using this version of the plugin, merging it with the nikosd commit, and renaming the git clone repository directory from redmine-schedules-plugin to redmine_goyello_schedules.

RE: Extended Schedules plugin with scheduling issues option - Added by robin van emden about 14 years ago

For the record: I did have to patch one more thing: a lot of the JavaScript links are hard-coded to /schedules. Since our Redmine instance runs in a web subdirectory I had to adapt these JavaScript links as well.

RE: Extended Schedules plugin with scheduling issues option - Added by Gennadii Omelchenko about 14 years ago

Does this plugin work with new 0.9.1 release?

RE: Extended Schedules plugin with scheduling issues option - Added by Alexey Kupcha about 14 years ago

No, I tray to install this plugin with release 0.9.2, there is an error
How to fixes this error
rake db:migrate_plugins RAILS_ENV=production --trace
(in /home/redmine/test)
  • Invoke db:migrate_plugins (first_time)
  • Invoke environment (first_time)
  • Execute environment
    rake aborted!
    Child already added
    /home/redmine/test/lib/redmine/menu_manager.rb:53:in `add_at'
    /home/redmine/test/lib/redmine/menu_manager.rb:342:in `push'
    /home/redmine/test/lib/redmine/plugin.rb:178:in `menu'
    /home/redmine/test/vendor/plugins/redmine_goyello_schedules/init.rb:21:in `evaluate_init_rb'
    /home/redmine/test/lib/redmine/plugin.rb:67:in `instance_eval'
    /home/redmine/test/lib/redmine/plugin.rb:67:in `register'
    /home/redmine/test/vendor/plugins/redmine_goyello_schedules/init.rb:5:in `evaluate_init_rb'
    /home/redmine/test/config/../vendor/rails/railties/lib/rails/plugin.rb:158:in `evaluate_init_rb'
    /home/redmine/test/vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'
    /home/redmine/test/config/../vendor/rails/railties/lib/rails/plugin.rb:154:in `evaluate_init_rb'
    /home/redmine/test/config/../vendor/rails/railties/lib/rails/plugin.rb:48:in `load'
    /home/redmine/test/config/../vendor/plugins/engines/lib/engines/plugin.rb:44:in `load'
    /home/redmine/test/config/../vendor/rails/railties/lib/rails/plugin/loader.rb:38:in `load_plugins'
    /home/redmine/test/config/../vendor/rails/railties/lib/rails/plugin/loader.rb:37:in `each'
    /home/redmine/test/config/../vendor/rails/railties/lib/rails/plugin/loader.rb:37:in `load_plugins'
    /home/redmine/test/config/../vendor/rails/railties/lib/initializer.rb:369:in `load_plugins'
    /home/redmine/test/config/../vendor/rails/railties/lib/initializer.rb:165:in `process'
    /home/redmine/test/config/../vendor/rails/railties/lib/initializer.rb:113:in `send'
    /home/redmine/test/config/../vendor/rails/railties/lib/initializer.rb:113:in `run'
    /home/redmine/test/config/environment.rb:20
    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
    /home/redmine/test/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
    /home/redmine/test/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
    /home/redmine/test/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
    /home/redmine/test/vendor/rails/railties/lib/tasks/misc.rake:4
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in `invoke_with_call_chain'
    /usr/local/lib/ruby/1.8/monitor.rb:242:in `synchronize'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in `invoke_prerequisites'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `invoke_prerequisites'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain'
    /usr/local/lib/ruby/1.8/monitor.rb:242:in `synchronize'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
    /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
    /usr/local/bin/rake:19:in `load'
    /usr/local/bin/rake:19

RE: Extended Schedules plugin with scheduling issues option - Added by GOYELLO IT Services about 14 years ago

We are now improving all our plugins to make them working with 0.9.2. Till end of this week all of them should be available for download from Git.

RE: Extended Schedules plugin with scheduling issues option - Added by strexy strexy about 14 years ago

Hi all!
are somebody using extended_scheduled plugin on 0.9.2 redmine? I've installed it on a fresh 0.9.2 redmine installation but in the editing schedule page the popup opens up with this error message:

Not Found
The requested URL /schedules/scheduled_tickets was not found on this server.

print screen of the popup error

Can someone help me?
Thanks.

---
strexy

error1.jpg (13 KB) error1.jpg print screen of the popup error

RE: Extended Schedules plugin with scheduling issues option - Added by jayaseelan karuppannan over 13 years ago

can any one provide the exact link where i can download this plugin without any issues.

as i download the plugin from the link which is not working let me any other supporting files to downloaded for this to work

schedules#scheduled_tickets (ActiveRecord::StatementInvalid) error on Redmine 1.0.2 stable - Added by Tao Lin over 13 years ago

Hi,

Here is my environment:

Redmine 1.0.2
Debian 5.0
PostgreSQL 8.3

I have Exception Plugin installed to catch the exception.

I can install the redmine-schedules-plugin 0.4.2.1 successfully. But when I try to edit schedule and click any textBox, I got the follow error:

A ActiveRecord::StatementInvalid occurred in schedules#scheduled_tickets:


A ActiveRecord::StatementInvalid occurred in schedules#scheduled_tickets:

 RuntimeError: ERROR   C42883  Moperator does not exist: boolean = integer    
 HNo operator matches the given name and argument type(s). You might need to add explicit type casts.    P201    Fparse_oper.c   
 L896    Rop_error: SELECT "issues".* FROM "issues"  LEFT JOIN issue_statuses ON issues.status_id = issue_statuses.id WHERE (issues.project_id = E'2' AND
       issues.assigned_to_id = E'3' AND issue_statuses.is_closed = 0)

 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:219:in `log'

-------------------------------
Backtrace:
-------------------------------

 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:219:in `log'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:550:in `execute'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:1037:in `select_raw'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:1024:in `select'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:81:in `cache_sql'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/base.rb:661:in `find_by_sql'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/base.rb:1548:in `find_every'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/base.rb:615:in `find'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/base.rb:635:in `all'
 [RAILS_ROOT]/vendor/plugins/redmine_goyello_schedules/app/controllers/schedules_controller.rb:364:in `retrieveIssues'
 [RAILS_ROOT]/vendor/plugins/redmine_goyello_schedules/app/controllers/schedules_controller.rb:558:in `scheduled_tickets'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:1331:in `send'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:1331:in `perform_action_without_filters'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:617:in `call_filters'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms'
 /usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
 [RAILS_ROOT]/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/flash.rb:146:in `perform_action'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:532:in `send'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:532:in `process_without_filters'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:606:in `process'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:391:in `process'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:386:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:437:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:87:in `dispatch'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:121:in `_call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in `call'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in `call'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/query_cache.rb:9:in `cache'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/query_cache.rb:28:in `call'
 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/string_coercion.rb:25:in `call'
 /usr/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/head.rb:9:in `call'
 /usr/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/methodoverride.rb:24:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/params_parser.rb:15:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb:93:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/failsafe.rb:26:in `call'
 /usr/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in `call'
 /usr/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in `synchronize'
 /usr/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/lock.rb:11:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:106:in `call'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/cgi_process.rb:44:in `dispatch_cgi'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:101:in `dispatch_cgi'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:27:in `dispatch'
 /usr/lib/ruby/1.8/mongrel/rails.rb:76:in `process'
 /usr/lib/ruby/1.8/mongrel/rails.rb:74:in `synchronize'
 /usr/lib/ruby/1.8/mongrel/rails.rb:74:in `process'
 /usr/lib/ruby/1.8/mongrel.rb:159:in `process_client'
 /usr/lib/ruby/1.8/mongrel.rb:158:in `each'
 /usr/lib/ruby/1.8/mongrel.rb:158:in `process_client'
 /usr/lib/ruby/1.8/mongrel.rb:285:in `run'
 /usr/lib/ruby/1.8/mongrel.rb:285:in `initialize'
 /usr/lib/ruby/1.8/mongrel.rb:285:in `new'
 /usr/lib/ruby/1.8/mongrel.rb:285:in `run'
 /usr/lib/ruby/1.8/mongrel.rb:268:in `initialize'
 /usr/lib/ruby/1.8/mongrel.rb:268:in `new'
 /usr/lib/ruby/1.8/mongrel.rb:268:in `run'
 /usr/lib/ruby/1.8/mongrel/configurator.rb:282:in `run'
 /usr/lib/ruby/1.8/mongrel/configurator.rb:281:in `each'
 /usr/lib/ruby/1.8/mongrel/configurator.rb:281:in `run'
 /usr/bin/mongrel_rails:129:in `run'
 /usr/lib/ruby/1.8/mongrel/command.rb:212:in `run'
 /usr/bin/mongrel_rails:282

RE: Extended Schedules plugin with scheduling issues option - Added by Sergey Belov over 13 years ago

Did you rename this plugin to "redmine_goyello_schedules" ?

RE: Extended Schedules plugin with scheduling issues option - Added by Tao Lin over 13 years ago

Yes. It's "redmine_goyello_schedules". And I have found the issue. It seems "redmine_goyello_schedules" only support MySQL database, not PostgreSQL :(

RE: Extended Schedules plugin with scheduling issues option - Added by pascal similon over 13 years ago

strexy strexy wrote:

Hi all!
are somebody using extended_scheduled plugin on 0.9.2 redmine? I've installed it on a fresh 0.9.2 redmine installation but in the editing schedule page the popup opens up with this error message:

Not Found
The requested URL /schedules/scheduled_tickets was not found on this server.

Can someone help me?
Thanks.

---
strexy

Can anyone know the solution to solve this problem ?

I have installed Redmine 1.0.3, plugin work but not scheduled_tickets form.

Thanks

RE: Extended Schedules plugin with scheduling issues option - Added by pascal similon over 13 years ago

pascal similon wrote:

strexy strexy wrote:

Hi all!
are somebody using extended_scheduled plugin on 0.9.2 redmine? I've installed it on a fresh 0.9.2 redmine installation but in the editing schedule page the popup opens up with this error message:

Not Found
The requested URL /schedules/scheduled_tickets was not found on this server.

Can someone help me?
Thanks.

---
strexy

Can anyone know the solution to solve this problem ?

I have installed Redmine 1.0.3, plugin work but not scheduled_tickets form.

Thanks

I have found the solution based on jChat issues for bitnami users : https://github.com/joshsten/redmine_jchat/issues#issue/2
We have to change the following javascript files in plug in directory redmine_goyello_schedules/assets/javascripts :

  • Quick_issue.js
  • modalbox.js
  • schedule_edit.js
  • hours_functions.js

Add redmine folder as bitnami user as follow : /sche... -> /redmine/sch...

Works fine and i enjoy to finally use this plug in.

RE: Extended Schedules plugin with scheduling issues option - Added by Anonymous about 13 years ago

Hello,
i am using Redmine 0.9.4
When installled i get this error when i try to edit schedule:
Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine administrator for assistance.

I have installed in vendor/plugins and changed the folder name to redmine_goyello_schedules
Roles and permissions are set up and schedule is active in my projects.
I have deleted the original redmine_schedule folder

NEED HELP...
thx

RE: Extended Schedules plugin with scheduling issues option - Added by Michael Wagener over 12 years ago

Hi:

I am trying to test this module, because it seems like a useful tool to have, however I keep getting an error when trying to edit the User Schedule, indicating that I have no developers assigned to the project. A bit weird, because it seems like I do.

I would appreciate it if someone could comment, thank you so much.

Regards.

RE: Extended Schedules plugin with scheduling issues option - Added by Michael Wagener over 12 years ago

Hi:

I dug a little deeper and found a solution - it seems that the answer rests in setting the roles and permissions in the administration section of Redmine - :)

Cheers.

RE: Extended Schedules plugin with scheduling issues option - Added by Terence Mill over 12 years ago

BUG REPORT

for Redmine 1.2.1,
redmine_schedules version 0.4.2 (trunk form today)
when calling http://sid-repo.dsv-gruppe.de/schedules/report for Details view "days" and show by "member"

F, [2011-08-19T12:25:32.763810 #9924] FATAL -- : 
ActionView::TemplateError (divided by 0) on line #28 of vendor/plugins/redmine_schedules/app/views/schedules/_report_criteria.html.erb:
25:   <% end -%>
26:   <td class="hours"><%= html_hours("%.2f" % total) if total > 0 %></td>
27:   <td class="hours <%= "underscheduled" if logged_total > total %> ">
28:       <%= progress_bar (logged_total/total <= 1 ? 100*logged_total/total : 100), :width => '80px', :legend => html_hours("%.02f" % logged_total) %>
29:   </td>
30: </tr>
31: <% if criterias.length > level+1 -%>

    vendor/plugins/redmine_schedules/app/views/schedules/_report_criteria.html.erb:28:in `/'
    vendor/plugins/redmine_schedules/app/views/schedules/_report_criteria.html.erb:28
    vendor/plugins/redmine_schedules/app/views/schedules/_report_criteria.html.erb:11:in `each'
    vendor/plugins/redmine_schedules/app/views/schedules/_report_criteria.html.erb:11
    vendor/plugins/redmine_schedules/app/views/schedules/report.html.erb:62
    vendor/plugins/redmine_schedules/app/helpers/schedules_helper.rb:90:in `timelog_report'
    vendor/plugins/redmine_schedules/app/helpers/schedules_helper.rb:89:in `timelog_report'
    vendor/plugins/redmine_schedules/app/controllers/schedules_controller.rb:109:in `report'
    passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
    passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
    passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
    passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
    passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
    passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
    passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
    passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
    passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
    passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
    passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
    passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
    passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
    passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
    passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
    passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
    passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
    passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
    passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:287:in `handle_spawn_application'
    passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
    passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
    passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'

Mayve some of the panned values are not filled, but the shouldn't make the plugin crash. If nothing is set or "0" is set it should try to divide!

RE: Extended Schedules plugin with scheduling issues option - Added by Terence Mill over 12 years ago

BUG Report: Issue selection and contect menu does not work any more

In Redmine > 1.2 there is a issue list selection with context menu (via js) in version detail view which no longer works when plugin is active, because plugin overwrites view with code (copy paste view code) from old version of redmine, that didn't had that feature

Recommended Fix is to use hooks instead! But i am not sure if that view patch is needed any more, because the view just shows estimated time and reproted time sum, which is standard in this view since redmine 1.2. So could be removed completly?

To see the version detail view click in aordmap ony any version with issue linked to it.

RE: Extended Schedules plugin with scheduling issues option - Added by Alexandre KOCH over 12 years ago

Hello everybody,

Is it possible to install a plugin to version 1.2.1 Redmine?

RE: Extended Schedules plugin with scheduling issues option - Added by Grey Grey over 12 years ago

issue_statuses.is_closed is boolean type
Need change the code
issue_statuses.is_closed = 0
to
not issue_statuses.is_closed

work fine :)

RE: Extended Schedules plugin with scheduling issues option - Added by Alberto Cennini over 10 years ago

Is there anyone who is able to convert this plugin for redmine 2.x ?
Thanks
Alberto

RE: Extended Schedules plugin with scheduling issues option - Added by Terence Mill over 10 years ago

Tryhttps://github.com/bradbeattie/redmine-schedules-plugin and report ur experiences Herr.

RE: Extended Schedules plugin with scheduling issues option - Added by Alberto Cennini over 10 years ago

Thanks Terence. I need to trace the resource assigned to each issue more than to project, due to we use redmine to software change management so the project is just a competence subset for us. I would like to specify that a programmer will work on a issue in the next n-days for 8 hours a day in order to have programmers workload under control.

RE: Extended Schedules plugin with scheduling issues option - Added by Terence Mill over 10 years ago

I need this too ;) If you find a solution, tell me please!

RE: Extended Schedules plugin with scheduling issues option - Added by g s over 8 years ago

Hi,

The features are really promising

Is it possible to install this plugin on Redmine 2.5 ? I couldn't find any update for newer versions of Redmine.

GOYELLO IT Services wrote:

Hello!

We have created new modiffication for Redmine Schedules plugin. Here are new features:
  • Scheduling issues to member
  • Interface for assigning hours to issues in a schedule window
  • Interface for quick creation of issues in a schedule window
  • Possibility to use a quick issue interface to create issues for multiple projects from one site view
  • GOYELLO Stuff to do additional "What’s available" list view

You can download the plugin from GITHUB.
And here is very nice inroduction of what have been changed and what you can gain from new features.

(26-50/51)