[koha-commits] main Koha release repository branch master updated. v3.16.00-816-gc4095f5

Git repo owner gitmaster at git.koha-community.org
Tue Oct 28 14:51:03 CET 2014


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  c4095f55ad98cad41a546654fdc8829110599575 (commit)
       via  4b36d4c39734027f1749c1cddb765e04648f2216 (commit)
       via  b4abb244f7c0f9d460986338ee3b88ad23173b80 (commit)
       via  1b695f7dd7ba3eb5b2ccc919099cd2c7b0f8c378 (commit)
       via  8523a01f47cb6bb40de82a86ae67d092dbcc2b7e (commit)
       via  da270d9c9b199a407af59598a4ed820f311349f5 (commit)
      from  9f989999b79a765cb2177c049d6f6ea547a6300c (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 c4095f55ad98cad41a546654fdc8829110599575
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Oct 22 17:38:01 2014 +0200

    Bug 13129 - HTML and JS escapes missing in unimarc_field_4XX.tt
    
    This patch adds JS and HTML espaces are it is missing.
    Replaces calls to url filter by uri filter, url filter does not espace
    enough characters: http://template-toolkit.org/docs/manual/Filters.html#section_url.
    
    Also corrects the fact the code: resul.size => resul.item('size').
    Old code returns the size of the loop instead of the value of "size" field.
    
    Test plan :
     - Use the plugin unimarc_field_4XX
     - Perform a search with a ? or &
    => Search works
     - Perform a search that returns a record with a double quote in title
     - Choose this record
    => Plugin works
     - Check the results displays well the value of biblioitems.size
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script, I fixed some tabs.
    Tested in a UNIMARC  installation.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4b36d4c39734027f1749c1cddb765e04648f2216
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Oct 27 21:05:56 2014 +0100

    Bug 11593: Remove subtag_registry.txt
    
    This file is no longer needed by the web installer and can be deleted.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b4abb244f7c0f9d460986338ee3b88ad23173b80
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Wed Apr 2 17:49:48 2014 -0300

    Bug 11593 - subtag_registry.sql files contain the same information for each language
    
    This patch removes subtag_registry.sql from lang dirs,
    and put it on a new mandatory dir
    
    In that way we need to update only one file.
    All similar files are removed.
    
    To test:
    1) Try a new install, or simply create a new database,
    grant permissions on it, change koha-conf.xml to use
    this database and go to staff page
    
    2) Go step by step until all mandatory or optional sql
    files are loaded. Check that subtag_registry.sql is
    loaded.
    
    3) Do it again but on other language. First install
    translation and repeat 2), could use de-DE or fr-FR
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, tested with de-DE.
    Thx!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1b695f7dd7ba3eb5b2ccc919099cd2c7b0f8c378
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Oct 16 13:48:36 2014 +0200

    Bug 13095: An email will be sent shortly
    
    This patch adjusts two instances where Koha says that an email has
    been sent while it is just enqueued (put in the message queue). The
    crontab example still suggests to run process_message_queue once an hour
    and the manual even speaks about 1-4 hours.
    
    In the process of selfregistration and sharing a shelf, I have adjusted
    the text "has been sent" to "will be sent shortly". This covers imo
    the one-hour frequency.
    
    When writing this patch, I have examined all calls of EnqueueLetter;
    I only found these two occurrences to be of interest.
    
    Note: I would recommend to increase this frequency in the documentation,
    but consider that for now to be outside the scope of this report.
    
    Test plan:
    [1] Self-register a new user with verification by email required. Look at
        the text when you submit your data.
    [2] Share a list with someone else. Look at the text when you submit the
        invitation.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, small string change.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 8523a01f47cb6bb40de82a86ae67d092dbcc2b7e
Author: Marc Véron <veron at veron.ch>
Date:   Mon Oct 20 21:59:14 2014 +0200

    Bug 13112 - Add name of template file in html comment for each '.tt' file.
    
    This patch adds the name of the .tt file as a HTML comment to OPAC and Staff client pages.
    
    To test:
    Apply patch
    Open pages in OPAC and Staff client.
    Make sure that a comment similar to the following appears in the source code:
    <!-- TEMPLATE FILE: intranet-main.tt -->
    
    Signed-off-by: Aleisha Amohia <aleishaamohia 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 da270d9c9b199a407af59598a4ed820f311349f5
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Jul 14 16:28:27 2014 +0100

    Bug 12573: Use correct comparison for comparing strings
    
    Perl issues a warning when you try to do a numeric comparison on
    non numeric values. While in 99% of the caeses numeric and string
    comparison behave similarly when they dont tracking down resulting
    bugs is hard. Also we dont want to be logging errors for normal
    operations. replace numeric == with eq
    (also switched to non-interpolating quotes so we dont generate
    a warning from static code checkers like perlcritic)
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    I can get this warnings in log files. This patch make perfectly sense.
    MARC subfield code should never be tested with Perl == operator, since
    the code could be letter or a number. Perl eq operator do an implicit
    string conversion for value which is a number, so it will work in any
    case.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Installer.pm                                    |    3 +
 authorities/blinddetail-biblio-search.pl           |    2 +-
 .../data/mysql/de-DE/mandatory/subtag_registry.txt |    4 -
 .../data/mysql/en/mandatory/subtag_registry.sql    |  954 --------------------
 .../data/mysql/en/mandatory/subtag_registry.txt    |    5 -
 .../data/mysql/es-ES/mandatory/subtag_registry.sql |  798 ----------------
 .../data/mysql/es-ES/mandatory/subtag_registry.txt |    5 -
 .../mysql/fr-FR/1-Obligatoire/subtag_registry.sql  |  685 --------------
 .../mysql/fr-FR/1-Obligatoire/subtag_registry.txt  |    4 -
 .../data/mysql/it-IT/necessari/subtag_registry.sql |  790 ----------------
 .../data/mysql/it-IT/necessari/subtag_registry.txt |    5 -
 .../{de-DE => }/mandatory/subtag_registry.sql      |    0
 .../mysql/nb-NO/1-Obligatorisk/subtag_registry.sql |  819 -----------------
 .../mysql/nb-NO/1-Obligatorisk/subtag_registry.txt |    1 -
 .../data/mysql/pl-PL/mandatory/subtag_registry.sql |  786 ----------------
 .../data/mysql/pl-PL/mandatory/subtag_registry.txt |    5 -
 .../data/mysql/ru-RU/mandatory/subtag_registry.sql |  786 ----------------
 .../data/mysql/ru-RU/mandatory/subtag_registry.txt |    4 -
 .../data/mysql/uk-UA/mandatory/subtag_registry.sql |  786 ----------------
 .../data/mysql/uk-UA/mandatory/subtag_registry.txt |    4 -
 .../prog/en/includes/doc-head-open.inc             |    1 +
 .../cataloguing/value_builder/unimarc_field_4XX.tt |   64 +-
 .../bootstrap/en/includes/doc-head-open.inc        |    1 +
 .../en/modules/opac-registration-email-sent.tt     |    2 +-
 .../bootstrap/en/modules/opac-shareshelf.tt        |    2 +-
 25 files changed, 40 insertions(+), 6476 deletions(-)
 delete mode 100644 installer/data/mysql/de-DE/mandatory/subtag_registry.txt
 delete mode 100755 installer/data/mysql/en/mandatory/subtag_registry.sql
 delete mode 100644 installer/data/mysql/en/mandatory/subtag_registry.txt
 delete mode 100644 installer/data/mysql/es-ES/mandatory/subtag_registry.sql
 delete mode 100644 installer/data/mysql/es-ES/mandatory/subtag_registry.txt
 delete mode 100644 installer/data/mysql/fr-FR/1-Obligatoire/subtag_registry.sql
 delete mode 100644 installer/data/mysql/fr-FR/1-Obligatoire/subtag_registry.txt
 delete mode 100644 installer/data/mysql/it-IT/necessari/subtag_registry.sql
 delete mode 100644 installer/data/mysql/it-IT/necessari/subtag_registry.txt
 rename installer/data/mysql/{de-DE => }/mandatory/subtag_registry.sql (100%)
 delete mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/subtag_registry.sql
 delete mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/subtag_registry.txt
 delete mode 100644 installer/data/mysql/pl-PL/mandatory/subtag_registry.sql
 delete mode 100644 installer/data/mysql/pl-PL/mandatory/subtag_registry.txt
 delete mode 100644 installer/data/mysql/ru-RU/mandatory/subtag_registry.sql
 delete mode 100644 installer/data/mysql/ru-RU/mandatory/subtag_registry.txt
 delete mode 100644 installer/data/mysql/uk-UA/mandatory/subtag_registry.sql
 delete mode 100644 installer/data/mysql/uk-UA/mandatory/subtag_registry.txt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list