[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.12-19-g46a28ad

Git repo owner gitmaster at git.koha-community.org
Wed Nov 28 14:14:10 CET 2018


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, 17.11.x has been updated
       via  46a28ad7231fc1738c90bd0dbb94d24f2e31fc8d (commit)
       via  5c2d7fd5c5f31763c03a0aa5416a0feca89be17f (commit)
       via  c16cb002eaf899ed5ea4bebfe170219d521d1928 (commit)
       via  9645b5b6e0e629bb68a9856ca33ba7bf85cb11a2 (commit)
       via  5d8ac2448d9060f62767df6716ee8df1e4c0f689 (commit)
       via  98eaa32ee0569bbda00ba26ee8edbc65c5bbf784 (commit)
       via  88d0f27b491b44321fc5c538fac20607e326c5a4 (commit)
       via  c8369eb113bd3631683e958fa4bfc2289f4f81e2 (commit)
      from  4c839227058208b73893f1bd3615ebf05e94581c (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 46a28ad7231fc1738c90bd0dbb94d24f2e31fc8d
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Nov 9 13:03:17 2018 +0000

    Bug 21581: (RMaint follow-up) Skip deprecated GRS-1 test for feature
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit bc9408f9ace5274b03766f847b3374f374971479)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 5c2d7fd5c5f31763c03a0aa5416a0feca89be17f
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Mon Oct 29 22:35:57 2018 +0000

    Bug 21581: (QA follow-up) Update comment according to code in SearchAuthorities
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 541a90765ccb4ab29ac43eefbc5e17de9764bc84)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 80d66849729bcaae786865bdd4ea351da4034553)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit c16cb002eaf899ed5ea4bebfe170219d521d1928
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Oct 16 15:09:32 2018 +0000

    Bug 21581: Pass through authorities indexes
    
    To test:
     1 - Define a rule:
      Matching rule code: LCAUTH
      Match threshold: 100
      Record type: Authority record
      MATCH POINTS
      Search index: LC-card-number
      Score: 100
      Tag: 010
      Subfield: a
     2 - Have a record with an LC number in 010
     3 - Export it
     4 - Edit the record in Koha, move the value from 010 to another field
     5 - Import the original record
     6 - Use the matching rule above, you expect it won't match (nothing in 010 anymore)
     7 - It matches?!?!?!
     8 - Enable zebra logging in koha-conf.xml
      <zebra_loglevels>none,fatal,warn,request,info</zebra_loglevels>
     9 - tail -f /var/log/koha/kohadev/zebra-output.log
    10 - On manage marc apply matchign with no rule, then reapply with rule
    11 - View the output in the log - the index searched is 'Any'
    12 - Apply patch
    13 - Reapply matching
    14 - Note we search the expected index and no match is found
    
    NOTE: By applying bug 21579, I was able to view the difference, and
          see that it didn't match identically, because I had moved the
          value from 010 to 155. No log checking needed. clean/delete batch.
          Apply patch, no match. clean/delete batch.
          Edit authority back, matches.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 6093e08443b393a3983778b4f92d0df56d419cd9)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit e544a89bcd90e8dcd7fd6bf2da46c8334bfb8595)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 9645b5b6e0e629bb68a9856ca33ba7bf85cb11a2
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Oct 24 11:53:07 2018 +0000

    Bug 21581: Unit tests and updated data
    
    To test:
    1 - Apply this patch only
    2 - prove -v t/db_dependent/Search.t
    3 - It fails
    4 - Apply second patch
    5 - prove -v t/db_dependent/Search.t
    6 - It passes!
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit da2a8c7b18811e67d78a5e6e81fd93039ae3af5e)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit abf7e24cf89d1245205d9ad7aa5b5c823427b87e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 5d8ac2448d9060f62767df6716ee8df1e4c0f689
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Oct 28 05:43:30 2018 +0000

    Bug 20720: (QA follow-up) Some minor corrections
    
    Made some corrections to countries, spelling and
    changed OPUS entry.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 3a150b5d7519c2969de6d966193af242e1e787e0)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 6c6f81e7cce0579b9e777139a2929f72beaa3914)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 98eaa32ee0569bbda00ba26ee8edbc65c5bbf784
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Sat Oct 20 13:49:51 2018 +0100

    Bug 20720: Found some more sponsors to add to 'about'
    
    git log|grep -i "sponsored-by"|sort -n | uniq
    git log|grep -i "sponsored by"|sort -n | uniq
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 5367bfcabd395c926be1c8e215d0e8c2eb76898f)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit bb1d2d9ee0644692f010b29a886a46c785aa9159)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 88d0f27b491b44321fc5c538fac20607e326c5a4
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Oct 19 17:17:41 2018 +0100

    Bug 20720: Using git Sponsored-by lines to update 'about'
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit cde4bb0d2337add26de87dcb68ca5da371283099)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 72195aa04df8581005869c7d5f3d17afa7735a32)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit c8369eb113bd3631683e958fa4bfc2289f4f81e2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 23 10:15:11 2018 -0300

    Bug 21634: Keep "circulation" module selected when viewing patron's logs
    
    To recreate:
    - View a patron detail page
    - Click "Modification log"
    - Notice that the url has "modules=MEMBERS&modules=circulation", but
    the "Circulation" option is not selected in the "Modules" dropdown list.
    This is because of uppercase vs lowercase.
    
    The bug:
    - Right after you click "Modification log" you will see all the
    "members" and "circulation" logs
    - Submit the form without changing any input/select from the form
    => Now you only see the "members" logs.
    
    Test plan:
    - Apply the patch
    - Click "Modification log"
    - Notice that the url now contains "modules=MEMBERS&modules=CIRCULATION"
    - Submit the form without changing any input/select from the form
    => Now you have the "members" and "circulation" modules selected.
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ad56b39888f1422606b16375b903fffa19bc59ba)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit b638541d91584a7fd0260069330934084e1139f2)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |    4 +-
 .../intranet-tmpl/prog/en/includes/circ-menu.inc   |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |   60 ++++++++++++++++++++
 t/db_dependent/Search.t                            |    9 ++-
 .../marc21/zebraexport/authority/exported_records  |    2 +-
 5 files changed, 72 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list