[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-5-g4de5a80

Git repo owner gitmaster at git.koha-community.org
Thu Dec 18 01:41:06 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, 3.18.x has been updated
       via  4de5a80e26baa90f09bed9c9fb7af1bfeffcf335 (commit)
       via  350cf1df415109ed552217cebbdc5fe728f68971 (commit)
      from  85ea12515a88bb159dc556a16f63910e9eb13797 (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 4de5a80e26baa90f09bed9c9fb7af1bfeffcf335
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Dec 3 08:36:04 2014 -0500

    Bug 13375: Syspref search highlight styling broken in Chrome
    
    This patch encloses the the syspref description/values mix in a <div>.
    It doesn't introduce any regression on other browsers (like Firefox) and
    has the side effect to make Chrome render the highlighted words on
    syspref searches well.
    
    This alternate patch uses a <div> instead of a <span> because it will
    sometimes contain block-level elements. Follow the same plan:
    
    To test:
    - Search for 'facet' on the sysprefs
    => FAIL: verify it has styling problems in Chrome
    - Apply the patch, reload
    => SUCCESS: styling is correct
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 6c23ef54a32bbdfcc04e59b96ae9936240c46e41)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 350cf1df415109ed552217cebbdc5fe728f68971
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Dec 16 17:15:58 2014 +0000

    BUG 13468: Overdue notice lists all checked out books
    
    This patch should fix the issue when running under 'triggered' mode
    
    To test:
    
    1) Run overdue_notices.pl -t -n [to output notices to command
    line]
    2) Note that the notices output, list ALL checked out items
    3) Apply Patch
    4) Run again
    5) Note the difference
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Amended patch: remove space changes.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 6413eb9949956b899d4049bf53cb5a6dff15154f)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/admin/preferences.tt    |    4 ++--
 misc/cronjobs/overdue_notices.pl                          |   13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list