[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.03-13-g98635c1

Git repo owner gitmaster at git.koha-community.org
Mon Sep 2 16:23:59 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, 19.05.x has been updated
       via  98635c1a61514cd50052f1668ace75406876d0f4 (commit)
       via  68f1d4487381198af84c803b79e451b89cece937 (commit)
       via  66b48b7990b5911b7472c219bbfd05d360e0ed22 (commit)
       via  a636742d742eee3e9832e8479130e721d333a111 (commit)
       via  225f0d2e0ff1717be57d7e478e6e0dd1cd530837 (commit)
      from  6a0775cef50598d3d33912fe41749fec09dc4631 (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 98635c1a61514cd50052f1668ace75406876d0f4
Author: Emmi <emmi.takkinen at outlook.com>
Date:   Wed Jul 10 09:25:43 2019 +0300

    Bug 22272: Calendar: When entering date ranges grey out dates in the past from the start date
    
    In "Calendar" tool it's possible to pick dates before start
    date as end date.
    
    This patch sets end date calendars "minDate" as picked start day
    to grey out past dates. Also reindents datepicker code for
    better readability.
    
    Test plan:
    - Apply this patch
    - Set start date from first calendar
    - Set end date from second calendar
    => Dates before start date are greyed out
    
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Lucas Gass <lucas 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>
    (cherry picked from commit 06e28c3ac5b708ce01ea1265fa993c1f85e98645)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 68f1d4487381198af84c803b79e451b89cece937
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jul 29 12:57:21 2019 +0000

    Bug 23385: (follow-up) Update link
    
    This follow-up adds a dummy href attribute to the link for showing and
    hiding the default values form so that it behaves more like a link.
    
    I removed "click to" from the link text and added Font Awesome icons
    common to "show/hide" links.
    
    Signed-off-by: George Williams <george at nekls.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 0a66d33d8c5d778e3a0961cb5953e2432d9ccb65)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 66b48b7990b5911b7472c219bbfd05d360e0ed22
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jul 26 14:48:51 2019 +0000

    Bug 23385: Hide 'Default values' fields by default
    
    To test:
    1 - Go to Tools->Import patrons
    2 - Choose a file
    3 - Scroll a long way to submit
    4 - Apply patch
    5 - Choose a file
    6 - Can submit easily
    7 - Click to expand and enter default fields
    8 - Confirm can still submit and that values entered are used
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: George Williams <george at nekls.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 9258d385baa94a00f671dea6315c7738a8f38026)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit a636742d742eee3e9832e8479130e721d333a111
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon Sep 2 14:43:44 2019 +0200

    Bug 23438: Compiled CSS
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 225f0d2e0ff1717be57d7e478e6e0dd1cd530837
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Aug 7 15:33:52 2019 +0200

    Bug 23438: Use Font Awesome icons in intranet search results browser
    
    In intranet after a search you see a results browser top left of biblio record details.
    
    Actually this uses text for links next and previous with a character for the arrows.
    I propose to use Font Awesome icons arrows.
    
    In fact the translated text is often too large for those buttons.
    For example "Previous" is "Préédant" in french and it causes the next and previous buttons to display on two lines.
    Using icons is more compact and easy to use.
    
    This patch also adds the list icon to back to results link and changes for a minimal text "Results".
    
    1) Go to intranet
    2) Perform a search with a few results
    3) Click on first record
    4) Check browser displays well
    5) Click on next icon, check you go to next search result
    6) Click on revious icon, check you go to previous search result
    7) Click on "Results", you come back to search results
    8) Clik on "Last" and click on last record
    9) Check browser displays well
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 2fade168c81bc05d24164780cbddc100302dd71f)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/js/browser.js              |   10 ++--
 .../intranet-tmpl/prog/css/src/staff-global.scss   |    1 -
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 .../prog/en/includes/browser-strings.inc           |    2 +-
 .../prog/en/modules/tools/holidays.tt              |   61 ++++++++++----------
 .../prog/en/modules/tools/import_borrowers.tt      |   13 ++++-
 6 files changed, 49 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list