[koha-commits] main Koha release repository branch master updated. v3.16.00-648-gfe478d7

Git repo owner gitmaster at git.koha-community.org
Sat Oct 11 17:21:30 CEST 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  fe478d76e527ff45c77c6c4912e41f5c4f4504f5 (commit)
       via  71f877f24d2d356d93ea8cc82876ad9bca3d82bf (commit)
       via  0aab269f8608e5725eadf8e140332d809d6f816c (commit)
       via  bfdd08f74e19b37eb37c3147d484dea36ac13a92 (commit)
       via  49f4382324447c9935478e793f416a4118b81d4d (commit)
       via  0515c0698574418f6b53647094c0f59f28236104 (commit)
       via  ef9a552023fde579a1c0aa8ea9d6bcb37b96f09f (commit)
      from  4822f19df62d8f4421d9e44aca5fb5277b791232 (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 fe478d76e527ff45c77c6c4912e41f5c4f4504f5
Author: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
Date:   Wed Sep 17 14:31:24 2014 +0300

    Bug 12938 - strings.inc is missing a semicolon in var CIRCULATION_RENEW_FAILED = _("Renew failed:")
    
    This doesn't appear to be affecting anything negatively, but the fix
    makes it more correct.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 71f877f24d2d356d93ea8cc82876ad9bca3d82bf
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sat Oct 11 12:11:39 2014 -0300

    Bug 12435: DBRev 3.17.00.026
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0aab269f8608e5725eadf8e140332d809d6f816c
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Tue Jun 17 08:28:17 2014 -0300

    Bug 12435 - Update MARC21 frameworks to Update No. 18 (April 2014)
    
    This patch updates MARC21 frameworks to Update No. 18 (April 2014)
    Also updates values on database for MARC21 installs.
    
    To test
    1. Apply the patch
    2. Run updatedatbase.pl, check that runs without error
    3. Remove default framework, load again. Check that loads without
    error.
    4. Verify changes
    Bibs
    007/04 Sound recording -> q Quadraphonic, multichannel, or surround
    347f -> Encoded bitrate
    110/1,610/1,710/1,810/1 subfield c -> repeatable
    Auth
    110/1,410/1,510/1,710/1 subfield c -> repeatable
    
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Checked changes are according to documentation from LOC and
    consistent between sample files and updatedatabase.pl.
    No problems found, all English frameworks were updated.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bfdd08f74e19b37eb37c3147d484dea36ac13a92
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Oct 9 14:32:59 2014 +0200

    Bug 13051: And remember, usernames are not case sensitive
    
    opac-auth contains the following statement:
    You entered an incorrect username or password. Please try again! And
    remember, usernames and passwords are case sensitive.
    
    Obviously, this is not completely true. The username can be entered in
    lowercase, uppercase, any mixed case.
    
    This patch simply adjusts this string.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 49f4382324447c9935478e793f416a4118b81d4d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Sep 22 09:55:44 2014 +0200

    Bug 12740: Make the error message translatable
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0515c0698574418f6b53647094c0f59f28236104
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Sat Sep 20 08:01:36 2014 -0400

    Bug 12740 - Data Validation followup
    
    Added server-side validation and feedback to Koha news.
    
    TEST PLAN
    ---------
    1) Log in to staff client as someone who can add news
    2) Paste a variation of the ugly following URL into your
       address bar:
    
    https://demo.library-admin.kohasystem.ca/cgi-bin/koha/tools/koha-news.pl?op=add&lang=&branch=&title=&from=&to=&number=&new=
    
       -- A blank news item is added without warning!
    3) Apply patch
    4) Repeat step 2
       -- "ERROR: Required news title missing!" is displayed
          and no blank news is added
    5) run koha qa test tools
    
    Followed test plan, Error message appears as expected, qa test tool: OK
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ef9a552023fde579a1c0aa8ea9d6bcb37b96f09f
Author: Marc Véron <veron at veron.ch>
Date:   Sat Sep 13 18:10:06 2014 +0200

    Bug 12740 - It should not be possible to store empty news
    
    This patch marks the title field as 'required' and it is not
    longer possible to store a news without having at least a title.
    
    To test:
    Got to Tools->News
    Create news or edit existing news
    Field "Title" should have a red label and should be marked as "required"
    It should not be possible to save with empty field "Title"
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    NOTE: Only keeps the user from doing it.
          Fails to handle the fake the url call case.
    https://demo.library-admin.kohasystem.ca/cgi-bin/koha/tools/koha-news.pl?op=add&lang=&branch=&title=&from=&to=&number=&new=
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../marc21/mandatory/authorities_normal_marc21.sql |   18 +++++------
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |   20 ++++++------
 installer/data/mysql/updatedatabase.pl             |   12 +++++++
 .../intranet-tmpl/prog/en/includes/strings.inc     |    2 +-
 .../cataloguing/value_builder/marc21_field_007.tt  |    4 +--
 .../prog/en/modules/tools/koha-news.tt             |   10 ++++--
 .../opac-tmpl/bootstrap/en/modules/opac-auth.tt    |    2 +-
 kohaversion.pl                                     |    2 +-
 tools/koha-news.pl                                 |   34 +++++++++++++-------
 9 files changed, 65 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list