[koha-commits] main Koha release repository branch master updated. v3.20.00-980-g05d3770

Git repo owner gitmaster at git.koha-community.org
Thu Oct 29 18:23:52 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, master has been updated
       via  05d377042715261f0a905cb505ee3b5098651626 (commit)
       via  5adb2268f0a51c3c2675cdc7bea9c8bdefdc48a7 (commit)
       via  feb89b4532134ca9de030098c49f3f08a2c0018c (commit)
       via  357bb7e1e36b2e72e73f88a073fcdde99e6eb945 (commit)
      from  a636f2223cec1c190b7379529eba88c8c584ab70 (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 05d377042715261f0a905cb505ee3b5098651626
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Oct 25 11:52:46 2015 +0100

    Bug 11881: QA follow-up - rename class
    
    A suggestion for renaming the class to be a bit more "content" then "appearance".
    Strictly optional.
    
    .ItemSummary {
        display: block; # block - line breaks, inline - all one line
    }
    
    .LabelCallNumber {
        display: inline; # inline - display, none - don't display
    }
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 5adb2268f0a51c3c2675cdc7bea9c8bdefdc48a7
Author: genevieve <genevieve.plantin at inlibro.com>
Date:   Fri Sep 11 14:54:14 2015 -0400

    Bug 11881: Small improvements for Items available for reference
    
    As said on comment #31, Items available for reference weren't displayed like Items avaible for loan. Now, they are, I wrapped them in CommasWithLinebreaks class and LabelCallNumber class
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit feb89b4532134ca9de030098c49f3f08a2c0018c
Author: simith <simith at inlibro.com>
Date:   Wed Mar 4 14:09:56 2015 -0500

    Bug 11881: Small improvements for the availability informations in the search results list on the OPAC
    
    This patch contains small modifications to the template of OPAC search results.
    Theses modifications affect the "Availability" line :
    * Add a linebreak after each location.
    * Add the text "Call Number:" before call numbers.
    
    To test:
    
    I) Apply the patch
    
    II) Include the following test in the OPACUserCSS preference:
    
    .searchresults .CommasWithLinebreaks {
        display: block; # block - line breaks, inline - all one line
    }
    
    .searchresults .LabelCallNumber {
        display: inline; # inline - display, none - don't display
    }
    
    III) Do a search on the OPAC
    
    IV) Validate : check the format of availability informations for each search result (Breakline or "Call Number:" text).
    
    Sponsored-by: CCSR ( http://www.ccsr.qc.ca )
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 357bb7e1e36b2e72e73f88a073fcdde99e6eb945
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Oct 29 11:20:06 2015 -0300

    Bug 15082: t/db_dependent/Search.t shouldn't mock the DB connection
    
    This patch makes the t/db_dependent/Search.t tests use a real DB instead of
    mocking the DB handler (which is not actually used and generates unnecesary
    warnings when running the tests).
    
    It does so by grabbing the DB configuration data using C4::Context->config()
    and passing it (writing %ENV) to rewrite-config.PL, all is done in zebra_config.pl
    which is only used on the Search.t file.
    
    To test:
    - Run
      $ prove t/db_dependent/Search.t
    => FAIL: Warnings are raised about DB being mocked and DBIC not recognising 'Mock'
             as a valid DB driver.
    - Apply the patch
    - Run
      $ prove r/db_dependent/Search.t
    => SUCCESS: Same tests results, no warning about DBIC driver.
    - Sign off :-D
    
    Disclamer: As of writing this patch, the Search.t tests pass. The patch is not dealing
    with tests results, but how they use the DB.
    
    Sponsored-by: Universidad Nacional de Cordoba
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Test pass before & after, a 'little' less noisy
    No errors
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |   52 ++++++++++++--------
 t/db_dependent/Search.t                            |    5 --
 t/db_dependent/zebra_config.pl                     |   10 ++++
 3 files changed, 42 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list