Spine Label Wrapping in 2.2.x
Hi all, Can anyone confirm or deny that the labels code in Koha 2.2.x had a decent, working algorithm for wrapping the text on spine labels? A quick look at the code seems to indicate that the text was just wrapped at 14 columns without consideration of where that might fall in the text. Kind Regards, -- Chris Nighswonger LibLime www.liblime.com chris.nighswonger@liblime.com
It was only officially committed to the dev_week branch: http://cvs.savannah.gnu.org/viewvc/koha/C4/Labels.pm?view=log&root=koha&pathrev=dev_week sub split_lccn {} and perhaps related use in the script(s). But yes, it was working there, and was ported to a couple of 2.2 installations. Ping me for details on those; I can check to make sure there weren't improvements made that were not committed to the dev_week branch. Ryan On Thu, Jul 31, 2008 at 12:28 AM, Chris Nighswonger < chris.nighswonger@liblime.com> wrote:
Hi all, Can anyone confirm or deny that the labels code in Koha 2.2.x had a decent, working algorithm for wrapping the text on spine labels? A quick look at the code seems to indicate that the text was just wrapped at 14 columns without consideration of where that might fall in the text.
Kind Regards,
-- Chris Nighswonger
LibLime www.liblime.com chris.nighswonger@liblime.com
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
-- Ryan Higgins LibLime * Open-Source Solutions for Libraries Featuring KohaZOOM ILS 888-564-2457 x704
On Thu, Jul 31, 2008 at 12:53 AM, Ryan Higgins <ryan.higgins@liblime.com> wrote:
It was only officially committed to the dev_week branch: http://cvs.savannah.gnu.org/viewvc/koha/C4/Labels.pm?view=log&root=koha&pathrev=dev_week
sub split_lccn {}
and perhaps related use in the script(s).
But yes, it was working there, and was ported to a couple of 2.2 installations. Ping me for details on those; I can check to make sure there weren't improvements made that were not committed to the dev_week branch.
Please let me know if your intent is to get this into 3.0, if there's a related bug I should pay attention to, etc. Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE CEO migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
participants (3)
-
Chris Nighswonger -
Joshua Ferraro -
Ryan Higgins