Project

General

Profile

Show Issue Descriptions plugin

Added by Victor Dulepov almost 14 years ago

Allows choosing whether to render the issues list without descriptions (original Redmine behavior) - or with complete issue descriptions along with the short headers (like Trac does).
For details and the plugin itself see PluginShowIssueDescriptions


Replies (46)

no description is displayed on 0.9.3 stable - Added by strexy strexy almost 14 years ago

Hi, has someone installed this pluging on 0.9.3 redmine?
On my fresh 0.9.3 stable redmine (mysql/linux) this plugin do not show any description after checked the checkbox in the Options - Rendering parameters - Show descriptions.
Hope someone could help me. Thanks.

|ste

RE: no description is displayed on 0.9.3 stable - Added by strexy strexy almost 14 years ago

..and it seems there are some compatibility issues with xls-export-plugin http://www.redmine.org/boards/3/topics/11986
Show-issue-description plugin override xls-export-plugin: the export links down in the issues page are not more visible.

|ste

RE: Show Issue Descriptions plugin - Added by Holger Winkelmann almost 14 years ago

just tried with 0.9.4 and get a Internal Server Error 500

Processing IssuesController#index (for 192.168.2.143 at 2010-06-23 21:09:30) [GET]
  Parameters: {"action"=>"index", "controller"=>"issues"}
Rendering template within layouts/base
Rendering issues/index.rhtml

ActionView::TemplateError (undefined method `show_desc' for #<Query:0xb7648658>) on line #1 of vendor/plugins/redmine_show_descriptions/app/views/queries/_custom_params.rhtml:
1: <%= check_box :query, :show_desc, {}, '1', '0' %><%= l(:label_show_description_plural) %>

    vendor/plugins/redmine_show_descriptions/app/views/queries/_custom_params.rhtml:1:in `_run_rhtml_vendor47plugins47redmine_show_descriptions47app47views47queries47_custom_params46rhtml_locals_custom_params_object_query'
    vendor/plugins/redmine_show_descriptions/app/views/issues/index.rhtml:34:in `_run_rhtml_vendor47plugins47redmine_show_descriptions47app47views47issues47index46rhtml'
    vendor/plugins/redmine_show_descriptions/app/views/issues/index.rhtml:11:in `_run_rhtml_vendor47plugins47redmine_show_descriptions47app47views47issues47index46rhtml'
    app/controllers/issues_controller.rb:83:in `index'
    app/controllers/issues_controller.rb:82:in `index'
    public/dispatch.fcgi:24

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

RE: Show Issue Descriptions plugin - Added by Mischa The Evil over 13 years ago

Holger Winkelmann wrote:

just tried with 0.9.4 and get a Internal Server Error 500

[...]

Holger,

Seems you haven't run the db-migration for the plugins...

RE: no description is displayed on 0.9.3 stable - Added by Mischa The Evil over 13 years ago

strexy strexy wrote:

..and it seems there are some compatibility issues with xls-export-plugin http://www.redmine.org/boards/3/topics/11986
Show-issue-description plugin override xls-export-plugin: the export links down in the issues page are not more visible.

Indeed! The plugins are not compatible with eachother since they both override the same core-views. I'll add a notice to the pluginlist-entry of this plugin (an entry for the XLS Export plugin doesn't exist (yet)).

Thanks for reporting.

RE: Show Issue Descriptions plugin - Added by Mischa The Evil over 13 years ago

I've updated the plugin to be compatible with Redmine 1.0.1 and higher. See the wiki-page of the plugin for more details and the packaged source.

HTH

RE: Show Issue Descriptions plugin - Added by thomas wang over 13 years ago

Hey guys.thanks for your work.I've install the plugin,but it seems not work.When i click the issue button,the page failed.
Here is the page,and any help will be appreciate!

1.jpg (173 KB) 1.jpg

RE: Show Issue Descriptions plugin - Added by thomas wang over 13 years ago

thomas wang wrote:

Hey guys.thanks for your work.I've install the plugin,but it seems not work.(redmine v1.0.2)When i click the issue button,the page failed.
Here is the page,and any help will be appreciate!

RE: Show Issue Descriptions plugin - Added by thomas wang over 13 years ago

thomas wang wrote:

thomas wang wrote:

Hey guys.thanks for your work.I've install the plugin,but it seems not work(redmine v1.0.2).When i click the issue button,the page failed.
Here is the page,and any help will be appreciate!

RE: Show Issue Descriptions plugin - Added by Terence Mill over 13 years ago

BUG Report v0.0.2 for Redmine "Redmine 1.0.1.devel.4068 (MySQL)"

The plugin crashes the presentation for the issue list. The div no longer is using the scroll box, if wide of columns exceeds browser.
Maybe some stylesheet interaction problem?

RE: Show Issue Descriptions plugin - Added by Terence Mill over 13 years ago

Btw. the german translation seems wrong to me (and i am german)

Better use this:

de:
label_rendering_parameter_plural: Darstellungsoptionen
label_show_description_plural: Zeige die Ticket-Beschreibung

de.yml (124 Bytes) de.yml

RE: Show Issue Descriptions plugin - Added by Terence Mill over 13 years ago

Terence Mill wrote:

Btw. the german translation seems wrong to me (and i am german)

Better use this:

de:
label_rendering_parameter_plural: Darstellungsoptionen
label_show_description_plural: Zeige die Ticket-Beschreibung

The Same problem if i enable the issues decriptions!

RE: Show Issue Descriptions plugin - Added by Terence Mill over 13 years ago

Terence Mill wrote:

Terence Mill wrote:

Btw. the german translation seems wrong to me (and i am german)

Better use this:

de:
label_rendering_parameter_plural: Darstellungsoptionen
label_show_description_plural: Zeige die Ticket-Beschreibung

The Same problem if i enable the issues decriptions!

RE: Show Issue Descriptions plugin - Added by Victor Dulepov about 13 years ago

Hello,
We've posted an update (0.0.3) of the plugin on its wiki page . No issues like above were observed in FF3.6, Chrome 8 and MSIE 8 on Redmine 1.03 and 1.1.0.
Please check.

RE: Show Issue Descriptions plugin - Added by Luis Serrano Aranda about 13 years ago

If do you put more columns redmain dont'make the scroll bar please edit the file /app/views/issues/_list.rhtml
Inte tree line before <table class... write: <div class="autoscroll">

and close the tag before the final tag <% end -%>

RE: Show Issue Descriptions plugin - Added by Victor Dulepov about 13 years ago

Luis Serrano Aranda wrote:

If do you put more columns redmain dont'make the scroll bar please edit the file /app/views/issues/_list.rhtml
Inte tree line before <table class... write: <div class="autoscroll">

and close the tag before the final tag <% end -%>

Hm, it looks there's some mess with version numbers and attachments. Please use the fresh 0.0.4 from the same page - autoscrolling div is in (still it is rather clumsy, as one has to scroll down to the end of the page to use it).

RE: Show Issue Descriptions plugin - Added by Anton Lukashev almost 13 years ago

Is there any possibility to export data we get by using this plugin to PDF?

RE: Show Issue Descriptions plugin - Added by Tim Bennen almost 13 years ago

Unfortunately, with Redmine 1.2.0. there are some problems. The plugin works if I check the checkbox for showing the description of the issues.
But if I do not check it and I select "all" issues, I get a list with the issue ids but no more content.

RE: Show Issue Descriptions plugin - Added by Gauthier Brion almost 13 years ago

Yes, I'm also having this problem. If I choose apply without checking Show Description, all columns are unselected.

RE: Show Issue Descriptions plugin - Added by Gauthier Brion almost 13 years ago

I was wrong in my last post, the plugin that was causing a problem when pushing on the apply button for filtering the issue list is extra_query_operators.

RE: Show Issue Descriptions plugin - Added by Tim Bennen almost 13 years ago

In my case, it is definitely this plugin. I only have this plugin installed and removing it, everything is okay. Installing it, error like described in my previous post.

RE: Show Issue Descriptions plugin - Added by T. K. almost 13 years ago

Hi,

Ich verwende Redmine 1.1.3.stable (MySQL).
Habe das Plugin installiert:
Redmine Show Descriptions plugin Show full issue descriptions in the issues list
Alexandr Poplavsky, Pavel Vinokurov
0.0.4

Leider wird folgende Fehlermeldung ausgegeben, wenn ich auf "Tickets" klicke.
NoMethodError in Issues#index
Showing vendor/plugins/redmine_show_descriptions/app/views/queries/_custom_params.rhtml where line #1 raised:
undefined method `show_desc' for #<Query:0x8913150>

#######################################

I use Redmine 1.1.3.stable (MySQL).
Have the plugin installed:
Redmine Show Descriptions plugin Show full issue descriptions in the issues list
Alexandr Poplavsky, Pavel Vinokurov
0.0.4

Unfortunately the following error message when I click on "Tickets" Click.
NoMethodError in Issues#index
Showing vendor/plugins/redmine_show_descriptions/app/views/queries/_custom_params.rhtml where line #1 raised:
undefined method `show_desc' for #<Query:0x8913150>

By,
Nexus

(1-25/46)