[koha-commits] main Koha release repository branch master updated. v3.14.00-1128-gd89e100

Git repo owner gitmaster at git.koha-community.org
Mon May 5 04:47:04 CEST 2014


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  d89e100dda471f2c63fbf0cef4fd2aae0e407e64 (commit)
       via  2d0e81802a3a594851e0c4aa7e3800a8862e7922 (commit)
       via  19b54d37f65025e0d718166082d9f190be080b25 (commit)
       via  a6a954efa83a4d87eee8a8b1a0864b60f01eaa7f (commit)
      from  b16336caf8132d73ae71d78b4efe38df56029b81 (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 d89e100dda471f2c63fbf0cef4fd2aae0e407e64
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 5 03:08:58 2014 +0000

    Bug 10862: DBrev 3.15.00.047
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 2d0e81802a3a594851e0c4aa7e3800a8862e7922
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Sep 12 11:52:43 2013 +0200

    Bug 10862: (follow-up) make sure that queries that return only one result get recorded
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 19b54d37f65025e0d718166082d9f190be080b25
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Sep 11 10:36:19 2013 +0200

    Bug 10862: (follow-up) fix a couple of issues
    
    This followup fixes a couple of issues:
    - disable the feature by default.
    - use the datatables include file.
    - fix the syspref description.
    - replace "History search" with "Search history".
    - replace biblio with catalog
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a6a954efa83a4d87eee8a8b1a0864b60f01eaa7f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Sep 2 17:02:02 2013 +0200

    Bug 10862: Add search history to the intranet interface
    
    Like OPAC, the search history is now available for intranet.  This
    is controlled by the EnableSearchHistory system preference.
    
    Test plan:
     1/ Switch on the 'EnableSearchHistory' syspref.
     3/ Launch some biblio and authority searches.
     4/ Go on your search history page (top right, under "Set library").
     5/ Check that all yours searches are displayed.
     6/ Click on some links and check that results are consistent.
     7/ Delete your biblio history searches.
     8/ Delete your authority searches history searches.
     9/ Launch some biblio and authority searches
    10/ Play with the 4 delete links (current / previous and biblio /
    authority).
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Auth.pm                                         |    2 +
 authorities/authorities-home.pl                    |   21 ++++
 catalogue/search-history.pl                        |  100 ++++++++++++++++++++
 catalogue/search.pl                                |   28 +++++-
 installer/data/mysql/sysprefs.sql                  |    3 +-
 installer/data/mysql/updatedatabase.pl             |    9 ++
 .../intranet-tmpl/prog/en/includes/header.inc      |    5 +
 .../en/modules/admin/preferences/searching.pref    |    7 ++
 .../prog/en/modules/catalogue/search-history.tt}   |   85 +++++++----------
 kohaversion.pl                                     |    2 +-
 10 files changed, 206 insertions(+), 56 deletions(-)
 create mode 100755 catalogue/search-history.pl
 copy koha-tmpl/{opac-tmpl/prog/en/modules/opac-search-history.tt => intranet-tmpl/prog/en/modules/catalogue/search-history.tt} (71%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list