[koha-commits] main Koha release repository branch master updated. v3.20.00-beta-29-gfd8ac6f

Git repo owner gitmaster at git.koha-community.org
Thu May 14 17:36:44 CEST 2015


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  fd8ac6f3cde3fa3b1e4ccf566334220c8cf39ce1 (commit)
       via  69e4e4100ae49ea3f06ddbc219f59693b7249074 (commit)
       via  3f3d0a6a32312b8828086f72bcc66c009de4edfa (commit)
      from  e90917217de2499bc68a3a32fdd4c6c678f78538 (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 fd8ac6f3cde3fa3b1e4ccf566334220c8cf39ce1
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Apr 14 16:07:07 2015 +0200

    Bug 10235: Add DataTables filters on local use prefs
    
    There is no way to search for local use prefs.
    This patch provides an easy way to search for pref present in
    of local use prefs table.
    
    Test plan:
    1/ Go on the system preferences administration page
    2/ Click on the Local Use table
    3/ Confirm you are able to filter the table by pref name or description
    using the DataTables filters on top of it.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    NOTE: Local use tab is distinct from other tabs, so implementing
          'Search system preferences' across all tabs would be very
          difficult. This patch adds a filter to the Local Use tab,
          which nicely allows for filtering, as per Owen's suggestion
          in comment #1.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 69e4e4100ae49ea3f06ddbc219f59693b7249074
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Sat Apr 25 11:44:06 2015 -0400

    Bug 9067: Fix space error
    
    There was a [ % END %] which triggered template parsing errors.
    Follow the test plan in comment #7 with both patches applied.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3f3d0a6a32312b8828086f72bcc66c009de4edfa
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 1 13:28:20 2015 +0200

    Bug 9067: Hide item related strings when importing staged authority records
    
    On importing authority records, the items related string should not be
    displayed.
    
    Test plan:
    1/ Import an authority record
    2/ Confirm the item related string are not displayed.
    3/ Before this script, the record_type param was lost just after
    importing the records. Now you should see
    "Processing authority records" of "Processing bibliographic records" in
    the "MARC staging results"
    4/ Revert the import and check there is not item related strings.
    
    No behavior should exist on importing bibliographic records.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../prog/en/modules/admin/systempreferences.tt       |    4 ++--
 .../prog/en/modules/tools/manage-marc-import.tt      |   18 ++++++++++++------
 .../prog/en/modules/tools/stage-marc-import.tt       |    4 +++-
 tools/stage-marc-import.pl                           |    3 ++-
 4 files changed, 19 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list