[koha-commits] main Koha release repository branch, new/enh/bug_5579, created. html_template_pro-350-g2650446

Git repo owner gitmaster at git.koha-community.org
Tue Apr 19 12:35:43 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 created
        at  2650446d2681e92eea1f2e4369496298540fcc27 (commit)

- Log -----------------------------------------------------------------
commit 2650446d2681e92eea1f2e4369496298540fcc27
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Thu Apr 7 16:08:11 2011 +0200

    bug 5579 : Fixes ISBD display
    
    Signed-off-by: Claire Hernandez <claire.hernandez at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit a3ff0bb5cb91761677f8b3ff08fa5f12378376af
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Thu Apr 7 12:04:43 2011 +0200

    bug 5579 : Fixes several exports to embed items
    
      - The following export pages used to embed items when exporting,
        this was no longer the case, so they were fixed :
          Intranet :
            - basket/downloadcart.pl,
            - virtualshelves/downloadshelf.pl
            - catalogue/export.pl
          Opac :
            - opac/opac-downloadcart.pl
            - opac/opac-downloadshelf.pl
            - opac/opac-export.pl
    
      - Notes :
         - GetMarcBiblio used to embed items data, this was no longer the case,
           so an optional parameter was added to choose if items should be embedded or not.
           This way, previous work on this bug is not broken, and this is a pretty usefull
           feature, imho.
         - An optional parameter has been added to SetUTF8Flag, to be able to use NFD during
           normalization. This was required to make Unicode/UTF-8 export work again.
    
    Signed-off-by: Claire Hernandez <claire.hernandez at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 6e217d1d21ccff2a0179cd40c9a103f180bf53e3
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat Apr 2 22:19:39 2011 -0400

    bug 5579: teach MARC export to embed items when needed
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Claire Hernandez <claire.hernandez at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit faf7d17211bcacc436f6fe60fef015b558801196
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat Apr 2 21:22:02 2011 -0400

    bug 5579: remove unused routines
    
    Remove the following routines which used to
    handle embedding item data in the bibliographic record:
    
    C4::Items::_replace_item_field_in_biblio
    C4::Items::_add_item_field_to_biblio
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Claire Hernandez <claire.hernandez at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 80a21d2700b908461647092baa5550de954d896c
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat Apr 2 20:48:40 2011 -0400

    bug 5579: remove sync_items_in_marc_bib.pl
    
    Now that item data is inserted into the MARC bib record
    at the point of indexing, sync_items_in_marc_bib.pl is
    no longer needed.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Claire Hernandez <claire.hernandez at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit d4ccd78335ef21a641eebe388576e417c7174957
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Thu Mar 3 19:09:35 2011 -0500

    bug 5579: reduce processing to log item changes
    
    * no need to record full bib MARC when logging
      change to an item record
    * IDEA: set up a separate ItemLog syspref
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Claire Hernandez <claire.hernandez at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit e96315556b0043f4304b4cd8fb913d36f2ad4077
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Thu Mar 3 18:41:42 2011 -0500

    bug 5579: new routine to embed items in bib
    
    Adds a new routine, C4::Biblio::EmbedItemsInMarcBiblio, to
    embed the items in the bib record when necessary:
    
    * cataloging/additem.pl
    * rebuild_zebra.pl
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Claire Hernandez <claire.hernandez at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 20c1ac5c8d75d3777bd145d99dda846b9602353a
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Thu Mar 3 18:29:32 2011 -0500

    bug 5579: correctly signal when to reindex bibs
    
    * when item changes
    * when new item is added
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Claire Hernandez <claire.hernandez at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 095f86ee6e443b6912c441a32457d0b379f1dbaf
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Thu Mar 3 18:24:19 2011 -0500

    bug 5579: fix moving items from bib to another
    
    * Must signal both bibs to be reindexed
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Claire Hernandez <claire.hernandez at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 25c514c3e10113eaf7937be767f5b37389daefdf
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat Apr 2 21:09:59 2011 -0400

    bug 5579: improvements to remove_items_from_biblioitems.pl
    
    * add copyright statement
    * make --run switch work; this is now required to cause
      the update to run
    * improve help text
    * make remove_items_from_biblioitems.pl executable
    
    Signed-off-by: Galen Charlton <gmcharlt at esilibrary.com>
    Signed-off-by: Claire Hernandez <claire.hernandez at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 3584c4426bbe7687f4bbcf5fe9658a85e4021add
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Fri Sep 3 12:16:52 2010 +0200

    Bug 5579: remove items from MARC bib
    
    This is a squash of four patches by Henri-Damien Laurent
    starting work on removing the copy of item record information
    in the 9XX field of bibliographic records.  The reason
    for doing this is primarily to improve performance, in particular,
    the expense of having to add/modify the bib record whenever an
    item changes.  Now, whenever an item changes, the bib record is
    put in the queue to be reindexed; when the bib is indexed, the 9XX
    fields are inserted into the version of the bib that Zebra indexes.
    Since rebuild_zebra.pl runs in a separate process, the processing of the
    bib record will not delay (e.g.) circulation.
    
    As part of upgrading to 3.4, the following batch script should be run:
    
    misc/maintenance/remove_items_from_biblioitems.pl --run
    
    This should be followed by a complete reindexing of the bib records, e.g.,
    
    misc/migration_tools/rebuild_zebra.pl -b -r
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Claire Hernandez <claire.hernandez at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list