[koha-commits] main Koha release repository branch master updated. v16.05.00-300-gd951ba6

Git repo owner gitmaster at git.koha-community.org
Fri Jul 8 16:10:57 CEST 2016


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  d951ba620cafc132ea8a9f083c1f997f64148629 (commit)
       via  1b89150d42548304d37fdb1def5ffd727d719f69 (commit)
       via  2c2efbf4a66fb3f8c0d1212d960d5d202518bc7b (commit)
       via  7cde3e216bc4ca120ed1cfe983b690a4f3f6944c (commit)
       via  074a3ee3383b6038f29f8859cf6c96accc6fa072 (commit)
       via  b6a774028adb8c64dcf904e7fc76290fb82c569b (commit)
       via  9ebeb9acb3f186969bccba95a88f72665e8769d7 (commit)
       via  1bfe7c7512ca7979afc27dca520fba062543e34c (commit)
       via  5aa3313239840e43495e9355adf76feef8db737f (commit)
       via  7445b8f897718306340aeac6cc4427b05f0eeaf1 (commit)
      from  f65cf574d0ad0aa1264dd78bdb7b5baeb09e5e95 (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 d951ba620cafc132ea8a9f083c1f997f64148629
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jul 8 14:11:42 2016 +0000

    Bug 15128 - DBRev 15128
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1b89150d42548304d37fdb1def5ffd727d719f69
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jul 1 17:00:39 2016 +0100

    Bug 15128: Do not display "New suggestion" if limit has just been reached
    
    If limit is X and patrons has X-1 pending suggestions, when a new one is
    added, the "New suggestion" should not been added.
    to avoid another call to SearchSuggestions, we assume than the
    suggestion has been correctly added.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 2c2efbf4a66fb3f8c0d1212d960d5d202518bc7b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jul 1 16:55:39 2016 +0100

    Bug 15128: Revert Display all purchase suggestions whether or not suggestion was added
    
    This does not work correctly and should be handle on another bug report.
    The behavior existed prior to this patchset.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7cde3e216bc4ca120ed1cfe983b690a4f3f6944c
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jul 1 11:39:00 2016 -0400

    Bug 15128 - (QA Followup) Don't get patrons suggestions if limit not set
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 074a3ee3383b6038f29f8859cf6c96accc6fa072
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jul 1 11:36:02 2016 -0400

    Bug 15128 - (QA Followup) Fix use of 'my' variable causing loss of data
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b6a774028adb8c64dcf904e7fc76290fb82c569b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jun 30 10:20:39 2016 -0400

    Bug 15128 (QA Followup) Display all purchase suggestions whether or not suggestion was added Correct enforcement of 0 limit
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 9ebeb9acb3f186969bccba95a88f72665e8769d7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Jun 20 16:04:21 2016 -0400

    Bug 15128 - Followup
    
    Only check limit for signed in borrower
    Show all suggestions after a new one is added
    
    Signed-off-by: Barbara Walters <bwalters at ncrl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1bfe7c7512ca7979afc27dca520fba062543e34c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jun 20 19:25:12 2016 +0000

    Bug 15128 [QA Followup 2] - Only count pending suggestions for the limit
    
    Signed-off-by: Barbara Walters <bwalters at ncrl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 5aa3313239840e43495e9355adf76feef8db737f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jun 20 16:44:38 2016 +0000

    Bug 15128 [QA Followup] - Make suggestion display after being added
    
    Also fixes the issue that the add suggestion link would sometimes
    show even if the patron could not make an additional suggestion.
    
    Signed-off-by: Barbara Walters <bwalters at ncrl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7445b8f897718306340aeac6cc4427b05f0eeaf1
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jun 14 16:47:43 2016 -0400

    Bug 15128 - Add ability to limit patrons open purchase suggestions
    
    To test:
    1 - Define a number of MaxOpenSuggestions
    2 - Add some suggestions for a patron
    3 - Note they cannot add any more suggestions if limit is reached
    4 - Delete a suggestion and note you can add another
    5 - Add them to limit again
    6 - Accept a suggestion in the staff client and note user can add more
    7 - Repeat above with rejecting or deleting
    8 - Sign off.
    
    Sponsored by:
        North Central Regional Library (http://ncrl.org/)
    
    Signed-off-by: Barbara Walters <bwalters at ncrl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   11 +++
 .../prog/en/modules/admin/preferences/opac.pref    |    6 +-
 .../bootstrap/en/modules/opac-suggestions.tt       |   19 ++++-
 opac/opac-suggestions.pl                           |   74 +++++++++++++-------
 6 files changed, 83 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list