[koha-commits] main Koha release repository branch master updated. v3.20.00-beta-59-g693249b

Git repo owner gitmaster at git.koha-community.org
Tue May 19 14:26:49 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  693249b3e384993094fdef33aab84813499833a5 (commit)
       via  60403419ed1acf76af87eecb274b9beb7490ada7 (commit)
       via  c2d63e5e4ece12323567e6631d8cd6fd1a84ee64 (commit)
       via  6517e9c16d1a8f88bc69419a61af0478fd0a7be5 (commit)
       via  918c068e1709f94bffb6d3b58ce90c73a49c3ae4 (commit)
       via  eb0583d51da490582deffc9c15f59b94c4e9f966 (commit)
       via  e2b91ae0f6e2b86db985ea15ffd6b8f9a7f97844 (commit)
       via  71fe747ec20a46e1fd1baff63e6a7fa147369183 (commit)
      from  4f614a8d5e496be5a5f1f585dc606d7ed5caaccd (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 693249b3e384993094fdef33aab84813499833a5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 24 13:09:27 2014 +0100

    Bug 11607: Don't display all items in a single line
    
    If the *DGST notices are sent in HTML, the items are displayed in a
    single line.
    
    To reproduce:
    1/ Define a *DGST notice using the <<items.content>> pattern.
    2/ Checkout at least 2 items to a patron and set the due date as today.
    3/ Launch the advance_notices.pl and process_message_queue.pl cronjobs.
    4/ Verify the email you will receive separates the items with a line
    break.
    
    Verify you don't find a regression for non-html letters.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Note: the display in the notices tab is misleading here,
    needs to be verified checking the sent emails or database
    entries in message_queue.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 60403419ed1acf76af87eecb274b9beb7490ada7
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 22 13:45:44 2015 +0200

    Bug 10947: Fix editing the default authority type
    
    The default authority type cannot be defined.
    The authtypecode is en empty string and the tests should be done on
    "defined", not "exist".
    
    Test plan:
    Edit the default authority type, save it.
    
    Note: There is no way to create an authority with an empty string, with
    you deleted you won't be able to recreate it.
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c2d63e5e4ece12323567e6631d8cd6fd1a84ee64
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri May 8 09:25:37 2015 +0200

    Bug 9892: [QA Follow-up] Typo and updated usage
    
    Corrected specifield.
    Updated usage statement on use of delimiter pref.
    Clarified the CONDITION explanation somewhat..
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6517e9c16d1a8f88bc69419a61af0478fd0a7be5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Apr 9 15:49:14 2015 +0200

    Bug 9892: Make export_borrowers.pl using the delimiter pref
    
    The original concern of bug 9892 was that this borrowers export script
    cannot handle tabulation to separate columns.
    
    With this patch, the delimiter preference is used as separator for the
    output, to be consistent with others scripts.
    
    This should be highlighted on the release, it can produce change in
    behaviors.
    
    Test plan:
    Confirm that the 'delimiter' pref is used for the output, but you are able
    to overwrite it with the 'separator' parameter
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works as expected, respect preference but is supeseeded by cmd line
    No koha-qa errors
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 918c068e1709f94bffb6d3b58ce90c73a49c3ae4
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Apr 10 13:51:31 2015 +0200

    Bug 10011: Save branch limitations on creating a new patron category
    
    The code was just badly placed.
    It should be executed on update but also on insert.
    
    Test plan:
    1/ Create a new patron category and select 1+ branch limitations
    2/ Confirm it's correctly saved
    3/ Edit it and change the branch limitations
    4/ Confirm it's correctly saved
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    NOTE: Not a C4 or Koha library, so tests not required. Though,
          this code could be cleaned up and have the DB stuff put
          into some sort of library with tests to prevent regression.
          However, that dream is beyond the scope of this bug.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit eb0583d51da490582deffc9c15f59b94c4e9f966
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon May 18 10:31:26 2015 +0200

    Bug 14213: Cataloging plugin in cloned field does not work
    
    A code change for report 10480 in cataloging.js does not work well in case
    you clone a field with a plugin on a subfield.
    The events (click, focus, etc.) do not work on the subfield of the clone.
    
    This patch corrects the situation by finding the right html element for
    adding event binding.
    NOTE: The test plan uses EXAMPLE.pl since many old plugins do not operate
    on the correct field value when cloning. This is corrected in bug 13437.
    
    Test plan:
    [1] Attach EXAMPLE.pl to field 007, 246h and 260c.
        In sql for 007: update marc_subfield_structure set
            value_builder='EXAMPLE.pl' where tagfield='007' and tagsubfield='@';
    [2] Clone field 007. Verify that focus and click operate on both fields.
        Check also that the plugin works on the value corresponding with
        the button you clicked.
    [3] Clone field 246. Do the same checks on both subfields $h.
    [4] Clone subfield 260c. Do the same checks again.
    
    Test Remarks:
    ============
    
    1/ Setup a new framework (B213) based off 'Default' and fired off
       an SQL statement to update value_builder values for 007, 246$h
       and 269$c (UPDATE `marc_subfield_structure` SET value_builder
       = 'EXAMPLE.pl' WHERE frameworkcode = 'B213' AND ( (tagfield =
       '007' AND tagsubfield = '@') OR ( tagfield LIKE '246' AND
       tagsubfield = 'h') OR (tagfield = '260' AND tagsubfield = 'c'))
    
    2/ Tested step 2, 3 and 4 of the given test plan above. The missing
       plugin support in the cloned fields were noted.
    
    3/ Applied patch
    
    4/ Re-tested steps 2, 3 and 4 as before. The defined plugins were
       correctly cloned and found to be functional.
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e2b91ae0f6e2b86db985ea15ffd6b8f9a7f97844
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue May 19 14:12:10 2015 +0200

    Bug 7143: [QA Follow-up] Restoring lost </li> tag
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 71fe747ec20a46e1fd1baff63e6a7fa147369183
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue May 12 12:08:49 2015 -0300

    Bug 7143: Small fix on the 3.20 release team
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Magnus is alone, no errors
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Letters.pm                                      |    4 +++
 admin/authtypes.pl                                 |    6 ++--
 admin/categorie.pl                                 |   33 ++++++++++----------
 koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js   |    6 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    9 +++---
 .../prog/en/modules/admin/authtypes.tt             |   10 +++---
 misc/export_borrowers.pl                           |   15 ++++++---
 7 files changed, 47 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list