[koha-commits] main Koha release repository branch master updated. v18.05.00-1335-g29456ce

Git repo owner gitmaster at git.koha-community.org
Wed Nov 7 14:23:41 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  29456ce3d8115a2287fd7c103c9fd9acd9bbee1b (commit)
       via  d932101fa3ff620cd61994cecec6117ebb8ca2e7 (commit)
       via  a29824970c900706b5fe158379c357516937730c (commit)
       via  89b16151ca89400f80d7c1a847ffe69cc84b02cb (commit)
       via  fa611c5b7299c0c2d813d478f2beea95236f5951 (commit)
       via  88753242468cc4c88d916ab9aa57e8473539b9dc (commit)
       via  16f475e49358a5a808f34edb301605a480efac2e (commit)
       via  252f4674a56301c22dda32f2d41985c26f185650 (commit)
       via  7bd3e6736cf057682ccbd01574d979670e18132b (commit)
       via  dec84e08208b16ea0d6c1423b8d0b724a5c3a777 (commit)
       via  702ca8e9a341ea8350bb69596be5ce8c29596b45 (commit)
      from  5e3f428ade0a20062df1fd2852cb4cb99ae06f7b (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 29456ce3d8115a2287fd7c103c9fd9acd9bbee1b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Nov 7 13:04:51 2018 +0000

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

commit d932101fa3ff620cd61994cecec6117ebb8ca2e7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Nov 7 12:54:54 2018 +0000

    Bug 14391: (RM follow-up) Adjust a few template conditions
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a29824970c900706b5fe158379c357516937730c
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Oct 28 19:03:56 2018 +0000

    Bug 14391: (QA follow-up) Correct database update for manage_item_search_fields permission
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 89b16151ca89400f80d7c1a847ffe69cc84b02cb
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sat Oct 27 14:10:11 2018 +0000

    Bug 14391: Move udpate to perl
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit fa611c5b7299c0c2d813d478f2beea95236f5951
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Oct 12 20:21:39 2018 +0200

    Bug 14391: Keep parameters_remaining_permissions for now
    
    Since this patch has been written, new references to this
    permission have been added to the code:
    
    - t/db_dependent/api/v1/stockrotationstage.t
    - t/db_dependent/api/v1/cities.t
    - admin/overdrive.pl
    
    Instead of removing the permission, let's keep it for now
    and do more clean-up later in separate patches if required.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 88753242468cc4c88d916ab9aa57e8473539b9dc
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Sep 28 01:51:05 2018 +0000

    Bug 14391: (QA follow-up) Fix some typos
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 16f475e49358a5a808f34edb301605a480efac2e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Aug 24 09:19:48 2018 +0200

    Bug 14391: (QA follow-up) Resolve POD warn on svc..systempreferences
    
    *** WARNING: No items in =over (at line 48) / =back list at line 54 in file svc/config/systempreferences
    *** WARNING: No items in =over (at line 73) / =back list at line 79 in file svc/config/systempreferences
    
    => If you use 'over', you should add 'item'-s.
    
    Test plan:
    Run perldoc svc/config/systempreferences
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 252f4674a56301c22dda32f2d41985c26f185650
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat May 19 05:32:14 2018 +0000

    Bug 14391: Add granular permissions to the administration module
    
    So far the administration module only allowed for 2 permissions:
    - circulation conditions (manage_circ_rules)
    - everything else (parameters_remaining_permissions)
    
    With this patch almost every section of the administration page
    will have its own granular permission.
    
    To test:
    - Create different staff users:
      1) One with parameters_remaining_permissions
      2) One with parameters
      3) One with catalogue and no parameters
      4) One superlibrarian
    - Apply the patch
    - Run the database update
    - Check the staff users:
      1) All subpermissions, but manage_circ_rules
         should be checked
      2) Nothing should have changed
      3) manage_item_serach_fields shoudl be checked
         (page had catalogue permission before)
      4) Nothing should have changed
    - Try different settings of the permissions and
      verify that
      - Administration page behaves correctly
      - Administration menu behaves correctly
      ! You shoudl only see what you have permission for
    
    https://bugs.koha-community.org/show_bug.cgi?id=14391
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 7bd3e6736cf057682ccbd01574d979670e18132b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 2 12:34:25 2018 -0300

    Bug 21474: Add the Koha::Subscription->frequency method
    
    And the 2 modules for the subscriptions' frequencies
    
    Test plan:
      prove t/db_dependent/Koha/Subscription.t
    must return green
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    https://bugs.koha-community.org/show_bug.cgi?id=21475
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit dec84e08208b16ea0d6c1423b8d0b724a5c3a777
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Oct 19 12:49:05 2018 +0100

    Bug 21619: Expand tax abreviations in acquisitions form hints
    
    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 702ca8e9a341ea8350bb69596be5ce8c29596b45
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Sep 21 11:42:28 2018 +0100

    Bug 21387: Receive items from - form should include tax hints
    
    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>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 Koha/Subscription.pm                               |   15 ++
 .../Metadatas.pm => Subscription/Frequencies.pm}   |   10 +-
 Koha/{Biblioitem.pm => Subscription/Frequency.pm}  |    6 +-
 acqui/orderreceive.pl                              |    6 +
 admin/audio_alerts.pl                              |    2 +-
 admin/auth_subfields_structure.pl                  |    2 +-
 admin/auth_tag_structure.pl                        |    2 +-
 admin/authorised_values.pl                         |    2 +-
 admin/authtypes.pl                                 |    2 +-
 admin/biblio_framework.pl                          |    2 +-
 admin/branch_transfer_limits.pl                    |    2 +-
 admin/branches.pl                                  |    2 +-
 admin/categories.pl                                |    2 +-
 admin/checkmarc.pl                                 |    2 +-
 admin/cities.pl                                    |    2 +-
 admin/classsources.pl                              |    2 +-
 admin/clone-rules.pl                               |    2 +-
 admin/columns_settings.pl                          |    2 +-
 admin/didyoumean.pl                                |    2 +-
 admin/fieldmapping.pl                              |    2 +-
 admin/import_export_framework.pl                   |    2 +-
 admin/item_circulation_alerts.pl                   |    2 +-
 admin/items_search_field.pl                        |    2 +-
 admin/items_search_fields.pl                       |    2 +-
 admin/itemtypes.pl                                 |    2 +-
 admin/koha2marclinks.pl                            |    2 +-
 admin/library_groups.pl                            |    2 +-
 admin/localization.pl                              |    2 +-
 admin/marc_subfields_structure.pl                  |    2 +-
 admin/marctagstructure.pl                          |    2 +-
 admin/matching-rules.pl                            |    2 +-
 admin/oai_set_mappings.pl                          |    2 +-
 admin/oai_sets.pl                                  |    2 +-
 admin/patron-attr-types.pl                         |    2 +-
 admin/preferences.pl                               |    2 +-
 admin/printers.pl                                  |    2 +-
 admin/searchengine/elasticsearch/mappings.pl       |    2 +-
 admin/sms_providers.pl                             |    2 +-
 admin/sru_modmapping.pl                            |    1 +
 admin/systempreferences.pl                         |    2 +-
 admin/transport-cost-matrix.pl                     |    2 +-
 admin/usage_statistics.pl                          |    2 +-
 admin/z3950servers.pl                              |    2 +-
 api/v1/swagger/paths/cities.json                   |    6 +-
 installer/data/mysql/updatedatabase.pl             |  123 +++++++++++++
 installer/data/mysql/userpermissions.sql           |   22 +++
 .../intranet-tmpl/prog/en/includes/admin-menu.inc  |  191 ++++++++++++-------
 .../intranet-tmpl/prog/en/includes/permissions.inc |   23 +++
 .../prog/en/modules/acqui/neworderempty.tt         |   14 +-
 .../prog/en/modules/acqui/orderreceive.tt          |    6 +-
 .../prog/en/modules/admin/admin-home.tt            |  193 +++++++++++++-------
 svc/config/systempreferences                       |   10 +-
 svc/localization                                   |    2 +-
 t/db_dependent/Koha/Subscription.t                 |   15 +-
 55 files changed, 517 insertions(+), 204 deletions(-)
 copy Koha/{Biblio/Metadatas.pm => Subscription/Frequencies.pm} (79%)
 copy Koha/{Biblioitem.pm => Subscription/Frequency.pm} (85%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list