[koha-commits] main Koha release repository branch master updated. v3.18.00-beta-68-g21ad25c

Git repo owner gitmaster at git.koha-community.org
Fri Nov 21 23:49:21 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  21ad25c1aa29d00af06d488bea25ca7a165d7f26 (commit)
       via  7641b8c31b2772aa407a76b2c05d660ef6698421 (commit)
       via  3a23bdaa290d97c25b815c150e9ebe8216bc84f2 (commit)
       via  25f42f6fd4bff34024704062bb915dcad58d42d5 (commit)
       via  7d253c0fbf3acf9788c6954f9a0ee479b897730a (commit)
       via  c44439bc7d9bb0033412ac4b21d75c3335b3a5a9 (commit)
       via  2caa19afe0c22f8bae6a15a0a68d7eab94748421 (commit)
       via  acd4b1638453ba6ec061f4daf83963726c4366f6 (commit)
       via  38deeea87b8c271fc33ae112616aa7f136b49597 (commit)
      from  c4e0d8432f802dd7a66d56809bd70a5020032639 (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 21ad25c1aa29d00af06d488bea25ca7a165d7f26
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Oct 29 13:03:50 2014 -0400

    Bug 13162 - Label batch editor title sorting by default, rather then label number
    
    The label batches editor has always sorted by the order the items were
    added to a batch. However, it is now sorting by title. This should be
    remedied.
    
    Test Plan:
    1) Create a label batch
    2) Note the items are in order of title ( summary )
    3) Apply this patch
    4) Refresh the page, not the items are now sorted by label number
    
    Tiny patch. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests, works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7641b8c31b2772aa407a76b2c05d660ef6698421
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 7 09:38:38 2014 -0400

    Bug 13036 - Exclude control columns from sorting on staff client catalog detail page
    
    The checkbox and "edit" column in the table of holdings on the
    staff client detail page should be excluded from sorting since there is
    no useful data to sort. This patch does so.
    
    To test, view the detail page for a title which has multiple items.
    Confirm that sorting works correctly.
    
    Test under the following conditions:
    
     - with the StaffDetailItemSelection system preference enabled and
       disabled.
     - as users who do and do not have cataloging item edit privileges
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as desrcibed, no problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3a23bdaa290d97c25b815c150e9ebe8216bc84f2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 11 11:09:17 2014 -0500

    Bug 9177 - Duplicate patron: Prepopulated fields ar cleared when setting cursor
    
    When adding a duplicated patron record some fields are prepopulated from
    the original patron record. Focusing your cursor on these fields
    automatically clears them. This works well if you assume that the user
    only focuses on fields which should be changed. This works badly if you
    consider that a user might want to tab between all fields. I think the
    disadvantages outweigh the minor benefit of not having to delete the
    contents of a field.
    
    This patch removes the clearing action.
    
    TEST PLAN
    ---------
    1) Log in to staff client
    2) Patrons
    3) Find an existing patron
    4) Click on the link in the Name column
    5) Click on the Duplicate button
    6) Click on fields with data in them.
       -- they will clear, which is more problematic than correcting
          the entry.
    7) On the line
       "Home > Patrons > {patron name} > Duplicate Adult Patron"
       click the patron name to go back.
    8) Click on the Duplicate button
    9) Tab through the fields
       -- the fields should remain unchanged, but sadly they clear.
    10) Apply the patch
    11) On the line
       "Home > Patrons > {patron name} > Duplicate Adult Patron"
       click the patron name to go back.
    12) Click on the Duplicate button
    13) Navigate through the fields
        -- tabbing nor clicking should clear any fields.
    14) Run koha qa tests
    
    NOTE: Had to rebase again. Yes, bug 7878 interfered.
          However, it deals with comment #6, which Owen
          appropriately noted.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Less surprises, improves accessibility by enabling to
    tab through the form without losing data.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 25f42f6fd4bff34024704062bb915dcad58d42d5
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Nov 21 19:43:31 2014 -0300

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

commit 7d253c0fbf3acf9788c6954f9a0ee479b897730a
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Nov 21 19:38:35 2014 -0300

    Bug 8337: (RM followup) make sysprefs match case of the .pref file
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c44439bc7d9bb0033412ac4b21d75c3335b3a5a9
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Oct 13 16:20:21 2014 +0200

    Bug 8337: Small typo in usage statement for longoverdue.pl
    
    The charge with the replacement price will only be made if the charge
    parameter matches the lost value. The given example is faulty (as well
    as some of the code, as it appears ;)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2caa19afe0c22f8bae6a15a0a68d7eab94748421
Author: mbeaulieu <mbeaulieu at inlibro.com>
Date:   Mon Aug 18 10:53:27 2014 -0400

    Bug 8337 - Follow-up to Comment 13
    
    Fixed QA script issues.
    Syspref names are now camelcased and sorted correctly in sysprefs.sql.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit acd4b1638453ba6ec061f4daf83963726c4366f6
Author: mbeaulieu <mbeaulieu at inlibro.com>
Date:   Fri Aug 8 14:22:58 2014 -0400

    Bug 8337 - Added prefs to sysprefs and updatedatabase
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 38deeea87b8c271fc33ae112616aa7f136b49597
Author: Frédérick <frederick.capovilla at libeo.com>
Date:   Thu Mar 21 17:51:46 2013 -0400

    Bug 8337 System preferences for longoverdue cron
    
    Patch to follow that adds 3 new system preferences to control the
    parameters for the longoverdue script.
    New prefs are DefaultLongOverdueChargeValue, DefaultLongOverdueLostValue
    and DefaultLongOverdueDays.
    These preferences are used when you call the longoverdue.pl script without
    their parameters.
    
    Sponsored-By: CCSR
    Signed-off-by: Leila and Fridos help <koha.aixmarseille at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 installer/data/mysql/sysprefs.sql                  |    5 +-
 installer/data/mysql/updatedatabase.pl             |   15 +++-
 .../en/modules/admin/preferences/circulation.pref  |   17 ++++
 .../prog/en/modules/catalogue/detail.tt            |   30 ++++---
 .../prog/en/modules/labels/label-edit-batch.tt     |    2 +-
 .../prog/en/modules/members/memberentrygen.tt      |   84 ++++++++++----------
 kohaversion.pl                                     |    2 +-
 misc/cronjobs/longoverdue.pl                       |   19 ++++-
 8 files changed, 105 insertions(+), 69 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list