[koha-commits] main Koha release repository branch master updated. v3.22.00-85-g9b9fb3e

Git repo owner gitmaster at git.koha-community.org
Wed Dec 30 13:47:09 CET 2015


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, master has been updated
       via  9b9fb3ee0555cd51007af669f753f0a0e5ec661e (commit)
       via  99a1d7f18a43a089d49d36b167cc1537fa058f79 (commit)
       via  2d0d71730163fbd13583532de622574737e34221 (commit)
       via  2aa6518c8a000a824e2659eaffc3d1ac54156544 (commit)
       via  0d2e83bca5b91376e9262b6cb0b993f09b919018 (commit)
      from  010a32d95f871853f5c597b2670f3de4c62cfa51 (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 9b9fb3ee0555cd51007af669f753f0a0e5ec661e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 2 11:38:27 2015 +0000

    Bug 14636: Remove debug message
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 99a1d7f18a43a089d49d36b167cc1537fa058f79
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Nov 25 18:00:33 2015 +0100

    Bug 14636: Follow-up - fix typo in system preference name
    
    The preference is named "marcflavour" not "marcflavor".
    
    Without this change, search will always use "copyrightyear"
    and break search by publication date for UNIMARC.
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 2d0d71730163fbd13583532de622574737e34221
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Nov 25 17:06:01 2015 +0100

    Bug 14636: Item search - biblioitems column is publicationyear not publicationdate
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Thx for the follow-up!
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 2aa6518c8a000a824e2659eaffc3d1ac54156544
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Nov 21 22:37:03 2015 +0100

    Bug 14636: Item search - improving display
    
    - Changes "Publication Date" to "Publication date"
      in the CSV export
    - Fixes 'no JavaScript fallback' display to match
      the normal display
      - only show 'by' when it's UNIMARC and an author
        exist
      - show copyrightdate if publicationyear is empty
    
    To test:
    - Turn of Javascript in your browser before you
      item search. This will activate the alternative
      display.
    - For MARC21:
      - Verify that the author displays when existing
        and no 'by' is shown.
      - Verify that the publication date is now shown.
    - For UNIMARC:
      - Verify that 'by' only displays when there is
        an author to display.
      - Verify that the publication date is still
        shown.
    - Try the CSV export.
    - Verify that the CSV header now reads 'Publication date'.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Successfully tested non-JS behavior and CSV export. DID NOT test
    UNIMARC.
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 0d2e83bca5b91376e9262b6cb0b993f09b919018
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Nov 21 22:32:52 2015 +0100

    Bug 14636: Item search - fix search and sort by publication date for MARC21
    
    Problem: MARC21/NORMARC stores the publication
    date in biblio.copyrightdate, but UNIMARC uses
    biblioitems.publicationyear.
    
    To test:
    - Without patch in a MARC21 installation:
    - Search by publication date
    - Verify that the results don't match the
      publication year you searched for.
    - Try sorting the table by publication year.
    - Verify that the sort doesn't work.
    - Apply patch.
    - Repeat both, search and sort.
    - Verify both work correctly now.
    - Repeat tests on a UNIMARC installation.
    - Verify both still work.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Tested searching and sorting successfully in a MARC21 installation. DID
    NOT test in UNIMARC.
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 catalogue/itemsearch.pl                                       |    9 ++++++++-
 .../prog/en/includes/catalogue/itemsearch_item.inc            |    5 +++--
 .../prog/en/includes/csv_headers/catalogue/itemsearch.tt      |    2 +-
 .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt     |    4 ++--
 4 files changed, 14 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list