[koha-commits] main Koha release repository branch master updated. v19.05.00-382-g2c600bf

Git repo owner gitmaster at git.koha-community.org
Fri Jul 19 15:28:32 CEST 2019


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  2c600bf439173c8a7a8ecd41a6433cd1199de078 (commit)
       via  b76aa551049edcb1575d8a4cce917cbc0eb8fa24 (commit)
       via  377006ebe5a0e87a6f7517f0cb347a958c95a997 (commit)
       via  a130131960b8da7e86445c5469618efae9ff8e56 (commit)
      from  d7e6ae38e431c4d6397c057b0696e03f5a67ce14 (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 2c600bf439173c8a7a8ecd41a6433cd1199de078
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jul 5 17:28:06 2019 +0000

    Bug 23278: Reopen last panel upon "Save and continue" in notices
    
    This patch modifies the Notices edit process so that if the user chooses
    the "Save and continue" option the page reloads with the same panel open
    which they were previously editing in.
    
    To test, apply the patch and go to Tools -> Notices and Slips.
    
     - Open a notice for editing.
     - Expand one of the sections.
     - Choose "Save and continue" from the button menu in the toolbar.
       - When the page reloads, the section you expanded should be open
         again.
     - Test each section and test with no sections expanded.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b76aa551049edcb1575d8a4cce917cbc0eb8fa24
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jul 12 13:41:30 2019 +0000

    Bug 23304: (follow-up) Add markup structure comments
    
    This patch adds comments to the template to highlight the markup
    structure. It also removes the obsolete "type" attribute from the
    <script> tag.
    
    This patch should have no effect on the interface or functionality.
    
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 377006ebe5a0e87a6f7517f0cb347a958c95a997
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jul 11 18:59:21 2019 +0000

    Bug 23304: Reindent cataloguing/z3950_search.tt
    
    This patch reindents cataloguing/z3950_search.tt to use four spaces and
    to eliminate tabs, following coding guidelines. Trailing white space has
    been removed, and some minor markup errors have been corrected for
    validity.
    
    To test, apply the patch and use your preferred method for checking the
    differences between files while ignoring whitespace. I use diff with the
    "-w" flag, but I'm not giving orders, you do you.
    
    Go to Cataloging -> New from Z39.50/SRU. Test that the search form and
    results look correct and work correctly.
    
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a130131960b8da7e86445c5469618efae9ff8e56
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jul 8 16:06:38 2019 +0000

    Bug 23279: In news management interface, sort news by publication date descending
    
    This patch makes a few changes to the configuration of the DataTable
    showing news items in the staff client. It adds a default sort on
    "Publication date," descending; It updates the way non-sortable columns
    are configured; It modifies sorting on the title and content columns so
    that articles are ignored.
    
    To test, apply the patch and go to Tools -> News.
    
     - When the page loads the table of news items should sort by default on
       publication date, descending.
     - There should be no sorting indicator on the first and last columns.
     - When sorting the "Title" or "News" columns, articles "A," "An," and
       "The" should be ignored.
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    Signed-off-by: frederik chenier <frederik.chenier at inlibro.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../prog/en/modules/cataloguing/z3950_search.tt    |  387 +++++++++++---------
 .../prog/en/modules/tools/koha-news.tt             |   15 +-
 .../intranet-tmpl/prog/en/modules/tools/letter.tt  |    1 +
 koha-tmpl/intranet-tmpl/prog/js/letter.js          |   14 +-
 tools/letter.pl                                    |    7 +-
 5 files changed, 234 insertions(+), 190 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list