[koha-commits] main Koha release repository branch master updated. v19.05.00-801-g1e727da

Git repo owner gitmaster at git.koha-community.org
Tue Oct 8 15:25:54 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  1e727da0446ad3814f8519b86120020af2f4099a (commit)
       via  f692ad00cbf49b1ff77937e75024b8e3bc8fa9c8 (commit)
       via  80a5cfd705b80f28c4bf74cc3e8a59bdeff5018e (commit)
       via  b5a0f5be76a9c1a6a62fac375d15bba25abe7555 (commit)
       via  9fe80a405405d043d2e17779974c1060477b521d (commit)
       via  ca018e8201bb527cc69c8beaaedd7fad780edbb7 (commit)
      from  182e64b86480bc58fb0f9bd044e7e7e31353bc26 (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 1e727da0446ad3814f8519b86120020af2f4099a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 30 13:54:37 2019 -0400

    Bug 22667: Pick default value from framework for cn_source
    
    If the cn_source has a default value defined in the framework it will
    not be used when ordering or receiving serials.
    
    Test plan:
    Set the pref DefaultClassificationSource to Library of congress
    Define a default value=ddc (for Dewey) for the ACQ and default framework
    Receive an order (AcqCreateItem=on ordering) and confirm that Dewey is
    selected by default (the default value from the ACQ framework is used)
    Receive a serial and confirm that Dewey is selected by default
    
    Signed-off-by: Brendan Gallagher <brendan 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 f692ad00cbf49b1ff77937e75024b8e3bc8fa9c8
Author: Nick <nick at bywatersolutions.com>
Date:   Thu Oct 3 09:46:46 2019 +0000

    Bug 23320: (follow-up) Remove unused budget_name variable
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 80a5cfd705b80f28c4bf74cc3e8a59bdeff5018e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Jul 15 18:01:25 2019 +0000

    Bug 23320: Removed unused close parameter in neworderempty
    
    To test:
     1 - Add to basket
     2 - Note the options on the page
     3 - Add &close=1 to the url
     4 - Note some inputs are disabled
     5 - Save anyway, note it is a regular order
     6 - Add another order to basket
     7 - Save it
     8 - Modify
     9 - Add close to the url again
    10 - Save changes
    11 - No functional change
    12 - Apply patch
    13 - Note close parameter has no effect now
    14 - Confirm you can place and confirm orders as before
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b5a0f5be76a9c1a6a62fac375d15bba25abe7555
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Wed Oct 2 17:34:53 2019 +0000

    Bug 23726: Give class to No Items Available text on OPAC results page
    
    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>

commit 9fe80a405405d043d2e17779974c1060477b521d
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Oct 8 13:59:29 2019 +0100

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

commit ca018e8201bb527cc69c8beaaedd7fad780edbb7
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Wed Oct 2 19:01:14 2019 +0000

    Bug 23729: Move CSS from moremember.tt template to staff global CSS
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Items.pm                                        |    2 +-
 acqui/neworderempty.pl                             |   17 +---
 .../intranet-tmpl/prog/css/src/staff-global.scss   |   28 ++++++
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 .../prog/en/modules/acqui/neworderempty.tt         |   98 ++++++--------------
 .../prog/en/modules/members/moremember.tt          |    8 --
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |    2 +-
 7 files changed, 61 insertions(+), 96 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list