[Koha-patches] request to pull 3.4/BibLibre-opac

LAURENT Henri-Damien hdl at eliot.biblibre.com
Mon Nov 8 15:36:44 CET 2010


The following changes since commit ce54fe0323a8ab523ae8992ff269bf82fea2dd10:

  Merge branch 'trivial_bugs' of git://git.koha-community.org/wip/koha-fbc into kcmaster (2010-11-08 19:42:41 +1300)

are available in the git repository at:

  git://git.koha-community.org/wip/koha-biblibre.git 3.4/BibLibre-opac

Henri-Damien LAURENT (9):
      opac-detail.pl enhancement performance
      Modification for Plack
      MT3618 : search is duplicated
      MT3617 : opac search advanced Library set to my library
      MT3513 followup : searching authorities
      opac-ISBDdetail.pl Error 500
      OPAC : using OPACISBD systempreference to display link
      Adding location to search indexes
      Fix MT4231 : add search history limit

Matthias Meusburger (9):
      MT 3010: Adds waiting date for holds in opac-user
      MT3132: Change gonenoaddress message in opac-user.pl according to the OPACPatronDetails syspref
      Bug4943: Search history cookie size limit
      Fix opac search history
      MT 4231: Adds limits to search history
      MT 4231, Follow-up: Adds limits to search history
      MT4587 : Adds yaml config file for custom opac items hiding
      MT4587, Follow-up: Adds yaml config file for custom opac items hiding
      MT4587, Follow-up: Hiding rules are now in a syspref

Nahuel ANGELINETTI (1):
      (bug #4018) fix coins support in opac detail and xslt

Paul POULAIN (5):
      Minor change in description
      french translation + minor fix in html to improve translatability
      MT4491 : limitation by library group
      Synching opac-detail.pl with BibLibre git version
      Adding OpacHiddenItems syspref

Paul Poulain (1):
      Normalizing opac-detail.pl

 C4/Auth.pm                                         |   11 +-
 C4/Items.pm                                        |   53 ++
 C4/Search.pm                                       |   74 ++-
 catalogue/search.pl                                |    2 +-
 docs/opac/OpacHiddenItems.txt                      |   12 +
 installer/data/mysql/en/mandatory/sysprefs.sql     |    1 +
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    1 +
 installer/data/mysql/kohastructure.sql             |    2 +
 installer/data/mysql/updatedatabase.pl             |  337 +++++++++
 .../prog/en/includes/search_indexes.inc            |    1 +
 .../opac-tmpl/prog/en/modules/opac-advsearch.tmpl  |   23 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl |   14 +-
 .../modules/opac-authoritiessearchresultlist.tmpl  |    2 +-
 .../opac-tmpl/prog/en/modules/opac-detail.tmpl     |  245 +++++--
 .../opac-tmpl/prog/en/modules/opac-results.tmpl    |    3 +-
 .../prog/en/modules/opac-search-history.tmpl       |    4 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl |    4 +-
 kohaversion.pl                                     |    2 +-
 opac/opac-ISBDdetail.pl                            |    1 +
 opac/opac-MARCdetail.pl                            |    4 +-
 opac/opac-detail.pl                                |  768 +++++++++++---------
 opac/opac-search-history.pl                        |   44 +-
 opac/opac-search.pl                                |  171 +++--
 opac/opac-topissues.pl                             |    8 +-
 opac/opac-user.pl                                  |    3 +
 25 files changed, 1225 insertions(+), 565 deletions(-)
 create mode 100644 docs/opac/OpacHiddenItems.txt


More information about the Koha-patches mailing list