[koha-commits] main Koha release repository branch master updated. v3.04.00-689-gf09e2ca

Git repo owner gitmaster at git.koha-community.org
Wed Oct 12 23:20:47 CEST 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, master has been updated
       via  f09e2ca27ee89860dbdd0ca512735f37fbfaf8a6 (commit)
      from  71defcbc6c851f54da223c040aa5d95e0bd43b73 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 C4/Auth.pm                                         |    1 +
 C4/Biblio.pm                                       |  124 +++++++++++++++
 C4/Items.pm                                        |  157 +++++++++++++++++---
 C4/Reserves.pm                                     |    8 +
 C4/Search.pm                                       |   27 ++++
 catalogue/detail.pl                                |   42 +++++-
 catalogue/moredetail.pl                            |   18 +++
 cataloguing/addbiblio.pl                           |   18 ++-
 cataloguing/additem.pl                             |   57 +++++++
 cataloguing/{moveitem.pl => linkitem.pl}           |   74 ++++-----
 etc/zebradb/biblios/etc/bib1.att                   |    2 +-
 etc/zebradb/ccl.properties                         |    3 +
 etc/zebradb/marc_defs/marc21/biblios/record.abs    |    3 +-
 etc/zebradb/marc_defs/unimarc/biblios/record.abs   |    3 +
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    2 +
 .../optional/marc21_simple_bib_frameworks.sql      |   16 ++
 installer/data/mysql/sysprefs.sql                  |    2 +
 installer/data/mysql/updatedatabase.pl             |   23 +++
 .../prog/en/includes/biblio-view-menu.inc          |    1 +
 .../intranet-tmpl/prog/en/includes/cat-toolbar.inc |    2 +
 .../en/modules/admin/preferences/cataloguing.pref  |    6 +
 .../prog/en/modules/catalogue/detail.tt            |   16 ++-
 .../prog/en/modules/cataloguing/additem.tt         |    7 +-
 .../prog/en/modules/cataloguing/linkitem.tt        |   57 +++++++
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |    5 +
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |    5 +
 misc/migration_tools/create_analytical_rel.pl      |  152 +++++++++++++++++++
 opac/opac-detail.pl                                |   24 +++-
 opac/opac-reserve.pl                               |   36 +++++-
 reserve/placerequest.pl                            |    9 +
 reserve/request.pl                                 |   16 ++-
 31 files changed, 840 insertions(+), 76 deletions(-)
 copy cataloguing/{moveitem.pl => linkitem.pl} (56%)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt
 create mode 100755 misc/migration_tools/create_analytical_rel.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list