[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.02-58-g2b8b926

Git repo owner gitmaster at git.koha-community.org
Sat Jul 7 05:12:51 CEST 2012


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.8.x has been updated
       via  2b8b926783d4426d4a569fdc717e546d12e88ce5 (commit)
       via  ccf44db16fdabd5a314954d5561cdfdcb12fb26a (commit)
      from  5286c144ce24ad01e5682edb31539086c61d8464 (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 2b8b926783d4426d4a569fdc717e546d12e88ce5
Author: Chris Hall <chrish at catalyst.net.nz>
Date:   Fri Jun 22 10:36:45 2012 +1200

    Bug 8323 fixing year sorting of a list
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Works as expected.
    
    Caveat: If you edit the list in Opac, change the sort and then klick 'Save',
    the List always is displayed in title order. This is du to the fact that
    save calls opac-shelves.pl?viewshelf=4 without the sort parameter (defaults
    to 'title').
    If you go back to lists, choose the list from List name, the param is
    correct and the list displays in expected order.
    
    It took quite a time to track  that down, I first thought that opac-shelves.pl
    was broken.
    
    However, current bug 8323 is not affected, signing off.
    
    Marc
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit ccf44db16fdabd5a314954d5561cdfdcb12fb26a
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Jul 2 13:57:31 2012 +0200

    Bug 7286: rebuild_zebra_sliced for biblios and authorities
    
    Complete rewrite of rebuild_zebra_sliced.zsh (renamed to .sh). Main
    improvements are:
      - both biblio and authority records are handled
      - records are exported only once
    
    It also add an option --skip-index to rebuild_zebra.pl that permit to
    use rebuild_zebra.pl as an 'export only' script.
    
    Description:
    Index Koha records by chunks. It is useful when some record causes
    errors and stop the indexation process. With this script, if indexation
    of one chunk fails, chunk is splitted in 2 (or 3) chunks, and
    indexation continue on these chunks.
    rebuild_zebra.pl is called only once to export records.
    Splitting and indexing is handled by this script (using yaz-marcdump and
    zebraidx).
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/VirtualShelves/Page.pm                    |    2 +-
 misc/migration_tools/rebuild_zebra.pl        |   44 +++--
 misc/migration_tools/rebuild_zebra_sliced.sh |  223 ++++++++++++++++++++++++++
 3 files changed, 251 insertions(+), 18 deletions(-)
 create mode 100755 misc/migration_tools/rebuild_zebra_sliced.sh


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list