[koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.09-16-gef5ea26

Git repo owner gitmaster at git.koha-community.org
Tue Jun 14 03:00:03 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.2.x has been updated
       via  ef5ea26668acd3e071253f19888533f5883fba46 (commit)
      from  b49f446671676688b9f1a3d45cb4d1363a84a647 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ef5ea26668acd3e071253f19888533f5883fba46
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Mon Jan 24 16:55:01 2011 -0500

    bug 5653: use itemcallnumber in bib label layouts
    
    The sample bib label layouts and the hard-coded default
    format_string for new layouts used 'callnumber' when they
    should have used 'itemcallnumber', preventing call numbers
    from being printed on spine labels that use the system-supplied
    layouts.  Besides correcting the sample data, this patch
    now also enshrines 'callnumber' as an alias for 'itemcallnumber'.
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    After applying patch it works for new and old layouts (itemcallnumber and callnumber).
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit d2f49e1976166865a5260752bc1d098e6a253ebe)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Labels/Label.pm                                 |    4 ++-
 .../mysql/de-DE/optional/sample_creator_data.sql   |    2 +-
 .../data/mysql/en/optional/sample_creator_data.sql |    2 +-
 labels/label-create-xml.pl                         |    5 ++-
 labels/label-edit-layout.pl                        |    2 +-
 labels/spinelabel-home.pl => t/Labels.t            |   33 +++++++++-----------
 6 files changed, 24 insertions(+), 24 deletions(-)
 copy labels/spinelabel-home.pl => t/Labels.t (59%)
 mode change 100755 => 100644


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list