[koha-commits] main Koha release repository branch master updated. v3.20.00-605-g1e93bd3

Git repo owner gitmaster at git.koha-community.org
Fri Sep 18 17:44:02 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  1e93bd3a94ddb94f0d2ed2dee2e5dee6b73ad808 (commit)
       via  2fbaac98da391f029c920b4e7656ff0e09c3ae75 (commit)
       via  5dceb851dd8b186dd6a9b4bf4e032bbe1ea81865 (commit)
       via  01abfbd70290ee0a55e2362a634ead28586086a2 (commit)
       via  165da52e783fc5275a36af3c82bf1dfb1a28e3c9 (commit)
       via  2eeb2de909038b12aa0f03203a29f4a413af8e19 (commit)
       via  7a2816edb146a3586a9754f0e6f3ca6c161bffd4 (commit)
      from  d810fd1094541ee4c95289df3f18bf765047335b (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 1e93bd3a94ddb94f0d2ed2dee2e5dee6b73ad808
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Sep 3 12:16:08 2015 +0200

    Bug 13813: [QA Follow-up] Fix some tabs for qa tools
    
    FAIL   C4/Barcodes/annual.pm
       FAIL   forbidden patterns
                    forbidden pattern: tab char (line 86)
                    forbidden pattern: tab char (line 51)
    
    FAIL   C4/Barcodes/hbyymmincr.pm
       FAIL   forbidden patterns
                    forbidden pattern: tab char (line 108)
                    forbidden pattern: tab char (line 78)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 2fbaac98da391f029c920b4e7656ff0e09c3ae75
Author: Marc Véron <veron at veron.ch>
Date:   Thu Sep 3 11:46:09 2015 +0200

    Bug 13813: Remove deprecated module C4::Dates from system
    
    Changes for QA comment #165
    
    circ/transferstoreceive.pl
    'iso' added
    
    circ/waitingreserves.pl
    'iso' added
    
    members/printinvoice.pl
    'iso' removed
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 5dceb851dd8b186dd6a9b4bf4e032bbe1ea81865
Author: Marc Véron <veron at veron.ch>
Date:   Thu Mar 12 15:00:11 2015 +0100

    Bug 13813: Remove deprecated module C4::Dates from system
    
    Test plan: See Bugzilla.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 01abfbd70290ee0a55e2362a634ead28586086a2
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Sep 16 10:33:09 2015 -0400

    Bug 11368: [QA Followup 2]
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 165da52e783fc5275a36af3c82bf1dfb1a28e3c9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu May 14 08:21:10 2015 -0400

    Bug 11368: [QA Followup]
    
    * Fix QA failures
    * Fix copyright
    * Add file format documentation
    * Add -c --confirm option
    * Add -t --test option
    * Add -h --help option
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 2eeb2de909038b12aa0f03203a29f4a413af8e19
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Dec 10 10:26:48 2013 -0500

    Bug 11368: Add script to import Lexile scores
    
    Koha needs a script to automate the importing of Lexile score data for
    titles that have available scores but are not currently in the title's
    record.
    
    This script will take a CSV file of Lexile scores, and locate any
    matching records in the Koha database ( by ISBN ). If the record already
    has a score, it will be updated. If not, the Lexile score field will be
    created.
    
    Test Plan:
    1) Apply this patch
    2) Catalog a record for each of the following ISBNs:
       0789170191
       9780673779410
    3) Download the file LexileTitlesTruncated.txt attached
       to this bug report
    4) Run the script from the command line:
       ./misc/migraction_tools/import_lexile.pl -v --file /path/to/LexileTitlesTruncated.txt
    5) View those records in Koha
    6) Note those records now have valid Lexile scores
    7) Edit the Lexile score ( 521$a ) and change the value to something else
    8) Repeat step 4
    9) Note the original Lexile score has been restored
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 7a2816edb146a3586a9754f0e6f3ca6c161bffd4
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Fri Sep 18 12:34:45 2015 -0300

    Bug 14472: (QA followup) fix updatedatabase.pl for multiple ISSN rules
    
    If (for some reason) the user has created more than one matching rule
    with the 'ISSN' code, the updatedabase.pl script fails, because it was
    written with the default data in mind, and didn't consider the scenario
    described above.
    
    Thanks Liz for pointing this out!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

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

Summary of changes:
 C4/Acquisition.pm                            |    5 +-
 C4/Barcodes.pm                               |    1 -
 C4/Barcodes/annual.pm                        |   13 +-
 C4/Barcodes/hbyymmincr.pm                    |   27 ++--
 C4/Biblio.pm                                 |    1 -
 C4/HoldsQueue.pm                             |    1 -
 C4/Items.pm                                  |   16 +-
 C4/Log.pm                                    |    6 +-
 C4/NewsChannels.pm                           |    8 +-
 C4/Output.pm                                 |    1 -
 C4/Suggestions.pm                            |    9 +-
 Koha/Borrower/Files.pm                       |    1 -
 Koha/Misc/Files.pm                           |    1 -
 cataloguing/value_builder/barcode.pl         |    4 +-
 cataloguing/value_builder/barcode_manual.pl  |    4 +-
 cataloguing/value_builder/dateaccessioned.pl |    5 +-
 circ/transferstoreceive.pl                   |    4 +-
 circ/waitingreserves.pl                      |    5 +-
 installer/data/mysql/updatedatabase.pl       |    2 +-
 members/notices.pl                           |    1 -
 members/printinvoice.pl                      |    4 +-
 members/readingrec.pl                        |    5 +-
 misc/migration_tools/import_lexile.pl        |  207 ++++++++++++++++++++++++++
 opac/opac-messaging.pl                       |    1 -
 opac/opac-privacy.pl                         |    1 -
 opac/opac-user.pl                            |    4 +-
 tags/list.pl                                 |    1 -
 tools/koha-news.pl                           |    6 +-
 tools/scheduler.pl                           |    6 +-
 tools/viewlog.pl                             |    1 -
 30 files changed, 271 insertions(+), 80 deletions(-)
 create mode 100755 misc/migration_tools/import_lexile.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list