[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.04-64-g655004d

Git repo owner gitmaster at git.koha-community.org
Sat Mar 21 23:12:18 CET 2015


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, 3.18.x has been updated
       via  655004d921b2a4e627c3923294aa8803078b9f92 (commit)
       via  d6fc541b3b0f1d981c65366576bca9f5da2a789f (commit)
       via  d633259ff9a85de62d860ddc29dabdce1139d58d (commit)
       via  b43d8392b7ca6acd459b2a2d5c0bfb0822ce542c (commit)
       via  31b5bda659c2092be6e99b9039cf11650880d543 (commit)
       via  5edda1d0c3a9c7894e8c72f1dec0c2e3bbe771f3 (commit)
      from  2a803271c26d7fc42152801b133dd86c1373754b (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 655004d921b2a4e627c3923294aa8803078b9f92
Author: Nicole <nicole at bywatersolutions.com>
Date:   Fri Mar 6 04:01:58 2015 -0600

    Bug 10703: Add more serial table DB documentation
    
    This patch adds a bit more documentation to the serial related tables
    in Koha.
    
    To test, apply the patch and review the kohastructure for comments
    
    Signed-off-by: Dobrica Pavlinusic <dpavlin at rot13.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 17a886aed2928b619826b5e2cd435998f7d2b276)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit d6fc541b3b0f1d981c65366576bca9f5da2a789f
Author: Nicole <nicole at bywatersolutions.com>
Date:   Thu Mar 5 06:15:56 2015 -0800

    Bug 10703: Update Patron DB Documentation
    
    Update patron categories and patron restrictions DB docs.
    
    To test:
    
    * Review database documentation for categories
    * Review database documentation for patron_debarments
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Dobrica Pavlinusic <dpavlin at rot13.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 5263a9e0e926ba19bafb5ffccfa283155d621e8d)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit d633259ff9a85de62d860ddc29dabdce1139d58d
Author: Nicole <nicole at bywatersolutions.com>
Date:   Thu Mar 5 05:55:28 2015 -0800

    Bug 10703: Update stats table documentation
    
    This patch updates the DB documentation for the statistics
    table.
    
    To test review the file and cofirm that documentation is there
    
    Signed-off-by: Dobrica Pavlinusic <dpavlin at rot13.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 7404b4f1775325ff8e72a3f9916a5c965e5ad151)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit b43d8392b7ca6acd459b2a2d5c0bfb0822ce542c
Author: Nicole <nicole at bywatersolutions.com>
Date:   Thu Mar 5 05:27:06 2015 -0800

    Bug 10703: Update course reserves DB documentation
    
    To test review database documentation to see that course tables are
    all documented.
    
    Signed-off-by: Dobrica Pavlinusic <dpavlin at rot13.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 657d4b497a44bae8009cb5d7ec4c92d48146a477)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 31b5bda659c2092be6e99b9039cf11650880d543
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Mar 18 00:01:29 2015 +0100

    Bug 13858: Datatables paging on Koha news tool page slightly broken
    
    The paging is slightly broken in the datatables table on the
    news page in the tools module.
    
    To test:
    - Access the tools > news page
    - Make sure you have a few news entries
    - Check that the paging is broken without the patch and
      fixed once the patch is applied
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit f3e02d2496a411b52304b4ade8b9594442993020)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 5edda1d0c3a9c7894e8c72f1dec0c2e3bbe771f3
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Fri Mar 6 10:39:19 2015 +0100

    Bug 13647: On-site checkouts - Allow library to specify due date
    
    This will remove the restriction that forces the due date for
    an on-site checkout to the end of the current day.
    
    It will still suggest the end of the day, but you will be able
    to change the date to whatever you want using the datepicker
    widget.
    
    To test:
    
    Before applying the patch:
    - Turn on OnSiteCheckouts and OnSiteCheckoutsForce
      system preferences
    - Check the on-site use checkbox and try to set due date
      manually, it should not be possible
    - Check out the item and check the due date is set to the
      end of today
    - Put a restriction on your patron account and repeat steps,
      the item checked out should again have a due date at the
      end of the day
    > There should be no way to be able to check out an item
      with a 'custom' due date
    
    Apply the patch:
    - Repeat steps from above, check out
      - on-site use without a restriction on your account
        - without changing the due date
        - with a due date picked with the datepicker
      - on-site use with a restriction on your account
        ... see above
      - no on-site use but with a specified due date
      - no on-site use, not specifying a due date
    - Turn off SpecifyDueDate
      - on-site use with and without restriction should
        set the due date automatically to the end of the date
        now, altering the due date should not be possible.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit cb9e57cfe0b224633d122dc99db7d944341907b5)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 circ/circulation.pl                                |    2 +-
 installer/data/mysql/kohastructure.sql             |  150 ++++++++++----------
 .../prog/en/modules/circ/circulation.tt            |    4 +-
 .../prog/en/modules/tools/koha-news.tt             |    1 +
 4 files changed, 80 insertions(+), 77 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list