[koha-commits] main Koha release repository branch, new/awaiting_qa/biblibre_authorities, created. v3.02.00-237-g7e013a5

Git repo owner gitmaster at git.koha-community.org
Thu Nov 18 22:06:40 CET 2010


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/awaiting_qa/biblibre_authorities has been created
        at  7e013a52567a8f3eac7d0396fabf691e0f75ace5 (commit)

- Log -----------------------------------------------------------------
commit 7e013a52567a8f3eac7d0396fabf691e0f75ace5
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Wed Nov 10 22:45:03 2010 +0100

    MT4952 AuthoritiesMarc.pm  missing one function
    
    get_authid_subfield is missing.

commit 11e1e130e77629822683dd944154cb993a1a55c7
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Tue Oct 26 07:24:15 2010 +0200

    C4 AuthoritiesMarc.pm merge problem : new subfields not taken
    
    Previous patches on merge would not take in new subfields from the authority.
    This patch fixes that problem

commit 150ce7df2ca62feba5a6d6de8239d16ccb4e4059
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Thu Oct 14 16:25:23 2010 +0200

    Merge authorities subfields orders

commit 2654f4225da10fac32f6275e9dd06354d1f997ca
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Thu Oct 7 17:31:54 2010 +0200

    Adds debug warns

commit dec5f68a6f7503d43f403e3185e206b4b442ea12
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Thu Oct 7 17:14:39 2010 +0200

    Removes numeric subfields from auth and adds numeric subfields from biblio in merge function

commit 40ee59ca080a4ee9f788d26b43e12321bc308399
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Thu Oct 7 09:55:46 2010 +0200

    Do not delete authority when merging is about the same authority

commit a8d1180718cbe3a2cb8dd8ee28a27c7910fa8f9b
Author: Stéphane Delaune <stephane.delaune at biblibre.com>
Date:   Thu Sep 2 16:19:11 2010 +0200

    (MT #4339) init default UNIMARC sql structure

commit f577785c0483c3de4e5be16bdb77a14868f44713
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Thu Sep 2 14:59:01 2010 +0200

    (MT4425) Replace search 'an' by 'an,phr' in searchresultlist.tmpl

commit 717b569c972459271670994505d2eac2da53acea
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Feb 19 17:55:49 2010 +0100

    improving/modifying authority display on OPAC
    
    - changing some terms that are unclear for a patron
    - removing tag & subfields values & indicators
    - removing UNIMARC coded fields
    - changing the search page (removing options useless for a patron)

commit 25e58b87d63f85a23258b8c84c2fa166ee5b13c0
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Tue May 18 16:54:49 2010 +0200

    followup BuildUnimarchierarchies fixing infinite loop

commit 98f4d9028722042d5a8aa4eac1c95c3474c69e63
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Tue May 18 14:35:04 2010 +0200

    Fixing Hierarchies : taking any heading subfield
    
    Conflicts solved:
    
    	C4/AuthoritiesMarc.pm

commit 6164a7109b985546bcc177a0589f4afc30dc7a7b
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Tue May 18 13:11:44 2010 +0200

    BuildUnimarcHierarchies : Fixing infinite loop
    
    When referenced authority in 5XX$3 would be the same as the current authid, the script would get into infinite loop
    
    Conflicts solved: C4/AuthoritiesMarc.pm

commit 29a82518f4d3a5d52b753a07495b63f44d05bd39
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Sat Apr 10 13:43:14 2010 +0200

    Followup MT2974 : facets not working opac authorities
    
    Facets would not filter anything when using OPAC
    Change in API usage in order to send indexes and query and not the whold
    query at once

commit c3507893a872b7af8ed884df53db4ae3d426e567
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Wed Mar 17 07:47:33 2010 +0100

    C4::AuthoritiesMarc.pm search enhancement
    
    Heading Main is defined in unimarc record.abs
    re enabling that feature

commit ce009c3860f25053e88bebccfff0247531b575f2
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Wed Mar 10 07:28:47 2010 +0100

    Authorities list :removing link on Summary
    
    removing the link to authority details on authority List directly from summary
    And adding a generic link to details

commit 2ffbe2d6d864214df795bc1fc22994160af5eba4
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Thu Feb 18 11:19:52 2010 +0100

    (MT #2685) don't show authority edition menu
    
    this patch add a check of rights to show the authority edition menu, if the user have no rights of authority edition, we hide the menu.

commit ac3635666957d4e0978b9d722bc5886376eecbd9
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Sat Jan 16 00:51:20 2010 +0100

    C4::AuthoritiesMarc AddAuthority
    
    Fixing 100$a simple error: Sometimes, language is encoded fre50 and not
    frey50.
    This patch adds check for that problem

commit 4f7309f7581585dea335a49b630b579606d8c1a1
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Wed Apr 7 15:15:59 2010 +0200

    BuildUnimarcHierarchies : Fixing infinite loop
    
    When referenced authority in 5XX$3 would be the same as the current authid, the script would get into infinite loop

commit 721ac0f5a38d52280a8d030fe345825d07d55ad7
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Tue Mar 30 09:12:21 2010 +0200

    MT3207 : Search Authorities Everywhere
    
    The search produced when searching everywhere would search everywhere for everything.
    This is not the expected behaviour.
    This passes the values only if there are something to search.

commit 11d130042b32ece5a06d22d522f7b025bdbf6788
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Mon Mar 15 17:07:58 2010 +0100

    Bug Fix AuthoritiesMarc.pm

commit 5bf604b090b595689fefa9f23c20e35918fadffa
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Tue Mar 9 11:09:45 2010 +0100

    (bug4309 MT3094) Error 500 Authorities search
    
    Search For multiple values ( Heading strict, Heading main and anywhere)
    produced an ill formed  z3950 query.
    Fixing that

commit 9b57419157d97ddafd1cb68cddf63b1713219f9a
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Tue Feb 9 10:20:27 2010 +0100

    MT2949: Remove broken link from authorities search results
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit a627a308c6d101ecff9f9ac485ee31d42c253801
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Wed Dec 30 13:15:04 2009 +0100

    (MT #2543) allow users to search on all auth types
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit aa03e34dfe481d7707248ad800a27f3b7f065650
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Fri Jan 15 11:04:14 2010 +0100

    SetUTF8Flag on any incoming data
    
    This prompts NFC normalization on adding record
    Therefore, any saved record will be NFC normalized

commit e0eee068dffc4a22e4d0ed83db18df47df6047ab
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Wed Dec 23 10:35:09 2009 +0100

    MT 2538 : Using default authtypecode for authority display

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list