[koha-commits] main Koha release repository branch, new/awaiting_qa/enh/bug_5584, created. v3.02.00-514-gb1594aa

Git repo owner gitmaster at git.koha-community.org
Fri Jan 7 02:47:18 CET 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/awaiting_qa/enh/bug_5584 has been created
        at  b1594aadd46e83d88caebe2d86413e3c29606898 (commit)

- Log -----------------------------------------------------------------
commit b1594aadd46e83d88caebe2d86413e3c29606898
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Fri Jan 7 14:46:21 2011 +1300

    Bug 5584 : Fixing database version numbers

commit 67548d6da2a29f1a40e783b5280fd3a3de9e3291
Author: Paul POULAIN <paul.poulain at biblibre.com>
Date:   Fri Oct 29 09:09:02 2010 +0200

    Adding OpacHiddenItems syspref

commit 4cf25e50268429a5c74c88672e6032e986bc8883
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 b9c9a9ac204d5e79ae861f107522f71fc96bf214
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 c34b21f3776b22ecede553533a0ab62fbc970fe0
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 e42c95ce1f629745da732e22da3d6932a741c1d8
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 ad6865c12b8dd4fc7c7f0c486e591fdf55e60ffe
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 f71fdba404275a3284c713fc089747754b938709
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 a059ac7b9ba1453db536c52bacb1ce1907e41855
Author: Paul POULAIN <paul.poulain at biblibre.com>
Date:   Fri Aug 20 09:44:22 2010 +0200

    Minor change in description

commit 3b1d5c01f636742ff66d718729dd35a8846143c9
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 9b0b3d65daee4c1e37f77582683c864676e7684d
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Fri Aug 6 19:55:03 2010 +0200

    MT 4231, Follow-up: Adds limits to search history
    
     - Forgot to update kohaversion ;)

commit b965de7d4ccd30d6df19402167ec41de2f262e2d
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 cf08e5d666924d0552da3de41158c4292c63d3b0
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Fri Aug 6 14:33:39 2010 +0200

    Fix opac search history

commit a683f5a2ce0620195a7010ff3ab14b6b2901f407
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 8770f5705441c7cda57e045521d8c2dfd201b5a3
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Wed Jul 7 10:37:33 2010 +0200

    Bug4943: Search history cookie size limit

commit 0c29076b6c3de1593acee7d8de220287017b63b7
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 eb51cdeb83305fa88316cc3affcf6dabc0520e2a
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 5002475c45fb106ff7839a0ee5d1dfffd6cb0bfb
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 7690f4cefbcb0e71e5c49802d34473990e5ba20a
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 98363d1b0b90ad795fc9209d0b4cb9f8bf9d276c
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 7fc439416fbd01eaf226754c4306f375020223e6
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Wed May 5 16:21:51 2010 +0200

    Modification for Plack

commit e7d8cc0b7fa75bdf06d85c01283761f010a6ad65
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 fbb8e5e9118d2e61175b92df5c4bd9c05e078e11
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 6dfdfbf897fa96e1d613af1a2f02d75d7c9b3165
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 d9beaf01086a9d3abe44670bb27ad028280d3c86
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 ed0ff21a96d06a78903d772097dc09e7d5529708
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