[koha-commits] main Koha release repository branch master updated. v16.11.00-1109-g1882805

Git repo owner gitmaster at git.koha-community.org
Fri May 19 20:49:51 CEST 2017


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  1882805533a39df64e3380fbb50b591b1d5054a8 (commit)
       via  f22d2e7200ee8b35aff66b26acc3e2daa49f9f0d (commit)
      from  9719284622e2c3027ef615286ef417f920238c9f (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 1882805533a39df64e3380fbb50b591b1d5054a8
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Fri Jan 13 16:01:13 2017 +0000

    Bug 17898: Followup - udpate templates for bootstrap 3
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f22d2e7200ee8b35aff66b26acc3e2daa49f9f0d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jan 13 15:48:57 2017 +0100

    Bug 17898: Automagically convert SQL reports
    
    Bug 17196 move the marcxml out of the biblioitems table.
    That will break SQL reports using it.
    It would be handy to propose an automagically way to convert the SQL
    reports.
    
    We do not want to update the reports automatically without user inputs,
    it will be too hasardous.
    However we can lead the user to convert them.
    
    In this patchset I suggest to warn the user if a report is subject to be
    updated.
    
    TODO: Add a way to mark this job done (using a pref?) to remove the
    check and not to display false positives.
    
    Test plan:
    - Create some SQL reports (see https://wiki.koha-community.org/wiki/SQL_Reports_Library)
    - Go on the report list page (/reports/guided_reports.pl?phase=Use saved)
    - For the reports using biblioitems.marcxml you will see a new column
    warning you that it is obsolete
    - Click on update link
    => that will open a modal with the converted SQL query
    - Click on the update button
    => you will be informed that the query has been updated
    
    If all the reports are updated, the new column "Update" will no longer
    be displayed.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Reports/Guided.pm                               |   21 +++++++-
 .../prog/en/modules/reports/convert_report.tt      |   19 +++++++
 .../en/modules/reports/guided_reports_start.tt     |   49 ++++++++++++++++-
 reports/guided_reports.pl                          |   30 +++++++++++
 serials/serials-home.pl => svc/convert_report      |   46 ++++++++--------
 t/db_dependent/Reports/Guided.t                    |   57 +++++++++++++++++++-
 6 files changed, 194 insertions(+), 28 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/reports/convert_report.tt
 copy serials/serials-home.pl => svc/convert_report (62%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list