[koha-commits] main Koha release repository branch master updated. v3.14.00-75-g1b69551

Git repo owner gitmaster at git.koha-community.org
Tue Dec 3 17:45:34 CET 2013


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  1b695517a6b98720ee300ba21280ee2f8139a796 (commit)
       via  8c5278270708724808b3585dc798e9300abeed31 (commit)
      from  097d5d5c8e9e4ba2ec3839f376bd81e4c2d915b5 (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 1b695517a6b98720ee300ba21280ee2f8139a796
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Sep 21 19:04:02 2013 -0300

    Bug 5031: (follow-up) correct tabs
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tiny QA follow-up corrcting whitespace to match coding
    guidelines.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 8c5278270708724808b3585dc798e9300abeed31
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Sep 10 17:19:10 2013 +0200

    Bug 5031: CSV profiles: validate required content fields
    
    Some fields are required on editing/adding CSV profiles.  This
    patch adds HTML5 validation so that required fields must be
    filled in before the form is submitted.
    
    Test plan:
    - add a new CSV profile (tools/csv-profiles.pl) without any value.
    - save => error on empty fields.
    - fill the "marc" content, select type="sql", fill the CSV name input.
    - save => error on sql content field.
    - fill the sql content
    - save => the CSV profile is saved.
    - retry for the edit form.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: On top of both patches for Bug 10853
    
    Works very well, now we get an alert with empty field
    Saves correctly MARC and SQL profiles
    
    Solved minor conflict introduced by tab followup on Bug 10853
    Again small tab errors corrected in followup
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, looks a bit 'non standard' for Koha,
    but improves usability of the form.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/modules/tools/csv-profiles.tt          |   23 ++++++++++++++------
 1 file changed, 16 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list