[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-142-g0cd6eaa

Git repo owner gitmaster at git.koha-community.org
Mon Oct 21 21:20:48 CEST 2013


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.8.x has been updated
       via  0cd6eaad35ca710d1eb23ccf9350490b9e288b36 (commit)
       via  693d947bb1d96a34e40d9c33319bb4ceb601af88 (commit)
       via  d1120950c181144f8fde816736e1e392f1441c4c (commit)
      from  255b1144607feef3f25316f3710afa565f212065 (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 0cd6eaad35ca710d1eb23ccf9350490b9e288b36
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Aug 16 16:09:13 2013 +0000

    Bug 10653: (follow-up) minor tweaks to RotatingCollections tests
    
    - remove unnecessary module import
    - use parentheses for all C4 function calls
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 40aa42f31f10acad92da5f2c57319f049fba9289)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 800e1fc6d059b59a6aa0f5f0353c64ea1b606560)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 800e1fc6d059b59a6aa0f5f0353c64ea1b606560)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit d5cc7da52ac6d6e0fd21662c4f3ebc24c22d511b)

commit 693d947bb1d96a34e40d9c33319bb4ceb601af88
Author: Kenza Zaki <kenza.zaki at biblibre.com>
Date:   Tue Jul 30 13:43:19 2013 +0200

    Bug 10653: add unit tests for C4::RotatingCollections.pm
    
    The tests are wrap in a database transaction.
    
    Test plan:
    prove t/db_dependent/RotatingCollections.t
    t/db_dependent/RotatingCollections.t .. ok
    All tests successful.
    Files=1, Tests=41, 20 wallclock secs ( 0.02 usr  0.01 sys +  0.41 cusr  0.02 csys =  0.46 CPU)
    Result: PASS
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 12061f44beb46709e03d09f7ff61551fa9297b2e)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit eb0373c7eb6d1f0cb52155709c18e06c09ab55df)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit eb0373c7eb6d1f0cb52155709c18e06c09ab55df)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 338e966d651ca6c00bd8d04c7d24099ca00d1b84)

commit d1120950c181144f8fde816736e1e392f1441c4c
Author: Marc Veron <veron at veron.ch>
Date:   Sun Oct 7 19:54:44 2012 +0200

    Bug 8887: only display desired result when doing exact syspref search
    
    This patch fixes an issue where entering the complete name of a system
    preference when doing a syspref search in the staff interface resulted
    in the display of *all* preferences belonging to the desired one's
    module.
    
    Since providing a more specific search string should result in getting
    back more specific results, the previous behavior was not intuitive.
    
    Test scenario:
    
    a) In sysprefs, do a search with partial match (e.g. intranetcolor)
    -> Result shows one entry: intranetcolorstylesheet
    b) Do an exact search. e.g. intranetcolorstylesheet
    -> Result shows all Staff Client preferences
    
    Apply patch, test again. Now b) behaves like a).
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pl, works as advertised.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 9bc53a0fccc3b673dca43791ebfcb53fd6e0a9ee)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit a4dbe6821d167908792a7665c492d0e2976aaa0a)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit a4dbe6821d167908792a7665c492d0e2976aaa0a)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 17fefb868bddf997d90799de5f9190f330c20aac)

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

Summary of changes:
 admin/preferences.pl                 |   10 +-
 t/db_dependent/RotatingCollections.t |  307 ++++++++++++++++++++++++++++++++++
 2 files changed, 311 insertions(+), 6 deletions(-)
 create mode 100644 t/db_dependent/RotatingCollections.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list