[koha-commits] main Koha release repository branch master updated. v18.11.00-459-gae85590

Git repo owner gitmaster at git.koha-community.org
Fri Feb 15 19:59:37 CET 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  ae85590a323c468e1ffbe566fe1f916a2901b56b (commit)
       via  a5ceb74102ef664dfa5cde20b049c924b1600c0b (commit)
       via  2cf573ab347da9e0f570dbf05961c38d3b0f7aaa (commit)
       via  60347dcc0724ad354cfabb89ca024dfa269e62e5 (commit)
       via  daf47da8cd9c94829ff49ec2041d39b1510ae6da (commit)
       via  1fe43199b642fa575fd93131e1390c55d4631e52 (commit)
       via  f2746dd8fb1c4557ae56db4769a07fe663576ddc (commit)
       via  4e139a237b874df5fcd2169abba75eb3745239f5 (commit)
       via  39d2885d1330afe825e1881f5fc8033d459f6006 (commit)
       via  040c5439c020c34702d1161f12bdc3792d5172f4 (commit)
       via  c5bba9f00230baf333647c32d17c9135a6560caa (commit)
       via  b379bba255e32d6fcd7f8b053e58c2bc23491926 (commit)
       via  ef248b82d7de8be112b312351f09cfb4baa3199f (commit)
       via  6aadbcc4be65185a56a79980bea54bc4d74fe356 (commit)
       via  b7b4694666657f57aaf61d091ed34c9f754a11e3 (commit)
       via  012200fbc0e3684be312cad055dc583c30a1131d (commit)
       via  c3b41cb12465249cc87ed8866855e06e61842872 (commit)
       via  50fd86d42fa76b3840c61ea004d026d4810bc4dc (commit)
       via  5324268e099ead7a6864d16bae0f051444a1d34e (commit)
       via  0da1090d3a21f9ee596500477504be476bed8af7 (commit)
       via  12fe392d26fda1559f5690a71330a93ffc72a6b7 (commit)
       via  7266d50dd2725c87acf889aa7d6a211999ca1c47 (commit)
       via  2c6d39452af2364463b509d7d18526714bc17b3f (commit)
       via  1f23384475214cf291afe081aaa2ef6d18767ed8 (commit)
       via  11b9bb3da9b250ca6fa23792775685037330599e (commit)
       via  0daa02a961be828d5c38b6933c91ee79853f95c5 (commit)
       via  c2bec690b593511df82f3fd70537174afe8fa5f6 (commit)
      from  66f3a72a01ba5238a9bba39a3b9cb659dbb47a42 (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 ae85590a323c468e1ffbe566fe1f916a2901b56b
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Feb 5 21:29:13 2019 +0000

    Bug 22171: Fix shipping cost display on invoice
    
    When not 0 the shipping cost on the invoice would display with
    a lot of numbers after the comma. This fixed it to display with
    only 2.
    
    To test:
    - Make sure you have an invoice with shipping cost set (example: 5.00)
    - Open the invoice for editing (invoice.pl)
    - Verify the shipping cost displays with too many decimals (5.000000)
    - Apply patch
    - Verify now the shipping cost displays correctly (5.00)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a5ceb74102ef664dfa5cde20b049c924b1600c0b
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Feb 5 22:10:01 2019 +0000

    Bug 21710: Fix typo in atributes in installer
    
    Adds the missing t to some atributes in the web installer
    files.
    
    To test:
    Easiest to verify by looking at the patches, changes
    appear in comments and the text shown by the nb-NO and
    English web installer.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 2cf573ab347da9e0f570dbf05961c38d3b0f7aaa
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Feb 5 22:12:03 2019 +0000

    Bug 22299: Fix typo in option of import_patrons.pl
    
    Fix typo in 'p|preserve-extended-atributes' option of
    the import_patrons.pl script.
    
    To test:
    - Use the script to import patron data.
    - Verify behaviour is the same with and without the patch
      concerning the preserve-extended_at(t)tributes option
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 60347dcc0724ad354cfabb89ca024dfa269e62e5
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Feb 10 01:36:20 2019 +0100

    Bug 20544: Wrong comment database documentation on itemnotes
    
    Fixes the comments in kohastructure.sql to state the right
    MARC21 fields for itemnotes (public and internal).
    
    To test:
    - Create a new Koha database and make sure it still installs
    - Read the patch and check comments are correct
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit daf47da8cd9c94829ff49ec2041d39b1510ae6da
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Feb 10 01:48:46 2019 +0100

    Bug 20174: Remove xml_sax.pl target from Makefile.pl
    
    There appears to be no xml_sax.pl in Koha, so the
    reference should be removed.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1fe43199b642fa575fd93131e1390c55d4631e52
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Feb 4 06:30:51 2019 +0000

    Bug 8387: Hide headings in tools when user has no permissions for any listed below
    
    The headings for each column on the tools page will show, even if the
    user has no permission for any tool below it. This patch tries to
    correct this.
    
    To test:
    - Try various combinations of tool permissions
    - On the tools module start page and for the tools sidebar
      visible on the left on a tool's page:
      - Make sure headings don't show when you have no permissions
        for any of the tools listed below
      - Make sure headings show correctly if you have one or
        many of the tools permissions needed
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    The qa tool gives some warnings but I think they can be considered false
    positives.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f2746dd8fb1c4557ae56db4769a07fe663576ddc
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Feb 6 11:43:52 2019 +0000

    Bug 18939: Acquisition statistics - Fix wrong template variable name for collection filter
    
    The template variable was wrong, so the filter never submitted the
    collection code for the query.
    
    Before:
    <option value="">Fiction</option>
    <option value="">Non-fiction</option>
    
    After:
    <option value="FIC">Fiction</option>
    <option value="NFIC">Non-fiction</option>
    
    To test:
    - Go to Reports > Statistics wizards > Acquisitions
    - Pick a row and column
    - Compare results with and without collection filter
    - Verify the table is always the same
    - Apply patch
    - Repeat comparison, verify the filter works now
    
    https://bugs.koha-community.org/show_bug.cgi?id=18393
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 4e139a237b874df5fcd2169abba75eb3745239f5
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Fri Jan 4 11:42:08 2019 +0000

    Bug 10676: Add unit tests - GetItemsInfo
    
    To test:
      prove t/db_dependent/Items.t
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 39d2885d1330afe825e1881f5fc8033d459f6006
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Fri Jan 4 10:11:03 2019 +0000

    Bug 10676: Fix behaviour of OpacHiddenItems for items.restricted
    
    The numerical restricted value was overwritten in GetItemsInfo
    with the description. So OpacHiddenItems would only work for
    restricted using the description, not the numerical value
    of the authorised value like for other similar status fields.
    
    This changes GetItemsInfo to use a separate variable for
    the description, as it's already done for notforloan and
    changes the template files where the variable is used
    accordingly.
    
    To test
    - Before applying patch
    - Configure OpacHiddenItems with:
      restricted: [1]
    - Find a record with more than one item and mark one of the items
      as "Restricted Access"
      (assume standard sample data - check authorised value if status doesn't exist)
    - Verify the item is still shown in OPAC.
    - Apply patch
    - Verify that the item is now hidden
    - Verify that the status still displays nicely in the staff detail page
    - Delete OpacHiddenItems
    - Verify that the status is showing nicely in the OPAC detail page
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 040c5439c020c34702d1161f12bdc3792d5172f4
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Feb 7 13:11:35 2019 +0000

    Bug 22287: Correct new charts CSS
    
    This patch reverts some changes to reports CSS from Bug 22168 which were
    unnecessary and which adversely affected the report add/edit form
    styling.
    
    To test, apply the patch and clear your browser cache if necessary.
    
    Go to Reports -> Saved reports and repeat the test plan for Bug 22168:
    
    - Run a report which returns more than one column.
    - On the report results page, click the "Create chart" button. The chart
      settings form should appear in a modal window.
    - Click the "Draw" button. The modal should disappear and the chart
      should be shown.
    
    Then test the process for adding or editing an SQL report. The form
    should be styled in a way consistent with other forms in the staff
    client.
    
    Signed-off-by: Mikaël Olangcay Brisebois <mikael.olangcay-brisebois at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c5bba9f00230baf333647c32d17c9135a6560caa
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 15 16:02:43 2019 +0000

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

commit b379bba255e32d6fcd7f8b053e58c2bc23491926
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Feb 11 13:35:12 2019 +0000

    Bug 10659: (follow-up) Ensure zero rating shows correctly
    
    This patch makes a minor markup addition to ensure that a title with no
    rating shows no stars.
    
    Also changed: Minor addition to search results JS to prevent unwanted
    scrolling if the user clicks a star in a star rating.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ef248b82d7de8be112b312351f09cfb4baa3199f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Nov 28 16:58:48 2018 +0000

    Bug 10659: Upgrade jQuery star ratings plugin
    
    This patch replaces our current jQuery star ratings plugin with a newer
    plugin which will be compatible with newer versions of jQuery:
    
    http://antenna.io/demo/jquery-bar-rating/examples/
    
    To test you should have one or more records in your catalog with star
    ratings.
    
    - Apply the patch and set the OpacStarRatings system preference
      to "results and details"
    - Perform a search in the catalog which will return one or more titles
      which have ratings.
      - Confirm that the ratings appear correctly and the ratings are
        read-only.
    - Open the "normal" detail page for that record.
      - Confirm that the star rating appears correctly.
      - Test setting and re-setting your star rating. Confirm that it is
        saved.
      - Confirm that the "cancel rating" link appears when you have a rating
        set, and that it disappears after you click it.
    - Test that the "only details" and disabled options of the
      OpacStarRatings preference work as they should.
    - Confirm that information about the plugin appears on the About page in
      the staff client, replacing the old star ratings plugin information.
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 6aadbcc4be65185a56a79980bea54bc4d74fe356
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jan 29 11:29:06 2019 -0300

    Bug 22227: Make GET /cities staff only
    
    This patch removes the possibility to access the city objects without
    privileged access (minimum permissions == catalogue).
    
    It does so by adding the required permissions to the spec. The tests are
    adjusted.
    
    To test:
    - Apply this patch
    - Run:
      $ kshell
     k$ prove t/db_dependent/api/v1/cities.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b7b4694666657f57aaf61d091ed34c9f754a11e3
Author: Magnus Enger <magnus at libriotech.no>
Date:   Mon Feb 11 11:07:21 2019 +0100

    Bug 12488: Make bulkmarcimport.pl -d use DELETE instead of TRUNCATE
    
    On MySQL >= 5.5 bulkmarcimport.pl with the -d (delete) switch gives
    an error like "Cannot truncate a table referenced in a foreign
    key constraint". This patch proposes to replace the offending
    TRUNCATE with DELETE. Auto incerement counters are reset to 1 to
    preserve the functionality from TRUNCATE.
    
    To test:
    - Make sure you havae a test database with some records and items
    - Run bulkmarcimport.pl with the -d switch
    - Observe the error described above
    - Apply this patch
    - Run bulkmarcimport.pl with the -d switch again
    - Observe the lack of an error
    - Verify that the newly imported records and items have biblionumber
      and itemnumbers starting with 1
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 012200fbc0e3684be312cad055dc583c30a1131d
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Feb 15 10:06:33 2019 +0000

    Bug 19832: (QA follow-up) Remove obsolete pending_queue call
    
    Only use of $pending was removed in the former patch.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c3b41cb12465249cc87ed8866855e06e61842872
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jan 16 13:19:45 2019 +0000

    Bug 19832: Don't fill holds in SIP/Transaction/Checkout.pm
    
    AddIssue already checks for holds in the item being issued and deals with them
    
    The sip code, additionally, does not consider that multiple holds per bib
    is allowed
    
    To test:
     0 - Apply only first patch (unit tests)
     1 - Place two holds for a patron on a bib
     2 - Checkout that item via sip_cli_emulator
     3 - Note all holds are cancelled/filled
     4 - prove -v t/db_dependent/SIP/Transaction.t
     5 - it fails
     6 - Apply second patch
     7 - prove tests, all green
     8 - Place two holds on a single bib for one patron again
     9 - Checkout the item via sip_cli_emulator
    10 - Only one holds is filled
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 50fd86d42fa76b3840c61ea004d026d4810bc4dc
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jan 16 13:19:31 2019 +0000

    Bug 19832: Unit tests
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Amended: maxissueqty      => 10.
    Replaced dot by comma.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5324268e099ead7a6864d16bae0f051444a1d34e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 3 20:52:15 2019 +0000

    Bug 22067: Return if no patron passed to can_see_patron_infos
    
    To test:
    1 - Find an adult patron
    2 - Add a child to their account
    3 - Delete the parent from the db
    4 - Attempt to edit the child record
    5 - Apply patch
    6 - Repeat
    7 - Note you can edit the child account
    8 - Note guarantor id is not a link
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    No blocker for me, but we are a bit hiding that guarantorid probably should
    be a foreign key cleared to NULL at deletion time.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0da1090d3a21f9ee596500477504be476bed8af7
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Feb 6 16:10:07 2019 +0100

    Bug 22140: Larger unit test for get_hostitemnumbers_of
    
    Add syspref EasyAnalyticalRecords impact in unit test for get_hostitemnumbers_of
    
    Test plan :
    Run t/db_dependent/Items.t
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 12fe392d26fda1559f5690a71330a93ffc72a6b7
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Feb 6 15:03:01 2019 +0100

    Bug 22140: Use of EasyAnalyticalRecords pref is get_hostitemnumbers_of
    
    Like Bug 20702 defined GetHostItemsInfo does nothing if EasyAnalyticalRecords pref is disabled, get_hostitemnumbers_of must be dependant on this pref too.
    
    Test plan :
    1) Build an analytical record with 773$0 and $9
    2) Enable EasyAnalyticalRecords
    4) Place an hold on the record
    5) => You see the linked item
    6) Disable EasyAnalyticalRecords
    7) Place an hold on the record
    8) => You dont see the linked item
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 7266d50dd2725c87acf889aa7d6a211999ca1c47
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Jan 16 13:32:35 2019 +0100

    Bug 22140: Use of EasyAnalyticalRecords pref in search
    
    Like Bug 20702 defined GetHostItemsInfo does nothing if EasyAnalyticalRecords pref is disabled, there are other places where code must be dependant on this pref.
    
    Test plan :
    1) Build an analitical record with 773$0 and $9
    2) Enable EasyAnalyticalRecords
    3) Don't apply patch
    4) Go to OPAC
    5) Perform a search that displays the record, check there is the linked item
    6) Open record detail page, check there is the linked item
    7) Apply patch and redo 5) and 6)
    8) Disable EasyAnalyticalRecords
    9) redo 5) and 6), you should not see the linked item
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 2c6d39452af2364463b509d7d18526714bc17b3f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 15 13:17:45 2019 +0000

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

commit 1f23384475214cf291afe081aaa2ef6d18767ed8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Feb 14 17:19:08 2019 -0300

    Bug 13515: Fix constraint name before deleting it
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 11b9bb3da9b250ca6fa23792775685037330599e
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Wed Dec 26 17:44:39 2018 +0100

    Bug 13515: Add unit tests
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0daa02a961be828d5c38b6933c91ee79853f95c5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 18 12:43:00 2018 -0300

    Bug 13515: Add a foreign key constraint to messages.borrowernumber
    
    This patch adds a missing foreign key constraint to
    mesages.borrowernumber.
    To create it sucessfully the entries from the messages table that are
    not linked with an existing patron will be removed.
    
    Test plan:
    0/ Do not apply the patch
    1/ Add messages to different patrons
    2/ Delete one of the patron's record
    3/ Have a look at the messages table and notice that the messages for
    the deleted patron's record still appear
    4/ Apply the patch and execute the update DB entry
    5/ Have a look again at the messages table and notice that the messages
    for the deleted patron's record have been removed
    6/ Delete a patron that have messages
    7/ Notice that now the messages are deleted when the patron's record is
    deleted
    
    Signed-off-by: Nazlı Çetin <nazli at devinim.com.tr>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c2bec690b593511df82f3fd70537174afe8fa5f6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Feb 14 15:00:30 2019 -0300

    Bug 22301: (bug 11373 follow-up) Do not format amounts in inputs
    
    on_edition flag must be set when the Price plugin is used on inputs.
    
    Prices currently need to all be displayed with decimal dot in input
    fields.
    
    Test plan:
    Trying to pay 9,55. Go into the input field and change 9 to
    5.
    
    Without this patch Koha will turn it into 555.00.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Items.pm                                        |   10 +-
 C4/SIP/ILS/Transaction/Checkout.pm                 |   10 -
 C4/Search.pm                                       |   45 +--
 Koha.pm                                            |    2 +-
 Koha/Patron.pm                                     |    1 +
 Koha/Schema/Result/Borrower.pm                     |   19 +-
 Koha/Schema/Result/Message.pm                      |   22 +-
 Makefile.PL                                        |    1 -
 api/v1/swagger/paths/cities.json                   |   10 +
 .../data/mysql/en/optional/patron_atributes.txt    |    2 +-
 installer/data/mysql/kohastructure.sql             |   11 +-
 .../mysql/nb-NO/2-Valgfritt/patron_attributes.txt  |    2 +-
 .../data/mysql/uk-UA/optional/patron_atributes.sql |    2 +-
 installer/data/mysql/updatedatabase.pl             |   18 +
 koha-tmpl/intranet-tmpl/prog/css/reports.css       |   16 +-
 .../intranet-tmpl/prog/en/includes/tools-menu.inc  |   18 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    6 +-
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt |    2 +-
 .../prog/en/modules/catalogue/detail.tt            |    2 +-
 .../prog/en/modules/members/paycollect.tt          |    8 +-
 .../prog/en/modules/reports/acquisitions_stats.tt  |    2 +-
 .../prog/en/modules/tools/tools-home.tt            |   29 +-
 .../opac-tmpl/bootstrap/css/jquery.rating.css      |   14 -
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss    |   86 +++++
 .../bootstrap/en/includes/item-status.inc          |   10 +-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |  105 +++---
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |   35 +-
 .../bootstrap/images}/spinner-small.gif            |  Bin 1849 -> 1849 bytes
 .../bootstrap/lib/jquery/plugins/jquery.rating.js  |  392 --------------------
 .../lib/jquery/plugins/jquery.barrating.min.js     |    2 +
 misc/import_patrons.pl                             |    6 +-
 misc/migration_tools/bulkmarcimport.pl             |    9 +-
 opac/opac-detail.pl                                |   31 +-
 t/db_dependent/Items.t                             |   55 ++-
 t/db_dependent/Patron/Messages.t                   |   50 +++
 t/db_dependent/SIP/Transaction.t                   |   68 +++-
 t/db_dependent/api/v1/cities.t                     |    5 +-
 38 files changed, 516 insertions(+), 592 deletions(-)
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/css/jquery.rating.css
 copy koha-tmpl/{intranet-tmpl/prog/img => opac-tmpl/bootstrap/images}/spinner-small.gif (100%)
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.rating.js
 create mode 100644 koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.barrating.min.js
 create mode 100644 t/db_dependent/Patron/Messages.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list