[koha-commits] main Koha release repository branch master updated. v3.20.00-251-g186b635

Git repo owner gitmaster at git.koha-community.org
Wed Jun 24 19:55:39 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  186b635a75c4e67b20d6fd80d9fee3a8cb3cd2cb (commit)
       via  0b0699bdfb8d53d7a44253090cf661405a97cf9c (commit)
       via  fdbd5ebabeb6d20caad10c8b49ff7258f8fb85cb (commit)
       via  0ae0d37f7b3c8eb4e7b8e484a28b45c22b8dc03a (commit)
       via  1bb828f61eab47393d7279c5a2c3068d543a2aba (commit)
       via  7ae328cb6fb7b70a04d90eca1c9d0a40df4f726f (commit)
       via  cff47199c4f21b6c4747ed225aa738eefbfc3024 (commit)
       via  734a6805c8fa97e4f029c1f848135703f9b91ad6 (commit)
      from  bf9bff898f583c90714e9dc98e28bffd8cc24b2b (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 186b635a75c4e67b20d6fd80d9fee3a8cb3cd2cb
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jun 24 14:54:36 2015 -0300

    Bug 13014: (QA followup) have new warnings tested
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 0b0699bdfb8d53d7a44253090cf661405a97cf9c
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jun 24 14:40:01 2015 -0300

    Bug 13014: DBRev 3.21.00.012
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit fdbd5ebabeb6d20caad10c8b49ff7258f8fb85cb
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Apr 17 11:48:02 2015 +0200

    Bug 13014: [QA Follow-up] Few typos in cronjob
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

commit 0ae0d37f7b3c8eb4e7b8e484a28b45c22b8dc03a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Nov 6 10:21:48 2014 +0100

    Bug 13014: (follow-up 2) Notify budget owner on new suggestion - sample notices
    
    This patch updates the 2 optional sample_notices.sql files for ru-RU and
    uk-UA.
    Not sure if it is relevant but I don't understand why they are not
    up-to-date.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Checked by running them manually.
    English installs 27, Russian 27 and Ukrainian 26.
    Last language can be updated somewhere else.

commit 1bb828f61eab47393d7279c5a2c3068d543a2aba
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Nov 6 10:21:01 2014 +0100

    Bug 13014: (follow-up) Notify budget owner on new suggestion - sample notices
    
    This patch adds the new notice for all other languages.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

commit 7ae328cb6fb7b70a04d90eca1c9d0a40df4f726f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Sep 30 16:59:50 2014 +0200

    Bug 13014: Notify budget owner on new suggestion - cronjob
    
    Test plan:
    0/ Create a new notice suggestions > TO_PROCESS
    You can use the one defined in the other patch.
    1/ Create a suggestion and link it to a fund
    2/ Add a owner to this fund and make sure this patron has an email
    address (the email address used should be the one defined in the
    AutoEmailPrimaryAddress syspref).
    3/ Execute the cronjob script with the -v and without the -c argument
    4/ The output should tell you that an email will be sent
    5/ Execute the cronjob script with the -v and with the -c argument
    6/ Verify the notice is generated in the message_queue table and it is
    correctly formatted.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

commit cff47199c4f21b6c4747ed225aa738eefbfc3024
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Sep 30 16:58:48 2014 +0200

    Bug 13014: Notify budget owner on new suggestion - sample notices
    
    This patch add the new notice suggestion > TO_PROCESS
    
    Others will be added when the patch will be signed off.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Followup expected :-) It would be nice also to have an updatabase.pl entry to
    insert the new TO_PROCESS notification.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 734a6805c8fa97e4f029c1f848135703f9b91ad6
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Sep 30 16:56:46 2014 +0200

    Bug 13014: Notify budget owner on new suggestion - UT
    
    When a suggestion is created and linked to a fund, a mail will be
    generated, using a cronjob, to notify the budget owner.
    
    A suggestion is considered as "can be treated" if its status is "ASKED".
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/Suggestions.pm                                  |   18 +++
 Koha.pm                                            |    2 +-
 .../data/mysql/de-DE/mandatory/sample_notices.sql  |    1 +
 .../data/mysql/en/mandatory/sample_notices.sql     |    3 +-
 .../data/mysql/es-ES/mandatory/sample_notices.sql  |    2 +
 .../mysql/fr-FR/1-Obligatoire/sample_notices.sql   |    2 +
 installer/data/mysql/it-IT/necessari/notices.sql   |    1 +
 .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql  |    1 +
 .../data/mysql/pl-PL/mandatory/sample_notices.sql  |    2 +
 .../data/mysql/ru-RU/mandatory/sample_notices.sql  |    1 +
 .../data/mysql/ru-RU/optional/sample_notices.sql   |   37 ++++--
 .../data/mysql/uk-UA/mandatory/sample_notices.sql  |    1 +
 .../data/mysql/uk-UA/optional/sample_notices.sql   |   35 +++--
 installer/data/mysql/updatedatabase.pl             |   12 ++
 misc/cronjobs/notice_unprocessed_suggestions.pl    |  139 ++++++++++++++++++++
 t/db_dependent/Suggestions.t                       |   40 +++++-
 16 files changed, 269 insertions(+), 28 deletions(-)
 create mode 100755 misc/cronjobs/notice_unprocessed_suggestions.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list