Project

General

Profile

Actions

Feature #20481

closed

Gantt: right and left resizable panel

Added by Alessandro Zucchi almost 9 years ago. Updated 30 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Gantt
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

It would be useful which right and left panel were resizable


Files

change_to_right_and_left_resizable_panel.patch (2.21 KB) change_to_right_and_left_resizable_panel.patch Mizuki ISHIKAWA, 2017-07-12 06:46
20481-demo.gif (125 KB) 20481-demo.gif Go MAEDA, 2017-07-12 08:58
change_to_right_and_left_resizable_panel_v2.patch (2.42 KB) change_to_right_and_left_resizable_panel_v2.patch Mizuki ISHIKAWA, 2017-07-25 10:25
before.png (50.1 KB) before.png Felix Gliesche, 2019-04-26 12:30
after.png (51.6 KB) after.png Felix Gliesche, 2019-04-26 12:31
0001-Fix-gaps-in-resizable-gantt-chart.patch (1.55 KB) 0001-Fix-gaps-in-resizable-gantt-chart.patch Felix Gliesche, 2019-04-26 12:35

Related issues

Related to Redmine - Feature #8491: [Gantt] Wrap words in issue namesClosed2011-06-01

Actions
Related to Redmine - Feature #17660: Gantt chart-increase column size of issue descriptionClosed

Actions
Related to Redmine - Defect #31268: Fix gaps in resizable gantt chartClosedGo MAEDA

Actions
Related to Redmine - Feature #31468: Gantt: Resize left side to the length of written text or save last resize parameters per ProjectNew

Actions
Blocks Redmine - Feature #26409: Show assignee on ganttClosed

Actions
Actions #1

Updated by Toshi MARUYAMA almost 9 years ago

  • Subject changed from Gantt to Gantt: right and left resizable panel
Actions #2

Updated by Alessandro Zucchi almost 9 years ago

Could be OK also wrap the text if resize is a problem.

Actions #3

Updated by Mizuki ISHIKAWA about 7 years ago

I wrote a patch to implement this feature. The subject column in gantt will be resizable by this patch.

It supports only desktop screen for now (mobile screen is not supported). But I think it is useful for many people even without supporting mobile screen.

Actions #4

Updated by Alessandro Zucchi about 7 years ago

Great!
Have you idea when and if will be committed on a stable versione ?

Alessandro

Actions #5

Updated by Go MAEDA about 7 years ago

I think this is great UI improvement. Please see this demo: 20481-demo.gif

People sometimes complain about cropped subjects in gantt. This feature can resolve such problem.

Actions #6

Updated by Hirofumi Kadoya about 7 years ago

+1

Actions #7

Updated by Yasukazu Nagatomi about 7 years ago

Great!
This idea is very good.

Actions #8

Updated by Akipii Oga about 7 years ago

+1
The deeper hierarchy tickets, the more you want to expand the panel, it is a very desirable feature.

Actions #9

Updated by Go MAEDA about 7 years ago

  • Related to Feature #8491: [Gantt] Wrap words in issue names added
Actions #10

Updated by Mizuki ISHIKAWA almost 7 years ago

There were some minor problems with the previous version, so I fixed it.

Actions #11

Updated by Go MAEDA almost 7 years ago

Actions #12

Updated by Mike Daniels almost 7 years ago

Hello Everyone. I can't seem to apply the patch. I am very new to redmine. I am getting a

can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb
|index 9a74f72ba..9703e962e 100644
|--- a/app/views/gantts/show.html.erb
|+++ b/app/views/gantts/show.html.erb
--------------------------
File to patch: ^C

Please let me know if you can help

Actions #13

Updated by Mike Daniels almost 7 years ago

Note: I did the following


cd /var/www/redmine
mkdir patches
cd patches/
wget http://www.redmine.org/attachments/download/18826/change_to_right_and_left_resizable_panel_v2.patch
cd .. -- Now  I am back in the /var/www/redmine directory
sudo patch -p0 > /var/www/redmine/patches/change_to_right_and_left_resizable_panel_v2.patch

Actions #14

Updated by Mike Daniels almost 7 years ago

Mizuki ISHIKAWA wrote:

There were some minor problems with the previous version, so I fixed it.

Mizuki, Can you please take a look at my above comments. Please tell me what I am doing wrong applying your patch.

Actions #15

Updated by Mizuki ISHIKAWA almost 7 years ago

Mike Daniels wrote:

sudo patch -p0 > /var/www/redmine/patches/change_to_right_and_left_resizable_panel_v2.patch

Please change the command as follows.

sudo patch -p1 < /var/www/redmine/patches/change_to_right_and_left_resizable_panel_v2.patch

Actions #16

Updated by Mike Daniels almost 7 years ago

Mizuki ISHIKAWA wrote:

Mike Daniels wrote:

sudo patch -p0 > /var/www/redmine/patches/change_to_right_and_left_resizable_panel_v2.patch

Please change the command as follows.
[...]

Thank you. I did this and it worked. Now I am trying to install another one of your patches and having a problem. I will write you there.

Actions #17

Updated by Go MAEDA over 6 years ago

  • Status changed from New to Closed
  • Target version changed from 4.1.0 to 4.0.0

Committed in the trunk.
Thank you for improving Redmine.

Actions #18

Updated by Go MAEDA over 6 years ago

  • Assignee set to Go MAEDA
  • Resolution set to Fixed
Actions #19

Updated by Go MAEDA over 6 years ago

  • Related to Feature #17660: Gantt chart-increase column size of issue description added
Actions #20

Updated by Felix Gliesche about 5 years ago

I found a small problem, after this patch has been applied. There is some space between the left and right column of the gantt chart:

I am attaching a patch, that fixes this patch:

This functionality is a great addition to the UI btw. Thanks!

Actions #21

Updated by Go MAEDA about 5 years ago

  • Related to Defect #31268: Fix gaps in resizable gantt chart added
Actions #22

Updated by Go MAEDA about 5 years ago

Felix Gliesche wrote:

I found a small problem, after this patch has been applied. There is some space between the left and right column of the gantt chart:

Thank you for reporting this. Since this issue is closed and the change has already been delivered, I have opened another issue #31268 for the problem you fixed.

Actions #23

Updated by Go MAEDA about 5 years ago

  • Related to Feature #31468: Gantt: Resize left side to the length of written text or save last resize parameters per Project added
Actions #24

Updated by Jimmy Gong 30 days ago

Felix Gliesche wrote in #note-20:

I found a small problem, after this patch has been applied. There is some space between the left and right column of the gantt chart:

I am attaching a patch, that fixes this patch:

This functionality is a great addition to the UI btw. Thanks!

Hi Felix, could you please help make such patch for Redemine 3.3.3? I tried to apply change_to_right_and_left_resizable_panel_v2.patch to my Redmine 3.3.3, but seems the files content have been changed, and it can't be patch directly even though I modified the file path in patch file to be corresponding with the path of my redmine installed. then, I tried modified my redmine files' code according to the modification content in this patch file, and restart redmine(subversion,mysql, apache), but left side of gannt is still not resizable. seems this modification is not suitable for Redmine 3.3.3.

Actions

Also available in: Atom PDF