[koha-commits] main Koha release repository branch master updated. v16.11.00-576-geb5151b

Git repo owner gitmaster at git.koha-community.org
Thu Mar 23 11:12:30 CET 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, master has been updated
       via  eb5151b0a89758d6da83eccfa08b5239f20d4ea2 (commit)
       via  db93f85a333f10499562605d26b6fc2600ffc496 (commit)
       via  4f2c804e8a36f9016e02867cc46669dff59e605d (commit)
      from  547208d06458865300f1ff23f7723da6e4901d6a (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 eb5151b0a89758d6da83eccfa08b5239f20d4ea2
Author: Baptiste Wojtkowski <baptiste.wojtkowski at biblibre.com>
Date:   Mon Mar 20 08:35:17 2017 +0000

    BUG 8010: Removed Auth2.t
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit db93f85a333f10499562605d26b6fc2600ffc496
Author: Baptiste Wojtkowski <baptiste.wojtkowski at biblibre.com>
Date:   Fri Mar 17 16:12:59 2017 +0000

    BUG 8010: Correct a few syntax errors, and moved tests
    
    - Tests are now in t/db_dependent/Search/History.t
    - There were 2 differents sysprefs in sysprefs.sql and in atomicupdate => fixed
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 4f2c804e8a36f9016e02867cc46669dff59e605d
Author: Baptiste Wojtkowski <baptiste.wojtkowski at biblibre.com>
Date:   Mon Feb 13 15:21:57 2017 +0000

    Added a new syspref to Load history to the next user
    
    Added a syspref LoadHistory addSearchHistoryToTheFirstLoggedUser to select if you want the system to add the history of searches performed without session when you log in as registered user.
    TEST PLAN
    1 - Search in the catalogue, check you are not logged
    2 - Log in : your last history should appear
    4 - Log out
    5 - Apply the patch
    6 - Repeat 1 and 2
    7 - Desactivate the syspref addSearchHistoryToTheFirstLoggedUser
    8 - Repeat 1 and 2 : your last history shouldn't appear
    
    The Unit test doesn't rollback but delete the added lines : the function get_template_and_user allway sets the autocommit to 1.
    
    https://bugs.koha-community.org/show_bug.cgi?id=8010
    
    Tested 3 patches together, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Auth.pm                                         |   50 ++++----
 ...adSearchHistoryToTheFirstLoggedUser_syspref.sql |    2 +
 installer/data/mysql/sysprefs.sql                  |    1 +
 .../en/modules/admin/preferences/searching.pref    |    8 ++
 t/db_dependent/Search/History.t                    |  129 +++++++++++++++++++-
 5 files changed, 165 insertions(+), 25 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_8010-add_LoadSearchHistoryToTheFirstLoggedUser_syspref.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list