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

Koha Gitosis gitosis at git.koha.org
Tue Jan 19 22:08:30 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  c7a912d7d262a0cb7307663b6fcdb2aa9493888a (commit)
       via  d7a29f896ebe6672c36f362e4a648ef8ae46e513 (commit)
       via  846bef3f8590bf5c0cd253b5e1a2aa8a8517dc73 (commit)
       via  04d92ee17e701dc93ac2375d6efae6bcb8a6cd50 (commit)
       via  f37649b7320710560e519245f18890b4fdd634a2 (commit)
       via  4993967afa0f89d71ce70d22e725fd48bab9f8e8 (commit)
       via  0c1d86c939fc89033cd2a13b8c03fe6cdc284a4d (commit)
       via  b158de11c8bb8fecdbc21cf5d898c06a5ed9a8ce (commit)
       via  718d8ba2aa2abeaf177827f55f98bf27c5fe6177 (commit)
       via  7ffec5b437bb19da309145c9c74e1e524b97c15b (commit)
      from  dc7a582a6243af6c9af9cd94b86b422b517013c7 (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 c7a912d7d262a0cb7307663b6fcdb2aa9493888a
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Jan 19 14:36:49 2010 +0100

    (bug #4051) separate firstname and surname
    
    this patch separate firstname and surname in two columns in csv export.

commit d7a29f896ebe6672c36f362e4a648ef8ae46e513
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Jan 19 13:50:37 2010 +0100

    (bug #4052) fix mandatory field/subfield deletion
    
    this fix the way to delete repeatable mandatory fields, the minus char is now shown only on repeatable fields, even if they are mandatory or not.
    If the last field is mandatory it won't be deleted.

commit 846bef3f8590bf5c0cd253b5e1a2aa8a8517dc73
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Jan 19 12:00:42 2010 +0100

    (bug #4051) add columns in csv export of overdues
    
    this patch add 2 columns in the csv export :
    * item callnumber
    * issue date

commit 04d92ee17e701dc93ac2375d6efae6bcb8a6cd50
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Jan 19 11:50:23 2010 +0100

    (bug #4050) update datelastseen even if document isn't on loan
    
    this change the place of moddatelastseen to be used each time a document is checked in, even if the document is not on loan.

commit f37649b7320710560e519245f18890b4fdd634a2
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Mon Jan 18 14:16:27 2010 +0100

    (Bug 4049) Searching itemtypes returning noise
    
    Fix the problem of searching on partial itemtypes strings
    for instance, itemtype="ARTICLE DE PERIODIQUE", itemtype="PERIODIQUE"
    searching on itemtype="PERIODIQUE" would also get "ARTICLE DE PERIODIQUE"

commit 4993967afa0f89d71ce70d22e725fd48bab9f8e8
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Fri Jan 15 14:34:57 2010 +0100

    Followup : (bug #3042) XSLT changes
    
    types for system preference needed to be updated

commit 0c1d86c939fc89033cd2a13b8c03fe6cdc284a4d
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Thu Jan 14 10:01:22 2010 +0100

    (bug #4043) fix checkoverdues sqlquery
    
    this fix the sqlquery to use "curdate()" instead of "now()", because now return a "datetime", and in date_due we have only a "date", so now() > curdate() everytime, it cause some problems in messages.

commit b158de11c8bb8fecdbc21cf5d898c06a5ed9a8ce
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Jan 12 11:06:56 2010 +0100

    (bug #4038) fix birth date filter in borrowers stats
    
    this patch format date for SQL if there is non-iso dates.

commit 718d8ba2aa2abeaf177827f55f98bf27c5fe6177
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Thu Jan 14 16:34:17 2010 +0100

    (bug #4044) don't trap fatal error if there is no start date
    
    this fix GetExpirationDate that trap a fatal error if the subscription have not any start date.

commit 7ffec5b437bb19da309145c9c74e1e524b97c15b
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Wed Jan 13 15:42:33 2010 +0100

    MT2631 : adds sysprefs for MARC or ISBD display in OPAC

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

Summary of changes:
 C4/Circulation.pm                                  |   10 +++---
 C4/Overdues.pm                                     |    2 +-
 C4/Search.pm                                       |   31 ++++++++++++++++++++
 C4/Serials.pm                                      |    4 ++-
 catalogue/search.pl                                |    2 +-
 circ/overdue.pl                                    |   20 ++++++++----
 etc/zebradb/marc_defs/marc21/biblios/record.abs    |    6 ++--
 etc/zebradb/marc_defs/unimarc/biblios/record.abs   |    8 ++--
 installer/data/mysql/en/mandatory/sysprefs.sql     |    4 ++-
 installer/data/mysql/updatedatabase30.pl           |   15 ++++++++-
 .../prog/en/modules/cataloguing/addbiblio.tmpl     |    9 ++----
 .../prog/en/modules/circ/overdue.tmpl              |    2 +-
 .../opac-tmpl/prog/en/modules/opac-ISBDdetail.tmpl |   22 +++++++++-----
 .../opac-tmpl/prog/en/modules/opac-MARCdetail.tmpl |   28 +++++++++++-------
 .../opac-tmpl/prog/en/modules/opac-detail.tmpl     |   19 +++++++++++-
 kohaversion.pl                                     |    2 +-
 opac/opac-ISBDdetail.pl                            |    2 +
 opac/opac-MARCdetail.pl                            |    1 +
 opac/opac-detail.pl                                |    1 +
 opac/opac-search.pl                                |    2 +-
 reports/borrowers_stats.pl                         |   10 ++++++-
 21 files changed, 145 insertions(+), 55 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list