[koha-commits] main Koha release repository branch master updated. v16.05.00-795-g87d53fa

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 16:29:00 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  87d53fa2e5a9db74a95b7aad0a30033f05c64f8a (commit)
      from  8984ea2f411227e8b7261fd1df53341005a14441 (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 87d53fa2e5a9db74a95b7aad0a30033f05c64f8a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Aug 1 11:15:33 2016 -0400

    Bug 17012 - Remove more event attributes from administration templates
    
    There are several administration templates which still contain event
    attributes. This patch move event definition to the JavaScript.
    
    To test you must have the SMSSendDriver system preference set to
    "Email." Apply the patch and go to Administration.
    
    - In Global system preferences, change the value of any input or select
      and then click the "Cancel" link for that section. After confirming
      your choice, the page should reload with your changes reset.
    
    - In Circulation and fine rules, edit any existing rule. In the editing
      row, click the "Clear" button. The data for that rule should be
      cleared.
    
    - In Transport cost matrix, make any change to the matrix. Submitting
      the form should work correctly.
    
    - In MARC bibliographic framework, choose 'MARC structure' for any
      framework.
      - Checking or unchecking the 'Display only used tags/subfields'
        checkbox should reload the page and change the display according to
        your choice.
    
    - In Did you mean?, make changes to the existing configuration.
      - Clicking "Cancel" should reload the page and discard your changes.
      - Clicking "Save configuration" should correcly save your changes.
    
    - In SMS cellular providers, click to edit any existing provider.
      Clicking the "Cancel" link should cancel the editing process and
      return you to the list of providers.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt  |   10 +++++++++-
 .../intranet-tmpl/prog/en/modules/admin/marctagstructure.tt  |    9 +++++++--
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt |    6 +++++-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt |    6 +++++-
 .../intranet-tmpl/prog/en/modules/admin/sms_providers.tt     |    2 +-
 .../prog/en/modules/admin/transport-cost-matrix.tt           |    5 ++++-
 koha-tmpl/intranet-tmpl/prog/js/sms_providers.js             |    6 +++++-
 7 files changed, 36 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list