[koha-commits] main Koha release repository branch master updated. v3.18.00-767-g59b15eb

Git repo owner gitmaster at git.koha-community.org
Thu Apr 23 18:10:55 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  59b15eb2212786625f9843d7b09100f91eb3a4ed (commit)
       via  f50daa1cc7092b4b5b0e4bd0f0a1a75582a5f2a6 (commit)
       via  6b9ca28a377a197c1233875c8013c94a8a6ea811 (commit)
       via  016ad5f22e6f0d1d46ac41e323665724ae2f9008 (commit)
       via  b455bb6e21a6dff80e5f9028cd59ccc60966eeb7 (commit)
       via  0ec47d2ae6f687d4691efc0d2a14f0b04789898c (commit)
       via  8f7ecb7c7818b026c57a5febadb34efb061217ae (commit)
       via  a2775193e5b5bd3712e4772eb13a1dc86c174a6e (commit)
       via  54f7ffb313c44b1036613cf48c08ae9a3b44e132 (commit)
       via  85d7ccb210d62cd5c3642ee0023e12c95180cb60 (commit)
       via  e8eb8ddc1fc3820ab689ba7e7101036b32434d80 (commit)
       via  d2dd4ca624aba7e93baab02c8efdc8a29a15a74e (commit)
       via  1b0b4ae854e2c47665ac859be1ac1807bf186ebb (commit)
       via  a1096f9d16eb1e68da381778eeb2564c7251c76b (commit)
       via  c1b54dfa93c881c759259b42169bb7afcb7b8785 (commit)
       via  cf083a569c43a5e7f86aed570401be0b61bc685b (commit)
       via  5c5d24bc69d681914e50062f59a11508bba9a4ac (commit)
       via  709488b8b68bdf544c484572b6028a53b03b6878 (commit)
       via  b1b0265f73f8a0f9f51b6fb0c02fcfc8e6e323f5 (commit)
      from  a510a4515c9a62ad6005f2eb997496d403dd4247 (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 59b15eb2212786625f9843d7b09100f91eb3a4ed
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Apr 23 13:06:00 2015 -0300

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

commit f50daa1cc7092b4b5b0e4bd0f0a1a75582a5f2a6
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Apr 23 13:01:40 2015 -0300

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

commit 6b9ca28a377a197c1233875c8013c94a8a6ea811
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Apr 20 08:21:08 2015 -0400

    Bug 13790 [QA Followup] - Disable auto increment on old_issues after pk values are created
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 016ad5f22e6f0d1d46ac41e323665724ae2f9008
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Apr 20 09:11:02 2015 +0200

    Bug 13790: [QA Follow-up] Relocation of db revision in updatedatabase
    
    The db rev lines should not be under the bug 13068 sandbox section.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b455bb6e21a6dff80e5f9028cd59ccc60966eeb7
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 17 11:00:52 2015 -0400

    Bug 13790: ([QA Followup)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0ec47d2ae6f687d4691efc0d2a14f0b04789898c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Mar 4 01:16:24 2015 -0800

    Bug 13790: Add unique id issue_id to issues and old_issues tables
    
    Test Plan:
    1) Use a database with existing issues and old issues
    2) Apply this patch
    3) Run updatedatabase
    4) Inspect the database
       a) old_issues should now have a column issue_id starting with 1
       b) issues should now have a column issue_id starting with the number
          of rows in the old_issues table plus one
    5) Perform a checkout, note it is written to the database
    6) Check in the checked out item, note it is moved to the old_issues table
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 8f7ecb7c7818b026c57a5febadb34efb061217ae
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 17 06:44:03 2015 -0400

    Bug 13994: (QA Followup) Change "Back" to "Return"
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a2775193e5b5bd3712e4772eb13a1dc86c174a6e
Author: Marc Véron <veron at veron.ch>
Date:   Tue Apr 14 11:50:14 2015 +0200

    Bug 13994: Add a back link to error message in Reports
    
    To reproduce:
    - Go to Home > Reports
    - Create from SQL
    - Do something that results in an error message, e.g. by entering an UPDATE statement
    
    Result: You get an error message with title "The follwing error was encountered"
    But there is now link to go directly back to fix it.
    
    To test:
    - Apply patch
    - Repeat steps above
    - Verify that a link appears (and works): "Back to previous page"
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 54f7ffb313c44b1036613cf48c08ae9a3b44e132
Author: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
Date:   Wed Jul 23 11:15:57 2014 +0300

    Bug 8474: Holds done by librarians cause silent errors in koha-error_log, placerequest.pl -> $checkitem
    
    Squashed this rogue variable initialization
    
    Test plan:
    1/ Place a hold at a biblio level (on the next available item)
    2/ Without this patch you get
    placerequest.pl: Use of uninitialized value $checkitem in string ne at /home/koha/src/reserve/placerequest.pl line 75.
    placerequest.pl: Use of uninitialized value $checkitem in string ne at /home/koha/src/reserve/placerequest.pl line 101.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixed a tab.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 85d7ccb210d62cd5c3642ee0023e12c95180cb60
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 23 10:30:14 2015 +0200

    Bug 14051: Tiny adjustment of ReturnPathDefault pref description
    
    Adding that Return-Path is bounce address. Note that if it is empty, the From address is used. This could be the admin address, but Koha uses other from addresses too.
    
    Test plan:
    Read the description on the preferences page.
    Check some Koha mails with/without this pref. Note that this patch does not
    change behavior in any way.
    
    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 e8eb8ddc1fc3820ab689ba7e7101036b32434d80
Author: Marc Véron <veron at veron.ch>
Date:   Wed Apr 22 22:09:48 2015 +0200

    Bug 13834: News: Wording not consistent for Publication date / Creation date
    
    This patch replaces column header "Creation date" with "Publication date" in staff client > Home > Tools > News
    (same as the field label in editing form for news).
    
    To test apply patch and verify that column header displays as appropriate.
    
    Signed-off-by: vagrant <eskaaren at yahoo.no>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d2dd4ca624aba7e93baab02c8efdc8a29a15a74e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 15 12:19:42 2015 +0200

    Bug 10174: Add a tooltip to explain what is a digest
    
    The digest term seems to be ambiguous for some people.
    
    This patch adds a tooltip to explain what it is (feel free to provide
    a better wording).
    
    Test plan:
    Go at the OPAC and click on the "Your messaging tab", you should see an
    icon close to "Digest only" to explain what is a digest.
    Same at the intranet on editing/showing patron info
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1b0b4ae854e2c47665ac859be1ac1807bf186ebb
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Apr 23 12:42:50 2015 -0300

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

commit a1096f9d16eb1e68da381778eeb2564c7251c76b
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Apr 23 12:35:55 2015 -0300

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

commit c1b54dfa93c881c759259b42169bb7afcb7b8785
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jan 29 11:22:45 2015 -0500

    Bug 13023: (QA Followup) Use db column for storage on item creation
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit cf083a569c43a5e7f86aed570401be0b61bc685b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Dec 15 07:02:13 2014 -0500

    Bug 13023: (QA Followup) Add db mapping to frameworks
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5c5d24bc69d681914e50062f59a11508bba9a4ac
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 2 10:11:32 2014 -0400

    Bug 13023: Nonpublic note for items should be mapped to a database column like itemnotes
    
    An item's public notes are mapped to a db column, but the librarian only
    notes are not. We need to map these so in the future we may display them
    in places other than the editor.
    
    Test Plan:
    1) Create an item with a non-public note
    2) Apply this patch
    3) Run updatedatabase
    4) Update your frameworks to map your nonpublic item note to items.itemnotes_nonpublic
    5) Run misc/batchRebuildItemsTables.pl
    6) Inspect the database, note that your non-public note is now in
       items.itemnotes_nonpublic
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 709488b8b68bdf544c484572b6028a53b03b6878
Author: Stéphane Delaune <stephane.delaune at biblibre.com>
Date:   Thu Sep 11 10:29:49 2014 +0200

    Bug 11399: QA fixes
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b1b0265f73f8a0f9f51b6fb0c02fcfc8e6e323f5
Author: Stéphane Delaune <stephane.delaune at biblibre.com>
Date:   Tue Dec 17 12:46:39 2013 +0100

    Bug 11399: batch Rebuild Items Tables
    
    You can/must use it when you change items mapping.
    this script rebuilds the non-MARC DB items table from the MARC values
    
    usage : batchRebuildItemsTables.pl [ -h ][ -c ][ -t ][ -where ]
    
    Options:
       -h --help       (or without arguments) shows this help message
       -c              Confirm: rebuild non marc DB (may be long)
       -t              test only, change nothing in DB
       --where         add where condition on default query
                       (eg. -where 'biblio.biblionumber<100')
    
    (copied test plan)
    to test it :
    
    create a test item (eg on biblionumber 3) with a non mapped subfield with a test value.
    check real items DB row ( SELECT * from items where biblionumber=3 ) => non mapped value is in more_subfields_xml
    map the non mapped subfield with unused items column
    re-check in Db that nothing changes
    run ./batchRebuildItemsTables.pl -c --where 'biblio.biblionumber=3'
    check real items DB row ( SELECT * from items where biblionumber=3 ) => new mapped value is not in more_subfields_xml anymore but in the mapped column
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described, no koha-qa errors.
    Add a new item to record, save with value in unmapped subfield ('x')
    Change mapping, run script, value on newly mapped column
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Items.pm                                        |    3 +
 Koha/Schema/Result/Deleteditem.pm                  |   11 +-
 Koha/Schema/Result/Issue.pm                        |   24 ++++-
 Koha/Schema/Result/Item.pm                         |   11 +-
 Koha/Schema/Result/OldIssue.pm                     |   23 ++++-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    2 +-
 .../marc21/optional/marc21_fastadd_framework.sql   |    2 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    2 +-
 .../marc21/optional/marc21_fastadd_framework.sql   |    2 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    2 +-
 .../marc21/optional/marc21_fastadd_framework.sql   |    2 +-
 .../Obligatoire/marc21_framework_DEFAULT.sql       |    2 +-
 .../Obligatoire/framework_DEFAULT.sql              |    2 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    2 +-
 .../marc21/optional/marc21_fastadd_framework.sql   |    2 +-
 installer/data/mysql/kohastructure.sql             |    6 ++
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    2 +-
 .../marc21/optional/marc21_fastadd_framework.sql   |    2 +-
 .../marcflavour/normarc/Obligatorisk/normarc.sql   |    2 +-
 .../Valgfritt/normarc_fastadd_framework.sql        |    2 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    2 +-
 .../marc21_bibliographic_DEFAULT_local.sql         |    2 +-
 .../optional/marc21_bibliographic_FA_local.sql     |    2 +-
 .../marc21_bibliographic_DEFAULT_local.sql         |    2 +-
 installer/data/mysql/updatedatabase.pl             |   47 ++++++++-
 .../prog/en/includes/messaging-preference-form.inc |    4 +-
 .../prog/en/modules/admin/preferences/admin.pref   |    2 +-
 .../en/modules/reports/guided_reports_start.tt     |    3 +
 .../prog/en/modules/tools/koha-news.tt             |    2 +-
 .../bootstrap/en/modules/opac-messaging.tt         |   11 +-
 kohaversion.pl                                     |    2 +-
 misc/batchRebuildItemsTables.pl                    |  107 ++++++++++++++++++++
 reserve/placerequest.pl                            |    4 +-
 33 files changed, 260 insertions(+), 36 deletions(-)
 create mode 100755 misc/batchRebuildItemsTables.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list