[koha-commits] main Koha release repository branch master updated. v3.18.00-beta-43-gd364bea

Git repo owner gitmaster at git.koha-community.org
Thu Nov 20 13:44:56 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  d364bea3ad7fc5e4153fff01afabcc3e6e860e3f (commit)
       via  39c3f97ae3cdd5234aef9ad482b64cfec54f4cf6 (commit)
       via  48ade942a2431e5758bdbbbefa5c5ac3af4b6a99 (commit)
       via  2937eaeeae1b3c05aaeac6c8c16c51221ad402c5 (commit)
       via  f9c4d6a596e3dcd98dc39d299a9674dd83a19ed7 (commit)
       via  0f92fbbb0ce528b6e2348689477890d564da0981 (commit)
       via  7fdd7f560be5a1bb594def191e0d3f61bd60d1e0 (commit)
       via  e00cbe80912ac17dae878dd20594cd64b779f325 (commit)
       via  6c2cb7cec800b2fde3e06ebd7e9d58ac4ea62645 (commit)
       via  1cec3e82dc90f88c473c68b745ee845e2fc4e9dc (commit)
      from  819dc6d3d743c49e0e64e07728fd5f88903a3b11 (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 d364bea3ad7fc5e4153fff01afabcc3e6e860e3f
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Thu Nov 6 21:46:01 2014 -0300

    Bug 13199: follow up to fix Licence and some koha-qa errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 39c3f97ae3cdd5234aef9ad482b64cfec54f4cf6
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Tue Nov 4 21:34:53 2014 +0100

    Bug 13199: Add missing notices for several installations
    
    prove xt/sample_notices.sql identifies missing notices.  This patch add those
    missing notices:
    
    - fr-FR ISSUEQSLIP, ISSUESLIP, OPAC_REG_VERIFY, RESERVESLIP, TRANSFERSLIP
    - it-IT/necessari/notices.sql: OPAC_REG_VERIFY, RENEWAL
    - pl-PL/mandatory/sample_notices.sql: ISSUEQSLIP, ISSUESLIP, OPAC_REG_VERIFY,
      RESERVESLIP, TRANSFERSLIP
    - ru-RU/mandatory/sample_notices.sql: ISSUEQSLIP, ISSUESLIP, OPAC_REG_VERIFY,
      RESERVESLIP, TRANSFERSLIP
    - uk-UA/mandatory/sample_notices.sql: ISSUEQSLIP, ISSUESLIP, OPAC_REG_VERIFY,
      RESERVESLIP, TRANSFERSLIP
    
    TO TEST:
    
    (1) Without this patch, but with the patch adding xt/sample_notices.sql:
        prove xt/sample_notices.sql list all the above missing notices.
    (2) Apply this patch. And do prove again: nothing is reported.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Work as described, test stop failing
    No koha-qa errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 48ade942a2431e5758bdbbbefa5c5ac3af4b6a99
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Tue Nov 4 21:04:24 2014 +0100

    Bug 13199: Test incoherence between 'en' sample notices and translated notices
    
    This test identifies incoherences between translated sample notices and the
    'en' reference file.
    
    Koha sample notices are loaded to 'letter' table from a text SQL file
    during Koha installation by web installer. The reference file is the one
    provided for English (en) installation :
    
      <koha_root>/installer/data/mysql/en/mandatory/sample_notices.sql
    
    Alternatives files are provided for other languages. Those files are difficult
    to keep synchronized with reference file. This could be an functional issue
    since some Koha operation depend on notice existence, for example Print Slip in
    Circulation.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Test works and identify missing notices
    A few koha-qa errors fixed in followup
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2937eaeeae1b3c05aaeac6c8c16c51221ad402c5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Sat Oct 11 16:23:44 2014 +0200

    Bug 7878: (qa follow-up) Fix the sex default value
    
    Without the previous patch, when you edited a patron, the "N/A" value
    was selected for sex.
    With, no checkboxes were selected.
    
    This patch also replaces the
        IF opduplicate do nothing ELSE do something END
    statement with
        UNLESS opduplicate do something END
    which is more readable.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f9c4d6a596e3dcd98dc39d299a9674dd83a19ed7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Sep 24 12:02:42 2014 -0400

    Bug 7878 - When duplicating a patron too many fields carrying over
    
    When duplicating a patron the resulting entry form contains the data
    from the original patron in the following fields: Other names, Initials,
    Gender, OPAC note, Staff note, and expiration date. These should be
    blank for a new duplicated patron. This patch corrects this.
    
    To test, locate or create a patron record which contains data in the
    fields listed above. Duplicate that patron and confirm that those fields
    are blank in the resulting patron entry form.
    
    Confirm also that editing an existing patron with data in those fields
    works correctly.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0f92fbbb0ce528b6e2348689477890d564da0981
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Nov 19 17:59:38 2014 -0300

    Bug 13279: t/Breeding.t shouldn't depend on the DB
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7fdd7f560be5a1bb594def191e0d3f61bd60d1e0
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Nov 19 18:00:17 2014 -0300

    Bug 13280: t/Circulation_barcodedecode.t shouldn't depend on the DB
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e00cbe80912ac17dae878dd20594cd64b779f325
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Nov 19 18:02:53 2014 -0300

    Bug 13282: t/Message.t shouldn't depend on the DB
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6c2cb7cec800b2fde3e06ebd7e9d58ac4ea62645
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Nov 19 18:03:47 2014 -0300

    Bug 13283: t/Overdues.t shouldn't depend on the DB
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1cec3e82dc90f88c473c68b745ee845e2fc4e9dc
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Nov 19 18:04:31 2014 -0300

    Bug 13284: t/RotatingCollections.t shouldn't depend on the DB
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../data/mysql/es-ES/mandatory/sample_notices.sql  |  101 +++++++++++++++
 .../mysql/fr-FR/1-Obligatoire/sample_notices.sql   |  103 +++++++++++++++-
 installer/data/mysql/it-IT/necessari/notices.sql   |   12 ++
 .../data/mysql/pl-PL/mandatory/sample_notices.sql  |  101 +++++++++++++++
 .../data/mysql/ru-RU/mandatory/sample_notices.sql  |  103 ++++++++++++++++
 .../data/mysql/uk-UA/mandatory/sample_notices.sql  |  103 ++++++++++++++++
 .../prog/en/modules/members/memberentrygen.tt      |   61 +++++-----
 t/Breeding.t                                       |   24 +++-
 t/Circulation_barcodedecode.t                      |   21 +++-
 t/Message.t                                        |   25 +++-
 t/Overdues.t                                       |   25 +++-
 t/RotatingCollections.t                            |   25 +++-
 xt/sample_notices.t                                |  128 ++++++++++++++++++++
 13 files changed, 782 insertions(+), 50 deletions(-)
 create mode 100755 xt/sample_notices.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list