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

git repository hosting gitosis at git.koha.org
Fri May 21 01:56:46 CEST 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  d5131cf99e81c14def75362243281ed205b1052c (commit)
       via  61d3c6b47fdc58141f351b9ed4ebddc174010741 (commit)
       via  f38d030ed9bb2579bcc4675da513d0efdc019c96 (commit)
       via  a10625fe9153fb520cff9dff87924155972402e0 (commit)
       via  dbe330d5427dfc15bd597e718e4bb2739810c932 (commit)
       via  72c0348f82bd8db0c89a38ba9c59cd406f2b2ed4 (commit)
       via  70b776fe47aaeea842051f1b52735af18a212f55 (commit)
       via  5666778957639b6d4283c11ffd04719973ea44c1 (commit)
       via  7d5772f0b23a93dd60bc650ec9587d87d65b5b30 (commit)
       via  162119b5a55ae41ce1fba7a7a8352b4c0370b3d9 (commit)
       via  603574e62bd1ec2eeec9421f8be986dbfc3f9bbc (commit)
       via  48a6f861b2972cfaeab0a95f477f3ed2803a7816 (commit)
       via  341ec101ffdf5e73f53887c98b55bd2057340598 (commit)
       via  9a3e95aa016dd1a5c09815b0ff5461c6f08c900e (commit)
       via  a7959b40112fff04b2c8e9bd0c8bb334ed1b1345 (commit)
       via  a551717ecdddef12967d34675cbfa2ce912ebe33 (commit)
       via  1301e5cd3167fffa58bea2bc07e2d69df28365e2 (commit)
       via  1e2b6b69ebc1bd134e81b4fe1bb60f78f3b6b10e (commit)
      from  d80033f567b32eb018c3ecefba02e537877b401d (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 d5131cf99e81c14def75362243281ed205b1052c
Author: Joe Atzberger (siptest <atz4sip at arwen.metavore.com>
Date:   Tue Jun 16 12:11:35 2009 -0500

    Expand interactive SIP tests.
    
    Also tweak interactive item dump to suppress huge fields (marc, marcxml).
    
    Signed-off-by: Galen Charlton <galen.charlton at liblime.com>
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit 61d3c6b47fdc58141f351b9ed4ebddc174010741
Author: Joe Atzberger (siptest <atz4sip at arwen.metavore.com>
Date:   Fri Jun 19 19:32:41 2009 -0500

    Functional SIP run and shutdown scripts. Update example SIPconfig.xml
    
    Note the shutdown script is quick and dirty, and probably
    platform (debian) specific.
    
    Signed-off-by: Galen Charlton <galen.charlton at liblime.com>
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit f38d030ed9bb2579bcc4675da513d0efdc019c96
Author: kohaadmin <kohaadmin at vmkopro.univ-lyon3.fr.univ-lyon3.fr>
Date:   Thu Feb 18 15:16:47 2010 +0100

    SIP2 utf8 encoding
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit a10625fe9153fb520cff9dff87924155972402e0
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Fri Jan 29 20:25:22 2010 +0100

    SIP Patron management
    
    Using Flag EXPIRED to notice whether Patron CAN or CANNOT checkout a book
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit dbe330d5427dfc15bd597e718e4bb2739810c932
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Wed May 19 06:36:44 2010 +0200

    Bug 3815: SIP2 Invalid Item Information Response 18
    
    With this patch Koha SIP2 server send back a valid Item Information
    Response for issued items: ie with due date in the response.
    
    Conflicts solved:
    
    	C4/SIP/ILS/Item.pm
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit 72c0348f82bd8db0c89a38ba9c59cd406f2b2ed4
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Fri Nov 27 18:16:55 2009 +0100

    Bug 3814: SIP2 Server logging doesn't work on OpenSolaris
    
    This patch put in SIPconfig.xml SIP2 server logging parameters. This is
    way it's possible to modify where SIP2 logs are sent. And fix
    OpenSolaris bug.
    
    WARNING: After an upgrade, installation using a custom SIP2 server
    config file will need to copy default SIPconfig.xml added section:
    
    <!--
      Set Net::Server::PreFork runtime parameters
      syslog_ident will identify SIP2 Koha server entries in syslog
      For OpenSolaris, add: syslog_logsock=stream
    -->
      <server-params
        min_servers='1'
        min_spare_servers='0'
        log_file='Sys::Syslog'
        syslog_ident='koha_sip'
        syslog_facility='local6'
      />
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit 70b776fe47aaeea842051f1b52735af18a212f55
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Wed May 19 16:48:03 2010 +0200

    admin/aqbookfund.pl: prevents the creation of funds with the same code

commit 5666778957639b6d4283c11ffd04719973ea44c1
Author: Jean-André Santoni <jeanandre.santoni at biblibre.com>
Date:   Fri Apr 30 11:28:11 2010 +0200

    [MT3424] Converts COUNTRY authorised values to uppercase

commit 7d5772f0b23a93dd60bc650ec9587d87d65b5b30
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Mon May 17 17:16:26 2010 +0200

    MT3492 (linked to bug #4263): Fix itemnotes deletion when modifying an item

commit 162119b5a55ae41ce1fba7a7a8352b4c0370b3d9
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue May 18 11:25:30 2010 +0200

    [followup] (MT3421) revert fix
    
    This patch delete a line that broke the status in serials table.

commit 603574e62bd1ec2eeec9421f8be986dbfc3f9bbc
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Fri Apr 23 13:54:30 2010 +0200

    (bug #4263) dateaccessionned is cleaned on item modification
    
    Every item modification, date accessionned is cleaned, if there is no modification made, we must'nt reset to "undef" the value.

commit 48a6f861b2972cfaeab0a95f477f3ed2803a7816
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue May 18 10:01:16 2010 +0200

    (bug #4522) fix plugin unimarc 210$c
    
    This patch change the way to retrieve the value to insert in the record.
    The way it was done, was verry ugly.

commit 341ec101ffdf5e73f53887c98b55bd2057340598
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue May 18 09:54:17 2010 +0200

    [followup] (bug #4520) forgotten file in previous patch

commit 9a3e95aa016dd1a5c09815b0ff5461c6f08c900e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon May 17 13:43:20 2010 +0200

    Bug 4514 (Error handling in 500.pl is erroneous itself)

commit a7959b40112fff04b2c8e9bd0c8bb334ed1b1345
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon May 17 12:22:54 2010 +0200

    Bug 4159 (Directory modified_authorities in tmp not localfile)

commit a551717ecdddef12967d34675cbfa2ce912ebe33
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Mon May 17 17:03:49 2010 +0200

    (bug #4520) fix show more link to work
    
    fix the shore more link, to pass parameters like offset or filters, to keep the same results.

commit 1301e5cd3167fffa58bea2bc07e2d69df28365e2
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Mon May 17 15:57:56 2010 +0200

    (bug #4519) fix record printing
    
    this add a js that print a record

commit 1e2b6b69ebc1bd134e81b4fe1bb60f78f3b6b10e
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Mon May 17 15:43:10 2010 +0200

    (bug #4518) enhance 2.2 to 3.0 scripts

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

Summary of changes:
 C4/Items.pm                                        |    5 +-
 C4/SIP/ILS.pm                                      |    3 +-
 C4/SIP/ILS/Item.pm                                 |   12 +-
 C4/SIP/ILS/Patron.pm                               |    8 +-
 C4/SIP/SIPServer.pm                                |   10 +-
 C4/SIP/SIPconfig.xml                               |   40 +-
 C4/SIP/Sip.pm                                      |    3 +-
 C4/SIP/interactive_item_dump.pl                    |   30 ++-
 C4/SIP/interactive_members_dump.pl                 |    2 +-
 C4/SIP/interactive_patron_dump.pl                  |    2 +-
 C4/SIP/sip_run.sh                                  |   37 ++
 C4/SIP/sip_shutdown.sh                             |   19 +
 admin/aqbookfund.pl                                |    5 +-
 catalogue/search.pl                                |    1 +
 cataloguing/value_builder/unimarc_field_210c.pl    |    9 +-
 errors/500.pl                                      |    3 +-
 .../fr-FR/1-Obligatoire/authorised_values.sql      |  490 ++++++++++----------
 installer/data/mysql/updatedatabase.pl             |    8 +
 .../intranet-tmpl/prog/en/css/staff-global.css     |    4 +
 .../intranet-tmpl/prog/en/includes/facets.inc      |    2 +-
 .../prog/en/modules/admin/aqbookfund.tmpl          |   16 +-
 .../prog/en/modules/catalogue/detailprint.tmpl     |    8 +-
 .../value_builder/unimarc_field_210c.tmpl          |    2 +-
 .../opac-tmpl/prog/en/includes/opac-facets.inc     |    2 +-
 .../opac-tmpl/prog/en/modules/errors/500.tmpl      |    2 +-
 misc/migration_tools/22_to_30/missing090field.pl   |    4 +-
 .../22_to_30/move_marc_to_authheader.pl            |    2 +-
 misc/migration_tools/merge_authority.pl            |    6 +-
 misc/migration_tools/upgradeitems.pl               |   25 +-
 opac/errors/500.pl                                 |    2 +-
 opac/opac-search.pl                                |    1 +
 serials/serials-collection.pl                      |    2 +-
 32 files changed, 459 insertions(+), 306 deletions(-)
 create mode 100755 C4/SIP/sip_run.sh
 create mode 100755 C4/SIP/sip_shutdown.sh


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list