[koha-commits] main Koha release repository branch master updated. v16.11.00-1104-g63c6eac

Git repo owner gitmaster at git.koha-community.org
Fri May 19 16:43:01 CEST 2017


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  63c6eaca8d649cb7864b90e5e1ee9ac019daffdf (commit)
       via  6b8f9d7e14a8b93143185e814464393ef275631d (commit)
      from  48c87a19a68bf1157c471b8355f5eafe9ec305c1 (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 63c6eaca8d649cb7864b90e5e1ee9ac019daffdf
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri May 19 11:39:24 2017 +0200

    Bug 18536: [QA Follow-up] Tiny regex simplification
    
    Simplify regex for removing table name.
    No need to escape a dot between the square brackets. No need to specify a
    number of 1 between parentheses.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6b8f9d7e14a8b93143185e814464393ef275631d
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Thu May 4 08:54:30 2017 +0000

    Bug 18536: Generating CSV using profile in serials late issues doesn't work as described
    
    Description on editing csv profiles says:
    
    "You can also use your own headers (instead of the ones from Koha) by
    prefixing the field name with an header, followed by the equal sign."
    
    So the header should be optional, but in fact it's mandatory. Also the
    regular expression to cut table name from beginning of db column is not
    right.
    
    Test plan:
    
    0. Don't apply the patch
    1. Make two CSV profiles for exporting late issues
        a) SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUENUMBER=serial.serialseq|LATE SINCE=serial.planneddate
        b) aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate
    2. Export late issues, profile a) works as expected, profile b) doesn't
    3. Apply the patch
    4. Both profiles should work
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 serials/lateissues-export.pl |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list