Project

General

Profile

Redmine Collapse plugin - v.0.2.2 released

Added by Mischa The Evil almost 15 years ago

I hereby announce the release of the Redmine Collapse plugin version 0.2.2. This point-release fixes a Javascript/CSS collision-bug, which caused the core's project-settings tabs to be rendered faulty, found in the recently released versions 0.2.0 and 0.2.1.

Please refer to the plugin's wiki-page (Collapse plugin) for details about how to upgrade to the latest version.

Kind regards,

Mischa


Replies (5)

RE: Redmine Collapse plugin - v.0.2.2 released - Added by m p over 14 years ago

hey,

I'm having an issue with redmine 0.8.7, please see below

ActionView::TemplateError (undefined local variable or method `render_project_hierarchy_implemented' for #<ActionView::Base:0xb6c81660>) on line #43 of layouts/base.rhtml:
40:                 <%= link_to l(:label_search), {:controller => 'search', :action => 'index', :id => @project}, :accesskey => accesskey(:search) %>:
41:                 <%= text_field_tag 'q', @question, :size => 20, :class => 'small', :accesskey => accesskey(:quick_search) %>
42:             <% end %>
43:             <% if render_project_hierarchy_implemented %>
44:                 <%= render_project_jump_box if (Setting.plugin_redmine_collapse['hide_project_selector'] == '0') %>
45:             <% else %>
46:                 <%= render :partial => 'layouts/project_selector' if User.current.memberships.any? && (Setting.plugin_redmine_collapse['hide_project_selector'] == '0') %>

    vendor/plugins/redmine_collapse/app/views/layouts/base.rhtml:43:in `_run_erb_47vendor47plugins47redmine_collapse47app47views47layouts47base46rhtml'
    vendor/rails/actionpack/lib/action_view/base.rb:342:in `send'
    vendor/rails/actionpack/lib/action_view/base.rb:342:in `execute'
    vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send'
    vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render'
    vendor/rails/actionpack/lib/action_view/template.rb:35:in `render'
    vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template'
    vendor/rails/actionpack/lib/action_view/base.rb:248:in `render_file'
    vendor/rails/actionpack/lib/action_controller/layout.rb:257:in `render_without_benchmark'
    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
    vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
    vendor/rails/actionpack/lib/action_controller/base.rb:1161:in `default_render'
    vendor/rails/actionpack/lib/action_controller/base.rb:1167:in `perform_action_without_filters'
    vendor/rails/actionpack/lib/action_controller/filters.rb:579:in `call_filters'
    vendor/rails/actionpack/lib/action_controller/filters.rb:572:in `perform_action_without_benchmark'
    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
    vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
    vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
    vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
    vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
    vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send'
    vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters'
    vendor/rails/actionpack/lib/action_controller/filters.rb:568:in `process_without_session_management_support'
    vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process'
    vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process'
    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request'
    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch'
    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize'
    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch'
    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
    vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35: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

Rendering /opt/redmine/public/500.html (500 Internal Server Error)

Edit by Mischa The Evil: wrapped the stack-trace in proper <pre>-tags.

RE: Redmine Collapse plugin - v.0.2.2 released - Added by Mischa The Evil over 14 years ago

m p wrote:

I'm having an issue with redmine 0.8.7, (...)

Do you have any other plugins installed? It is known that it might be not compatible with some plugins.

RE: Redmine Collapse plugin - v.0.2.2 released - Added by m p over 14 years ago

About your application's environment
Ruby version 1.8.7 (i486-linux)
RubyGems version 1.3.1
Rails version 2.1.2
Active Record version 2.1.2
Action Pack version 2.1.2
Active Resource version 2.1.2
Action Mailer version 2.1.2
Active Support version 2.1.2
Edge Rails revision unknown
Application root /opt/redmine
Environment production
Database adapter mysql
Database schema version 101

About your Redmine plugins
My Effort plugin 0.1.0
Customer plugin 0.2.0
Redmine Vote plugin 0.0.2
Issue Due Date 0.1.0
Charts Plugin 0.0.14
Redmine Graphs plugin 0.1.0
Stuff To Do Plugin 0.3.0
Redmine Bugcloud plugin 0.0.2.1
Budget 0.2.0
Rate Plugin 0.1.0
Redmine Local Avatars plugin 0.0.2
Google Analytics plugin 0.2.0
Redmine Schedules plugin 0.4.2
Redmine Whining plugin 0.0.2
Redmine Taskjuggler plugin 0.0.2
Project Scores Plugin 0.0.1
Redmine Issues Group plugin 0.1.4
Redmine Question plugin 0.3.0
Redmine Code Review plugin 0.2.9.2
Redmine Status Updates 0.1.1

RE: Redmine Collapse plugin - v.0.2.2 released - Added by Mike Lu about 14 years ago

Mischa The Evil wrote:

m p wrote:

I'm having an issue with redmine 0.8.7, (...)

Do you have any other plugins installed? It is known that it might be not compatible with some plugins.

i also encountered this problem and found that it's incompatible with the code review plugin (0.2.9.3)

RE: Redmine Collapse plugin - v.0.2.2 released - Added by Mischa The Evil about 14 years ago

Mike Lu wrote:

Mischa The Evil wrote:

m p wrote:

I'm having an issue with redmine 0.8.7, (...)

Do you have any other plugins installed? It is known that it might be not compatible with some plugins.

i also encountered this problem and found that it's incompatible with the code review plugin (0.2.9.3)

Thanks for this feedback! I'll update the plugins wikipage right away for the moment and will see if I am able to fix both conflicts in an upcoming release...

 
Kind regards,

Mischa.

    (1-5/5)