[koha-commits] main Koha release repository branch master updated. v16.05.00-1009-ga66b0e2

Git repo owner gitmaster at git.koha-community.org
Wed Oct 12 14:08:08 CEST 2016


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  a66b0e20d7d1b2602cced006712ce5fc308aeb10 (commit)
       via  bc41b29b6437445c35b71fe4fc623506e3cf6fbf (commit)
       via  d8809285ad792d0a2dbab8695a07131fecb27ef1 (commit)
       via  39bdb865fcf8a9147a891496459e1a7ecd57e30e (commit)
       via  57ffd456ded327b85db1da710345037dc21b5897 (commit)
      from  a1a0bdd7983d9baf74dcb4b38ee2cdfea25fb0b2 (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 a66b0e20d7d1b2602cced006712ce5fc308aeb10
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Oct 10 20:57:26 2016 +0000

    Bug 14899 - Convert links to buttons, add icons
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit bc41b29b6437445c35b71fe4fc623506e3cf6fbf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Sep 29 12:03:22 2016 +0100

    Bug 14899: Add a reset option
    
    For developpers only at the moment, if you want to reset your mappings,
    you can hit:
      admin/searchengine/elasticsearch/mappings.pl?op=reset&i_know_what_i_am_doing=1
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit d8809285ad792d0a2dbab8695a07131fecb27ef1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Sep 25 16:16:28 2015 +0100

    Bug 14899: Add a link to the new page in the admin
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit 39bdb865fcf8a9147a891496459e1a7ecd57e30e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Sep 25 16:06:55 2015 +0100

    Bug 14899: Add the mapping configuration page in the admin module
    
    This new page (admin/searchengine/elasticsearch/mappings.pl) will permit
    to manage the ES mappings.
    For the biblios and authorities indexes, the different mappings can be
    managed from this single page.
    The interface let you add, remove and update mappings and search fields.
    It's also possible to reorder the mappings, as the order can be important
    in the indexation process. Note that the table can be displayed in a
    different order that the one it was before saving, but the mappings are grouped
    by search field and the order inside the search field is preserved.
    
    Limitations:
    - If something went wrong during the insertion/deletion/modification,
      the users will loose all these changes.
    
    TODO:
    - Add a specific permission (?)
    - Add some data checks client side (JS)
    - Use checkboxes for facet and suggestible (lazy today...)
    - Understand the difference between the 3 values that sortable can have
      and improve the value for the options in the select box.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit 57ffd456ded327b85db1da710345037dc21b5897
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Sep 25 15:49:16 2015 +0100

    Bug 14899: Add tableDND JS lib
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 admin/searchengine/elasticsearch/mappings.pl       |  144 +++++
 .../lib/jquery/plugins/jquery.tablednd.js          |  672 ++++++++++++++++++++
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    3 +
 .../prog/en/modules/admin/admin-home.tt            |    4 +
 .../admin/searchengine/elasticsearch/mappings.tt   |  298 +++++++++
 5 files changed, 1121 insertions(+)
 create mode 100755 admin/searchengine/elasticsearch/mappings.pl
 create mode 100644 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.tablednd.js
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list