[koha-commits] main Koha release repository branch new/bug_6094 created. v3.04.00-762-gd93e19f

Git repo owner gitmaster at git.koha-community.org
Thu Oct 20 00:31:22 CEST 2011


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, new/bug_6094 has been created
        at  d93e19fd701a6290183ee7d8ae1bb9b0c3e8d343 (commit)

- Log -----------------------------------------------------------------
commit d93e19fd701a6290183ee7d8ae1bb9b0c3e8d343
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Jul 25 11:33:23 2011 +0200

    6094 Fixing ModAuthority problems
    
    Only contains db revision to insert new table need_merge_authorities.
    You can apply the revision by running
    cgi-bin/koha/installer/install.pl?step=3&op=updatestructure. (Will not change
    your version while testing.)
    
    Oct 19, 2011: Rebased after functionality patch signoff.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 05d35b0ae0af257b51fbd14a9ec010c957157a8f
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 7 10:14:08 2011 +0200

    6094 Fixing ModAuthority problems
    
    Pref MergeAuthoritiesOnUpdate does not exist; should be dontmerge
    (AuthoritiesMarc.pm).
    
    Instead of folder modified_authorities, now introducing a table for this
    purpose: need_merge_authorities. This eliminates several permissions and
    security issues. This change applies to AuthoritiesMarc.pm and
    merge_authority.pl.
    
    POD lines added for ModAuthority. Deprecated parameter $merge removed.
    
    Test this patch by applying the db revision first from the second patch.
    
    August 4, 2011: Rebased.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Thanks Marcel. It works as advertised. Both modes are functionnal
    (back):
    
    - Immediate with dontmerge=0: After modifying an authority record, its
      linked biblios are immediately modified. This isn't the case in 3.4.5.
    - Delayed with dontmerge=1: After modifying an authority record, its
      linked biblios are not modified. But an entry is added to
      need_merge_authority new table and 'merge_authorities.pl -b' script
      updates biblios.
    
    Comment: need_merge_authority, like zebraqueue, should be cleared
    from time to time.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list