[koha-commits] main Koha release repository branch master updated. v18.05.00-1308-gf683c18

Git repo owner gitmaster at git.koha-community.org
Mon Nov 5 16:08:33 CET 2018


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  f683c181acdd0e7c285f6930c2067b6f20ff00a4 (commit)
       via  fef32fac36800b6033367827ff45905db1d261c7 (commit)
       via  1dc17d8502baa50885871419c0152fedc1977710 (commit)
       via  f6808f5e554c8608e70865f15bf1cb6b39c1221c (commit)
       via  368a9b1d5316cc1a7bdb91c6b0a55ddd83b6fc4a (commit)
       via  9c02784fe5d7c3e66334163fa8068406b8bee5c8 (commit)
       via  c9d3e5470709f1f44e0952d06832a45909046ef1 (commit)
       via  433eb16fd30d2b4e1e5e65c6d120600054ad2c1e (commit)
       via  2e003cd04b8626a054412212fe377077658668f2 (commit)
       via  c4ff0eac6039c15ef16ced9f7523b931c674ecac (commit)
       via  458e07928505570affd43bd4c8dbe8e1c170a409 (commit)
       via  529ed6faa43b6c2543695ec594fe891139cca83f (commit)
       via  7f6671587c0b78c22c3696f4a468a48a97af840d (commit)
       via  1ba78e0a21b5ccdeb0c9bfbe690929a8ffe4c9cd (commit)
       via  6e82493b65092f426cd5d5bdbacedc8d79d13469 (commit)
       via  401b706392cb49d36ba9842d6f9397a5f0d1a686 (commit)
       via  4ea7f20ca3c55ac7f0df00207aadb854260bdc13 (commit)
       via  fd3a378f9a8f43f9ac2b4fae73d881f36cc5f9bf (commit)
       via  44778ddcc9badc800860cbcf6489065646cb3f15 (commit)
       via  a8b6a5daa56d3b681d1157c29a10caedfda984ad (commit)
       via  36a2627c399d7f6a59d68d7bc15edbadd528b56f (commit)
       via  e427cf5b3f3ded54dbc6899c149a2de3e8ab13ea (commit)
       via  e520d699109958712212ead8b8935a63402e5b37 (commit)
       via  5b807fd3d75e059ad8ea48c126b3aaf2b68a26e9 (commit)
      from  1a0172a253e5432e5eef862768aaacb3463501f2 (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 f683c181acdd0e7c285f6930c2067b6f20ff00a4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 24 15:31:02 2018 -0300

    Bug 21650: Remove the subroutine C4::Items::GetLastAcquisitions
    
    C4::Items::GetLastAcquisitions has been added by
      commit 7753bbad4fb4df47c8fb4f959fc68764a71cb623
      Adding Some new functions
    
    (?)
    
    Apparently it has never been used, we should remove it to avoid unnecessary maintenance.
    
    Test plan:
      git grep GetLastAcquisitions
    must not return any results
    
    NOTE: POD Coverage test failure is expected on removal
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit fef32fac36800b6033367827ff45905db1d261c7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 25 17:17:50 2018 -0300

    Bug 21645: Fix focus when modal is shown
    
    First the event must be defined in the document.ready block, then, since
    bootstrap 3 the event is 'shown.bs.modal', not 'shown'
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1dc17d8502baa50885871419c0152fedc1977710
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 25 17:09:26 2018 -0300

    Bug 21645: e.preventDefault on click
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f6808f5e554c8608e70865f15bf1cb6b39c1221c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Oct 24 14:01:18 2018 +0000

    Bug 21645: Clean up library groups template
    
    This patch modifies the library groups administration page to help
    compliance with several coding guidelines:
    
     - Move JavaScript to the footer
     - Convert to Bootstrap grid
     - Other markup corrections
    
    To test, apply the patch and go to Administration -> Library groups.
    
     - Confirm that the page how has a "Library groups" heading.
     - Confirm that action buttons in the table of library groups are styled
       correctly.
     - Test both adding and editing groups. The "Required" label on required
       fields should be styled correctly.
     - Test all JavaScript-driven interactions on the page:
       - Adding, editing, and deleting groups
       - Removing libraries from groups
       - Expanding and collapsing group hierarchies
     - Validate the page's HTML and confirm that there are no errors found
       in the main body of the page.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 368a9b1d5316cc1a7bdb91c6b0a55ddd83b6fc4a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jul 24 13:00:21 2018 +0000

    Bug 21570: Update two-column templates with Bootstrap grid: Various
    
    This patch modifies several assorted templates to use the
    Bootstrap grid instead of YUI.
    
    This patch also removes obsolete "text/javascript" attributes from
    <script> tags and "text/css" attributes from <style> tags in the
    modified templates.
    
    To test, apply the patch and view the following pages, confirming that
    they look correct at various browser widths:
    
     - Administration -> Plugins
     - Tools -> Comments
     - Acquisitions -> Suggestions
     - Lists
    
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9c02784fe5d7c3e66334163fa8068406b8bee5c8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 23 12:08:20 2018 -0300

    Bug 20970: Add preventDefault to avoid trailing # to be added to the url
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c9d3e5470709f1f44e0952d06832a45909046ef1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 20 16:12:41 2018 +0000

    Bug 20970: Reformat basket information on acquisitions basket page
    
    This patch reformats the display of information on the acquisitions
    basket page, hiding form controls until they are triggered. Some basket
    information is now in the second column in order to balance the two
    columns better.
    
    The "Library" label has been replaced with the more precise "Managing
    library."
    
    Unrelated change: Removed script type attributes.
    
    To test, apply the patch and view a basket in acquisitions. Test these
    processes:
    
    - Adding and removing managing users
    - Setting and changing managing library
    - Setting and changing basket group
    
    Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 433eb16fd30d2b4e1e5e65c6d120600054ad2c1e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Oct 15 06:36:51 2018 -0400

    Bug 21568: Add more spans with classes around callnumbers in OPAC for additional styling
    
    It would be nice if the callnumber portion of the callnumber + label was in a span,
    and it also makes sense to wrap the entire callnumber string in a span as well.
    This was started on bug 21340 but I have found more callnumbers in the search results that need spans.
    
    Test Plan:
    1) Apply this patch
    2) Search for something in the OAPC with multiple results
    3) View the HTML source
    4) Note the new spans around the callnumbers, like: <span class="CallNumber"
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 2e003cd04b8626a054412212fe377077658668f2
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Nov 5 13:21:33 2018 +0000

    Bug 8630: Compiled CSS
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c4ff0eac6039c15ef16ced9f7523b931c674ecac
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Nov 5 13:21:11 2018 +0000

    Bug 8630: DBRev 18.06.00.051
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 458e07928505570affd43bd4c8dbe8e1c170a409
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Nov 5 13:08:52 2018 +0000

    Bug 8630: (RM follow-up) Remove loop.odd reference and fix filters
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 529ed6faa43b6c2543695ec594fe891139cca83f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 5 14:31:05 2018 +0000

    Bug 8630: (follow-up) Template corrections
    
    This patch makes two corrections to templates: One to correct the case
    of a variable, an error which I introduced when adding html filters.
    
    The other removes a redundant image tag from the recent comments
    template.
    
    To test, apply the patch and log in to the OPAC as a user with
    checkouts. Cover images on the "your summar" page should appear
    correctly.
    
    View the "recent comments" page and confirm that images still appear
    correctly.
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 7f6671587c0b78c22c3696f4a468a48a97af840d
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Jul 11 01:00:52 2018 +0000

    Bug 8630: (follow-up) Make Adlibris cover show on OPAC overdues tab
    
    and fix alignment of cover on Staff detail page.
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1ba78e0a21b5ccdeb0c9bfbe690929a8ffe4c9cd
Author: Martin Persson <xarragon at gmail.com>
Date:   Wed Oct 7 16:42:57 2015 +0200

    Bug 8630: Adlibris covers (OPAC SCSS changes)
    
    This patch adds two new CSS classes specific to Adlibris covers.
    
    Sponsored-By: Halland County Library
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 6e82493b65092f426cd5d5bdbacedc8d79d13469
Author: Martin Persson <xarragon at gmail.com>
Date:   Thu Oct 8 09:13:00 2015 +0200

    Bug 8630: Adlibris covers (OPAC templates)
    
    Changes to OPAC templates.
    Depends on new CSS clases defined in separate patch.
    
    Test plan:
    
    To test this particular patch (intranet templates) you need:
    * The syspref patch applied
    * The intranet CSS patch applied
    
    To test:
    * Apply this patch
    
    * Enable covers (if not done already)
      * Go to staff interface, log in as a priviliged user.
      * Select "More" -> "Administration" ->
    	"Global system preferences" -> "Enhanced content".
      * Set ""AdlibrisCoversEnabled" to "Show" under "Adlibris".
      * Save changes
    
    * Add a book with a known cover/ISBN (if none exists)
      * Set MARC field 020 a,
    	"INTERNATIONAL STANDARD BOOK NUMBER" to: 9780451524935
      * Set MARC field 245 a, "Title" to: 1984
      * Save changes
    
    * Test opac-results.tt
      * Search library catalog from OPAC for "1984".
      * You should be sent to:
        http://127.0.1.1/cgi-bin/koha/opac-search.pl?idx=&q=1984
      * Cover image should be shown to the right of each title
        with CSS class: "adlibris-cover"
    
    * Test opac-detail.tt
      (continued from previous test's location)
      * Click on the title with cover (1984, ISBN: 9780451524935)
      * Cover should be displayed to the left in full size.
      * If clicked, should link to the full-size image.
    
    Test opac-results-grouped.tt
      * This template is only used if an external "grouping" server is
        setup and the syspref "OPACGroupResults" is set to "Use".
      * Personally I did not test this, b/c: terminally lazy
    
    * Test opac-showreviews.tt
      * Could not find any links to this location, manually enter it:
        http://127.0.1.1/cgi-bin/koha/opac-showreviews.pl
      * Image should be shown to the right in full size.
      * If clicked it should take you to the detail view with the
        comments tab opened.
    
    * Test opac-showreviews-rss.tt
      * Click on the RSS icon from previous test's start location.
        URL should be:
        http://127.0.1.1/cgi-bin/koha/opac-showreviews.pl?format=rss
      * An image tag linking to the full-size image without any
        styling class should be present.
    
    * Test opac-user.tt
      * Click on your username to open:
        http://127.0.1.1/cgi-bin/koha/opac-user.pl
      * Covers should be shown for checked out items with
        CSS class: adlibris-cover
      * When clicked the destination should be the same as
        clicking the title column entry: opac-details.pl
    
    * Test opac-opensearch.tt
      * Click on "Advanced search" and enter "1984" then press "Search"
      * This search screen uses a different template.
      * Cover image should be shown to the right of each title
        with CSS class: "adlibris-cover"
      * If clicked, should link to the OPAC detail view.
    
    * Test opac-readingrecord.tt
      * Click on your logged-in name to go to your personal page.
      * Click on "Your reading history" tab on the left.
        http://127.0.1.1/cgi-bin/koha/opac-readingrecord.pl
      * Covers should be shown in leftmost column with
        CSS class: adlibris-cover
      * If clicked, should link to the same as the 'Title' link.
    
    Sponsored-By: Halland County Library
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 401b706392cb49d36ba9842d6f9397a5f0d1a686
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 5 13:56:12 2018 +0000

    Bug 8630: Adlibris covers (intranet CSS)
    
    This defined two new CSS classes for use by the intranet templates.
    Apply this patch before doing the testing of "intranet templates".
    
    Sponsored-By: Halland County Library
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 4ea7f20ca3c55ac7f0df00207aadb854260bdc13
Author: Martin Persson <xarragon at gmail.com>
Date:   Thu Oct 8 09:12:27 2015 +0200

    Bug 8630: Adlibris covers (intranet templates)
    
    Changes to staff interface (intranet) templates.
    Depends on new CSS clases defined in separate patch.
    
    Test plan:
    
    To test this particular patch (intranet templates) you need:
    * The syspref patch applied
    * The intranet CSS patch applied
    
    To test:
    * Apply this patch
    
    * Enable covers (if not done already)
      * Go to staff interface, log in as a priviliged user.
      * Select "More" -> "Administration" ->
        "Global system preferences" -> "Enhanced content".
      * Set ""AdlibrisCoversEnabled" to "Show" under "Adlibris".
      * Save changes
    
    * Add a book with a known cover/ISBN (if none exists)
      * Set MARC field 020 a,
        "INTERNATIONAL STANDARD BOOK NUMBER" to: 9780451524935
      * Set MARC field 245 a, "Title" to: 1984
      * Save changes
    
    * Test results.tt
      * From the main intranet page, select "Search the catalog" and
        enter the title we added, "1984" and press "Search".
      * You should end up with the url:
        http://127.0.1.1:8080/cgi-bin/koha/catalogue/search.pl?q=1984
      * The cover image should be shown in the leftmost column.
      * If cover is clicked, the full cover image should be shown.
    
    * Test detail.tt
      (continue from the search results used in prev. test)
      * Click on the title text, you should be sent to:
        http://127.0.1.1:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=2
      * The cover image should be shown on the right.
      * If clicked, the full cover should be shown.
    
    Sponsored-By: Halland County Library
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit fd3a378f9a8f43f9ac2b4fae73d881f36cc5f9bf
Author: Martin Persson <xarragon at gmail.com>
Date:   Mon Oct 5 11:13:15 2015 +0200

    Bug 8630: Adlibris covers (syspref files)
    
    This patch adds a system preference for cover images from Swedish
    book retailer Adlibris. Images are retrieved via http or https
    from an external web server. This might leak OPAC and Staff
    interface data to third parties and should thus be used with
    caution.
    
    Sponsored-By: Halland County Library
    
    Test plan:
    
    Test 1: Test upgrade procedure for clean installation.
    
      Start by removing existing sysprefs, if present:
    
      $ mysql -u kohaadmin -p -D koha
      > DELETE FROM `systempreferences` WHERE `variable` LIKE 'Adlibris%';
    
    * Apply this patch which will add a pref file, update the 'syspref'
      structure and add an atomic upgrade file.
    
    * Install the update:
      Koha$ perl installer/data/mysql/updatedatabase.pl
    
    * Once upgraded and logged in, Select 'More', 'Administration',
      'Global Preferences' and finally 'Enhanced content'.
      There should be a new option called 'Adlibris'.
    
      The first option should default to "Don't show", if not the
      patch is broken.
    
      The second options should show the default URL:
      http://www.adlibris.com/se/organisationer/showimagesafe.aspx
    
      If not, the patch is broken.
    
    Test 2: Changing sysprefs
    
    * In the control panel, change the first value from "Don't show"
      to "Show" and save the changes. Use MySQL client to inspect changes:
    
      $ mysql -u kohaadmin -p -D koha
      > SELECT * FROM `systempreferences` WHERE `variable` LIKE 'Adlibris%';
    
      The column 'value' should now have the value '1', if not the patch
      is broken.
    
    Test 3: Apply update to existing data
    
    * Re-execute the installer now that the database has the data already:
      Koha$ perl installer/data/mysql/updatedatabase.pl
    
      If any errors occur the patch is broken.
    
      Examine the database contents:
    
      $ mysql -u kohaadmin -p -D koha
      > SELECT * FROM `systempreferences` WHERE `variable` LIKE 'Adlibris%';
    
      If the values were overwritten by the installer the patch is broken.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 44778ddcc9badc800860cbcf6489065646cb3f15
Author: Marc Véron <veron at veron.ch>
Date:   Sun Apr 17 18:52:06 2016 +0200

    Bug 16280: purge_suggestions.pl: Cron job log should tell number of days used
    
    To test:
    - Apply patch
    - Set syspref CronjobLog to "Log"
    - Set syspref PurgeSuggestionsOlderThan e.g. to 20
    - From console, run misc/cronjobs/purge_suggestions.pl
    - Check entry in cgi-bin/koha/admin/preferences.pl?op=search&searchfield=log
    - Verify that log entry contains number of days (20, same as in syspref)
    - From console, run misc/cronjobs/purge_suggestions.pl -days 100
    - Verify that log entry contains number of days (100, same as in param -days)
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a8b6a5daa56d3b681d1157c29a10caedfda984ad
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Oct 17 13:05:43 2018 +0000

    Bug 19490: (follow-up) Improve tooltip message and some tidying
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 36a2627c399d7f6a59d68d7bc15edbadd528b56f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed May 23 19:04:02 2018 +0000

    Bug 19490: (follow-up) Add tooltip to each row
    
    To test:
    1 - Run batch modification on some items
    2 - Hover over the holds column
    3 - Note the tool tip
    4 - PLace some holds to verify combinations of item/record level holds
    show appropriately
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit e427cf5b3f3ded54dbc6899c149a2de3e8ab13ea
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon May 14 20:57:57 2018 +0000

    Bug 19490: Add a 'Holds' column to the items batchmodification tool
    
    To test:
    1 - Add some items to bathc modification
    2 - Note there is no indication fo holds
    3 - Apply patch
    4 - Reload and note you can see how many holds (or none)
    5 - Note you can hide this column with css:
        #batchMod-edit .holds_count { display: none; }
    6 - Note the column has a tooltip to indicate item vs. record holds
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit e520d699109958712212ead8b8935a63402e5b37
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Oct 31 11:50:59 2018 -0300

    Bug 21740: Show @ when editing fixed-length fields on bibliographic frameworks
    
    This is a consistency issue: we store '@' as the subfield for
    fixed-lenght fields, yet on editing '_' is displayed (on the form and
    the tab). This was probably done to avoid URI encoding problems in the
    past.
    
    This patch restores the '@' everywhere.
    
    To test:
    - Open the MARC structure for any bibliographic MARC framework
    - Choose Actions > Subfields on any fixed-length field
    => ERROR: Notice the tab has an underscore (_) and the subfield code is '_' as well.
    - Cancel
    => SUCCESS: '@' is displayed on the list
    - Apply this patch
    - Restart all the things:
      $ restart_all
    - Choose Actions > Subfields on any fixed-length field
    => SUCCESS: '@' is displayed in the tab title, and on the 'Subfield
    code' form field.
    - Save some changes
    => SUCCESS: Things work correctly.
    - Sign off :-D
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    
    Signed-off-by: Devinim <kohadevinim at devinim.com.tr>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5b807fd3d75e059ad8ea48c126b3aaf2b68a26e9
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Mon Nov 5 08:51:32 2018 +0000

    Bug 20996: (follow-up) Fix test
    
    - Fixes the t/db_dependent/Illrequest/Config.t
    - Adds tests for Koha::Illrequest::Config->has_branch
    
    0) Do not apply the path
    1) Run test t/db_dependent/Illrequest/Config.t
    2) It fails - it is because the Koha/Illrequest/Config.pm prefixes
    handling changed
    3) Apply the patch
    4) Run test again, it should pass now
    5) Read through the test code and confirm it makes sense
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Items.pm                                        |   52 ---
 Koha.pm                                            |    2 +-
 admin/marc_subfields_structure.pl                  |    3 +-
 installer/data/mysql/sysprefs.sql                  |    2 +
 installer/data/mysql/updatedatabase.pl             |   11 +
 .../intranet-tmpl/prog/css/src/staff-global.scss   |    8 +
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |  265 ++++++++++------
 .../prog/en/modules/admin/library_groups.tt        |  331 ++++++++++----------
 .../en/modules/admin/marc_subfields_structure.tt   |    4 +-
 .../admin/preferences/enhanced_content.pref        |   16 +
 .../prog/en/modules/catalogue/detail.tt            |    9 +-
 .../prog/en/modules/catalogue/results.tt           |   12 +-
 .../prog/en/modules/plugins/plugins-home.tt        |   26 +-
 .../prog/en/modules/reviews/reviewswaiting.tt      |   28 +-
 .../prog/en/modules/suggestion/suggestion.tt       |   37 ++-
 .../prog/en/modules/tools/batchMod-edit.tt         |   31 +-
 .../prog/en/modules/virtualshelves/shelves.tt      |  105 ++++---
 koha-tmpl/intranet-tmpl/prog/js/pages/batchMod.js  |   10 +-
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss    |    7 +
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    7 +
 .../bootstrap/en/modules/opac-opensearch.tt        |    7 +
 .../bootstrap/en/modules/opac-readingrecord.tt     |   12 +
 .../bootstrap/en/modules/opac-results-grouped.tt   |    5 +
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |    9 +
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt |    6 +-
 .../bootstrap/en/modules/opac-showreviews-rss.tt   |    7 +-
 .../bootstrap/en/modules/opac-showreviews.tt       |    7 +-
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    |   17 +-
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |    4 +-
 misc/cronjobs/purge_suggestions.pl                 |    2 +-
 t/db_dependent/Illrequest/Config.t                 |   19 +-
 tools/batchMod.pl                                  |    4 +
 34 files changed, 635 insertions(+), 434 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list