Feature #20481
closedGantt: right and left resizable panel
0%
Description
It would be useful which right and left panel were resizable
Files
Related issues
Updated by Toshi MARUYAMA over 9 years ago
- Subject changed from Gantt to Gantt: right and left resizable panel
Updated by Alessandro Zucchi about 9 years ago
Could be OK also wrap the text if resize is a problem.
Updated by Mizuki ISHIKAWA over 7 years ago
- File change_to_right_and_left_resizable_panel.patch change_to_right_and_left_resizable_panel.patch added
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.
Updated by Alessandro Zucchi over 7 years ago
Great!
Have you idea when and if will be committed on a stable versione ?
Alessandro
Updated by Go MAEDA over 7 years ago
- File 20481-demo.gif 20481-demo.gif added
- Target version set to 4.1.0
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.
Updated by Akipii Oga over 7 years ago
+1
The deeper hierarchy tickets, the more you want to expand the panel, it is a very desirable feature.
Updated by Go MAEDA over 7 years ago
- Related to Feature #8491: [Gantt] Wrap words in issue names added
Updated by Mizuki ISHIKAWA over 7 years ago
- File change_to_right_and_left_resizable_panel_v2.patch change_to_right_and_left_resizable_panel_v2.patch added
There were some minor problems with the previous version, so I fixed it.
Updated by Go MAEDA over 7 years ago
- Blocks Feature #26409: Show assignee on gantt added
Updated by Mike Daniels over 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
Updated by Mike Daniels over 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
Updated by Mike Daniels over 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.
Updated by Mizuki ISHIKAWA over 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
Updated by Mike Daniels over 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.
Updated by Go MAEDA about 7 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.
Updated by Go MAEDA about 7 years ago
- Assignee set to Go MAEDA
- Resolution set to Fixed
Updated by Go MAEDA about 7 years ago
- Related to Feature #17660: Gantt chart-increase column size of issue description added
Updated by Felix Gliesche over 5 years ago
- File before.png before.png added
- File after.png after.png added
- File 0001-Fix-gaps-in-resizable-gantt-chart.patch 0001-Fix-gaps-in-resizable-gantt-chart.patch added
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!
Updated by Go MAEDA over 5 years ago
- Related to Defect #31268: Fix gaps in resizable gantt chart added
Updated by Go MAEDA over 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.
Updated by Go MAEDA over 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
Updated by Jimmy Gong 6 months 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.