[koha-commits] main Koha release repository branch master updated. v18.05.00-729-gb29c4e2

Git repo owner gitmaster at git.koha-community.org
Sat Sep 15 01:39:35 CEST 2018


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  b29c4e2bf9562c47b525b2b0644fb48db7853df2 (commit)
       via  b612ec7a0de5c77ca29a07728664fbd1d8cb7812 (commit)
       via  1442499a0b6d6c22c87b7ef9eea4c7cc540e3fce (commit)
       via  b0ef7174fe601bbf39408e455365ea563949b4bb (commit)
       via  2d6cf8bd7a0e290c8bb947ed1880f1e906d0e74c (commit)
      from  293e84d38dd25ae5bd08c2cdd5ce064f4201a79c (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 b29c4e2bf9562c47b525b2b0644fb48db7853df2
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Sep 14 16:23:58 2018 -0700

    Bug 21233: (follow-up) POD fix
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b612ec7a0de5c77ca29a07728664fbd1d8cb7812
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Sep 11 10:48:15 2018 -0700

    Bug 21334: Add bibliographic content type definitions
    
    This patch adds the following content type definitions, to be used by
    endpoint authors implementing MARC-related endpoints:
    
    --------------------------------------
    | Content-type             | Alias   |
    |--------------------------|---------|
    | application/marcxml+xml  | marcxml |
    | application/marc-in-json | mij     |
    | application/marc         | marc    |
    --------------------------------------
    
    Code using this aliases will use them like this:
    - Suppose you want to output data in MARCXML format:
    
    my $record = cool_method_that_returns_MARC_RECORD();
    return $c->render( status => 200, format => 'marcxml', text => $record->as_xml_record );
    
    Note: 'text' by defaults encodes output as UTF-8. If the encoding is not
    UTF-8 you should encode the data on your own.
    
    To test:
    - Apply this patches
    - Run:
      $ kshell
     k$ prove t/db_dependent/Koha/REST/V1.t
    => SUCCESS: Test pass!
    - Sign off :-D
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1442499a0b6d6c22c87b7ef9eea4c7cc540e3fce
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Sep 11 10:43:32 2018 -0700

    Bug 21334: Unit tests
    
    This patch adds unit tests for the new content types being added.
    It also adds tests for the 'json' overloading that already takes place
    in V1.pm.
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b0ef7174fe601bbf39408e455365ea563949b4bb
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Sep 14 11:53:37 2018 +0200

    Bug 19179: (QA follow-up) Replace second E-mail
    
    Better write here exactly what we need to type in the pref text box.
    Since E-mail will not work and Email will :)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 2d6cf8bd7a0e290c8bb947ed1880f1e906d0e74c
Author: Charlotte Cordwell <charlotte.cordwell123 at gmail.com>
Date:   Fri Sep 7 03:35:36 2018 +0000

    Bug 19179: Email option for SMSSendDriver is not documented
    
    'Email' is not documented as a valid setting.
    
    1) Apply patch.
    2) Go to Administration --> search SMSSendDriver
    3) Check if SMSSendDriver has this message is at the end of the box:
       "If you would prefer to receive SMS via E-mail set SMSSendDriver to Email"
    
    Signed-off-by:  Michal Denar <black23 at gmail.coml>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 Koha/Exceptions/Password.pm                        |    4 +-
 Koha/REST/V1.pm                                    |    7 ++-
 .../prog/en/modules/admin/preferences/patrons.pref |    2 +
 .../{Template/Plugin/To.t => Koha/REST/V1.t}       |   47 +++++++++-----------
 4 files changed, 32 insertions(+), 28 deletions(-)
 copy t/db_dependent/{Template/Plugin/To.t => Koha/REST/V1.t} (50%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list