[koha-commits] main Koha release repository branch master updated. v3.08.00-842-g8defeb2

Git repo owner gitmaster at git.koha-community.org
Tue Sep 18 22:38:09 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  8defeb2bd0449fb57945e54a487249283d64f191 (commit)
       via  214fd0fbd1fb00e9d20efb22c80c9662820fb347 (commit)
       via  537c746dc41748a5045f9c60dd4d32b8abdef07c (commit)
       via  8ded191629fc2c113bcd7e995f87e409990e763d (commit)
       via  42acfbf75b7bb4ee53c6a6f035e258a0b522ce10 (commit)
       via  b0ab204bfd4ba048097d0b29cb60ab6fe611da83 (commit)
       via  237a43b36146ffd6dd3199a430c4c58af871a851 (commit)
       via  4feb6a4736adbdc809cb5945269c52210e0d393d (commit)
      from  401d9e447930e229d72eae0b6874bb3cd93d0e73 (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/Biblio.pm                                       |   12 +-
 C4/Circulation.pm                                  |   60 +++
 C4/Reports/Guided.pm                               |  432 +++++++++++-------
 C4/SIP/ILS/Transaction/Checkout.pm                 |   10 +-
 C4/Search.pm                                       |  102 ++++
 C4/Serials.pm                                      |   69 +++
 admin/authorised_values.pl                         |   23 +-
 installer/data/mysql/kohastructure.sql             |   11 +-
 installer/data/mysql/sysprefs.sql                  |    3 +
 installer/data/mysql/updatedatabase.pl             |   32 ++
 .../prog/en/includes/biblio-view-menu.inc          |    2 +-
 .../prog/en/includes/search_indexes.inc            |    5 +
 .../prog/en/includes/serials-search.inc            |   60 ++--
 .../en/modules/admin/preferences/circulation.pref  |   16 +
 .../prog/en/modules/circ/circulation.tt            |   11 +
 .../prog/en/modules/reports/dictionary.tt          |    4 +-
 .../en/modules/reports/guided_reports_start.tt     |  144 ++++++-
 .../prog/en/modules/serials/serial-issues.tt       |    2 +-
 .../prog/en/modules/serials/serials-home.tt        |  165 +-------
 .../prog/en/modules/serials/serials-search.tt      |  185 ++++++++
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |    4 +
 .../opac-tmpl/prog/en/modules/opac-advsearch.tt    |    5 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |   36 +-
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |   12 +
 .../prog/en/xslt/NORMARCslim2OPACDetail.xsl        |   24 +
 kohaversion.pl                                     |    2 +-
 misc/cronjobs/runreport.pl                         |   22 +-
 opac/svc/report                                    |   48 +-
 reports/dictionary.pl                              |  292 ++++++------
 reports/guided_reports.pl                          |  482 +++++++++++---------
 serials/serials-home.pl                            |   71 +---
 serials/{serials-home.pl => serials-search.pl}     |  103 ++---
 svc/report                                         |   55 +--
 t/db_dependent/Search.t                            |   80 ++++-
 34 files changed, 1663 insertions(+), 921 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt
 copy serials/{serials-home.pl => serials-search.pl} (51%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list