[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-52-g048ba66

Git repo owner gitmaster at git.koha-community.org
Sun Jan 11 09:00:32 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  048ba66a907c081e7ac315c19a34759d1fb26b11 (commit)
       via  779b95cf44621d0755b7e03440173884e56518ba (commit)
       via  cfa7283de809a7cac7c4a4371ccb31892b60632f (commit)
       via  6f5e21ca4c93377a6e0200035ebc948c80fcc2ba (commit)
       via  28aae5f0dafdadec763733661f5eae13f6c2f32f (commit)
       via  6545e6765a52db3407cc123235b52a5688a5dbd8 (commit)
      from  f9f92fd7133b2dc4f8eebbe9c425da6130014ad4 (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 048ba66a907c081e7ac315c19a34759d1fb26b11
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jul 29 12:39:15 2014 -0400

    Bug 11872 - Lost overdue items should not generate fines
    
    An item can be marked as lost by longoverdue.pl, but left checked out to
    the patron. In this case, the item will continue to accrue fines.
    
    Test Plan:
    1) Check out an item and back date it so it is overdue and should
       generate fines.
    2) Mark the item as lost by either using longoverdue.pl, or just
       by setting itemlost to 1 by directly accessing the database
    3) Run fines.pl
    4) Note the overdue generated a fine
    5) Repeat steps 1-2
    6) Apply this patch
    7) Run fines.pl
    8) Note a fine was not generated
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 53923cbd025c163e45680c6fc985f2981e438dae)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 779b95cf44621d0755b7e03440173884e56518ba
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Dec 22 10:52:02 2014 +0100

    Bug 13487: Fix pagination for the item search
    
    Test plan:
    Go on the catalogue/itemsearch.pl page and verify that the
    pagination button (First, Prev, PAGES, Next, Last) is now correctly styled.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    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 e91c39d448668a1771c788966784f6bbbb87737d)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit cfa7283de809a7cac7c4a4371ccb31892b60632f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Dec 22 10:51:50 2014 +0100

    Bug 13487: Fix pagination for basketgroup
    
    Test plan:
    Go on the acqui/basketgroup.pl page and verify that the pagination
    button (First, Prev, Next, Last) is now correctly styled.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    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 779ef7431a3736c7cc70c78cd2673484ff2afd3e)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 6f5e21ca4c93377a6e0200035ebc948c80fcc2ba
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Dec 22 10:44:26 2014 +0100

    Bug 13487: DT pagination contains '...' for the full_numbers form
    
    Since the DT upgrade (bug 12986), the full_numbers pagination adds a
    span (containing '...'). It is not managed by the css file and is put at
    the end of the page numbers ( "1 2 3 4 5 20 NEXT LAST ...", we expect "1
    2 3 4 5 ... 20 NEXT LAST").
    
    Test plan:
    1/ Go on the member search and launch a search which will return more than
    7 pages
    2/ Without this patch, the '...' span is put at the end of the
    pagination bar.
    3/ With the patch it should be better placed.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    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 2d413ffab1d074ca52bf9afa826e6006ebb7e664)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 28aae5f0dafdadec763733661f5eae13f6c2f32f
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Dec 27 21:13:58 2014 +0100

    Bug 13459: Fix datatables paging for patron lists
    
    The display of the datatables paging options for the
    patron list feature is broken.
    
    To test:
    - Go to tools > patron lists
    - The paging for the 'list of lists' is broken
    - Select a patron list 'Add more patrons'
    - Notice the paging on this page is also broken
    - Apply patch
    - Verify both pages now display the paging correctly
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit ad0711ba32c7ad90ad18607e5a27ece97b8ef7cd)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 6545e6765a52db3407cc123235b52a5688a5dbd8
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Dec 27 12:58:52 2014 +0100

    Bug 13459: Fix datatables paging for admin > itemtypes
    
    To test:
    - Go to administration > itemtypes
    - Verify the display of the paging options is broken
    - Apply patch
    - Verify the display is now correct and works nicely
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 225432a1f039a9c625e24e3c59643db331fe17b2)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Overdues.pm                                               |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/css/datatables.css           |   10 +++++++---
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt |    3 ++-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt   |    3 ++-
 .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt    |    3 ++-
 koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt |    3 ++-
 .../intranet-tmpl/prog/en/modules/patron_lists/lists.tt      |    3 ++-
 misc/cronjobs/fines.pl                                       |    2 ++
 misc/cronjobs/staticfines.pl                                 |    1 +
 9 files changed, 22 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list