[koha-commits] main Koha release repository branch master updated. v3.18.00-beta-72-g6e20fdf

Git repo owner gitmaster at git.koha-community.org
Sat Nov 22 00:27:49 CET 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  6e20fdf4e7391f5af838475e4630ec6e4b26e766 (commit)
       via  41fbb64fab3e2dbb259f57ac1b0ea0a81bc41447 (commit)
       via  2599cd17c7c2b3f612ffba712d091ebba4a8cb85 (commit)
       via  45cfe50a17028ab371af2dfa6b4a0ea423ea7992 (commit)
      from  21ad25c1aa29d00af06d488bea25ca7a165d7f26 (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 6e20fdf4e7391f5af838475e4630ec6e4b26e766
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Nov 18 09:17:40 2014 -0500

    Bug 13286 - Checkouts table due date not updated when an item is renewed.
    
    When an item is renewed from the checkouts table, the new due date is
    displayed in the renewal column, but the old date due is still displayed
    in the due date column. This should be updated as well.
    
    Test Plan:
    1) Apply this patch
    2) Renew an item from the checkouts table
    3) Note the date due is updated in the "Due date" column
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    This works well in my test. My librarians will be grateful for the fix
    -- they were complaining about this bug.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 41fbb64fab3e2dbb259f57ac1b0ea0a81bc41447
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 3 12:24:36 2014 -0400

    Bug 11271 - Serials table off the screen in smaller viewports
    
    When you search for serials in the Serials module the results table is
    often too wide for the screen (depending on your browser window size).
    This is partly due to the fixed width of the search fields in the table
    footer.
    
    This patch applies a flexible width to those <input>s and reduces the
    font size of their text.
    
    This patch also moves the "action" links for each table row into an
    "action" menu (similar to the change made by Bug 10615 in Reports) to
    further conserve screen space.
    
    This patch also revises the page's DataTables configuration to use table
    header classes for sorting configuration.
    
    To test you should be able to perform a search which returns multiple
    open and closed subscriptions.
    
    - Test that table sorting works correctly, including for titles with
      articles and for dates.
    - Test that the Action menu items work correctly and that they correctly
      reflect the permissions of the logged-in user with regard to
      receive_serials and routing.
    - Perform these tests on both the "Open" and "Closed" tabs.
    
    Signed-off-by: Chris <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works nicely and improves the display significantly.
    Passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2599cd17c7c2b3f612ffba712d091ebba4a8cb85
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jun 13 11:20:33 2014 +0200

    Bug 12415: Fee receipt: a charges description should be displayed in all cases
    
    Bug 2546 removes the description DB field value in some case (3.15.00.003).
    But the receipt generated by scripts members/printfeercpt.pl and
    members/printinvoice.pl displays this field.
    When the description field is empty, the default value (based on
    accountlines.accounttype) should be displayed.
    
    Test plan:
    - Generate and pay some different kinds of fees for a patron without
      filling the 'description' field.
    - In Fines>Account, click on the 'print' link.
    - Before this patch, the "description of charges" values is empty if no
      description was given.
      It is a regression introduced by bug 2546, a default value was
      inserted in the description field depending on the account type
      selected.
    - After this patch, the "description of charges" values should be based
      on the account type. The string display on printing receipt should be
      the same as on the account screen (staff and opac).
    
    Note for QA: If removed the "payment" key, it is not used in template
    and generated a warning ("odd number of elements...").
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    This fixes the display of payments and other charges on the
    fines slip.
    
    Note: This patch fixes a line where the description in the
    database was still updated to say "Payment thanks" for partial
    payments. It might be worth to do a follow-up correcting the
    accountlines table and removing the unwanted comment (see bug 2546).
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 45cfe50a17028ab371af2dfa6b4a0ea423ea7992
Author: Stéphane Delaune <stephane.delaune at biblibre.com>
Date:   Fri Nov 14 08:48:54 2014 +0100

    Bug 13247 - Move opacuserjs at the end of opac-bottom.inc
    
    This patch makes opacuserjs compatible with tracking tools like Piwik
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Small change to enable use of opacuserjs for statistical
    tools like Piwik by moving it right above </body>.
    Works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Accounts.pm                                     |    2 +-
 .../prog/en/includes/serials-toolbar.inc           |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js    |    3 +
 .../prog/en/modules/members/printfeercpt.tt        |   17 +-
 .../prog/en/modules/members/printinvoice.tt        |   17 +-
 .../prog/en/modules/serials/serials-search.tt      |  163 +++++++++++---------
 .../bootstrap/en/includes/opac-bottom.inc          |    8 +-
 members/printfeercpt.pl                            |    3 +-
 members/printinvoice.pl                            |    2 +-
 9 files changed, 132 insertions(+), 85 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list