[koha-commits] main Koha release repository branch master updated. v3.08.00-741-g4f043f3

Git repo owner gitmaster at git.koha-community.org
Thu Sep 13 17:04:54 CEST 2012


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  4f043f3f7783c2457b38858e181b8dbd3b8b8ae6 (commit)
       via  bc05b5d163ae1aabd6fad813a8cf8e784ea6e90b (commit)
      from  12c48b7ff7bc5ae4a2bae8e291ede3fa08e70808 (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/AuthoritiesMarc.pm                              |   64 +++++---
 C4/Search.pm                                       |    3 +-
 Koha/Authority.pm                                  |   92 ++++++++++
 Koha/Filter/MARC/EmbedSeeFromHeadings.pm           |  102 +++++++++++
 Koha/Filter/MARC/Null.pm                           |   55 ++++++
 Koha/RecordProcessor.pm                            |  183 ++++++++++++++++++++
 Koha/RecordProcessor/Base.pm                       |  133 ++++++++++++++
 Koha/SearchEngine/Solr/Index.pm                    |    6 +
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |    7 +
 .../en/includes/authorities-search-results.inc     |   32 ++--
 .../en/modules/admin/preferences/searching.pref    |    6 +
 .../en/modules/authorities/searchresultlist.tt     |    2 +-
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |    6 +-
 .../prog/en/xslt/NORMARCslim2intranetResults.xsl   |    6 +-
 .../en/includes/authorities-search-results.inc     |   32 ++--
 .../en/modules/opac-authoritiessearchresultlist.tt |    2 +-
 .../prog/en/xslt/MARC21slim2OPACResults.xsl        |    6 +-
 .../prog/en/xslt/NORMARCslim2OPACResults.xsl       |    6 +-
 misc/maintenance/process_record_through_filter.pl  |   18 ++
 misc/migration_tools/rebuild_zebra.pl              |    4 +
 t/RecordProcessor.t                                |   80 +++++++++
 t/db_dependent/Koha_Authority.t                    |   66 +++++++
 .../RecordProcessor_EmbedSeeFromHeadings.t         |   66 +++++++
 24 files changed, 913 insertions(+), 65 deletions(-)
 create mode 100644 Koha/Authority.pm
 create mode 100644 Koha/Filter/MARC/EmbedSeeFromHeadings.pm
 create mode 100644 Koha/Filter/MARC/Null.pm
 create mode 100644 Koha/RecordProcessor.pm
 create mode 100644 Koha/RecordProcessor/Base.pm
 create mode 100755 misc/maintenance/process_record_through_filter.pl
 create mode 100755 t/RecordProcessor.t
 create mode 100755 t/db_dependent/Koha_Authority.t
 create mode 100755 t/db_dependent/RecordProcessor_EmbedSeeFromHeadings.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list