[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-77-g82d988c

Git repo owner gitmaster at git.koha-community.org
Sun Aug 18 06:16:26 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.8.x has been updated
       via  82d988cbd926fae9d49b54b18cd193b8a5ccf624 (commit)
       via  d4f7db74cd6edb344b0c50e77bdbaab50eacb8c3 (commit)
      from  869de3235805965d0bca2d68590c376445034c79 (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 82d988cbd926fae9d49b54b18cd193b8a5ccf624
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 17 09:33:55 2013 -0400

    Bug 9533: batch item modification form now shows default field values only by request
    
    This patch makes the pre-population of the fields for the batch
    item editor with the default values from the default framework
    optional and off by default.
    
    Test Plan:
    1) Apply patch
    2) Add default values for cost and replacement cost to the
       default framework.
    3) Browse to Tools / Batch item modification
    4) Choose a file, or entire some barcodes in the text area
    5) Ensure that the 'Populate fields with default values from default
       framework' is *not* checked
    6) Click 'Continue'
    7) Observe that the fields for cost and replacement cost are blank
    8) Click the 'back' button on your browser
    9) Check the checkbox to enable the default value
    10) Click 'Continue'
    11) Observe that the fields for cost and replacement cost now contain
        the default values you assigned them in the default MARC framework
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Switch works correctly, all tests and QA script pass.
    
    Note: there is a bug with default values for all non text input
    fields. Default values won't be applied for those fields as the
    pull downs are not preselected correctly with the default values
    defined in the framework.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 2d32ab38148f7d75412a36e928dea799717bc5fb)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 3865b14a57c4e0d4547980acf67060eac181161f)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 3865b14a57c4e0d4547980acf67060eac181161f)
    
    Conflicts:
    	tools/batchMod.pl
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 2db1c2b208c53a59bd896af426455122b7b738e5)

commit d4f7db74cd6edb344b0c50e77bdbaab50eacb8c3
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Jun 26 17:52:40 2013 +0200

    Bug 9113: fix handling of certain characters by item batch modification tool
    
    If you're using the batch modification tool and entering a call number
    like "E+ 123 ABC", the tool removes the + and puts a space in its place,
    e.g., "E  123 ABC"
    
    This is because the form is posted via Ajax by background-job-progressbar.js.
    Values are URI-encoded using escape(), but this method does not escape some
    characters: * @ - _ + . /
    
    Also, "+" is considered as a space in a URI.
    
    This patch replaces escape() by encodeURIComponent() which encodes every character.
    
    Test plan :
    Perform an items batch modification by setting '* @ - _ + . /' in a field
    (notes for example) and see that all characters are saved correctly.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 0397e7ea64c208c140d7178ed34c3bd4b266fcfb)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit dbd52acf2958bca6b126a35a47d03b6d4d4d541d)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit dbd52acf2958bca6b126a35a47d03b6d4d4d541d)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 70cc750a5f96ca72c07f359006730ff92f9ff5b5)

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

Summary of changes:
 .../prog/en/js/background-job-progressbar.js       |    4 ++--
 .../prog/en/modules/tools/batchMod.tt              |   14 ++++++++++++++
 tools/batchMod.pl                                  |    8 ++++----
 3 files changed, 20 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list