[koha-commits] main Koha release repository branch master updated. v3.16.00-547-gabdf719

Git repo owner gitmaster at git.koha-community.org
Fri Sep 5 17:28:38 CEST 2014


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  abdf7194e2a9bc5e2c497e3d4d241c2e8de40ffc (commit)
       via  a8458630a7aa5209701f224f0d159b604af350f7 (commit)
       via  36d1b3e29d89c2af04c50d4f9ae91cb18c391f97 (commit)
       via  f5320c4bf873c8fe328d0fdc819fa11f05f346ef (commit)
       via  33db04fab8ca46168f541bc0d80eb6beced5ef82 (commit)
       via  77b0dd40988ca2f19ec73eaf821472fe9adf8268 (commit)
       via  38316529df82ae38dbc59344abb67f817986312c (commit)
       via  e0e66612cc5555ce73d71f486e3f40e0e3414d29 (commit)
       via  3c1f7dae0aaefdb0041a1b3e030cbb47132f6672 (commit)
       via  3b092a899fda345c95f875012ba7338f2efc6398 (commit)
      from  e69d6dabc475dfa747d15576f6396e77a7d71c42 (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 abdf7194e2a9bc5e2c497e3d4d241c2e8de40ffc
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Sep 5 12:18:34 2014 -0300

    Bug 12582: DBRev 3.17.00.021
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a8458630a7aa5209701f224f0d159b604af350f7
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jul 16 07:44:12 2014 -0400

    Bug 12582 - Control of branch displayed in search results linked to HomeOrHoldingBranch
    
    Some libraries would like the ability choose to display the home branch
    on search results while having circulation rules based on the holding
    branch. This is currently impossible because both the display of the
    branch in search results, and the selection of the home or holding
    branch for circulation rules are controlled by the same system
    preference: HomeOrHoldingBranch. This preference is described as being
    used only for circulation rules, and makes no mention of its use for
    display control. The display control should be split off into a separate
    preference.
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase.pl
    3) Note the value of the new system preference StaffSearchResultsDisplayBranch
       matches the current value of HomeOrHoldingBranch
    4) Set the preference to home branch
    5) Perform a staff catalog search with results having items with differing home and
       holding branches.
    6) Note the home branch displays
    7) Set the preference to holding branch
    8) Repeat step 5
    9) Note the holding branch displays
    
    Signed-off-by: Jason Robb <jrobb at sekls.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, logic is now tied to a new system preference.
    Passes tests and QA script.

commit 36d1b3e29d89c2af04c50d4f9ae91cb18c391f97
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Jul 9 15:56:54 2014 +0200

    Bug 12330: [QA Follow-up] Consistency between opac-search and staff client
    
    In opac-search two regexes are added for the results of splitting the
    pref AdvancedSearchTypes, allowing spaces before and after the names.
    The same regexes should be added to catalogue/search.pl to have the
    same behavior there.
    
    Test plan:
    Set AdvancedSearchTypes to "itemtypes  |  ccode |  loc " (no quotes).
    Check OPAC and staff with and without this patch.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f5320c4bf873c8fe328d0fdc819fa11f05f346ef
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu May 29 18:31:03 2014 -0400

    Bug 12330: OpacHiddenItems not affecting Advanced Search
    
    This patch affects only the area displayed on Advanced Search
    by setting the AdvancedSearchTypes OPAC system preference
    accordingly. Prior to this patch, no filtering based on
    OpacHiddenItems was done. This patch determines if itemtypes,
    collections, or shelving locations are hidden and prevents
    them from being shown.
    
    TEST PLAN
    ---------
     1) Back up your DB (always handy)
     2) Set the Searching system preference AdvancedSearchTypes to:
        'itemtypes|ccode|loc' (without the single quotes).
     3) Set the OPAC system preference OpacHiddenItems to include the
        lines:
         itype: [{list of itemtype codes separated by commas}]
         location: [{list of comma delimited shelving location codes}]
         ccode: [{list of comma delimited collection codes}]
        Make sure to exclude one value for each, so there will be at
        least one known thing on each tab.
     4) Open the OPAC.
     5) Click on 'Advanced Search'
        -- three tabs appear: Itemtypes, Collection, Shelving location
        -- Everything is visible
     6) Set the Searching system preference AdvancedSearchTypes to:
        'itemtypes | ccode |     loc' (without the single quotes).
     7) Refresh the OPAC.
        -- There will be three tabs, but ugliness ensues.
     8) Apply the patch
     9) Refresh the OPAC.
        -- You will see: Itemtypes, Collection, Shelving location
        -- Only excluded values from OpacHiddenItems will be seen.
    10) Run koha qa test tools
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    All tests pass
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Small rewording in comment only.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 33db04fab8ca46168f541bc0d80eb6beced5ef82
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Sep 3 13:43:50 2014 +0200

    Bug 12864: Add LOC SRU server to sample z3950servers.sql
    
    Add LOC SRU server to sample servers installed.
    This patch modifies four language files: de, en, es and nb.
    For the other languages this may not be useful.
    
    Test plan:
    You could test this by using the webinstaller.
    But you could also (backup) and delete your records in z3950servers, and
    run the sample_z3950_servers.sql file from the command line.
    Check if you see the new SRU server.
    
    Tested using mysql. I truncated the table (to reset the IDs as well) and then ran the file. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 77b0dd40988ca2f19ec73eaf821472fe9adf8268
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Sep 5 11:51:53 2014 -0300

    Bug 8735: DBRev 3.17.00.020
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 38316529df82ae38dbc59344abb67f817986312c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 4 14:22:23 2014 -0400

    Bug 8735 [QA Followup 2] - Remove extra period, add bug number to db update
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e0e66612cc5555ce73d71f486e3f40e0e3414d29
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Apr 17 14:33:16 2014 -0400

    Bug 8735 [QA Followup] - Add Unit Tests
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3c1f7dae0aaefdb0041a1b3e030cbb47132f6672
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Apr 23 12:32:03 2013 -0400

    Bug 8735 - Expire holds waiting only on days the library is open - Followup - Switch from C4::Calendar to Koha::Calendar
    
    Test Plan:
     1) Set ExpireReservesMaxPickUpDelay
     2) Set ReservesMaxPickUpDelay to 1
     3) Place a hold, set it to waiting
     4) Using the MySQL console, modify the waiting date and set it to the
        day before yesterday.
     5) Set today as a holiday for the pickup branch in question.
     6) Run misc/cronjobs/holds/cancel_expired_holds.pl
     7) The hold should remain unchanged
     8) Remove today as a holiday
     9) Run misc/cronjobs/holds/cancel_expired_holds.pl again
    10) The hold should now be canceled
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3b092a899fda345c95f875012ba7338f2efc6398
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Sep 6 11:15:21 2012 -0400

    Bug 8735 - Expire holds waiting only on days the library is open
    
    Signed-off-by: Leila <koha.aixmarseille at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Reserves.pm                                     |   24 ++++++++++--
 C4/Search.pm                                       |    4 +-
 catalogue/search.pl                                |    2 +
 .../mysql/de-DE/optional/sample_z3950_servers.sql  |    6 +++
 .../mysql/en/optional/sample_z3950_servers.sql     |    6 +++
 .../mysql/es-ES/optional/sample_z3950_servers.sql  |    6 +++
 .../data/mysql/nb-NO/2-Valgfritt/z3950servers.sql  |    6 +++
 installer/data/mysql/sysprefs.sql                  |    2 +
 installer/data/mysql/updatedatabase.pl             |   16 ++++++++
 .../en/modules/admin/preferences/circulation.pref  |   13 +++++++
 kohaversion.pl                                     |    2 +-
 opac/opac-search.pl                                |   20 ++++++++++
 t/db_dependent/Holds.t                             |   39 +++++++++++++++++++-
 13 files changed, 138 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list