[koha-commits] updated branch 3.0.x (716004e280a6d5f8f7374a8fb5e0fc8a7832b8a0)

Koha Gitosis gitosis at git.koha.org
Mon Jan 11 13:36:59 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 "Koha GitWeb".

The branch, 3.0.x has been updated
       via  716004e280a6d5f8f7374a8fb5e0fc8a7832b8a0 (commit)
       via  8758e8d0e853dd4936ef45d125259f63bd794ef7 (commit)
       via  3057a7afb98c9224d3fd987131ae88956eb513d3 (commit)
       via  6f9cb8912f6e08666f263827546bd8bf5a604a04 (commit)
       via  aec072fc142bfd1a90cf395c90290aefd75c8c63 (commit)
       via  25d9198e0887b32ce5b156050ddb3d62605e8762 (commit)
       via  f4a7c72d7f40336dbc325c4cf95674c3580a5c42 (commit)
       via  595c05628d55b34867c1e7eddd88e74c6aff426c (commit)
       via  6ebf1ba56c555d04e559b311b021e29eece19112 (commit)
      from  4a62a42d7183405e70ab8d5c0e17e4193fc81a70 (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 716004e280a6d5f8f7374a8fb5e0fc8a7832b8a0
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Mon Jan 11 13:27:38 2010 +0100

    [Followup] (bug #3894) reserve/request.pl
    
    Fix bad variable name

commit 8758e8d0e853dd4936ef45d125259f63bd794ef7
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Tue Jan 5 21:25:57 2010 +0100

    bug fixing : Patron Search : IndependentBranches
    
    When Independant Branches is set, some library expect not to see the patrons of other library
    Adding a new systempreference : IndependentBranchPatron in order to be able to restrict Patron search to the library of the current user and not change the current behaviour of IndependantBranches patron search

commit 3057a7afb98c9224d3fd987131ae88956eb513d3
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Wed Jan 6 22:27:29 2010 +0100

    (bug #3042) Changing XSLT sysprefs to take filename
    
    This change system preferences for XSLT management
    bumps kohaversion to 3.0.6.03
    If you are using Koha in a non devel mode AND use XSLT, then you HAVE TO adapt the system preference to point to your htdocs
    
    WARNINGS :
        - tested with UNIMARC XSL
        - donot test the presence of the file, if file absent, then BOOM
        - XSL CANNOT be different for intranet and OPAC for result lists.

commit 6f9cb8912f6e08666f263827546bd8bf5a604a04
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Thu Dec 31 14:41:14 2009 +0100

    (bug #4021) recent acquisitions Error500 on undefined biblio
    
    This patch adds some more checks before creating the summary

commit aec072fc142bfd1a90cf395c90290aefd75c8c63
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Thu Dec 24 17:11:42 2009 +0100

    (bug #4002) fix database for single itemnumber and foreign key
    
    this fix serialitems to have a foreign key to items(if an item is deleted, serialitem must be deleted)
    and it fixes issues to have only one issue by itemnumber(strange to have more than one).

commit 25d9198e0887b32ce5b156050ddb3d62605e8762
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Wed Dec 30 16:50:46 2009 +0100

    [followup](bug #3667) don't delete if member is guarantor
    
    this fix cleanborrowers to don't delete guanrantors.

commit f4a7c72d7f40336dbc325c4cf95674c3580a5c42
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Wed Dec 30 11:40:52 2009 +0100

    [followup](bug #3667) fix dateexpiry filtering
    
    this fix the dateexpiry used to filter users, now we use date specified.

commit 595c05628d55b34867c1e7eddd88e74c6aff426c
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Dec 29 16:06:35 2009 +0100

    [followup](bug #3667) cleaning borrowers fix
    
    This fix GetBorrowersWhoHaveNotBorrowedSince to select only borrowers that have no issues and have no old_issues more recent than a specified date.

commit 6ebf1ba56c555d04e559b311b021e29eece19112
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Dec 29 15:17:15 2009 +0100

    Revert "(bug #3801) fix itemtype administration"
    
    This reverts commit 0dca25841d90cfb86080bbce37f0a0f8c09904ae.

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

Summary of changes:
 C4/Biblio.pm                                       |    2 +
 C4/Members.pm                                      |   44 ++++++++++++++------
 C4/Search.pm                                       |    4 +-
 C4/XSLT.pm                                         |   40 +++++++++++++----
 admin/itemtypes.pl                                 |   11 ++++-
 admin/systempreferences.pl                         |    1 +
 circ/ysearch.pl                                    |   10 ++++-
 installer/data/mysql/en/mandatory/sysprefs.sql     |    5 +-
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    5 +-
 installer/data/mysql/kohastructure.sql             |    5 +-
 installer/data/mysql/updatedatabase30.pl           |   24 +++++++++++
 .../prog/en/modules/admin/itemtypes.tmpl           |   13 ++++++
 kohaversion.pl                                     |    2 +-
 opac/opac-detail.pl                                |    2 +-
 reserve/request.pl                                 |    2 +-
 15 files changed, 131 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list