[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-40-g75334ca

Git repo owner gitmaster at git.koha-community.org
Sat Apr 27 08:00:34 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.10.x has been updated
       via  75334ca55de4f15484cc524ad827d5862aa99ccd (commit)
       via  4a83dde8bf4b1f5110671c978b6cb4da38104cce (commit)
       via  49e363a4c571a22eb487082f5f1dbda01321525f (commit)
       via  74b4355cfda5008578e9b787e8f37171c4b28526 (commit)
       via  6da83232d242da58a3cee9ce50f11a50611e1f9b (commit)
       via  aee438607062ea89e708644433990094954b0f06 (commit)
       via  c7a722ea068c993c7cb351d77d0f8d0103030062 (commit)
      from  7afc07bfaae3b508a043ec426f161bbe0cd87f8d (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 75334ca55de4f15484cc524ad827d5862aa99ccd
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Mar 27 13:57:01 2013 -0400

    Bug 9839 - when importing MARC records, item record not created even when set to "always add"
    
    Test Plan:
    1) Catalog a new record with an ISBN
    2) Add some items to the record
    3) Download the record as MARCXML
    4) Delete the itemnumbers from the 952 fields in the record,
       Change the barcode fields to unused barcodes
    5) Use xml2marc to save as a standard MARC file
    6) Import the record using the 'Stage MARC for import' tool
       Use the settings:
           Record matching rule: ISBN
           Action if matching record found: ignore
           Action if no match found: ignore
           Item processing: always_add
           Check for embedded item record data?: Yes
           How to process items: Always add items
    7) Import, note the bib is ignored, and the items are not processed
    8) Undo import into catalog
    8) Apply this patch
    9) Import this batch into the catalog
    10) Note the items were processed and are now added to the matching
    record
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Tested with UNIMARC record. I followed the test plan, just changing 952 by 995
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 4a83dde8bf4b1f5110671c978b6cb4da38104cce
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Feb 14 14:23:30 2013 +0100

    Bug 9613: items namespace missing in XSLT
    
    In some XSLT, "items" namespace is used in exclude-result-prefixes but is not defined.
    
    This patch add this namespace where missing.
    Also corrects a koha.org, instead of koha-community.org, in one namespace URL.
    
    Test plan :
    - Enable XSLT on search results
    - Perform a search
    => Look at error logs to check that there is no xsl error like :
    [Fri Feb 08 15:35:06 2013] [error] [client 127.0.0.1] [Fri Feb  8 15:35:06 2013] opac-search.pl: compilation error: file koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl line 8 element stylesheet, referer: http://opac.master.community.localhost/cgi-bin/koha/opac-detail.pl?biblionumber=299
    [Fri Feb 08 15:35:06 2013] [error] [client 127.0.0.1] [Fri Feb  8 15:35:06 2013] opac-search.pl: xsl:exclude-result-prefixes : undefined namespace items, referer: http://opac.master.community.localhost/cgi-bin/koha/opac-detail.pl?biblionumber=299
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    With comment on Bugzilla.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 49e363a4c571a22eb487082f5f1dbda01321525f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Apr 8 10:13:11 2013 -0400

    Bug 9860 [Alternate] Incorrect box heading 'Cannot check in' when a late document is returned
    
    The fix for Bug 9397 moved the "cannot check in" heading from within the
    one conditional where it should have been displayed to the top of all
    check-in errors/messages. "Cannot check in" is still only valid if the
    item is withdrawn and BlockReturnOfWithdrawnItems is ON.
    
    In order to accomplish the goal of Bug 9397 while fixing Bug 9860 this
    patch puts "cannot check in" back into the correct conditional and adds
    a generic heading to check in messages for accessibility purposes.
    
    To test, check in items which will trigger a variety of errors
    including:
    
    - item must be returned to home library
    - item is lost
    - item is withdrawn (wtih BlockReturnOfWithdrawnItems on and off)
    - item is overdue
    
    ...as well as items which should check in normally. Messages should
    display correctly.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 74b4355cfda5008578e9b787e8f37171c4b28526
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 17 14:07:55 2013 -0400

    Bug 10072 - "my suggestions" always says "There are no pending purchase suggestions."
    
    Test Plan:
    1) Switch off the IndependantBranches syspref
    2) Log into the OPAC
    3) Place a suggestions
    4) Instead of seeing your suggestion, you will see "There are no pending
       purchase suggestions."
    5) Apply this patch
    6) Reload the page
    7) You should now see your suggestions
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 6da83232d242da58a3cee9ce50f11a50611e1f9b
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Mon Apr 15 21:56:53 2013 +0200

    Bug 10058 - Fix unapi for NORMARC
    
    This patch uses a lot of MARC21 XSLT to transform NORMARC records
    to desired formats. Since NORMARC is mostly a subset of MARC21, I
    think this should give passable results. And better results than
    no unapi-support at all for NORMARC!
    
    To reproduce:
    - Make sure you have marcflavour = NORMARC
    - Visit /cgi-bin/koha/unapi in a browser
    - Observe the empty <formats></formats> element
    
    To test:
    - Apply the patch
    - Visit /cgi-bin/koha/unapi in a browser
    - Observe the the list of formats in the <formats></formats> element
    - Import the provided sample NORMARC record and make a note of its
      biblionumber
    - View the record at /cgi-bin/koha/unapi?id=koha:biblionumber:x&format=y
      where x = the biblionumber of the sample record and y = one of the
      formats marcxml, marcxml-full, mods, mods-full, mods3, mods3-full,
      oai_dc, rdfdc, rss2, rss2-full and srw_dc
    - Check that the transformed records make some kind of superficial
      sense
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit aee438607062ea89e708644433990094954b0f06
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 9 15:44:45 2013 -0400

    Bug 10002 - Don't include line breaks in strings that are translated
    
    Several JS alert messages contain "\n" which is problematic for
    translation. This patch removes those instances (a line break is not
    strictly necessary anyway). Also corrected: two instances of "holds(s)"
    
    To test, place a hold on a title with items. From the biblio detail page
    choose Edit -> Delete all items and Edit -> Delete record. In each case
    you should see error messages with no line breaks and no misspellings.
    
    Delete all items attached to the record with holds from the item edit
    page. Go back to the detail page and choose Edit -> Delete record. You
    should see an error message about existing hold(s) with no line breaks
    or misspellings.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Harmless change, fixes misspellings and makes translations easier
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit c7a722ea068c993c7cb351d77d0f8d0103030062
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Apr 8 10:26:06 2013 -0400

    Bug 10000 - Little typo in intranet-tmpl/prog/en/modules/help/tools/letter.tt: sliip
    
    This patch removes the extra i in "sliip."
    
    To test, go to Tools -> Notices & Slips and view the help file. The last
    bulleted item on the page should contain no typo.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Can't resist to sign Bug 10000!!
    Work as described. No errors.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Can't resist to QA - All tests and QA script pass.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/ImportBatch.pm                                  |    1 +
 C4/Suggestions.pm                                  |    4 ----
 .../intranet-tmpl/prog/en/includes/cat-toolbar.inc |    8 ++++----
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    3 ++-
 .../prog/en/modules/help/tools/letter.tt           |    4 ++--
 .../prog/en/xslt/UNIMARCslim2intranetResults.xsl   |    2 +-
 .../prog/en/xslt/UNIMARCslimUtils.xsl              |    1 +
 .../opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl    |    1 +
 opac/unapi                                         |   13 +++++++++++++
 9 files changed, 25 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list