[koha-commits] main Koha release repository branch master updated. v3.18.00-27-gef6bc21

Git repo owner gitmaster at git.koha-community.org
Thu Dec 18 00:02:49 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, master has been updated
       via  ef6bc21b2c4ebe04f6d22d081e447f6bb2955029 (commit)
       via  c7081a0852b8d627328e503cfe53b8f32e6d623a (commit)
       via  6d37e83e4dc98d4e5a061428386eb4ce0c05ef33 (commit)
       via  a42954627ec129e47ebc47d36cf87d33617bd808 (commit)
       via  84fbded3645a85c507afaab4dff42396a3974e47 (commit)
       via  a88a3d04aba8baa58fbde846a57eb5baa0eb9d10 (commit)
       via  566b2689d0946c0583096661e34c983836218e31 (commit)
      from  0edebb12b4aa9bb0532eb574aaaeee201a61f595 (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 ef6bc21b2c4ebe04f6d22d081e447f6bb2955029
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Tue Dec 2 14:16:40 2014 +1300

    Bug 13368 Holds priority messed up on checkout
    
    To Test
    
    1/ Create 3 (or more holds) on one biblionumber, make sure at least
    one item is not on loan
    2/ Check out the not on loan item to a borrower (maybe number 2 in the
    queue)
    3/ Look in the database (or on the holds tab on the moredetail.pl)
    notice the priorities have not been reordered
    4/ Apply patch and try again, notice now they have
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Confirmed the problem without the patch, and confirmed that the patch
    corrects it.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c7081a0852b8d627328e503cfe53b8f32e6d623a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 12 07:00:29 2014 -0500

    Bug 13410 [QA Followup]
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6d37e83e4dc98d4e5a061428386eb4ce0c05ef33
Author: Marc Véron <veron at veron.ch>
Date:   Tue Dec 9 05:21:06 2014 +0100

    Bug 13410 - Untranslatable "Change messaging preferences to default for this category?"
    
    To test:
    In staff client, go to Home > Patrons
    Click button "New patron" and choose a category
    Change Patron messaging preferences
    Now change Category
    Make sure that following message box still appears: "Change messaging
    preferences to default for this category?"
    
    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>

commit a42954627ec129e47ebc47d36cf87d33617bd808
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Nov 26 13:51:45 2014 +1300

    fix for 13331 [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>

commit 84fbded3645a85c507afaab4dff42396a3974e47
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>

commit a88a3d04aba8baa58fbde846a57eb5baa0eb9d10
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>

commit 566b2689d0946c0583096661e34c983836218e31
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>

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

Summary of changes:
 C4/Reserves.pm                                                    |    2 +-
 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 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt |    2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list