[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.01-42-g05e70e2

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 10:30:41 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, 3.22.x has been updated
       via  05e70e2e48d37ae0c68fcb82117e3d120710810f (commit)
       via  42f3e0d9ed845a8b44ac0bc3f8d5153811acab34 (commit)
       via  5c945298900413b7807fe1f1e79694feafba31f1 (commit)
       via  704e932d648c66ad81c0f79d8ae6b388595bcbcf (commit)
       via  d772f8732c9623e246a0fad33fef5282c044f368 (commit)
      from  95e9dafa38bf6f895cf62feac1df20e3b67a0640 (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 05e70e2e48d37ae0c68fcb82117e3d120710810f
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>
    (cherry picked from commit 9b9fb3ee0555cd51007af669f753f0a0e5ec661e)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 42f3e0d9ed845a8b44ac0bc3f8d5153811acab34
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>
    (cherry picked from commit 99a1d7f18a43a089d49d36b167cc1537fa058f79)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 5c945298900413b7807fe1f1e79694feafba31f1
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>
    (cherry picked from commit 2d0d71730163fbd13583532de622574737e34221)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 704e932d648c66ad81c0f79d8ae6b388595bcbcf
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>
    (cherry picked from commit 2aa6518c8a000a824e2659eaffc3d1ac54156544)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit d772f8732c9623e246a0fad33fef5282c044f368
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>
    (cherry picked from commit 0d2e83bca5b91376e9262b6cb0b993f09b919018)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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