[koha-commits] main Koha release repository branch master updated. v19.05.00-890-ga013f2b

Git repo owner gitmaster at git.koha-community.org
Wed Oct 9 16:00:45 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  a013f2bbdd9cbf0c560a855e66d665857f8b8db0 (commit)
       via  8564cbcd9ab130bd06ca41db1fe4489ec51cea8b (commit)
       via  5e746f9d567921b1419e63216bdfaa85374d19c4 (commit)
       via  3b0ab38559ba021430aa1d9775748a6cb8dc94b2 (commit)
      from  90e2882568375bce956d0cb50edfa070c42cafce (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 a013f2bbdd9cbf0c560a855e66d665857f8b8db0
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Oct 9 14:37:39 2019 +0100

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

commit 8564cbcd9ab130bd06ca41db1fe4489ec51cea8b
Author: Nick <nick at bywatersolutions.com>
Date:   Mon Oct 7 23:25:38 2019 +0000

    Bug 17179: (follow-up) Add to keyboard_shortcuts.sql
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5e746f9d567921b1419e63216bdfaa85374d19c4
Author: Alex Sassmannshausen <alex.sassmannshausen at ptfs-europe.com>
Date:   Thu Oct 3 15:36:26 2019 +0200

    Bug 17179: (follow-up) Correct typos, add default select.
    
    Correct error whereby object curCursor was invoked as a function.
    
    Added action whereby the most recent entry in the clipboard is
    selected after all copy and cut operations.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3b0ab38559ba021430aa1d9775748a6cb8dc94b2
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Feb 20 17:30:36 2019 +0000

    Bug 17179: Add keyboard shortcuts to repeat (duplicate) a field, and cut text
    
    This patchset introduces an internal clipboard to the advanced editor
    and provides some new functionality to make use of this, default shortcuts are provided
    but can be edited per bug 21411
    
    The default shortcuts for new/changed functions are:
    
    Changed:
    Ctrl-X:       Now cuts a line into the clipboard area
    Shift-Ctrl-X: Now cuts current subfield into clipboard area
    
    Added:
    Ctrl-C:       Copies a line into the clipboard area
    Shift-Ctrl-C: Copies current subfield into clipboard area
    Ctrl-P:       Pastes the selected item from the clipboard at cursor
    Ctrl-I:       Copies the current line and inserts onto a new line below
    
    To test:
    Verify all functionality above and confirm it behaves as expected
    
    Note:
    Ctrl-v pastes from the system clipboard - codemirror does not have
    access and this is why we use our "Clipboard"
    
    For browser cut/paste please use mouse right click or context menus
    
    Ctrl-P can be accessed as print by focusing outside the editor window
    
    Signed-off-by: Alex Sassmannshausen <alex at komputilo.eu>
    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:
 Koha.pm                                            |    2 +-
 .../data/mysql/mandatory/keyboard_shortcuts.sql    |    6 ++-
 installer/data/mysql/updatedatabase.pl             |   14 ++++++
 .../lib/koha/cateditor/marc-editor.js              |   52 +++++++++++++++++++-
 .../prog/en/includes/keyboard_shortcuts.inc        |    8 ++-
 .../prog/en/modules/cataloguing/editor.tt          |    5 ++
 6 files changed, 81 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list