[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.10-2-gc6fcac6

Git repo owner gitmaster at git.koha-community.org
Tue Feb 26 09:14:36 CET 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.8.x has been updated
       via  c6fcac6e994a574b18b62933b6eafe9bb5aefefa (commit)
       via  fa31fe3c0aa520d2fb8d0264eaa23c13b3c385ab (commit)
      from  d8a02bac94e2bf2dca3ce81a3cfd8ff0a24ff4dc (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 c6fcac6e994a574b18b62933b6eafe9bb5aefefa
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Fri Jan 11 12:16:29 2013 +0100

    Bug 7253: followup : manage toolbar for fastcataloging
    
    During fast cataloging, hide some toolbar menus of biblio edition page :
    - Save and view record
    - Z3950 Search
    - Framework change
    Also display "(fast cataloging)" in biblio and item editon.
    
    Signed-off-by: koha.aixmarseille <koha.aixmarseille at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    
    Tested:
    - adding a fast add with duplicate and without
    - adding a new record, checked toolbar showed up correctly
    - editing existing record, checked toolbar showed up correctly
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit fa31fe3c0aa520d2fb8d0264eaa23c13b3c385ab
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Mon Jan 7 15:46:26 2013 +0100

    Bug 7253: fast cataloging not always checking out
    
    When using fast cataloguing to create a biblio and item on the fly, workflow looses datas when a duplicate is detected.
    This comes from the use of a mix of circborrowernumber and borrowernumber in forms.
    
    This patch corrects by using always circborrowernumber in fast cataloguing workflow.
    Also adds html and uri escape for barecode where necessery.
    
    Test plan :
    With duplicate :
    - Go to a borrower circulation page
    - Enter a non existing barcode
    - Enter a due date
    - Click on "Check Out"
    => a message says the barcode was not found
    - Click on "Fast cataloguing"
    => The biblio edition page appears with fast cataloguing framework
    - Fill mandatory fields by using an existing ISBN
    - Click on "Save"
    => a yes/no message says "Duplicate record suspected"
    (Choosing yes will brake fast caloguing workflow, in this case librarian should create an item and checkout again)
    - Click on "No"
    => The item edition page appears with barcode already filled
    - Fill mandatory datas
    - Click on "Add item"
    => Borrower circulation page appears again, check that item has been checked out with the specified due date
    
    You may test without duplicate
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Tested following the plan and by fast cataloging a non-duplicate.
    All works as expected.
    
    Signed-off-by: koha.aixmarseille <koha.aixmarseille at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Conflicts:
    	koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 cataloguing/addbiblio.pl                           |   34 ++++++++++++------
 cataloguing/additem.pl                             |   36 +++++++++++++------
 .../prog/en/modules/cataloguing/addbiblio.tt       |   36 +++++++++++++++----
 .../prog/en/modules/cataloguing/additem.tt         |    6 ++-
 .../prog/en/modules/circ/circulation.tt            |    6 ++--
 5 files changed, 81 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list