[koha-commits] main Koha release repository branch master updated. v3.16.00-373-gdef7816

Git repo owner gitmaster at git.koha-community.org
Thu Aug 7 16:28:36 CEST 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  def7816de4d1aebffa73af69718ba94c566c8e85 (commit)
       via  bbfc908fd83eb5ab6180b19eac107de9033c257b (commit)
       via  16292ac13807a898effc1b9a2da1641f59f2452e (commit)
       via  a72b3371b8bda4d682dc68ce503e83a56d27ff1a (commit)
       via  13adbbba8d37c12ecc62f196ec050e16147b6256 (commit)
      from  6311deca90f6c13c41d963c6643b4e12d6092708 (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 def7816de4d1aebffa73af69718ba94c566c8e85
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Aug 7 11:58:15 2014 -0300

    Bug 4045: DBRev 3.17.00.013
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bbfc908fd83eb5ab6180b19eac107de9033c257b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 27 09:25:02 2014 -0400

    Bug 4045 - No check for maximum number of allowed holds.
    
    Re-add the system preference maxreserves.
    
    All the code using maxreserves is still in place. Though it
    is not used in the Reserves module, it is used in all the
    scripts where holds are placed.
    
    Also adds a check so that a borrower cannot exceed the maximum
    number of allowed holds by using the multi-hold feature via
    the opac.
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase
    3) Set maxreserves to 3, set opactheme to bootstrap
    4) Log into the opac as a patron
    5) Place 3 holds
    6) Attempt to place a 4th hold
    7) Note you get an error message and cannot place a forth hold
    8) Delete two of those holds
    9) Attempt to place 3 or more holds as a multi-hold
    10) You should see a warning that you cannot place this many holds
    11) Try to anyway
    12) You should see an alert to tell you to reduce the number of holds
        you are placing.
    13) Reduce the number for holds you are placing to 2
    14) Your holds should now be placed
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 16292ac13807a898effc1b9a2da1641f59f2452e
Author: Marc Véron <veron at veron.ch>
Date:   Mon Jul 21 12:25:21 2014 +0200

    Bug 12699 - Capitalization: All Libraries in pull down on news tool page
    
    To test, got to tools > news
    - In pulldown and in table, "All Libraries" should now read "All libraries"
    - Create additonal news for "All libraries". Pull down in form should read "All libraries" as well
    - Make sure that news for "All libraries" diesplay correctly where they should (in OPAC and Staff client)
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a72b3371b8bda4d682dc68ce503e83a56d27ff1a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jul 29 15:08:33 2014 -0400

    Bug 12635 - Course reserves item list should use "Checked out" instead of "On Loan"
    
    When viewing the list of items on a course reserve list, if the item is
    checked out it is indicated by the phrase "On Loan." The default
    templates should always use "checked out" instead of "on loan." Also
    corrected: the capitalization of "Item Lost."
    
    To test, Course Reserves must be enabled and you must have an existing
    course reserves with items on it, one of which should be checked out.
    View the list of items on that Course Reserve and confirm that the table
    says "Checked out."
    
    Table in staff client displays "Checked out" / "Item lost"
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    String change, no problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 13adbbba8d37c12ecc62f196ec050e16147b6256
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Thu Jul 31 15:36:55 2014 -0300

    Bug 12686: Make more selected option XHTML compliant
    
    This patch fixes several occurrences of selected
    options that do not follow XHTML style rule for
    markup.
    
    To test:
    1. Apply the patch
    2. There are no functional changes at all,
    only a more strict markup
    
    Changed all cases I can found.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 installer/data/mysql/updatedatabase.pl             |    7 ++++
 .../en/modules/admin/auth_subfields_structure.tt   |    8 ++---
 .../prog/en/modules/admin/auth_tag_structure.tt    |    2 +-
 .../prog/en/modules/admin/koha2marclinks.tt        |    6 ++--
 .../en/modules/admin/marc_subfields_structure.tt   |    8 ++---
 .../prog/en/modules/admin/oai_set_mappings.tt      |    4 +--
 .../prog/en/modules/admin/smart-rules.tt           |    2 +-
 .../en/modules/course_reserves/course-details.tt   |    4 +--
 .../prog/en/modules/tools/koha-news.tt             |   38 ++++++++++----------
 .../modules/tools/marc_modification_templates.tt   |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-reserve.tt |   13 +++++++
 koha-tmpl/opac-tmpl/bootstrap/js/global.js         |   14 +++++++-
 kohaversion.pl                                     |    2 +-
 opac/opac-reserve.pl                               |   38 ++++++++++++--------
 reserve/request.pl                                 |   14 +++++---
 15 files changed, 104 insertions(+), 58 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list