[koha-commits] main Koha release repository branch master updated. v19.05.00-264-ge466ce6

Git repo owner gitmaster at git.koha-community.org
Tue Jul 2 10:43:03 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  e466ce63ab92e79e76457c47007b588a4c03f30b (commit)
       via  8901d289cf1d4cd8f8904712e58c2224a5388c28 (commit)
       via  f748443822a27bc26649f4e1f1a8f0f35d8edd92 (commit)
       via  20342b376fd0d8cdedd70e8d35f5e8a619727037 (commit)
      from  e75dc18424ba5905b79dd2c92e91ba2c8f4ecfed (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 e466ce63ab92e79e76457c47007b588a4c03f30b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon May 13 16:22:49 2019 +0000

    Bug 22897: Switch two-column templates to Bootstrap grid: ILL requests
    
    This patch modifies the ILL requests template to use the Bootstrap grid
    instead of YUI.
    
    To test, apply the patch and look at the ILL requests template. Confirm
    that it looks correct at various browser widths.
    
    Signed-off-by: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8901d289cf1d4cd8f8904712e58c2224a5388c28
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Jul 2 09:19:28 2019 +0100

    Bug 20959: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f748443822a27bc26649f4e1f1a8f0f35d8edd92
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jun 27 18:11:51 2019 +0000

    Bug 20959: Style checkin form more like the checkout form, with collapsed settings panel
    
    This patch modifies the structure of the checkin form so that settings
    (Specify return date, book drop mode, forgive overdue charges) are in a
    collapsed panel when inactive. The style of the barcode field and the
    mode notification messages has been changed to reduce the vertical
    motion of the form when selecting options.
    
    Some class names have been changed in circulation.tt and circulation.js
    to make them appropriate for use on both forms.
    
    To test, apply the patch and rebuild the staff client CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    Clear your browser cache if necessary.
    
     - View the checkin page. The "checkin settings" panel should be
       collapsed by default.
     - Confirm that the settings panel collapses and expands as it should.
     - Confirm that selecting "Forgive overdue charges" or "Book drop mode"
       trigger the display of the correct message and that the style of the
       barcode field is changed.
     - Confirm that after submitting a barcode for check-in, the
       settings panel stays open and your selected settings are still
       selected.
     - Confirm that specifying a due date and selecting "remember" shows
       a new message with the selected date.
       - Confirm that unchecking "remember" hides the message.
       - Confirm that date settings are remembered and the correct message
         displayed (or not) during check-in.
     - Test with CircSidebar enabled and disabled.
    
    Signed-off-by: Arthur Bousquet <arthur.bousquet at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 20342b376fd0d8cdedd70e8d35f5e8a619727037
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Wed Jun 26 16:15:43 2019 -0300

    Bug 23222: Update plugins-home.tt with new ENABLE/DISABLE flag name
    
    At some point of history, the flag to indicate if a plugin was enabled/disabled was called "enabled", now it's called "is_enabled"
    
    To test:
    1) get a fresh master copy
    2) Enable plugins
    3) Install any plugin
    CHECK => plugin appears as disabled
          => If you try to enable it, it just appears as disabled just the same
    4) Apply this patch
    5) Reload page
    SUCCESS => plugin appears as enabled
            => enable / disable action works again
    6) Sign off
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../intranet-tmpl/prog/css/src/staff-global.scss   |   29 +++-
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 .../prog/en/modules/circ/circulation.tt            |   16 +-
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |  180 ++++++++++++--------
 .../prog/en/modules/ill/ill-requests.tt            |  115 +++++++------
 .../prog/en/modules/plugins/plugins-home.tt        |    4 +-
 .../intranet-tmpl/prog/js/pages/circulation.js     |   28 +--
 7 files changed, 221 insertions(+), 153 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list