[koha-commits] main Koha release repository branch master updated. v17.11.00-954-g7aac304

Git repo owner gitmaster at git.koha-community.org
Tue Mar 27 18:52:41 CEST 2018


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  7aac30428f3ae24f384bad316650e26b32dc5fed (commit)
       via  24f25369a58d4a2bc2adf92853feeed4337e013e (commit)
       via  d8b3497368b839e4fc594661719351efbe3433cc (commit)
       via  51d7a02726b81b28325f7a151c8670e2f2293f71 (commit)
       via  da36fd4429863c77570543a08978d0ef1e290e41 (commit)
       via  b03ce512c45544d2b9695f913a2291530cb63362 (commit)
       via  f3f8c669141da6941f7eebaebb157e99a3a5e217 (commit)
       via  62f79301479a7926f5e5d2f3299a1d156f50d933 (commit)
       via  b8a94b0a9a0c4b92ab22f61522d2c449012762fd (commit)
       via  fec6a3c83a53a973db464512523c7f022e9ad976 (commit)
       via  9f757c7e6a05a70fd4e374b284396885daff336f (commit)
      from  385c16174b4156f59518cdd1de02ee81ba3c03b8 (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 7aac30428f3ae24f384bad316650e26b32dc5fed
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 27 13:37:35 2018 -0300

    Bug 20479: Ease readability - do not enter the block if not logged in
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 24f25369a58d4a2bc2adf92853feeed4337e013e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 27 12:47:54 2018 -0300

    Bug 20479: Use $flag instead of fetching patron
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit d8b3497368b839e4fc594661719351efbe3433cc
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Mar 27 15:05:57 2018 +0000

    Bug 20479: (follow-up) Don't try to get flags for database user
    
    Login will still break in opac-user.pl, but that seems a bigger problem
    not from SCI module
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 51d7a02726b81b28325f7a151c8670e2f2293f71
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Mar 27 12:47:57 2018 +0000

    Bug 20479: Don't kick superlibrarians out of the opac
    
    To test:
    1 - Try to log in to opac with a superlibrarian
    2 - Everythign goes wrong
    3 - Apply patch
    4 - Try to log in with superlibrarian
    5 - You can sign in
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit da36fd4429863c77570543a08978d0ef1e290e41
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 27 13:27:27 2018 -0300

    Bug 20480: send KOHA_VERSION even if only one language is enabled
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b03ce512c45544d2b9695f913a2291530cb63362
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Mar 27 11:54:51 2018 -0300

    Bug 20480: Make KOHA_VERSION available to all templates in all circumstances
    
    This patch makes C4::Templates::gettemplate set the KOHA_VERSION param
    for the template. This way this template parameter, which is required by
    (probably) all pages that include CSS/JS content is available in all
    circumstances.
    
    A noticeable problem with the current approach is when using the SCO and
    SCI modules with wrong/forbidden users: C4::Auth short-circuits and
    redirects to the login page, without setting the KOHA_VERSION param.
    This patch solves it for good.
    
    To test:
    - Enable the SCI module
    - Open the browser at
      http://localhost:8080/cgi-bin/koha/sci/sci-main.pl
    - Login with the db user (koha_kohadev / password)
    => FAIL: Login failure, but styling is broken
    - Apply this patch
    - Retry
    => SUCCESS: Everything looks as it should!
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f3f8c669141da6941f7eebaebb157e99a3a5e217
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 27 12:21:41 2018 -0300

    Bug 20474: Mimick Letters.t
    
    Please improve if needed the 2 occurrences on a separate bug reports.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 62f79301479a7926f5e5d2f3299a1d156f50d933
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Mar 26 15:39:28 2018 +0000

    Bug 20474: Mock sendmail instead of actually emailing
    
    Copy mocking sendmail code from t/db_dependent/Letters.t
    into the Passwordrecovery.t test file.
    
    prove t/db_dependent/Passwordrecovery.t
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b8a94b0a9a0c4b92ab22f61522d2c449012762fd
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Mar 26 16:46:19 2018 +0000

    Bug 20474: Explicitly call sendmail to make mocking work
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit fec6a3c83a53a973db464512523c7f022e9ad976
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 27 12:03:51 2018 -0300

    Bug 20045: Fix Selenium tests
    
    Element id=doc does not longer exist on the admin home page
    The "main block" need to be localized using the new class 'main
    container-fluid'
    We will certainly need to improve this later.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 9f757c7e6a05a70fd4e374b284396885daff336f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 26 19:35:07 2018 -0300

    Bug 20267: .gitignore do not need to be mapped in Makefile
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Auth.pm                                     |   13 ++++-------
 C4/Letters.pm                                  |    8 +++----
 C4/Templates.pm                                |    3 +++
 t/Makefile.t                                   |    1 +
 t/db_dependent/Passwordrecovery.t              |   29 +++++++++++++++++++++---
 t/db_dependent/selenium/administration_tasks.t |   12 +++++-----
 t/lib/Selenium.pm                              |    2 ++
 7 files changed, 47 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list