[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.01-10-g8b0b8ca

Git repo owner gitmaster at git.koha-community.org
Tue Jun 27 16:34:09 CEST 2017


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, 17.05.x has been updated
       via  8b0b8ca53221ab09917713f8d6bca534d5b92a34 (commit)
       via  d5f1aca783390beaf422847d3f01a3f632e37bfe (commit)
       via  fe5c9a47b6851aa936e6bce0076e9105c3c53ff5 (commit)
       via  06aca0844b1bbc42a759d0c9900be3ea7fef3a7d (commit)
       via  c3c5642bb87eb30e40681ef1894e5342148083e8 (commit)
      from  00ebb0588ef44077cd2275ae80059b0b7bdddfad (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 8b0b8ca53221ab09917713f8d6bca534d5b92a34
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jun 16 17:00:23 2017 -0300

    Bug 18804: Add additional information to execute successfuly selenium tests
    
    (cherry picked from commit 0f105285910d6a14b44d7cd789475a144552a627)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit d5f1aca783390beaf422847d3f01a3f632e37bfe
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 14 13:08:43 2017 -0300

    Bug 18804: (bug 13501 follow-up) Fix add item form (select2)
    
    Hard to say here, select2 adds so many elements that we need to ignore.
    Here we just assume that input text with an id starting with
    tag_952_subfield must be filled
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    (cherry picked from commit 8035a467f0b5d8441d4164bc183286d4f2593438)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit fe5c9a47b6851aa936e6bce0076e9105c3c53ff5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 14 13:08:20 2017 -0300

    Bug 18804: (bugs 16400,11088 follow-up) Update the "save category" elt selector
    
    With bug 11088 and bug 16400 the submit node switched from:
      <input type="submit" name="save" onclick="return check_form_borrowers();" value="Save" />
    to:
      <button type="submit" name="save" onclick="return check_form_borrowers">
    then finally to:
      <button class="btn btn-small" id="saverecord" type="submit" name="save" onclick="return check_form_borrowers();">
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    (cherry picked from commit 08ab41aa9825e48f6321a90bf0bef09b572d4000)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 06aca0844b1bbc42a759d0c9900be3ea7fef3a7d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 14 13:07:41 2017 -0300

    Bug 18804: (bug 16286 follow-up) Update the "save category" elt selector
    
    Bug 16286 replaced the submit node:
      <input type="button" value="Save" onclick="Check(this.form);" />
    with
      <input type="submit" value="Save" />
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    (cherry picked from commit a88f540ec1a0f7e1f876f3811d0e44cb3ff3a612)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit c3c5642bb87eb30e40681ef1894e5342148083e8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jun 13 17:43:39 2017 -0300

    Bug 18804: Skip selenium tests if Selenium::Remote::Driver is not installed
    
    We do not want these tests to fail if the module is not installed.
    This module is not in the dependencies of Koha and it is good as it.
    A developper who wants to use it will know what to do.
    It is part of RM duties to make sure these tests pass
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    (cherry picked from commit 943a3a5c3ab4df6337607e1e237ff4f059d23da4)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 t/db_dependent/selenium/basic_workflow.t |  237 +++++++++++++++++-------------
 1 file changed, 137 insertions(+), 100 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list