[koha-commits] main Koha release repository branch master updated. v3.18.00-645-ga7822b0

Git repo owner gitmaster at git.koha-community.org
Mon Apr 13 16:19:41 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  a7822b0a32faa5ffe6e5a3b43c1cd2c58a8a802a (commit)
       via  1d78670f0cd26dad72442e8c2e5c6e102b2bf2e2 (commit)
       via  9fb422bb9f19f83807abc9a0ee64d6719adb52c3 (commit)
       via  f98dd84f4b17a40e7f105f2244def96cd53e014e (commit)
       via  7fa0411dd801ea9f3e859baca06a94c48654d08d (commit)
       via  143e4656ff8e17ee86e025225999c8c53eb90d0d (commit)
       via  8d3ee81b149be67c14a2e560da9e50e0fbb806b3 (commit)
       via  f6c750165de6a96b058dccd77b0000848cb3ef96 (commit)
       via  a77a9a70a232c3b2839945638df0f73aa9610327 (commit)
       via  26393577676fba7ee9291efffed94dd3854e9d04 (commit)
      from  27b534dc56f139d10a45375f2273510ac6222874 (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 a7822b0a32faa5ffe6e5a3b43c1cd2c58a8a802a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Dec 8 07:19:59 2014 -0500

    Bug 13189: (QA Followup) Unit Tests
    
    Resolved easy conflict (test count) and tested.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1d78670f0cd26dad72442e8c2e5c6e102b2bf2e2
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jan 28 16:37:06 2015 +0100

    Bug 13244: (follow-up) fix mixup to and from in the sql query
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 9fb422bb9f19f83807abc9a0ee64d6719adb52c3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Nov 13 11:53:28 2014 +0100

    Bug 13244: Merge GetOrders and GetCancelledOrders
    
    These two subroutines did the same job (same select, same join, etc.)
    
    Test plan:
    Go on the basket list page and verify you see the pending and the
    cancelled baskets.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Two small things are adjusted in separate follow-ups.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f98dd84f4b17a40e7f105f2244def96cd53e014e
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Apr 13 11:07:01 2015 -0300

    Bug 13006: (RM followup) DBIx schema update
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7fa0411dd801ea9f3e859baca06a94c48654d08d
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Apr 13 11:05:32 2015 -0300

    Bug 13006: 3.19.00.022
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 143e4656ff8e17ee86e025225999c8c53eb90d0d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Sep 29 15:54:34 2014 +0200

    Bug 13006: suggestions.mailoverseeing cans be removed
    
    The DB field suggestions.mailoverseeing does not seem to be in used.
    It cans be removed.
    
    Actually it has never been in used.
    
    Test plan:
    git grep mailoverseeing
    should not return relevant results.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests, updates kohastructure and includes a database update.
    Also made some tests in the suggestions module.

commit 8d3ee81b149be67c14a2e560da9e50e0fbb806b3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Mar 23 10:43:11 2015 +0100

    Bug 13891: DataTables server-side processing - Fix regressions
    
    This patch fixes the regressions introduced by the previous patches.
    If you have tested all in once, you didn't see them.
    
    It introduces library, category and "first letter" filters.
    
    Test plan:
    1/ On all pages impacted by previous patches + new order empty (link patron to
    an order) + guarantor search
    2/ Add / Select patron to the list
    3/ Use the filters
    4/ Confirm there is no regression
    
    Tested together with other patches.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f6c750165de6a96b058dccd77b0000848cb3ef96
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Mar 20 17:48:43 2015 +0100

    Bug 13891: DataTables server-side processing - patron cards
    
    This third patch removes the previous way to search for patron cards users.
    
    Test plan:
    1/ Add items to a patron card batch (patroncards/edit-batch.pl?op=edit&element_id=X)
    2/ Add 1+ patrons to the batch
    3/ Confirm there is no regression
    
    Tested together with other patches.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a77a9a70a232c3b2839945638df0f73aa9610327
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Mar 20 13:53:35 2015 +0100

    Bug 13891: DataTables server-side processing - Serial recipients
    
    This second patch removes the previous way to search for serial recipients.
    
    Test plan:
    1/ Edit the routing list for a subscription (serials/routing.pl?subscriptionid=X)
    2/ Add 1+ recipients
    3/ Confirm there is no regression on the add/delete/search actions
    
    QA note: This search does not use a clean way to interact with the
    window opener. Indeed the opener is reloaded to display the new item.
    This patch does not change this behavior, but note the trick in the
    template (common/patron_search.tt) to wait for the opener in order not
    to get a JS error.
    This is also used by the next patch (patron card).
    
    Tested together with other patches.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 26393577676fba7ee9291efffed94dd3854e9d04
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Mar 20 13:13:25 2015 +0100

    Bug 13891: DataTables server-side processing - budget users
    
    This first patch remove the previous way to search for users to link to
    budgets.
    
    Test plan:
    1/ Edit or create a fund
    2/ Edit the owner of this fund a select a patron
    3/ Add 1+ users to the user lists of this fund
    
    Tested together with other patches.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |  105 +++++-------
 Koha/Schema/Result/Suggestion.pm                   |   12 +-
 acqui/add_user_search.pl                           |    8 +
 acqui/basket.pl                                    |    2 +-
 {acqui => admin}/add_user_search.pl                |   17 +-
 admin/aqbudget_user_search.pl                      |   89 ----------
 installer/data/mysql/kohastructure.sql             |    1 -
 .../ru-RU/optional/sample_user_suggestions.sql     |    4 +-
 .../uk-UA/optional/sample_user_suggestions.sql     |    4 +-
 installer/data/mysql/updatedatabase.pl             |    9 +
 .../en/modules/acqui/tables/members_results.tt     |    7 +-
 .../prog/en/modules/admin/aqbudget_user_search.tt  |  111 ------------
 .../prog/en/modules/admin/aqbudgets.tt             |   14 +-
 .../prog/en/modules/common/patron_search.tt        |  120 +++++++++----
 .../prog/en/modules/patroncards/edit-batch.tt      |   15 +-
 .../prog/en/modules/patroncards/members-search.tt  |  126 --------------
 .../tables/members_results.tt                      |   11 +-
 .../prog/en/modules/serials/member-search.tt       |   83 ---------
 .../prog/en/modules/serials/routing.tt             |   78 +++++----
 .../{acqui => serials}/tables/members_results.tt   |    5 +-
 kohaversion.pl                                     |    2 +-
 members/guarantor_search.pl                        |    8 +
 {acqui => patroncards}/add_user_search.pl          |   24 +--
 patroncards/members-search.pl                      |  147 ----------------
 {acqui => serials}/add_user_search.pl              |   20 +--
 serials/member-search.pl                           |  178 --------------------
 svc/members/search                                 |    4 +-
 t/db_dependent/Acquisition.t                       |   18 +-
 t/db_dependent/Members.t                           |   14 +-
 29 files changed, 307 insertions(+), 929 deletions(-)
 copy {acqui => admin}/add_user_search.pl (72%)
 delete mode 100755 admin/aqbudget_user_search.pl
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudget_user_search.tt
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/members-search.tt
 copy koha-tmpl/intranet-tmpl/prog/en/modules/{acqui => patroncards}/tables/members_results.tt (80%)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/serials/member-search.tt
 copy koha-tmpl/intranet-tmpl/prog/en/modules/{acqui => serials}/tables/members_results.tt (86%)
 copy {acqui => patroncards}/add_user_search.pl (62%)
 delete mode 100755 patroncards/members-search.pl
 copy {acqui => serials}/add_user_search.pl (70%)
 delete mode 100755 serials/member-search.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list