[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-95-g6ce2ba7

Git repo owner gitmaster at git.koha-community.org
Fri Jan 23 07:53:39 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.16.x has been updated
       via  6ce2ba7b3a65f1953af8fa779da8cbf05971154f (commit)
       via  3186eede909015ac4e539723ae62d44f2c6e14fd (commit)
       via  7016a1b408f5a4deb4cadd0f399c47e8f2a48ca1 (commit)
       via  c80e244e951d02bda844c85c3d0944c06612a769 (commit)
       via  6d5e964168c597cf7abd844586afcce6cecc95be (commit)
      from  82e3bc7e21995172465c0482ba9af9a99cef5a78 (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 6ce2ba7b3a65f1953af8fa779da8cbf05971154f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Nov 27 16:54:21 2014 +0100

    Bug 13360: C4::Ris assumes that hash keys are ordered - KW
    
    This patch only fixes the KW order.
    
    Test plan:
    1/ Choose/create a record with several 6XX (for KW), see the code source
    to know which fields you can use
    2/ Export this record in RIS format
    3/ Verify that the KW lines are ordered following the marc record fields
    order.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    We really should refactor this whole thing into Koha::RIS sometime, it's
    a horrible module at the moment.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 3186eede909015ac4e539723ae62d44f2c6e14fd
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Dec 12 12:28:11 2014 -0500

    Bug 13453: Koha.t daily quote tests assume sample data
    
    By adding quotes 3 and 25 from the sample data, this test can
    pass without having the sample quote data loaded.
    
    TEST PLAN
    ---------
    1) Ensure there is no quote id=3 or that it is NOT
       Abraham Lincoln.
    2) prove t/db_dependent/Koha.t
       -- this should fail the daily quote test.
    3) apply patch
    4) prove t/db_dependent/Koha.t
       -- this should *NOT* fail the daily quote test.
    5) run koha qa test tools
    
    Followed test plan 1)-4). Without patch, daily quote test failed. With patch, test passed OK.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Works as described, leaves actual data unchanged.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 7016a1b408f5a4deb4cadd0f399c47e8f2a48ca1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Nov 3 12:29:48 2014 -0500

    Bug 13017 - Login page image replacement technique fails when browser width exceeds 2000 pixels
    
    This patch updates the image replacement technique used for Koha's login
    page. The old technique used a negative text-indent value to move the
    text offscreen, but that begins to fail more and more often as screens
    get larger.
    
    The new technqiue is described here:
    http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/
    
    Note: This patch has not been tested in any Internet Explorer version!
    
    To test you must have a screen which is wider than 2000 pixels. Apply
    the patch, clear your browser cache and view the staff client login
    page. The logo on the login form should look correct with no
    corresponding text appearing anywhere on the screen.
    
    Signed-off-by: Christopher Brannon <cbrannon at debian.localdomain>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit c80e244e951d02bda844c85c3d0944c06612a769
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Dec 16 12:53:18 2014 +1100

    Bug 13469 - Unapi path to XSLTs is wrong in OPAC
    
    The Unapi path to XSLTs is wrong in the OPAC.
    
    Unfortunately, it's coded to work just for Git installs, which makes it
    tough to test.
    
    _TEST PLAN_
    
    Before applying:
    1) Go to
    http://GIT-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc
    2) If the biblionumber exists, it should show you the record in OAI_DC format.
    3) Go to
    http://REGULAR-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc
    4) You should get a software error
    
    Apply the patch.
    
    After applying:
    1) Refresh the page for
    http://yourgitinstall/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc
    2) It should work exactly the same as before.
    
    Thorough testers:
    1) Push the code to that regular test install
    2) Try the link again. It will properly show the converted record now.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Verified that single install
    intrahtdocs==/usr/share/koha/clone1712/intranet/htdocs/intranet-tmpl plus
    "/prog/en/xslt/" is the location for the required xslt files.
    Script unapi in git install is still fine.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 6d5e964168c597cf7abd844586afcce6cecc95be
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Dec 3 09:22:11 2014 -0500

    Bug 12428 [3.16.x] "OPAC info" is not displayed in the OPAC
    
    This patch changes the footer include, adding an alias for the jQueryUI
    tooltip function to prevent conflict with Bootstrap's function of the
    same name.
    
    To test, you must have at least two libraries configured with "OPAC
    info" for display in the OPAC.
    
    Modify the holdings of a title so that there is at least one item which
    has different holding and home branches matching your library configured
    above.
    
    View the detail page for that record. Hovering your cursor over the
    library name in the "Location" column should display the branch
    information you configured for that library in a tooltip.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/Ris.pm                                          |   53 ++++++++++----------
 koha-tmpl/intranet-tmpl/prog/en/css/login.css      |    6 ++-
 .../bootstrap/en/includes/opac-bottom.inc          |    4 ++
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    2 +-
 opac/unapi                                         |    4 +-
 t/db_dependent/Koha.t                              |    7 +++
 6 files changed, 44 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list