[koha-commits] main Koha release repository branch master updated. v3.20.00-151-gd56a275

Git repo owner gitmaster at git.koha-community.org
Wed Jun 17 14:53:52 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  d56a275c0d101e7969192ef326ceaa64cacf83d8 (commit)
       via  38048bc420ffa6f2a5a73287fdff5e2d8cbe63ef (commit)
       via  2fe241cc0f774799b8dca329d41d03f2217ffcaa (commit)
      from  cc7b795f840e671e9ed14e2833881d18630e3ce6 (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 d56a275c0d101e7969192ef326ceaa64cacf83d8
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Fri May 22 11:58:18 2015 +0200

    Bug 14070: Prevent to save a letter if an error occurred
    
    On saving a letter, if the title or the content of a template is not
    defined, a JS alert is raised. But the form is submitted anyway.
    This patch prevent the form to be submitted.
    
    Test plan:
    - Create or edit a letter
    - Fill the title for a template, not the content
    - Save
    - Confirm you get the alert and that the form is not submitted
    
    http://bugs.koha-community.org/show_bug.cgi?id=14070
    
    Signed-off-by: Indranil Das Gupta <indradg at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 38048bc420ffa6f2a5a73287fdff5e2d8cbe63ef
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Jun 8 01:49:24 2015 +0200

    Bug 14351: Remove given-when from opac-search.pl
    
    Reformats given-when to if-elsif-else in opac-search.pl
    to remove the experimental feature and with it a lot
    of warnings from the logs.
    
    To test:
    - Do several different advanced searches with and
      without expanded search options
    - Verify the link back to the search appears above
      the results list and works correctly
    
    See also: test plan on bug 13307
    
    NOTE: Even installed firefox plug in to edit cookies to
          trigger else case. :)
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 2fe241cc0f774799b8dca329d41d03f2217ffcaa
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Jun 6 14:34:57 2015 +0200

    Bug 14350: Missing statement in kohastructure.sql - DROP TABLE IF EXISTS borrower_sync
    
    Reported by Jonathan on bug 11401:
    
    DROP TABLE IF EXISTS borrower_sync;
    is missing in installer/data/mysql/kohastructure.sql
    
    To test:
    - Run the web installer and confirm all tables are
      created correctly
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 installer/data/mysql/kohastructure.sql                  |    1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt |    8 ++++++--
 opac/opac-search.pl                                     |   15 ++++++++-------
 3 files changed, 15 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list