[koha-commits] updated branch biblibre-integration (0f539b28f5ad6d3b3bbb12c7167aaee58550beac)

Koha Gitosis gitosis at git.koha.org
Mon Sep 14 19:42:56 CEST 2009


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, biblibre-integration has been updated
       via  0f539b28f5ad6d3b3bbb12c7167aaee58550beac (commit)
       via  6131dcfc18cfe52e340f0c84f0d8d8af66ea91bf (commit)
       via  b3f31ed6024ce64003da92aa87c08c7dc28204e7 (commit)
       via  7b4d7ca92177c2f290916bc395412dcd8daeed0c (commit)
       via  0cd671e4d4779515ead35371f9ed270671ad50d5 (commit)
      from  e3869f007d8ff58141b3ad654bb12a72dccbbf13 (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 0f539b28f5ad6d3b3bbb12c7167aaee58550beac
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Fri Sep 11 21:56:14 2009 +0200

    1110 : Balance carts and lists, follow-up : Added Opac lists features to admin lists
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 6131dcfc18cfe52e340f0c84f0d8d8af66ea91bf
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Mon Sep 14 21:17:52 2009 +0200

    Bug fix : 3618
    
    Add some error proof on BuildUnimarcHierarchies
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit b3f31ed6024ce64003da92aa87c08c7dc28204e7
Author: Jean-André Santoni <jeanandre.santoni at biblibre.com>
Date:   Fri Sep 11 16:34:01 2009 +0200

    (bug #3597) Adds a check in "delete all items"
    
    This patch replaces DellItem by DellItemCheck in "delete all items".
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 7b4d7ca92177c2f290916bc395412dcd8daeed0c
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Fri Sep 11 16:34:00 2009 +0200

    (bug #3575) fix opac-detail.pl
    
    This delete an useless "use C4::Serials"(there are 2).
    And fix the opac-detail template, to fix a variable conflict for serials.
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 0cd671e4d4779515ead35371f9ed270671ad50d5
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Fri Sep 11 22:02:15 2009 +0200

    MT 1587 : CSV export for cart and shelves, with the ability to define different export profiles
    
    (export_format table creation)
    Missing SetVersion in updatedatabase.pl and unmodified kohaversion.pl
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |   43 ++++----
 C4/Csv.pm                                          |   80 +++++++++++++
 C4/Record.pm                                       |   98 ++++++++++++++++
 cataloguing/additem.pl                             |    2 +-
 .../data/mysql/en/mandatory/userpermissions.sql    |    7 +-
 .../mysql/fr-FR/1-Obligatoire/userpermissions.sql  |    3 +-
 installer/data/mysql/kohastructure.sql             |   14 +++
 installer/data/mysql/updatedatabase.pl             |   18 +++
 koha-tmpl/intranet-tmpl/prog/en/css/print.css      |    4 +
 .../prog/en/modules/tools/csv-profiles.tmpl        |   98 ++++++++++++++++
 .../prog/en/modules/tools/tools-home.tmpl          |    6 +
 .../en/modules/virtualshelves/downloadshelf.tmpl}  |   15 ++-
 .../prog/en/modules/virtualshelves/sendshelf.tmpl} |    0 
 .../en/modules/virtualshelves/sendshelfform.tmpl}  |    0 
 .../prog/en/modules/virtualshelves/shelves.tmpl    |   14 ++-
 .../opac-tmpl/prog/en/modules/opac-detail.tmpl     |    4 +-
 .../prog/en/modules/opac-downloadcart.tmpl         |    4 +
 .../prog/en/modules/opac-downloadshelf.tmpl        |    4 +
 kohaversion.pl                                     |    2 +-
 opac/opac-detail.pl                                |    3 +-
 opac/opac-downloadcart.pl                          |   10 ++
 opac/opac-downloadshelf.pl                         |   11 ++-
 tools/csv-profiles.pl                              |  121 ++++++++++++++++++++
 .../downloadshelf.pl                               |   19 +++-
 .../sendshelf.pl                                   |   22 ++--
 25 files changed, 548 insertions(+), 54 deletions(-)
 create mode 100644 C4/Csv.pm
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tmpl
 copy koha-tmpl/{opac-tmpl/prog/en/modules/opac-downloadshelf.tmpl => intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tmpl} (59%)
 copy koha-tmpl/{opac-tmpl/prog/en/modules/opac-sendshelf.tmpl => intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tmpl} (100%)
 copy koha-tmpl/{opac-tmpl/prog/en/modules/opac-sendshelfform.tmpl => intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tmpl} (100%)
 create mode 100755 tools/csv-profiles.pl
 copy opac/opac-downloadshelf.pl => virtualshelves/downloadshelf.pl (77%)
 copy opac/opac-sendshelf.pl => virtualshelves/sendshelf.pl (90%)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list