[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-15-g30bbf8b

Git repo owner gitmaster at git.koha-community.org
Tue Dec 23 08:22:54 CET 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, 3.18.x has been updated
       via  30bbf8b888fe912444f1d97b87dac57b34dacccd (commit)
       via  cb4933ce1c7ff92016648b04245111f4cb6257dd (commit)
       via  fd8d46c58226c61cfc964ea1b4373d506b208a9c (commit)
       via  2dfed6f9a90d29712dc36e368a66e3c431a3757e (commit)
       via  2c779161f709c7b09aa7765d3371f0d4edad634b (commit)
       via  3e3a2f6b1df6e51ef14ce10b7dcf57a4b583dd22 (commit)
       via  528fe8fe1207fef241457f0fe90fe472d3f864ee (commit)
       via  5433d607f43d25129bb1af0a18d14462595a865e (commit)
      from  36662044754b297356fada6d47453769d4dbeaaf (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 30bbf8b888fe912444f1d97b87dac57b34dacccd
Author: Marc Véron <veron at veron.ch>
Date:   Tue Dec 9 06:35:07 2014 +0100

    Bug 13422 - SCO: "Would you like to print a receipt" not translatable
    
    To test:
    
    Set syspref SelfCheckReceiptPrompt to "Show"
    Select non English language
    Go to Self Checkout and check out an item
    Hit "Finish"
    Make sure that confirm dialog "Would you like to print a receipt" still
    appears
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit dd6fbe04d12a50523c8d950422ef8182cdd1ba82)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit cb4933ce1c7ff92016648b04245111f4cb6257dd
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Dec 9 14:50:44 2014 +0100

    Bug 13416: Typo in marc21_leader.pl position 5 (record status)
    
    Instead of a space in the leader on this position, it should be an a.
    
    Test plan:
    1) Log in to staff client
    2) Find a record in the catalog
    3) Edit the record
    4) Click the on builder popup icon.
    5) View the page source
       -- the option is " " for the 'a- Increase in encoding level'
          entry. It really should be 'a'.
    6) Apply patch.
    7) Repeat steps 1-5
       -- the option should be 'a' this time.
    8) Run koha qa test tools.
       -- Discovered it failed. Provided a patch to fix this.
          It does, however, solve the major problem of ' ' vs. 'a'.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 7ef33d19a157c1535327feb6b6c6e3ea17e27764)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit fd8d46c58226c61cfc964ea1b4373d506b208a9c
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Dec 17 21:10:32 2014 -0300

    Bug 13218: (RM followup) only scroll on actually variable stuff
    
    Most of the page contents have fixed size. The only exception is the
    targets list. If the target list grows, then the whole page needs to be scrolled
    in order to reach the buttons.
    
    We should make the z3950 targets area scrollable, and remove scrolbars from all
    over the place.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit c63003dd5a73f1276d7e1191bef30822326f2994)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 2dfed6f9a90d29712dc36e368a66e3c431a3757e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 10 09:54:06 2014 +0100

    Bug 13218: (qa-follow-up) replace tab with spaces
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit c102f6bd7f6f4d0073a0da8c5ea84e8ad4c39da1)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 2c779161f709c7b09aa7765d3371f0d4edad634b
Author: Liz <wizzyrea at gmail.com>
Date:   Thu Nov 20 07:02:29 2014 +0000

    Bug 13218: fixing acquisitions z39.50 interface to be consistent with the others.
    
    Changes:
    * Two columns of search fields into one
    * moves targets from below search fields to the right of them
    
    To test:
    * Create a basket in acquisitions
    * attempt to add a record to the order from an external source
    * note the changes to the layout
    * complete a couple of additions to the basket - functionality should be unchanged.
    
    If you like the changes, sign off :)
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Ok. Consistency welcomed!
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit ef05a256ab9333a42e9add98ea9c502c3459de9a)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 3e3a2f6b1df6e51ef14ce10b7dcf57a4b583dd22
Author: Liz <wizzyrea at gmail.com>
Date:   Thu Nov 6 08:29:02 2014 +0000

    Bug 13218: usability enhancements for z39.50 searches
    
    This patch rearranges the layout of the z39.50 search pages in cataloguing and
    authorities.  There should be no functional change to z-target searching, all
    functions should remain the same.
    
    Changes:
    * 2 columns of search fields condensed into one
    * zTargets moved from below the search fields to beside them
    * rearranged search fields into perceived frequency of usage, from most used to
      least
    * changed label of Raw (any) to Keyword (any)
    
    To test:
    * click cataloguing -> new from z39.50/SRU
    * observe how the layout has changed
    * import a record or two using the search - there has been no change to the
      function, it should all be working.
    
    * Click Authorities -> new from z39.50
    * observe how the layout has changed
    * import an authority or two using the search - there has been no change to the
      function, it should all be working.
    
    * sign off if you think these changes are nice. Comments and suggestions are
      also welcome regarding this change.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Nice evolution of the z3950 search/result pages.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit edfc80268c3936fe68f31bf0fff0760ea6cb62e0)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 528fe8fe1207fef241457f0fe90fe472d3f864ee
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 12 07:59:50 2014 -0500

    Bug 13400 [QA Followup] - Fix tabs and quotes
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 5d6d9de5e7a9c682c835c2522e21d9878786fd51)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 5433d607f43d25129bb1af0a18d14462595a865e
Author: Marc Véron <veron at veron.ch>
Date:   Mon Dec 8 03:55:15 2014 +0100

    Bug 13400: Untranslatable "Are you sure you want to delete this authority?"
    
    This patch makes the string "Are you sure you want to delete this
    authority?" translatable using the function _(...)
    
    To test, apply patch and check that deleting authorities still works.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Tested successfully with the following procedure:
    
    1. Applied the patch.
    2. Ran perl translate update de-DE
    3. Edited de-DE-i-staff-t-prog-v-3006000.po to add a "translation"
    4. Removed "#, fuzzy" marker from po entry.
    5. perl translate -v install de-DE
    6. Testing deleting an authority from the authority search results page
       and from the detail page. My translated string appeared correctly.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 8523f208f30b204a2a6cffb8dd4088935bdd2343)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 .../intranet-tmpl/prog/en/css/staff-global.css     |   19 +++++-
 .../prog/en/includes/authorities-toolbar.inc       |    2 +-
 .../prog/en/modules/acqui/z3950_search.tt          |   66 +++++++++-----------
 .../prog/en/modules/authorities/detail.tt          |    8 +--
 .../en/modules/authorities/searchresultlist.tt     |    3 +-
 .../prog/en/modules/cataloguing/addbooks.tt        |    2 +-
 .../cataloguing/value_builder/marc21_leader.tt     |    4 +-
 .../en/modules/cataloguing/z3950_auth_search.tt    |   35 +++++------
 .../prog/en/modules/cataloguing/z3950_search.tt    |   35 +++++------
 .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt |    2 +-
 10 files changed, 87 insertions(+), 89 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list