[koha-commits] main Koha release repository branch, new/enh/bug_5579, updated. html_template_pro-356-gce84924

Git repo owner gitmaster at git.koha-community.org
Thu Apr 21 00:05:30 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, new/enh/bug_5579 has been updated
       via  ce849240ad67131ead68f4339f49e861c6719882 (commit)
       via  0a27e64a5b1b3f1bd4248c3d63a56952fcd92788 (commit)
       via  7183f125839572350731f3adedef6af7f272e417 (commit)
      from  c2043933f7f9b30bf87a4c5656c50fd10584ef4f (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 ce849240ad67131ead68f4339f49e861c6719882
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Wed Apr 20 17:34:47 2011 -0400

    bug 5579: tweaks to bulkmarcimport.pl
    
    Fixes bug where a bib record imported by bulkmarcimport.pl
    could become unindexable by ensuring that ModBiblioMarc()
    is always called by bulkmarcimport.pl to finalize saving the
    bib record (as it was initially created by AddBiblio with the
    defer_marc_save option).
    
    Also introduces a utility routine, C4::Biblio::_strip_item_fields.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 0a27e64a5b1b3f1bd4248c3d63a56952fcd92788
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Wed Apr 20 17:34:46 2011 -0400

    bug 5579: remove a now-unecessary vestigal variable
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 7183f125839572350731f3adedef6af7f272e417
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Wed Apr 20 17:34:45 2011 -0400

    bug 5579: add line removed during patch review
    
    Had effect of breaking item record changes when the
    CatalogingLog system preference is on.
    
    (Note to people reviewing patches - please do not modify the content
     of patches that you are signing off on unless you are *sure* you
     know *exactly* what you doing.  The process of patch review should
     not be introducing yet more bugs.)
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Biblio.pm                           |   42 ++++++++++++++++++++-----------
 C4/Items.pm                            |    2 +
 misc/migration_tools/bulkmarcimport.pl |    3 ++
 3 files changed, 32 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list