[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-824-g4043df4

Git repo owner gitmaster at git.koha-community.org
Wed Jul 17 16:05:42 CEST 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  4043df439541ec8ba28363abc74d1677479a8869 (commit)
       via  1ad188f9d67c729ff7119f5ede8e06cf3133a750 (commit)
      from  04e9022e4f63869d18f69cc32f2e5d1519fb5db5 (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 4043df439541ec8ba28363abc74d1677479a8869
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Jun 30 16:55:55 2013 +0200

    Bug 10409: Follow up - improving strings for easier translation
    
    Fixing this line:
    <legend>[% IF course_id %] Edit [% ELSE %] Create [% END %] course</legend>
    
    As grammar works different in different languages, having single
    strings like that in a predefined order makes having a nice translation
    unnecessarily hard.
    
    This will make it a little easier:
    <legend>[% IF course_id %]Edit course[% ELSE %]Create course[% END %]</legend>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 1ad188f9d67c729ff7119f5ede8e06cf3133a750
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 5 08:36:51 2013 -0400

    Bug 10409 - Do not show course entry form if no departments are found
    
    The course reserves entry form should not be shown if there are no
    DEPARTMENT authorized values, since this prevents the form from being
    submitted. This patch replaces the form with an error message when no
    DEPARTMENT authorized values are found.
    
    Also corrected:
    
    - Corrected grid structure for more standard display
    - Converted labels with no corresponding inputs to <span class="label">
    - Closed unclosed tags
    - Corrected incorrect capitalization
    
    This patch contains whitespace changes, so please ignore whitespace when
    examining changes.
    
    To test, delete any DEPARTMENT authorized values, if present. Create a
    new course in Course Reserves. You should see a warning that no
    DEPARTMENT values were found.
    
    If you are logged in with the correct permission, the warning should
    contain a link to the correct authorized value page. If you do no, the
    warning should refer the problem to an administrator.
    
    After creating one or more DEPARTMENT values, the form should display
    and submit correctly.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    After this patch has been applied, I get an error message and no form
    if I don't have any DEPARTMENTs defined, which makes sense given that
    the form can't be submitted without a DEPARTMENT.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    You now see a useful error message, when no departments have been
    defined. Else you are taken to the correct form.
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/modules/course_reserves/course.tt      |  343 ++++++++++----------
 1 files changed, 175 insertions(+), 168 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list