[koha-commits] main Koha release repository branch master updated. v16.05.00-953-g3d84252

Git repo owner gitmaster at git.koha-community.org
Tue Sep 27 15:11:29 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  3d84252c0457708191adc23790d13dbf87e18a81 (commit)
      from  5e0f55fac841270e159ce230f478f28a2ff12d91 (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 3d84252c0457708191adc23790d13dbf87e18a81
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Aug 4 14:36:41 2016 -0400

    Bug 17056 - Remove event attributes from various templates
    
    This patch removes event attributes from several templates, moving event
    definitions into the JavaScript instead.
    
    To test, apply the patch and:
    
    - View the MARC detail page for any bibliographic record. Changing the
      framework selection should reload the display using the selected
      framework.
    
    - Perform the same test on the labeled MARC view. (Set the
      viewLabeledMARC system preference to "Allow" if necessary).
    
    - To test the changes to Reports you should have at least one report
      group and at least one report subgroup.
      - Create a new saved SQL report.
      - Select a report group. Doing so should trigger the display of report
        subgroups. Deselecting the report group should hide the subgroups.
    
    - In Acquisitions -> Suggestions, create a new suggestion.
      - In the 'Acquisition information' section, changing values for
        copies, currency, and price should change the value in the total
        field.
    
    - In Circulation -> Upload offline circulation file:
      - My patch for Bug 16602 added the required code but forgot to remove
        the corresponding onclick attributes.
      - Browse for an offline circulation file.
      - Clicking the 'Upload file' button should work correctly.
        - After uploading a file, both the 'Add to offline circulation
          queue' and 'Apply directly' buttons should work to trigger their
          corresponding processes (keeping Bug 16603 in mind).
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt |    5 ++++-
 .../prog/en/modules/catalogue/labeledMARCdetail.tt        |    5 +++++
 .../prog/en/modules/offline_circ/process_koc.tt           |    4 ++--
 .../prog/en/modules/reports/guided_reports_start.tt       |    5 ++++-
 .../prog/en/modules/suggestion/suggestion.tt              |   13 +++++++++----
 5 files changed, 24 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list