Summary: | koha_perl_deps.pl truncates long module names at 26 chars | ||
---|---|---|---|
Product: | Koha | Reporter: | Greg Barniskis <gbarniskis> |
Component: | Installation and upgrade (command-line installer) | Assignee: | Greg Barniskis <gbarniskis> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | minor | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, magnus, paul.poulain |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
patch for 6915
Bug 6915 - [SIGNED-OFF] reduce module name truncation problem in koha_perl_deps.pl Bug 6915 - [SIGNED-OFF] reduce module name truncation problem in koha_perl_deps.pl |
Description
Greg Barniskis
2011-09-25 23:53:19 UTC
Created attachment 5593 [details] [review] patch for 6915 Created attachment 5739 [details] [review] Bug 6915 - [SIGNED-OFF] reduce module name truncation problem in koha_perl_deps.pl Widen module name allowance in the format statement, adjust other columns to be generous but not-so-much as before, modify report header and footer print statements to align and clarify. Very very long module names or version numbers are still subject to possible truncation. Signed-off-by: Magnus Enger <magnus@enger.priv.no> Sign off comment: With this patch module names are not truncated, which is an improvement. Lines are still too long to fit an 80 column display, and so they wrap around, but tht is a minor annoyance compared to the truncated names. QA comment : * test plan not detailled enough. Complete version with an example : Before the patch, ./koha_perl_deps.pl -i says: CGI::Session::Serialize::y 4.26 4.2 Yes After the patch, it says: CGI::Session::Serialize::yaml 4.26 4.2 Yes * agreed with magnus comment, but also noticing that the patch was not intended to fix the 80 column display * small changes in the code, nothing to comment, passed QA Created attachment 5888 [details] [review] Bug 6915 - [SIGNED-OFF] reduce module name truncation problem in koha_perl_deps.pl Widen module name allowance in the format statement, adjust other columns to be generous but not-so-much as before, modify report header and footer print statements to align and clarify. Very very long module names or version numbers are still subject to possible truncation. Signed-off-by: Magnus Enger <magnus@enger.priv.no> Sign off comment: With this patch module names are not truncated, which is an improvement. Lines are still too long to fit an 80 column display, and so they wrap around, but tht is a minor annoyance compared to the truncated names. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> Pushed, please test There have been no further reports of problems so I am marking this bug resolved. |