[koha-commits] main Koha release repository branch master updated. v3.14.00-966-gad8d567

Git repo owner gitmaster at git.koha-community.org
Tue Apr 29 19:38:05 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  ad8d567f18fa43b95cdc4baebc22f42659ee040e (commit)
       via  a1ec753df7d7b8d0c86bd4b9459e864d82d0d999 (commit)
       via  42e3c64e271bb90b57edc67db181f8db76d83b03 (commit)
       via  ca48667fc6d1c3450fb50fb8df58d0913b5ef9d6 (commit)
       via  f37fc8b08c22cf7e4d8ac2512089800b4bc9e951 (commit)
      from  f2740c42a7906a4af06c894cfbf7064032126dd4 (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 ad8d567f18fa43b95cdc4baebc22f42659ee040e
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Jan 31 13:00:18 2014 -0300

    Bug 11182: (QA followup) fix warning if itemBarcodeFallbackSearch set
    
    To reproduce:
    - On top of the previous patches, if you enable the
      itemBarcodeFallbackSearch syspref and do a search for a term that
      returns at least one result, there will be warnings for each result
      without items attached.
    
    To test:
    
    - In the checkout form enter a term that should return results (some of
      them without items attached)
    => There are warnings on the logs regarding a split of undef variable
    - Apply the patch
    - Repeat the first step
    => No warnings
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a1ec753df7d7b8d0c86bd4b9459e864d82d0d999
Author: Srdjan <srdjan at catalyst.net.nz>
Date:   Fri Nov 1 20:17:40 2013 +1300

    Bug 11182: get rid of some warnings in circulation
    
    TEST PLAN
    ---------
     1) Log into staff client
     2) Koha administration
     3) Global system preferences
     4) Circulation
     5) Make sure FineNotifyAtCheckin is set to Notify.
     6) Check out tab
     7) Type patron's name and click 'Submit'
     8) Select patron if required
     9) Check out an item, but set the due date to be overdue.
    10) Check in the overdue item.
    11) Check the error log
         $ cat ~/koha-dev/var/log/koha-error_log
         NOTE: only the warnings from lines 269 and 540 in returns.pl
               are the ones to note.
    12) Apply this patch
    13) Repeat steps 6 through 11, there should no new
        warnings related to lines 269 or 540 from returns.pl.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 42e3c64e271bb90b57edc67db181f8db76d83b03
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Apr 29 17:55:01 2014 +0000

    Bug 11182: (follow-up) improve initialization of the $waiting_holds variable
    
    Rather than check whether it's defined, since its holding an
    integer, simply initialize it to 0.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit ca48667fc6d1c3450fb50fb8df58d0913b5ef9d6
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jan 10 14:45:17 2014 -0500

    Bug 11182: remove another warning in circulation
    
    This deals with the warning when Circulation system preference
    'WaitingNotifyAtCheckin' is set to 'Notify' and an overdue item
    is checked in.
    
    TEST PLAN
    ---------
     0) Feel free to backup your koha-error_log file, and then toast it.
         $ echo > ~/koha-dev/var/log/koha-error_log
     1) Log into staff client
     2) Koha administration
     3) Global system preferences
     4) Circulation
     5) Make sure WaitingNotifyAtCheckin is set to Notify.
     6) Check out tab
     7) Type patron's name
     8) Select patron if required
     9) Check out an item, but set the due date to be overdue.
    10) Check in the overdue item.
    11) Check the error log
         $ cat ~/koha-dev/var/log/koha-error_log | grep 284
         NOTE: the returns.pl one that will be fixed by this.
    12) Apply this patch
    13) Repeat steps 6 through 7, there should no new line 284 entries.
    
    Signed-off-by: Jesse Weaver <pianohacker at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit f37fc8b08c22cf7e4d8ac2512089800b4bc9e951
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jan 10 13:07:10 2014 -0500

    Bug 11182: remove spurious logged warnings in circulation
    
    TEST PLAN
    ---------
     1) Log into staff client
     2) Click 'Circulation'
     3) Click 'Check out'
     4a) Type a patron name, click 'Submit'
     4b) If necessary, select which one, and click 'Select'
     5) Check the error logs, new warnings
     6) Apply patch
     7) Click 'Circulation'
     8) Click 'Check out'
     9a) Type a patron name, click 'Submit'
     9b) If necessary, select which one, and click 'Select'
    10) Check the error logs, no new warnings
    11) Click the 'Restrictions' tab
    12) Click 'Add manual restriction'
    13) Add a dummy restriction
    14) Click the 'Restrictions' tab
    15) Click 'Remove'
    16) Click 'OK'
    17) Confirm that no additional error log entries were added
         and adding/deleting restrictions hasn't broken.
    
    Signed-off-by: Jesse Weaver <pianohacker at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 circ/circulation.pl                                |   16 +++++++------
 circ/returns.pl                                    |   25 +++++++++++++-------
 .../prog/en/includes/borrower_debarments.inc       |    2 +-
 3 files changed, 26 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list