[koha-commits] main Koha release repository branch master updated. v3.18.00-575-gf37c05c

Git repo owner gitmaster at git.koha-community.org
Tue Mar 31 19:17:19 CEST 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, master has been updated
       via  f37c05c283e0f91f08dc31a0d71488ee2a43e3fe (commit)
       via  f14963605924eacbbaf965c600c65401288b6f2f (commit)
       via  bb4db981586ab0a734285e8b6f229b38670bb152 (commit)
       via  901be3db53276b3e599fc7412de9aaff006c67cb (commit)
      from  0b78824cce4f770c7db4f2e73d2cae9d51eb08c5 (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 f37c05c283e0f91f08dc31a0d71488ee2a43e3fe
Author: Justin <justinvos at live.com>
Date:   Wed Jan 14 03:28:07 2015 +0000

    Bug 13549: Add cardnumber to overdue circulation report overdue.pl
    
    Test Plan:
     - Create an overdue item.
     - Navigate to overdue circulation report (Home -> Circulation -> Overdues)
     - Notice there is no card number showing in the Patron column.
     - Apply patch.
     - Refresh page.
     - Notice there is a card number showing in the Patron column.
    
    Signed-off-by: Justin <justinvos at live.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f14963605924eacbbaf965c600c65401288b6f2f
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Mar 17 14:50:14 2015 +0100

    Bug 13852 - Manage C4::VirtualShelves in C4::Auth for performance
    
    In C4::Auth there is a use C4::VirtualShelves.
    Virtualshelves are displayed in all OPAC pages, but not in intranet.
    For performance, we should move this into a require only for opac pages.
    
    This patch adds a condition to fetch virtualshelves only if opac and moves the dependancy on C4::VirtualShelves into require calls.
    
    On my desktop, I have those compilation times for C4/Auth.pm :
    - Without patch : 0,41 seconds
    - With patch : 0,22 seconds
    
    This performance improvement is very usefull for pages that only use a few as dependancy, like errors/404.pl
    
    Test plan :
    - Be sure there are some public lists
    - Apply patch
    - Go to opac (not logged-in)
    - Click on "Lists"
    - Check you see the public lists
    - Login with a user
    - Be sure this user has some private lists
    - Click on "Lists"
    - Check you see the public and private lists
    - Logout
    - Go to /cgi-bin/koha/opac-reserve.pl
    - You see the loggin page
    - Click on "Lists"
    - Check you see the public lists
    - Go to intranet
    - Check you can loggin
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bb4db981586ab0a734285e8b6f229b38670bb152
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Mar 24 16:22:46 2015 +0100

    Bug 4277: Display the correct budget planning after saving
    
    The budget_period_id is not pass to the script, so after saving the
    budget planning, the planning for the first active budget is displayed.
    
    Test plan:
    1/ Edit a budget planning
    2/ Save
    3/ You should see the budget planning you were editing
    
    Patch behaves as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 901be3db53276b3e599fc7412de9aaff006c67cb
Author: Rafal Kopaczka <rkk0 at poczta.onet.pl>
Date:   Mon Mar 9 14:30:30 2015 +0100

    Bug 9481 - charge not showing fines On 'Check out' and 'Details'.
    
    When looking at the patron record or the checkout screen the checkout
    summary is now showing 0 for all the Charges even if the item was
    overdue and has accrued fines.
    Removed unused(?) footer values in checkouts-table-footer.inc
    
    To test:
    1/ Check out items with past due date
    2/ Run fines.pl script (ensure finesMode is set to Calculate and Charge)
    3/ Verify on Fines->Pay Fines screen that fines where calculated
    correct.
    4/ Go to Patron record, charge column on Details and Check out
    screen
    should be 0 or rental charge amount only. But total amount row
    display right
    number, same as in pay fines screen.
    4/ Apply patch.
    5/ Now charges on display and check out screen shows all outstanding
    fees for each item.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Auth.pm                                         |   32 ++++++++++++--------
 circ/overdue.pl                                    |    2 ++
 .../prog/en/includes/checkouts-table-footer.inc    |    5 +--
 .../prog/en/includes/checkouts-table.inc           |    1 +
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js    |   17 ++++++++++-
 .../intranet-tmpl/prog/en/modules/admin/aqplan.tt  |    1 +
 .../intranet-tmpl/prog/en/modules/circ/overdue.tt  |    2 +-
 svc/checkouts                                      |    3 ++
 8 files changed, 46 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list