[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-10-gc09df7a

Git repo owner gitmaster at git.koha-community.org
Thu Dec 18 02:12:07 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  c09df7ab9d6b0b75281af637b54ec9d3096334d5 (commit)
       via  75bb2aa63e5ad392e8846a281f695c50fb5464d2 (commit)
       via  20cf49b9ac2279ceccc8f59492759befd699813d (commit)
       via  2f7b637893dfba0cf64a9ebadb925ac4f6911ee6 (commit)
       via  98d7b1a8c222cee85eb0d770f46e91d78f124712 (commit)
      from  4de5a80e26baa90f09bed9c9fb7af1bfeffcf335 (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 c09df7ab9d6b0b75281af637b54ec9d3096334d5
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Nov 26 13:51:45 2014 +1300

    Bug 13331 Subfield does not show in cataloging editor - if subfield is disabled in OPAC/enabled in Staff, via frameworks
    
    to test...
    
    1/ attempt to add a new bib in the cataloguing editor, default framewok
      - observe 245b subfield is visible in the editor, for tab 2
    
    2/ uncheck the OPAC visibility for 245b, within the framework editor - then save
    
    3/ repeat step 1/
      - observe that the 245b subfield has disappeared from the cataloguing editor!
    
    4/ apply patch,
    
    5/ repeat step 1/
      - observe that the 245b subfield now displays correctly in the cataloguing editor
    
    note: this looks looks like a typo bug, that has been in koha for years
    
    Signed-off-by: wajasu <matted at 34813.mypacks.net>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit a42954627ec129e47ebc47d36cf87d33617bd808)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 75bb2aa63e5ad392e8846a281f695c50fb5464d2
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Nov 27 09:13:14 2014 -0300

    Bug 13355: System preferences tab value wrong in templates
    
    This patch fixes a bug on the system preferences tab templates.
    
    To test:
    To reproduce:
    (1)
    - Choose a tab on the sysprefs section (for example 'Enhanced Content')
    - Right click on 'Enhanced Content preferences' title, and choose to 'inspect' the code
    => FAIL: you will see below the form tag something like:
    <input type="hidden" name="op" value="save">
    <input type="hidden" name="tab" value="">
    
    (2)
    - Do a syspref search (for example 'facet').
    - Right click on one of the category titles (for example 'OPAC preferences')
    => FAIL: you will see below the form tag something like:
    <input type="hidden" name="op" value="save">
    <input type="hidden" name="tab" value="HASH(0x6e53050)">
    
    - Apply the patch
    - Repeat (1) and (2)
    => SUCCESS: you will see below the form tag something like:
    
    <input type="hidden" name="tab" value="enhanced_content">
    and
    <input type="hidden" name="tab" value="opac">
    
    respectively.
    - Sign off :-D
    
    Regards
    
    Signed-off-by: wajasu <matted at 34813.mypacks.net>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 84fbded3645a85c507afaab4dff42396a3974e47)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 20cf49b9ac2279ceccc8f59492759befd699813d
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Nov 29 11:41:50 2014 +0100

    Bug 10051: Separate first name and surname with comma in overdues report
    
    The name of the patron who has overdues is displayed as
    "surname first name" instead of "surname, first name".
    
    To test:
    - Go to circulation > overdues
    - Verify that first name and surname are not separated by comma
    - Apply patch
    - Verify the display is improved with a comma
    - Delete the first name from one of the patrons
    - Verify display is still ok
    
    Signed-off-by: David Roberts <david.roberts at ptfs-europe.com>
    Signed-off-by: Christopher Brannon <cbrannon at debian.localdomain>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit a88a3d04aba8baa58fbde846a57eb5baa0eb9d10)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 2f7b637893dfba0cf64a9ebadb925ac4f6911ee6
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Nov 30 08:10:48 2014 +0100

    Bug 11706: Typo fix for "efault" in old database update
    
    To test:
    - Verify the typo has been correct and no other changes
      have been made
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Typo fixed, no koha-qa errors.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 566b2689d0946c0583096661e34c983836218e31)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 98d7b1a8c222cee85eb0d770f46e91d78f124712
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Fri Nov 28 15:14:53 2014 -0300

    Bug 13362: translate script creates dirs on update
    
    A dir creation was uncommented (by me), the effect is
    create a lang dir on 'update', which is no needed.
    
    To test:
    1) Update translation files for a uninstalled language
    (cd misc/translator; ./translate update xx-YY)
    
    2) Check new dirs
    koha-tmpl/opac-tmpl/bootstrap/xx-YY/
    koha-tmpl/intranet-tmpl/prog/xx-YY/
    koha-tmpl/intranet-tmpl/prog/en/modules/help/xx-YY/
    
    3) Clean all
    git clean -f -d
    
    4) Apply the patch
    
    5) Repeat 1) (i.e. update)
    
    6) Check no new dirs this time
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tested according to test plan, works as described.
    Passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 0edebb12b4aa9bb0532eb574aaaeee201a61f595)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 admin/preferences.pl                                         |    4 ++--
 cataloguing/addbiblio.pl                                     |    4 ++--
 installer/data/mysql/updatedatabase.pl                       |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt      |    2 +-
 misc/translator/LangInstaller.pm                             |    1 -
 6 files changed, 7 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list