[koha-commits] main Koha release repository branch master updated. v19.05.00-198-gb5ad077

Git repo owner gitmaster at git.koha-community.org
Mon Jun 24 18:34:49 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  b5ad077342faed74de34c3f185379ddf1b8ff4ad (commit)
       via  a19bd0e0267e9173a8c766c565ef67ecd1babcb7 (commit)
       via  dc0e8002fa6219cd49a5cc457191ef7855163c28 (commit)
       via  9f4c2306ebc42e107603f6f8bf393a20d1013458 (commit)
       via  12ef157d757431520d63ab154b9572a855acf317 (commit)
       via  e17cff4d5aea108010850ff4a6bada80ba6ef055 (commit)
       via  aa8abb916f8aa19c109abdd7841560abc01db239 (commit)
       via  c5ca160e3b79b7ad1cbc4cfc1c2c7db30d2686ff (commit)
      from  a87f5a01502b5df08f5e7b61650be6ea7dbafa30 (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 b5ad077342faed74de34c3f185379ddf1b8ff4ad
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Jun 24 17:12:44 2019 +0100

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

commit a19bd0e0267e9173a8c766c565ef67ecd1babcb7
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Jun 20 16:42:22 2019 +0000

    Bug 23109: (follow-up) fix typo in upgrade script
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit dc0e8002fa6219cd49a5cc457191ef7855163c28
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Jun 17 21:50:01 2019 +0000

    Bug 23109: Improve description of staffaccess permission
    
    Changes:
    Allow staff members to modify permissions for other staff members
    To:
    Allow staff members to modify permissions and passwords for other staff members.
    
    As suggested by Andre on the initial bug report.
    
    To test:
    - Go to any patron account and check More > permissions
    - Veriy the description is shown as noted above
    - Apply patch and run database update
    - Reload the page and verify the description has changed
    - Run the following SQL and verify the description in the
      database table matches as well:
    
    SELECT * FROM userflags where flag = "staffaccess";
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9f4c2306ebc42e107603f6f8bf393a20d1013458
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jun 24 10:37:54 2019 -0500

    Bug 23158: Make the assignment statement more readable
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 12ef157d757431520d63ab154b9572a855acf317
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Jun 19 13:42:16 2019 +0200

    Bug 23158: keep on-site checkout info when using itemBarcodeFallbackSearch
    
    When using preference itemBarcodeFallbackSearch one can enter a search term instead of a barcode in checkout form.
    If on-site is selected this should be transmitted to itemBarcodeFallbackSearch form.
    
    Test plan :
    1) Enable system preferences "itemBarcodeFallbackSearch" and "OnSiteCheckouts"
    2) Disable system preference "ConsiderOnSiteCheckoutsAsNormalCheckouts"
    3) Go to a patron circulation page
    4) Check "On-site checkout" in "Checkout settings"
    5) Enter a barcode in checkout form and click on "Check out"
    6) You see the checkout in table with red "(On-site checkout)"
    7) Check "On-site checkout" in "Checkout settings"
    8) Enter the title of a record in in checkout form and click on "Check out"
    9) Click on "Checkout" on a line
    10) You see the checkout in table with red "(On-site checkout)"
    
    Signed-off-by: Arthur Bousquet <arthur.bousquet at inlibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e17cff4d5aea108010850ff4a6bada80ba6ef055
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Jun 24 17:07:04 2019 +0100

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

commit aa8abb916f8aa19c109abdd7841560abc01db239
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Sat Jun 8 17:57:17 2019 +0000

    Bug 5287: (QA follow-up) update deprecated button
    
    Signed-off-by: Liz Rea <wizzyrea 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>

commit c5ca160e3b79b7ad1cbc4cfc1c2c7db30d2686ff
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jun 11 12:16:10 2019 +0000

    Bug 5287: Add floating toolbar to search results in OPAC
    
    This patch adds the "hc-sticky" JavaScript library to the OPAC and uses
    it to make the search results toolbar "stick" to the top of the page as
    the user scrolls down.
    
    This patch also moves search results pagination into the toolbar so that
    pagination links are available. Font Awesome icons are added to the
    pagination include to replace arrow HTML entities.
    
    To test, apply the patch and rebuild the OPAC CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
     - Perform a catalog search in the OPAC which will return multiple pages
       of results. Confirm that the toolbar "sticks" and that all controls
       in the toolbar work correctly.
     - Test at various browser widths to confirm that it adapt well to
       various sizes.
    
    Signed-off-by: Liz Rea <wizzyrea 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:
 Koha.pm                                            |    2 +-
 circ/circulation.pl                                |    8 +-
 installer/data/mysql/updatedatabase.pl             |    7 ++
 installer/data/mysql/userflags.sql                 |    2 +-
 .../intranet-tmpl/prog/en/includes/permissions.inc |    2 +-
 .../prog/en/modules/circ/circulation.tt            |    1 +
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |    2 +-
 .../opac-tmpl/bootstrap/css/src/_responsive.scss   |   61 +++++++++++--
 koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss    |   18 +++-
 .../bootstrap/en/includes/page-numbers.inc         |   12 +--
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |   95 +++++++++++---------
 koha-tmpl/opac-tmpl/bootstrap/js/script.js         |    2 -
 .../{intranet-tmpl => opac-tmpl}/lib/hc-sticky.js  |    0
 13 files changed, 146 insertions(+), 66 deletions(-)
 copy koha-tmpl/{intranet-tmpl => opac-tmpl}/lib/hc-sticky.js (100%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list