[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-13-gdf428a4

Git repo owner gitmaster at git.koha-community.org
Tue Sep 10 21:11:35 CEST 2013


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.12.x has been updated
       via  df428a49e5c8b9106771d308bd1c1dea62d64429 (commit)
       via  2f4839c3ff22edab560b15e6bafa1a308a32c6a6 (commit)
       via  d9e157347a076ef693ecf4f70df8167a77700098 (commit)
      from  a400e3c37e4b84da52fc5bc8371a0048f99cfa17 (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 df428a49e5c8b9106771d308bd1c1dea62d64429
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Mon Jun 17 17:01:33 2013 +0200

    Bug 10483: fix item uniqueness check on order form
    
    When syspref "UniqueItemFields" is defined, the item uniqueness is
    tested in acquisition by an AJAX call to check_uniqueness.pl.  This
    patch fixes an issue where check_uniqueness.pl wasn't looking
    at the correct CGI parameters.
    
    Test plan :
    - Select an existing item with barcode
    - Add "barcode" to "UniqueItemFields" syspref (use space as separator
      for multiple values)
    - Set "AcqCreateItem" syspref to "Create an item when placing an order"
    - Go to an acquisition basket
    - Create a new order from empty
    - Enter existing barcode in item form and save
    => You get an alert that barcode already exists and order is not saved
    - Enter a non-existing barcode in item form and save
    => Order and item are created
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 1c9135262b9233f59fd05e34c90980e7dc8be338)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2f4839c3ff22edab560b15e6bafa1a308a32c6a6
Author: Janusz Kaczmarek <januszop at gmail.com>
Date:   Mon Apr 22 20:28:08 2013 +0300

    Bug 5262: make authority plugin copy indicators to bib record
    
    With this patch Koha should correctly copy indicators
    (and create $2 subfield in MARC 21 if need) from the chosen authority
    record to the edited bibliographic record (according to discussion in
    bugzilla). UNIMARC and MARC 21 flavors are covered.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: work as described, testing in comments 9 and 12.
    No errors.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes QA script and tests. Tested functionality repeating
    some of the tests noted by Bernardo - checking mostly 1xx, 490,
    and 7xx.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 129c974fdde0dc62e568f7aa01c4a0796ae150ae)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d9e157347a076ef693ecf4f70df8167a77700098
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Aug 12 08:36:09 2013 -0400

    Bug 10614 - have add order form at top and bottom
    
    If a basket has a lot of items it may be inconvenient to scroll to the
    bottom of the patch to reach the "add to basket" form. This patch adds
    as "Add to basket" button to the toolbar which uses JavaScript to copy
    the form into a modal dialog for quick access.
    
    To test, apply the patch and view an open basket. You should be able to
    click the "Add to basket" button to trigger a modal dialog with the full
    "Add to basket" list of options. All options in the list should function
    normally.
    
    If you view a closed basket the new button should not appear.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    All tests pass and I love it :)
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit fe193210815b33efbefbf518ccc13329f20eeefc)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 acqui/check_uniqueness.pl                          |    4 +-
 authorities/blinddetail-biblio-search.pl           |   43 ++++++++++++++++++++
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |   15 +++++++
 .../authorities/blinddetail-biblio-search.tt       |    3 +
 4 files changed, 63 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list