[koha-commits] main Koha release repository branch master updated. v3.20.00-beta-47-gfda60fa

Git repo owner gitmaster at git.koha-community.org
Mon May 18 16:23:49 CEST 2015


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  fda60fad3a8ba05d8d126a72b98ad4b397aabdaa (commit)
       via  a0482e417252a0bbd344da31904501a9fa00d5f7 (commit)
       via  bf23224c999d6a99d0c23e84bebb59415b4ad28d (commit)
       via  ecc9eb33b7f2f7b0b770135633390e00244921c6 (commit)
      from  607b224f0094bd146f93c99bb135c6d00da225e6 (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 fda60fad3a8ba05d8d126a72b98ad4b397aabdaa
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon May 18 11:24:12 2015 -0300

    Bug 8480: (RM followup) DBIx updates
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a0482e417252a0bbd344da31904501a9fa00d5f7
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon May 18 11:20:02 2015 -0300

    Bug 8480: DBRev 3.19.00.042
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bf23224c999d6a99d0c23e84bebb59415b4ad28d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Mar 31 13:18:21 2015 +0200

    Bug 8480: Add constraint on auth_subfield_structure.authtypecode
    
    In order not to have useless entries in the auth_subfield_structure
    table, this patch modifies the DB structure to add a foreign key on the
    authtypecode column.
    Note that the auth_tag_structure already has this constraint.
    
    Test plan:
    0/ Don't apply this patch
    1/ Create a now authority type 'RM_ME'
    2/ Look at the MARC structure, to create the subfield structure and
    populate the auth_subfield_structure table.
    3/ Delete the authority type
    4/ Using your SQL cli:
     SELECT COUNT(*) FROM auth_subfield_structure WHERE authtypecode='RM_ME';
    => The data are still in this table.
    5/ Apply this patch
    6/ Execute the updatedb entry
    7/ Confirm the entries in the auth_subfield_structure table related to
    RM_ME have been deleted
    8/ Repeat 1, 2 and 3 and verify the auth_subfield_structure entries have
    been correctly removed.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    - Works exactly as described in the (very good) test plan.
    - After authority type deletion, auth_subfield_structure still contains
      entries for deleted authority type. Applying the patch clean the
      previously undeleted records in auth_subfield_strucute. Now deleting a
      authority type cleans propertly all appropriate records in
      auth_subfield_structure.
    - Fix a merge conflict
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ecc9eb33b7f2f7b0b770135633390e00244921c6
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Fri May 15 12:19:16 2015 +0200

    Bug 14172: Acq: Orders without items missing from 'spent' list
    
    If the item for an order had been deleted since or there was never
    an item created for the order (subscription orders) those records
    where missing from the "Spent" page in acquisitions.
    
    Patch corrects the SQL to list the correct records.
    
    To test:
    - Create different orders for one fund and receive them
      - normal order with a few items
      - subscription order (no item)
      - normal order with an item, delete the item after receiving
      - include some freight cost in one of the invoices
    - Compare the amount spent shown on the acq start page
      with the amount shown at the end of the 'spent' page
    - Without the patch, the amounts don't match and not all
      received titles are listed
    - With the patch, amounts should match and list shoudl be complete
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 Koha.pm                                     |    2 +-
 Koha/Schema/Result/AuthSubfieldStructure.pm |   30 ++++++++++++++++++++++++---
 Koha/Schema/Result/AuthType.pm              |   19 +++++++++++++++--
 acqui/spent.pl                              |   10 ++++-----
 installer/data/mysql/kohastructure.sql      |    3 ++-
 installer/data/mysql/updatedatabase.pl      |   20 ++++++++++++++++++
 6 files changed, 72 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list