[koha-commits] main Koha release repository branch master updated. v3.18.00-292-g314523f

Git repo owner gitmaster at git.koha-community.org
Mon Feb 9 19:49:29 CET 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  314523f9493e544ae79e64789a801c84418674fa (commit)
       via  761527b0267beedcd35dddde4388a855d35adbc3 (commit)
       via  f7220ba07250ba4caa9a19e492f779240d04ffc2 (commit)
       via  311afaaf91bb55443a76729c64833cd8343f5692 (commit)
       via  d8710b4febac5de51160351c9a60a205bb8e29c4 (commit)
       via  4d0162057958bacd825cfad160fa0d44ed217f10 (commit)
       via  e30a020275ec06e4af6676f0700520a0e9074286 (commit)
       via  fed02a5fc81f53beda13a12ae8ec4933659fdbfc (commit)
       via  ff7c87d345fa621890f2d143a21efbec7bcbdbfb (commit)
       via  c8053f3c8d215c5edcfd0946c640d0b8d0bba504 (commit)
       via  3cf719433597ad6bf558950270cd564a62164ab4 (commit)
       via  f31e39246a6a77e8e10ed89c066b1c42481541e4 (commit)
       via  d8e5f0cd9d5926fb3b72e47852eac6b6c4f59be9 (commit)
       via  ddf909ae24df5a3185370f5c4916135bb94b67ae (commit)
       via  f383fe0ffec1b78b30d0951f0b74c59eed10eda7 (commit)
      from  011d8e9855ffeb1779f5c1aadc9f4367c298cee7 (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 314523f9493e544ae79e64789a801c84418674fa
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Feb 9 15:52:24 2015 -0300

    Bug 13007: DBIC updates
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 761527b0267beedcd35dddde4388a855d35adbc3
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Feb 9 15:50:41 2015 -0300

    Bug 13007: DBRev 3.19.00.009
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f7220ba07250ba4caa9a19e492f779240d04ffc2
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Nov 18 10:20:56 2014 +0100

    Bug 13007: Special case budgetid == ''
    
    In this special case (the suggestion is linked to "all funds"), the
    budgetid value should be NULL in DB.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes old and new tests.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 311afaaf91bb55443a76729c64833cd8343f5692
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Sep 29 16:16:23 2014 +0200

    Bug 13007: Add a foreign key for suggestions.budgetid
    
    The DB field suggestions.budgetid should be linked to
    aqbudgets.budget_id.
    
    If the fund is removed, this column should be set to NULL.
    
    Test plan:
    1/ Using your SQL CLI (or equivalent), create or update 1+ suggestions and
    set "0" in the budgetid field (or a nonexistent budget id).
    2/ Execute the updatedabase script.
    3/ Verify that your suggestion is unlinked to the nonexistent fund.
    4/ Verify the constraint has correctly been added (show create table
    suggestions).
    5/ Check that this change does not affect the behavior on adding a
    suggestion (linked to a fund or not).
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d8710b4febac5de51160351c9a60a205bb8e29c4
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Feb 6 10:58:15 2015 -0300

    Bug 12944: (QA followup) fix POD errors from koha-qa.pl
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4d0162057958bacd825cfad160fa0d44ed217f10
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Dec 29 11:12:13 2014 +0100

    Bug 12944: Fix regression on translating
    
    This patch fixes the translation for the "Remove" button.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Tested:
    - acq history search with different searches
    - patron lists patron search
    Passes all tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e30a020275ec06e4af6676f0700520a0e9074286
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Nov 4 14:59:43 2014 +0100

    Bug 12944: The autocomplete should only be applied for the form
    
    If it's the result view, the autocomplete should not be apply to the
    input element (it does not exist).
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit fed02a5fc81f53beda13a12ae8ec4933659fdbfc
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Oct 29 10:53:07 2014 -0400

    Bug 12944 [Patron lists follow-up] There is no way to search orders by creator
    
    This bug modifies not just the order search form but also the patron
    lists feature, making use of the new script for building a patron
    autocomplete form. However, the test plan does not specify that the
    patron lists form be tested as well, and it doesn't work.
    
    This patch corrects a minor flaw which broke the patron search
    autocomplete when adding patrons to a patron list.
    
    To test, create a new patron list if necessary. Click the "add patrons"
    button to add patrons to the list. In the patron search form type a
    partial patron name. You should get an autocomplete dropdown of existing
    patrons. Selecting one should work correctly.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ff7c87d345fa621890f2d143a21efbec7bcbdbfb
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Sep 17 17:13:00 2014 +0200

    Bug 12944: Search orders by basket creator
    
    This patch adds the ability to search orders using the basket creator.
    
    Test plan:
    - go on the order advanced search form (acqui/histsearch.pl)
    - use the autocomplete input to search patrons
    - launch the search and verify the results are consistent with the
      values you have filled.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c8053f3c8d215c5edcfd0946c640d0b8d0bba504
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Sep 17 17:12:42 2014 +0200

    Bug 12944: Refactor the patron autocomplete
    
    The patron list feature uses an autocomplete field to search patron.
    This will be reused in the next patch.
    This patch should not introduce any behavior change.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Bug 12944 [QA Followup] - Rename patrons.pl to patrons.js
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3cf719433597ad6bf558950270cd564a62164ab4
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Nov 19 13:28:12 2014 -0500

    Bug 11954 - Clean up currency default files
    
    It makes no sense to have TRUNCATE or foreign key checks.
    
    TEST PLAN
    ---------
    1) Back up your database
    2) in an mysql client:
         use kohadata;
         SET FOREIGN_KEY_CHECKS=0;
         TRUNCATE currency;
         source /home/mtompset/kohaclone/installer/data/mysql/ru-RU/optional/sample_currency.sql
         SET FOREIGN_KEY_CHECKS=0;
         TRUNCATE currency;
         source /home/mtompset/kohaclone/installer/data/mysql/uk-UA/optional/sample_currency.sql
         SET FOREIGN_KEY_CHECKS=0;
         TRUNCATE currency;
         source /home/mtompset/kohaclone/installer/data/mysql/it-IT/necessari/parameters.sql
         SET FOREIGN_KEY_CHECKS=1;
         QUIT
       -- These should all work without problem.
    
    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 f31e39246a6a77e8e10ed89c066b1c42481541e4
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Nov 19 08:28:32 2014 -0500

    Bug 13299 - Add home library column to the holds ratios report
    
    It seems odd that only the holding libraries are listed on the holds
    ratios report, we should add the home libraries as well.
    
    Test Plan:
    1) Apply this patch
    2) Run the hold ratios report
    3) Note the new home libraries column
    
    Signed-off-by: Heather Braum <hbraum at nekls.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit d8e5f0cd9d5926fb3b72e47852eac6b6c4f59be9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Nov 19 08:16:17 2014 -0500

    Bug 13298 - Holds ratios report ignores ordered items
    
    The holds ratio report ignores ordered items. This could cause a library
    to inadvertently order more copies of a title than they actually need.
    An option should be added to count ordered items ( i.e. any negative
    notforloan value ).
    
    Test Plan:
    1) Apply this patch
    2) Create a record with two items, one regular, one ordered.
    3) Place 3 holds on the item
    4) Run the reserve ratios report, by default you should see this record
    5) Check the new 'include ordered' checkbox, rerun the report
    6) Note that record is no longer displayed
    
    Signed-off-by: Heather Braum <hbraum at nekls.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ddf909ae24df5a3185370f5c4916135bb94b67ae
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Nov 5 12:41:13 2014 +0100

    Bug 13201: GetSuggestion takes suggestionid
    
    Having $ordernumber as the parameter in a function which is
    handling suggestions and it is used as a suggestion id is
    confusing to the coder and person trying to read the code.
    This patch corrects the confusion.
    
    REVISED TEST PLAN
    -----------------
    1) perldoc C4::Suggestions
       -- notice it says ordernumber for the GetSuggestions example.
    2) Ensure you have CPL in your branches table.
    3) prove -v t/db_dependent/Suggestions.t
       -- if you have more than 8 itemtypes in your database, two
          tests at the end will fail, but that is not relevant to
          the modified GetSuggestions code.
    4) apply patch
    5) perldoc C4::Suggestions
       -- notice it is corrected now.
    6) prove -v t/db_dependent/Suggestions.t
       -- it should run with the same results as in step 3.
          That is, if you have 8 itemtypes, all pass, otherwise
          those two tests fail.
    7) run koha qa test tool
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f383fe0ffec1b78b30d0951f0b74c59eed10eda7
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Thu Aug 28 15:17:10 2014 +0200

    Bug 12842: Add DDC classification numbers to MARC21 XSLT detail page
    
    Patch will add DDC classifications, divided with | below the subjects
    in the OPAC and staff detail pages.
    
    To test:
    - catalogue a record with one or mulitple 082$a subfields
    - verify the classifications are displayed in OPAC and staff detail page
    - Add following CSS to OpacUserCSS or IntranetUserCSS:
    
    .results_summary.ddc {
      display:none;
    }
    
    - Verify the DDC classifications are now no longer displayed
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Test plan ok. Repetions of $a subfield are separated by a space, which seems
    correct. I'm not sure whether other subfield than $a should be displayed on
    intranet. Whatever, this could be added later.
    
    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                                  |   26 +++++----
 C4/Suggestions.pm                                  |   10 ++--
 Koha/Schema/Result/Aqbudget.pm                     |   19 ++++++-
 Koha/Schema/Result/Suggestion.pm                   |   29 ++++++++--
 acqui/histsearch.pl                                |    2 +
 circ/reserveratios.pl                              |   56 +++++++++++---------
 .../data/mysql/it-IT/necessari/parameters.sql      |    4 --
 installer/data/mysql/kohastructure.sql             |    3 +-
 .../data/mysql/ru-RU/optional/sample_currency.sql  |    2 -
 .../data/mysql/uk-UA/optional/sample_currency.sql  |    2 -
 installer/data/mysql/updatedatabase.pl             |   20 +++++++
 koha-tmpl/intranet-tmpl/js/autocomplete/patrons.js |   48 +++++++++++++++++
 .../prog/en/modules/acqui/histsearch.tt            |   23 +++++++-
 .../prog/en/modules/circ/reserveratios.tt          |   43 +++++++++------
 .../prog/en/modules/patron_lists/list.tt           |   42 +++------------
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   16 ++++++
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |   17 ++++++
 kohaversion.pl                                     |    2 +-
 t/db_dependent/Suggestions.t                       |   15 ++++--
 19 files changed, 266 insertions(+), 113 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/js/autocomplete/patrons.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list