[koha-commits] main Koha release repository branch, new/awaiting_qa/biblibre_opac, created. v3.02.00-215-g9b31b46

Git repo owner gitmaster at git.koha-community.org
Tue Nov 16 21:06:41 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_opac has been created
        at  9b31b469c5fbb3e367b2df876489348aea309012 (commit)

- Log -----------------------------------------------------------------
commit 9b31b469c5fbb3e367b2df876489348aea309012
Author: Paul POULAIN <paul.poulain at biblibre.com>
Date:   Fri Oct 29 09:09:02 2010 +0200

    Adding OpacHiddenItems syspref

commit 5ddf56608d2e8ec91895eccfd205a93712ee1894
Author: Paul POULAIN <paul.poulain at biblibre.com>
Date:   Fri Oct 29 03:03:17 2010 +0200

    Synching opac-detail.pl with BibLibre git version

commit a23e10d1a67dc39986e3430b3650289da4875bbf
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Wed Oct 20 11:26:46 2010 +0200

    MT4587, Follow-up: Hiding rules are now in a syspref

commit 743e51806cfa28e216d97c942c0f0e65563f7fd9
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Tue Oct 19 15:19:16 2010 +0200

    MT4587, Follow-up: Adds yaml config file for custom opac items hiding

commit 335880e528ec5c423dbca5e97d3954289b149d9d
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Mon Oct 18 11:14:03 2010 +0200

    MT4587 : Adds yaml config file for custom opac items hiding

commit 64b915e4ac6ee75eeb3ade4b2a2184e3eb2d18e4
Author: Paul POULAIN <paul.poulain at biblibre.com>
Date:   Thu Oct 14 15:41:40 2010 +0200

    MT4491 : limitation by library group
    
    - the group list was not displayed in OPAC (even if everything else was here
    - the group limit was not working due to a missing ()
    
    author=jean et group=droit" resulted in:
    author=jean and branch=b1 or branch=b2 or branch=b3
    that is wrong (executed from left to right)
    
    the fix add () to have :
    author=jean and (branch=b1 or branch=b2 or branch=b3)
    that is OK

commit 21ac7c0ca0a633298af57f1f117a47734a9a1427
Author: Paul POULAIN <paul.poulain at biblibre.com>
Date:   Thu Oct 14 14:17:49 2010 +0200

    french translation + minor fix in html to improve translatability
    
    put <acronym> tag on the phrase, not just on CAS word

commit 9dc1dd618212f6c89ecff8afe4adeb3a2beaefae
Author: Paul POULAIN <paul.poulain at biblibre.com>
Date:   Fri Aug 20 09:44:22 2010 +0200

    Minor change in description

commit e3341442ec0948a8d03338a1699d39433c4ebf2c
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Tue Oct 26 11:32:47 2010 +1300

    Fix MT4231 : add search history limit

commit 6e73b31cc1f0d29459eeefa6082268147c23a81a
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Fri Aug 6 17:18:40 2010 +0200

    MT 4231: Adds limits to search history

commit d7cbfd716ad4f8232391bac438c082c80177be60
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Fri Jul 2 00:07:26 2010 +0200

    Adding location to search indexes
    
    Adding location to search indexes in search pages

commit 84681276ed0e7ca35999e757d446199d43119832
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Wed Jul 7 10:37:33 2010 +0200

    Bug4943: Search history cookie size limit

commit 916aa02b9d278e85d186053b1d687c9066132662
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Wed Jun 30 21:55:39 2010 +0200

    OPAC : using OPACISBD systempreference to display link
    
    The OPACISBD system preference is used in order to be able to have one ISBD for OPAC another one for intranet.
    But the link ISBD at OPAC was depending on the presence or absence of value in ISBD which is for intranet.
    This patch fixes the behaviour to depend on the correct system preference at OPAC

commit 30bfa875bbf00c36a124c8a99c39817cb57ced47
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Wed Jun 30 21:46:08 2010 +0200

    opac-ISBDdetail.pl Error 500
    
    Use C4::Items was missing to make usage of GetItemsInfo
    Adding it

commit b8a487cc7f628ad1d4b6c868c6bd07188f567d05
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Tue Jun 1 22:47:50 2010 +0200

    MT3513 followup : searching authorities
    
    looking for authorities via authority number has to do exact search.

commit 04236cbfa374c595657a412a1d7ef5d31eede94d
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Thu May 20 12:38:12 2010 +0200

    MT3617 : opac search advanced Library set to my library
    
    Without any consideration of the System preference SearchMyLibraryFirst,
    When patron is logged in, the library set is set to the patron's library.
    This is not the expected behaviour and is implied by GetBranchesLoop
    and the fact that users library is selected by default.
    
    Overwriting this behaviour in opac-search.pl when user not logged in
    or SearchMyLibraryFirst not set i.e. mybranch not set

commit 3b27e5c58b333dac3fdf9d5ee1c4540a91d24a1b
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Tue May 18 16:14:00 2010 +0200

    MT3618 : search is duplicated
    
    Search button was duplicated

commit 02cb9ee356b9ea8321c53b9204b6120a98eac96f
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Wed May 5 16:21:51 2010 +0200

    Modification for Plack

commit ba1303b87a6d4dc9a0aa22982a84c42da98325bc
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Tue Mar 30 17:26:56 2010 +0200

    MT3132: Change gonenoaddress message in opac-user.pl according to the OPACPatronDetails syspref

commit 029e835472e364615da1d8316e8b90a0cc46254b
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Mon Mar 29 15:30:15 2010 +0200

    opac-detail.pl enhancement performance
    
    Dealing with subscriptions ONLY if biblio is a subscription
    i.e. biblio->serial flag is on

commit dfa56234196580dc3eff9892083a3245d6437012
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Tue Mar 16 16:25:31 2010 +0100

    MT 3010: Adds waiting date for holds in opac-user

commit 012575376909e9bb10eac8922d35bddb9cff049d
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Wed Dec 30 11:36:09 2009 +0100

    (bug #4018) fix coins support in opac detail and xslt
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit 782c453849408c9b2342cb17a7bddd6a8a36ed7f
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Mon Jan 11 23:47:54 2010 +0100

    Normalizing opac-detail.pl
    
    NFC on opac-detail

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list