[koha-commits] main Koha release repository branch master updated. v17.11.00-1320-ga905b11

Git repo owner gitmaster at git.koha-community.org
Mon Apr 23 19:38:11 CEST 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  a905b119035dda28130293b9160b6e1bfaad3f6a (commit)
       via  0a49e3bf92ae3fa4b03067199d1e860f1fe0b274 (commit)
       via  2edc7a2240dc7772ab2c778364416667fd21da5a (commit)
       via  5d8a401c85171ea3c4213c76ea97224367c13795 (commit)
       via  f489d2034bbc3bff67230423a7986d5ea34060ec (commit)
       via  fb61cade43e11813158ba864a0834ae6a2ac6dec (commit)
       via  5c7ff786d5e755ff2452ec41c4385150b93d3ea9 (commit)
       via  0bd1f30c8c4f151eaed1a6e1e56a8c78d28c0b4b (commit)
       via  8a81a4adabb7e30bae77b0059c3a2372fd51a526 (commit)
       via  e6441436f45895d96ebe632cc841da82ccd72290 (commit)
       via  b75d9dc25800fde1218ca9896e3a69a8da54de96 (commit)
       via  6cc44f96b846af671e7bcb07dc541eecb5ec2120 (commit)
       via  64b689fcc810fbfc20b6483b43e05f60e968b9ed (commit)
       via  b366d8d4de2adae265fab1313e7bd2aad3fe67aa (commit)
       via  f839259357f643a9719f583c02d02603a2a84a37 (commit)
       via  4e698f7b478a094d7b32ebfeaa917bca05ebcc5b (commit)
       via  d119336f19afb3e869b5b31752288ecc7216fa3f (commit)
       via  cc6ba2cfa9c6f1b12772df2203a84896a145b2f3 (commit)
       via  ea7a4f9c2cfc160fa8e637e2472cd7910b2bf6e6 (commit)
       via  a912d25ae8d2d360056c1ae5c88daa3909243d9a (commit)
       via  7cc2c97500ceb06a2efe0246c974e94d379d8f16 (commit)
       via  6325f4cc83a6422f6ce7c2922b9077862efa50c9 (commit)
       via  215adcae9879a1465b217b9da5519bac06dd6c3b (commit)
       via  7b3f6729b58f55b21762a4776a48214276a23653 (commit)
       via  32958c690f13eacf5a62ca7d28941e8568b6373f (commit)
       via  38b6e8afe1477a4afbed99cca1983b9be6b4478f (commit)
       via  406c642dfaf5da77ae04d8f4dc38d95539fec235 (commit)
       via  26402293614301a273300bd8afd6afa2c55640b5 (commit)
       via  32ff96a875aa7607eeba56b9ce3fc5f86eee585f (commit)
       via  443b7159fa214af3398bef97d5f2aaa49b2f1a55 (commit)
      from  95031b035b5de87211d0de2040eb685ae005606c (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 a905b119035dda28130293b9160b6e1bfaad3f6a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 20 18:35:14 2018 +0000

    Bug 20617: Add 'Search Engine configuration' link to administration menu
    
    This patch adds a link to the Elasticsearch configuration page in the
    administration sidebar menu when Elasticsearch is enabled.
    
    This patch also corrects the title of the Elasticsearch page to match
    the page heading. "Search engine configuration" instead of
    "Elasticsearch mappings."
    
    To test, apply the patch and set the SearchEngine system preference to
    "Elasticsearch."
    
      - View any page in the administration module which shows the
        left-hand sidebar menu. The link to search engine configuration
        should be there.
      - View the search engine configuration page and confirm that the page
        title is correct.
      - Set the SearchEngine system preferenc to "Zebra."
      - The search engine configuration link should no longer appear in the
        administration sidebar menu.
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    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: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0a49e3bf92ae3fa4b03067199d1e860f1fe0b274
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Mar 23 13:58:24 2018 -0300

    Bug 20363: (bug 16966 follow-up) better messages handling
    
    User views the "Your privacy" -page, it shows "No reading history to
    delete", even when the user has history.
    
    Test plan:
    - Turn OPACPrivacy on
    - Go to opac-privacy.pl
    - Click the "Immediate deletion button" to delete the reading history
    => If the patron has reading history you must get "Your reading history has been deleted."
    Otherwise "No reading history to delete"
    
    Note that this patch reintroduce the "something went wrong" message if
    the deletion failed for whatever reason.
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 2edc7a2240dc7772ab2c778364416667fd21da5a
Author: phette23 <phette23 at gmail.com>
Date:   Fri Apr 6 14:15:26 2018 -0700

    Bug 13445: Remove URL option from scheduled reports, add Text option
    
    Remove the non-functional 'URL' format
    Offer the (functional) CSV & HTML formats
    
    testing plan:
    - visit the task scheduler tool at cgi-bin/koha/tools/scheduler.pl
    - 'Output format' select list should offer Text (TSV), CSV, & HTML
    - scheduled reports for each of the above types should run & send emails correctly
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Maksim Sen <maksim.sen at inlibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 5d8a401c85171ea3c4213c76ea97224367c13795
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 23 14:21:43 2018 -0300

    Bug 20073: DBRev 17.12.00.037
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f489d2034bbc3bff67230423a7986d5ea34060ec
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Tue Jan 23 15:21:31 2018 +0200

    Bug 20073: Move Elasticsearch configs to yaml files and improve the default settings.
    
    Improvements:
    1) Index settings moved from code to etc/searchengine/elasticsearch/index_config.yaml. An alternative can be specified in koha-conf.xml.
    2) Field settings moved from code to etc/searchengine/elasticsearch/field_config.yaml. An alternative can be specified in koha-conf.xml.
    3) mappings.yaml has been moved from admin/searchengine/elasticsearch to etc/searchengine/elasticsearch. An alternative can be specified in koha-conf.xml.
    4) Default settings have been improved to remove punctuation from phrases used for sorting etc.
    5) State variables are used for storing configuration to avoid parsing it multiple times.
    6) A possibility to reset the fields too has been added to the reset operation of mappings administration.
    7) mappings.yaml has been moved from admin/searchengine/elasticsearch to etc/searchengine/elasticsearch.
    8) An stdno field type has been added for standard identifiers.
    
    To test:
    1) Run tests in t/Koha/SearchEngine/Elasticsearch.t
    2) Clear tables search_fields and search_marc_map
    3) Go to admin/searchengine/elasticsearch/mappings.pl?op=reset&i_know_what_i_am_doing=1
    4) Verify that admin/searchengine/elasticsearch/mappings.pl displays the mappings properly, including ISBN and other standard number fields.
    5) Index some records using the -d parameter with misc/search_tools/rebuild_elastic_search.pl to recreate the index
    6) Verify that you can find the records
    7) Put <elasticsearch_index_mappings>non_existent</elasticsearch_index_mappings> to koha-conf.xml
    8) Verify that admin/searchengine/elasticsearch/mappings.pl?op=reset&i_know_what_i_am_doing=1 fails because it can't find non_existent.
    9) Copy etc/searchengine/elasticsearch/mappings.yaml to a new location and make elasticsearch_index_mappings setting in koha-conf.xml point to it.
    10) Make a change in the new mappings.yaml.
    11) Clear table search_fields (mappings reset doesn't do it yet, see bug 20248)
    12) Go to admin/searchengine/elasticsearch/mappings.pl?op=reset&i_know_what_i_am_doing=1
    13) Verify that the changes you made are now visible in the mappings UI
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit fb61cade43e11813158ba864a0834ae6a2ac6dec
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 23 13:07:48 2018 -0300

    Bug 19855: Use patron-title to display patron's info
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 5c7ff786d5e755ff2452ec41c4385150b93d3ea9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 20 17:01:08 2017 -0300

    Bug 19855: Move getalert, addalert and delalert to Koha::Subscription
    
    This patch removes 3 subroutines from C4::Letters:
    - getalert
    - addalert
    - delalert
    
    And add 3 methods to Koha::Subscription:
    - subscribers
    - add_subscriber
    - remove_subscriber
    
    It makes the code cleaner for future cleanup.
    TODO - we should remove alert.alertid and alert.type, and rename
    alert.externalid with alert.subscriptionid
    That way alert will be renamed borrowers_subscriptions (or similar) and
    will become a simple join table between borrowers and subscriptions.
    We will need to deal with FK that could not be satisfied.
    Let's do that after this patch is pushed.
    
    Test plan:
    Subscribe and unsubscribe to email notifications sent when a new issues
    is available.
    Make sure everything works as before and you receive the emails.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0bd1f30c8c4f151eaed1a6e1e56a8c78d28c0b4b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 20 14:26:39 2017 -0300

    Bug 19855: Remove $type from the alerts
    
    It looks like this feature has never been finished. It has been
    developed with more flexibility in mind, but only 'issue' is used for
    this parameter. Apparently it could have been 'virtual', for virtual shelves.
    
    Let remove this parameter and clean the code a bit.
    TODO: Remove the DB column
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8a81a4adabb7e30bae77b0059c3a2372fd51a526
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 20 14:14:57 2017 -0300

    Bug 19855: Remove C4::Letters::findrelatedto
    
    This subroutine is called only once. It only concat firstname and
    surname for subscribers.
    It can be easily replaced with Koha::Patron
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e6441436f45895d96ebe632cc841da82ccd72290
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 20 14:12:01 2017 -0300

    Bug 19855: Remove getalert from opac-user.pl
    
    This is not used later and seems unused since:
    commit e61173aa8eb23c111a707eba2cfbd2003df709bf
    Date:   Sun May 21 02:29:09 2006 +0000
        syncing dev-week and HEAD
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b75d9dc25800fde1218ca9896e3a69a8da54de96
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 20 14:10:44 2017 -0300

    Bug 19855: Remove getalert from moremember.pl
    
    This is not used later and seems unused since:
    commit b38997925f603dc9784c25d3db3501644c19e068
    Date:   Wed Oct 26 09:11:02 2005 +0000
        big commit, still breaking things...
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 6cc44f96b846af671e7bcb07dc541eecb5ec2120
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Apr 19 07:27:07 2018 -0300

    Bug 18426: Replace 'Modify' with 'Edit'
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 64b689fcc810fbfc20b6483b43e05f60e968b9ed
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Apr 19 07:25:29 2018 -0300

    Bug 18426: Make sure the logged in user can edit the subscriptions
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b366d8d4de2adae265fab1313e7bd2aad3fe67aa
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 17 18:14:22 2018 -0300

    Bug 18426: Address QA issues
    
    - Replaced with the "action" links we already have on the biblio detail
    page and the items lost report.
    - Display all the editable values in the table
    - Add a 'Cancel' link
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f839259357f643a9719f583c02d02603a2a84a37
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 17 16:24:43 2018 -0300

    Bug 18426: Fix datepicker
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 4e698f7b478a094d7b32ebfeaa917bca05ebcc5b
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Apr 11 18:07:47 2017 +0200

    Bug 18426: Allow to edit subscriptions in batch
    
    This adds a checkbox column in serials-search.pl tables that allow to edit
    selected subscriptions.
    The following fields can be modified:
     - Bookseller
     - Location
     - Library
     - Item type
     - Public note
     - Nonpublic note
     - "Create item when receiving" flag
     - Expiration date
    + the additional fields defined in serials/add_fields.pl
    
    Test plan:
    
    1. Go to Serials module
    2. If there is no additional fields defined, define some (at least one with an
       authorized value and one without)
    3. Start a subscription search
    4. Select some results using the checkboxes and click the "Edit" button above
       the table
    5. Select values for some fields (not all) and click "Start batch edit"
    6. Verify you are being redirected to the previous search results
    7. Verify that the fields for which you selected a value were modified and that
       the others fields weren't
    8. Repeat steps 4 to 7 but this time, modify the other fields.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit d119336f19afb3e869b5b31752288ecc7216fa3f
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Apr 11 11:26:36 2017 +0200

    Bug 18426: Refactor subscriptions tables code in a BLOCK
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit cc6ba2cfa9c6f1b12772df2203a84896a145b2f3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 20 06:07:19 2018 -0400

    Bug 20622: Add some color to bootstrap modal headers and footers
    
    Right now the bootstrap modal header, body and footer are all white. It would be nice to give them a bit of color.
    
    Test Plan:
    1) Apply this patch
    2) Find a patron, click the 'add message' button
    3) Note the modal header and footer now have a background color
    
    Signed-off-by: Kyle M Hall <kyle at bywatetsolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ea7a4f9c2cfc160fa8e637e2472cd7910b2bf6e6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 23 14:20:14 2018 -0300

    Bug 19287: DBRev 17.12.00.036
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit a912d25ae8d2d360056c1ae5c88daa3909243d9a
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Apr 22 16:05:03 2018 +0000

    Bug 19287: (QA follow-up) Fix preference description
    
    The last part of the preference description didn't show.
    Moved behind the other text and rephrased.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7cc2c97500ceb06a2efe0246c974e94d379d8f16
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 9 15:09:34 2018 -0300

    Bug 19287: Shorten button text
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 6325f4cc83a6422f6ce7c2922b9077862efa50c9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 9 15:08:42 2018 -0300

    Bug 19287: Do not display buttons for biblio level holds
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 215adcae9879a1465b217b9da5519bac06dd6c3b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 9 15:08:18 2018 -0300

    Bug 19287: Update UpdateItemWhenLostFromHoldList description
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7b3f6729b58f55b21762a4776a48214276a23653
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 9 13:16:30 2018 -0300

    Bug 19287: Add column action to columns settings
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 32958c690f13eacf5a62ca7d28941e8568b6373f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 9 13:09:21 2018 -0300

    Bug 19287: Add CANCEL_HOLD_ON_LOST to installer files for all languages
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 38b6e8afe1477a4afbed99cca1983b9be6b4478f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 9 13:03:47 2018 -0300

    Bug 19287: Use the notice defined for the homebranch of the patron
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 406c642dfaf5da77ae04d8f4dc38d95539fec235
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 9 12:59:26 2018 -0300

    Bug 19287: Fix conflict with bug 19974
    
    Note that these patches should be pushed along with bug 19984 to avoid
    regressions (if the syspref is changed between the 2 update DB entries)
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 26402293614301a273300bd8afd6afa2c55640b5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jan 19 13:41:20 2018 -0300

    Bug 19287: Fix conflict with bug 19304
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    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: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 32ff96a875aa7607eeba56b9ce3fc5f86eee585f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 12 14:14:56 2017 -0300

    Bug 19287: Add ability to mark an item 'Lost' from 'Holds to pull' list
    
    The goal to this enhancement is to add the ability to cancel a hold and
    mark items as lost from the 'Holds to pull' page.
    A new pref is added to control the behaviour, default is off
    
    To mark items as lost you need to set the new pref CanMarkHoldsToPullAsLost to one of these two values:
    - "Allow to mark items as lost"
    => The item will be marked as lost and the hold will be cancelled
    - "Allow to mark items as lost and notify the patron"
    => Same as previously but the patron will be notified as well.
    
    The notification is done using a new notice template (code=CANCEL_HOLD_ON_LOST).
    Feel free to suggest another default wording.
    
    To update the values of the items when one of these 2 buttons are used, you need to
    fill the UpdateItemWhenLostFromHoldList with something like: 'itemlost: 1'
    
    Test plan:
    1/ Place holds on some items
    2/ Go to Home > Circulation > Holds to pull
    From here you can cancel the hold or
    3/ Mark the items as lost
    => You will receive feedback messages depending on different situations:
    * The CANCEL_HOLD_ON_LOST does not exist
    * The patron does not have an email address (but the notice has been
    enqueued! It is the current behaviour with other notices)
    * The notice has been enqueued
    * The hold has been cancelled
    
    QA Notes:
    From which library do we want to pick the notice? This patch use
    reserves.branchcode
    
    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: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 443b7159fa214af3398bef97d5f2aaa49b2f1a55
Author: Jon Knight <J.P.Knight at lboro.ac.uk>
Date:   Wed Mar 28 16:29:43 2018 +0000

    Bug 19479: Display price in basket group formatted according to CurrencyFormat syspref using templates.
    
    On the page acqui/basketgroup.pl the prices of baskets should be shown
    formatted according to the selected CurrencyFormat syspref, with no
    currency symbol or code.
    
    Test plan:
    
    1) Create a basket with items in it worth more than 1000 currency units.
    2) Close the basket.
    3) Go to acqui/basketgroup.pl page and check that the price format matches
       the current CurrencyFormat syspref.
    4) Go to Administration and change CurrencyFormat syspref to one of the
       other available options and recheck step 3.
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Fixed some tabs.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Letters.pm                                      |  118 +-----
 Koha.pm                                            |    2 +-
 Koha/SearchEngine/Elasticsearch.pm                 |  201 ++++-----
 Koha/Subscription.pm                               |   46 +++
 acqui/basketgroup.pl                               |    1 -
 admin/columns_settings.yml                         |    2 +
 circ/pendingreserves.pl                            |   93 ++++-
 debian/templates/koha-conf-site.xml.in             |   11 +
 etc/koha-conf.xml                                  |   11 +
 etc/searchengine/elasticsearch/field_config.yaml   |   61 +++
 etc/searchengine/elasticsearch/index_config.yaml   |   34 ++
 .../searchengine/elasticsearch/mappings.yaml       |    7 +-
 .../data/mysql/de-DE/mandatory/sample_notices.sql  |    1 +
 .../data/mysql/en/mandatory/sample_notices.sql     |    1 +
 .../data/mysql/es-ES/mandatory/sample_notices.sql  |    1 +
 .../mysql/fr-CA/obligatoire/sample_notices.sql     |    3 +-
 .../mysql/fr-FR/1-Obligatoire/sample_notices.sql   |    1 +
 installer/data/mysql/it-IT/necessari/notices.sql   |    1 +
 installer/data/mysql/kohastructure.sql             |    2 +-
 .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql  |    1 +
 .../data/mysql/pl-PL/mandatory/sample_notices.sql  |    1 +
 .../data/mysql/ru-RU/mandatory/sample_notices.sql  |    1 +
 installer/data/mysql/sysprefs.sql                  |    2 +
 .../data/mysql/uk-UA/mandatory/sample_notices.sql  |    1 +
 installer/data/mysql/updatedatabase.pl             |   31 ++
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    9 +
 .../intranet-tmpl/prog/en/includes/admin-menu.inc  |    3 +
 .../prog/en/modules/acqui/basketgroup.tt           |    5 +-
 .../en/modules/admin/preferences/circulation.pref  |   14 +
 .../admin/searchengine/elasticsearch/mappings.tt   |   12 +-
 .../prog/en/modules/circ/pendingreserves.tt        |   48 +++
 .../prog/en/modules/serials/serials-search.tt      |  429 +++++++++++---------
 .../en/modules/serials/subscription-batchedit.tt   |  168 ++++++++
 .../prog/en/modules/serials/viewalerts.tt          |    8 +-
 .../prog/en/modules/tools/scheduler.tt             |   14 +-
 .../bootstrap/en/modules/opac-alert-subscribe.tt   |    6 +-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    4 +-
 .../opac-tmpl/bootstrap/en/modules/opac-privacy.tt |    4 +-
 .../bootstrap/en/modules/opac-serial-issues.tt     |    4 +-
 members/moremember.pl                              |    7 -
 opac/opac-alert-subscribe.pl                       |   37 +-
 opac/opac-detail.pl                                |    7 +-
 opac/opac-privacy.pl                               |    9 +-
 opac/opac-serial-issues.pl                         |   16 +-
 opac/opac-user.pl                                  |    7 -
 serials/subscription-batchedit.pl                  |  108 +++++
 serials/viewalerts.pl                              |   27 +-
 t/Koha/SearchEngine/Elasticsearch.t                |   26 +-
 t/db_dependent/Koha/Subscription.t                 |   35 +-
 t/db_dependent/Letters.t                           |   47 +--
 50 files changed, 1118 insertions(+), 570 deletions(-)
 create mode 100644 etc/searchengine/elasticsearch/field_config.yaml
 create mode 100644 etc/searchengine/elasticsearch/index_config.yaml
 rename {admin => etc}/searchengine/elasticsearch/mappings.yaml (99%)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-batchedit.tt
 create mode 100755 serials/subscription-batchedit.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list