[koha-commits] main Koha release repository branch master updated. v19.05.00-97-g6dd4071

Git repo owner gitmaster at git.koha-community.org
Tue Jun 18 13:43:09 CEST 2019


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  6dd40712c1c20af3408c50546d9b97560082ce2c (commit)
       via  a7513c0dc69f3a9bff55c77495389cb73be50965 (commit)
      from  7b0dbb136310028e756f22b73745dbd9c542a271 (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 6dd40712c1c20af3408c50546d9b97560082ce2c
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Jun 14 12:33:08 2019 +0100

    Bug 22210: (QA follow-up) Tiny gramatical correction
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a7513c0dc69f3a9bff55c77495389cb73be50965
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Thu May 16 18:07:12 2019 +0200

    Bug 22210: Mana config - Replace firstname and lastname with name
    
    I've applied a patch on Mana test server. If you want to
    test with your own Mana instance, do the folowing:
      - checkout bug/22210 branch from
        http://git.biblibre.com/biblibre/koha-mana.git
      - run these sql queries on Mana database (we need an update DB method
        i think):
        - ALTER TABLE librarian ADD COLUMN name VARCHAR(50) AFTER email
        - UPDATE librarian SET name = (SELECT CONCAT(firstname, ' ',
          lastname))
        - ALTER TABLE librarian DROP COLUMN firstname
        - ALTER TABLE librarian DROP COLUMN lastname
    
    Test plan
      - set mana_config to "https://mana-test.koha-community.org",
      - go to admin > Share content with Mana KB,
      - set "Use Mana KB for sharing content" to yes,
      - save,
      - in the 2nd fieldset, enter a name and email,
      - click on send to Mana KB,
      - check that you got a token,
      - you should receive an email (Mana KB registration)
      - check the name is correct
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 admin/share_content.pl                                      |    6 ++----
 .../intranet-tmpl/prog/en/modules/admin/share_content.tt    |   11 ++++-------
 2 files changed, 6 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list