[koha-commits] main Koha release repository branch master updated. v3.22.00-beta-71-g3793298

Git repo owner gitmaster at git.koha-community.org
Fri Nov 20 00:22:54 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  379329861d19b178f14d360d9fee2518a462d8a7 (commit)
       via  fea7b9b4d444a6bdf3f1326c54eddd68670be7f7 (commit)
       via  0a391237710aec779b000c3dff219e54b22fb76a (commit)
       via  bcec2166a4777aa9f3c406da9a2d133814fd7c58 (commit)
       via  80a1bf1eea909bb5641ec6d61410f4a36c24427d (commit)
       via  3ff0e13a7fde43438bb4e1d4e1ea19b8c3b7265f (commit)
       via  eea1d4043c9b8e2c6de774460bead0ac4d3d2f91 (commit)
       via  feafa273e443e56021959153e91bd999a68daf29 (commit)
       via  181d3aa56de8377c67247db26932c4e5a7cb83d9 (commit)
      from  c035519b0df8759d996b0fbcd063d97975e4aa93 (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 379329861d19b178f14d360d9fee2518a462d8a7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 22 12:11:34 2015 +0100

    Bug 4502: Changing wording again...
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Just a string patch, others are signed.
    No errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit fea7b9b4d444a6bdf3f1326c54eddd68670be7f7
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Apr 6 19:50:30 2015 -0400

    Bug 4502: An attempt to make things more sensible.
    
    The reason the budget_period_id was not defined was because in
    two cases it was not passed! This patch adds those missing
    parameters. And as a result, cuts out the attempt to default the
    authcat to '' unless the budget_period_id is defined.
    
    Additionally, the start and end months don't seem to be passed,
    so rather than have it blow up, checking them forces the else
    case logic.
    
    budget_period_id is the budget id. If you have two budgets,
    you can craft a URL to work with budget_period_id matching
    those two ids. Anything else should trigger the new error which
    was modified to reflect more of what the problem is.
    
    Follow the test plan in comment #6. Feel free to also to attempt
    crafting URLs and triggering errors.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Well, works and does not explode any more
    No errors
    
    To trigger the new message simply put /cgi-bin/koha/admin/aqplan.pl
    on your staff page, an intriguing 'Planning for by Asort1' appears :)
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 0a391237710aec779b000c3dff219e54b22fb76a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Mar 24 15:54:37 2015 +0100

    Bug 4502: Catch software error if no active budget defined
    
    TEST PLAN
    ---------
    0) Back up your database.
    1) In mysql client:
       > DROP DATABASE {your koha database name};
       > CREATE DATABASE {your koha database name};
       > QUIT;
    2) Go to the staff client, and install all the default
       and optional things -- except patrons. :)
    3) Log into staff client.
    4) Create a patron -> New Patron -> Staff
    5) Enter data and Save
    6) More -> Set Permissions
    7) Make superlibrarian
    8) Log out
    9) Log in as new superlibrarian
    10) Acquisitions -> Budgets -> New Budget
    11) Enter a non-active budget with some funds.
        -- Once saved, it should list in the inactive budgets.
    12) Click on the name.
    13) Click on one of the Planning submenu options.
    14) Click the 'Submit' button in the Filter area.
        -- This should trigger the blow up.
    15) Apply the patch
    16) Repeat steps 12-15
        -- The kaboom is avoided and a nice message given.
    
    NOTE: This does not solve all the problems in this ugly, ugly
          module area. It does solve the one thing it is meant to:
          that nasty kaboom.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit bcec2166a4777aa9f3c406da9a2d133814fd7c58
Author: Winona Salesky <wsalesky at gmail.com>
Date:   Thu Oct 22 09:22:47 2015 -0400

    Bug 15047: 655 URL not clickable in opac-detail.
    
    Test Plan:
    
    1) Apply this patch
    2) Ensure you are using the default XSLT setting for the staff and opac  record details
    3) Find or create a record with MARC tags 655
    4) Perform an opac search and select records with 655 field, select record and review details page.
    5) Check that 655 field is clickable.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised. 655 field clickable
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 80a1bf1eea909bb5641ec6d61410f4a36c24427d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Nov 5 12:10:19 2015 +0000

    Bug 15091: DEBT is IMPOSSIBLE, not NEEDSCONFIRMATION
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 3ff0e13a7fde43438bb4e1d4e1ea19b8c3b7265f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Nov 5 09:58:34 2015 +0000

    Bug 15091: Do not allow to use batch checkout if checkout is not allowed
    
    If the noissue param is passed to the template, the batch checkout
    should not be allowed.
    
    This patch globally fixes the problem raised by bug 15091.
    A generic message "cannot check out" is displayed and some more specific
    ones could be added later.
    For now it only trigger the "fine balance is over the limit" message.
    
    Test plan:
    Confirm there is no regression on the original behavior and that the
    issue raised on bug 15091 is fixed.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit eea1d4043c9b8e2c6de774460bead0ac4d3d2f91
Author: Marc Véron <veron at veron.ch>
Date:   Tue Nov 3 20:06:25 2015 +0100

    Bug 15091: Batch Checkout: Set titles above result tables
    
    This patch is to clarify the results that are displayed while performing
    a batch checkout.
    
    It is not the full solution for what is described in the video in
    comment #2, but it tells the user what the information in the table
    is about.
    
    A second patch is planned to address the case where the issues are confirmed
    but not can be fulfilled because the user's fines reach the threshold while
    checking out the items.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit feafa273e443e56021959153e91bd999a68daf29
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 2 06:06:58 2015 -0800

    Bug 13411: (QA followup) Add logging
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 181d3aa56de8377c67247db26932c4e5a7cb83d9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Aug 27 10:56:22 2015 -0400

    Bug 13411: Koha's SIP server returns not ok for checking in items that are not checked out
    
    If an item is not checked out when a checkin via SIP2 is attempted,
    Koha's SIP server sends back an "ok" of 0, and the AF message "Item
    not checked out". I am not entirely sure this is good and correct
    behavior by the SIP2 protocol.
    
    In particular, this will cause SIP2 book sorting devices to fail on
    all items that are not checked out, causing them all to be put into
    the "special handling" been that should be reserved for things like
    items checked in at the wrong library and items on hold.
    
    Test Plan:
    1) Apply the patch for bug 13159 so you can use the new enhanced
       SIP2 command line emulator
    2) Use a command similar to the following to check in an item:
       sip_cli_emulator.pl -a localhost -su <sip user> -sp <sip password> -l <instituation id> --item <barcode> -m checkin
    3) Note the 3rd character is 0, and there is an AF field saying the item is not checked out
    4) Apply this patch
    5) Restart the SIP server
    6) Repeat steps 2-3, note that nothing has changed
    7) In the SIP config file, Add the parameter checked_in_ok="1" to the SIP account you are using.
    8) Restart the SIP server
    9) Repeat steps 2-3, note that this time the 3rd character is 1, and you do not recieve the item not checked out message.
    
    Signed-off-by: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/SIP/ILS.pm                                      |   45 +++++++++++---------
 C4/SIP/Sip/MsgType.pm                              |    2 +-
 admin/aqplan.pl                                    |    2 +-
 etc/SIPconfig.xml                                  |    2 +-
 .../intranet-tmpl/prog/en/modules/admin/aqplan.tt  |    4 ++
 .../en/modules/circ/circulation_batch_checkouts.tt |   16 +++++--
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |    4 +-
 7 files changed, 48 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list