[koha-commits] main Koha release repository branch master updated. v19.05.00-233-gbb80b2d

Git repo owner gitmaster at git.koha-community.org
Fri Jun 28 18:02:20 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  bb80b2d38b9861e7e81b76608cc097654b27fcb4 (commit)
       via  04f508452c151a530988c98717aa4a96e6d89398 (commit)
       via  ad52ccd1be0ff9a23fdd31c24b5bab38b20b244e (commit)
       via  9e91662ac7bab81a6d3267d2e891c1ef5508a741 (commit)
       via  00b71e8ea3deb717a343a266888744939d23187b (commit)
      from  fc39e24eb502c1f724e8c5aa8b7264db901be278 (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 bb80b2d38b9861e7e81b76608cc097654b27fcb4
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Jun 28 16:41:58 2019 +0100

    Bug 17178: DBRev 19.06.00.009
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 04f508452c151a530988c98717aa4a96e6d89398
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Jun 28 16:33:29 2019 +0100

    Bug 17178: (RM follow-up) Use latest version of library
    
    This patch just updates us to the latest version of the jQuery library
    introduced in this patchset.
    
    Thankyou goes out to Josef Moravec who has already contributed a
    language translation upstream for Czech (and the reason I pulled in this
    updated library at this time)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ad52ccd1be0ff9a23fdd31c24b5bab38b20b244e
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Jun 28 15:52:37 2019 +0100

    Bug 17178: (QA follow-up) Make DB update idempotent
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9e91662ac7bab81a6d3267d2e891c1ef5508a741
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Wed May 8 23:41:43 2019 -0300

    Bug 17178: Add virtual keyboard to advanced cataloguing editor
    
    This patch adds Mottie keyboard (https://github.com/Mottie/Keyboard) to advanced editor.
    
    To test:
    1) Apply patches
    2) perl install/data/mysql/updatedatabase.pl
    3) Enable EnableAdvancedCatalogingEditor system preference
    4) Go to cataloguing and to Advanced editor
    5) Click on Keyboard shortcuts
    SUCCESS => the keyboard shortcut "Ctrl-K" should be displayed, with "Toggle keyboard" as description
    6) press Ctrl-K
    SUCCESS => a virtual keyboard should be displayed, and a new toolbar button labeled "Keyboard layout" should appear.
    	=> when you press a letter on both the physical and virtual keyboard, they should be added to the editor.
    7) Click on "Keyboard layout"
    SUCCESS => a modal should appear, where you can filter and select keyboard layouts.
    	=> when you select a layout, it should be reflected on the keyboard.
    	=> when you close the modal without selecting a layout, it should keep using the previous layout.
    8) Sign off
    
    Sponsored-by: Round Rock Public Library
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 00b71e8ea3deb717a343a266888744939d23187b
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Tue May 14 02:57:07 2019 -0300

    Bug 17178: Add shortcut to keyboard_shortcut table
    
    This patch adds Ctrl-K shortcut to toggle virtual keyboard shortcut
    
    Sponsored-by: Round Rock Public Library
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 .../data/mysql/mandatory/keyboard_shortcuts.sql    |    3 +-
 installer/data/mysql/updatedatabase.pl             |   11 +
 .../lib/keyboard/css/keyboard-basic.min.css        |    1 +
 .../lib/keyboard/css/keyboard-dark.min.css         |    1 +
 .../keyboard/css/keyboard-previewkeyset.min.css    |    1 +
 .../lib/keyboard/css/keyboard.min.css              |    1 +
 .../js/jquery.keyboard.extension-all.min.js        |    5 +
 .../jquery.keyboard.extension-altkeyspopup.min.js  |    2 +
 .../jquery.keyboard.extension-autocomplete.min.js  |    2 +
 .../js/jquery.keyboard.extension-caret.min.js      |    2 +
 .../js/jquery.keyboard.extension-extender.min.js   |    2 +
 .../js/jquery.keyboard.extension-mobile.min.js     |    2 +
 .../js/jquery.keyboard.extension-navigation.min.js |    2 +
 .../jquery.keyboard.extension-previewkeyset.min.js |    2 +
 .../js/jquery.keyboard.extension-scramble.min.js   |    2 +
 .../js/jquery.keyboard.extension-typing.min.js     |    2 +
 .../lib/keyboard/js/jquery.keyboard.js             | 3570 ++++++++++++++++++++
 .../lib/keyboard/js/jquery.keyboard.min.js         |    2 +
 .../lib/keyboard/js/jquery.mousewheel.min.js       |    2 +
 .../lib/keyboard/languages/all.min.js              |    1 +
 .../intranet-tmpl/lib/keyboard/layouts/all.min.js  |    5 +
 .../lib/koha/cateditor/marc-editor.js              |   78 +
 koha-tmpl/intranet-tmpl/prog/css/cateditor.css     |   12 +
 .../prog/en/includes/cateditor-ui.inc              |    4 +
 .../prog/en/includes/keyboard_shortcuts.inc        |    1 +
 .../prog/en/modules/cataloguing/editor.tt          |   20 +
 27 files changed, 3736 insertions(+), 2 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/css/keyboard-basic.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/css/keyboard-dark.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/css/keyboard-previewkeyset.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/css/keyboard.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/js/jquery.keyboard.extension-all.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/js/jquery.keyboard.extension-altkeyspopup.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/js/jquery.keyboard.extension-autocomplete.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/js/jquery.keyboard.extension-caret.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/js/jquery.keyboard.extension-extender.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/js/jquery.keyboard.extension-mobile.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/js/jquery.keyboard.extension-navigation.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/js/jquery.keyboard.extension-previewkeyset.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/js/jquery.keyboard.extension-scramble.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/js/jquery.keyboard.extension-typing.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/js/jquery.keyboard.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/js/jquery.keyboard.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/js/jquery.mousewheel.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/languages/all.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/keyboard/layouts/all.min.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list