[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.01-35-g52fcf50

Git repo owner gitmaster at git.koha-community.org
Thu Jul 9 23:24:36 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, 3.20.x has been updated
       via  52fcf509498efff6e55e3de9d7575ad94758def9 (commit)
       via  922eed4c327c3ffd2ce52b4c854d55a8a7f7b7e1 (commit)
       via  637c1cdcbbcd175f3f6ca0e7861935d31036aa15 (commit)
      from  3737e834659481c0ca1134b5fa6ba8a5364dbba5 (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 52fcf509498efff6e55e3de9d7575ad94758def9
Author: Nicolas Legrand <nicolas.legrand at bulac.fr>
Date:   Thu May 28 16:32:29 2015 +0200

    Bug 14290: Add a table foot to circulation matrix
    
    Reprint circulation matrix header in a footer helps editing entries in
    big matrix. Otherwise, the header disapears and it's hard to tell
    which columns we're editing.
    
    Test plan : try do add, modify or delete some entries in the
    circulation matrix, everything should work as expected.
    
    Patch 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 unc.edu.ar>
    (cherry picked from commit 1ea3465d30b1b0fcd12a5592ce5a4c34a9a58462)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 922eed4c327c3ffd2ce52b4c854d55a8a7f7b7e1
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Wed Jun 17 13:22:49 2015 -0300

    Bug 12616: Locale in subscriptions not preselecting correctly
    
    There is a problem if a language is present but
    don't have ISO639-2 code. Locale pulldown on serial
    suscription is malformed.
    
    To reproduce on master:
    a) remove some entries on language_rfc4646_to_iso639
    b) go to Serials > New suscription
    c) Put any value on Vendor and record, press Next>>
    d) Look at locale pulldown, it must default to last
    removed lang from a), also other langs has no value
    and are also 'selected' on html
    
    To test:
    1) Reproduce the problem
    2) Apply the patch
    3) Add New suscription, pulldown must be fixed
    
    NOTE: Deleted Urdu and Chinese.
          Master had both "selected" in the HTML.
          Applied patch, neither were added.
          Defaults to first item, which is blank meaning English.
    
    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 unc.edu.ar>
    (cherry picked from commit b9c4061479235d0d79ecbd917b015db5441d8118)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 637c1cdcbbcd175f3f6ca0e7861935d31036aa15
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Jun 8 00:55:22 2015 +0200

    Bug 8330: Overdue email link contains untranslatable 'Overdue:'
    
    The translation scripts don't pick up text from href attributes,
    which is what we want, with a small exception for this script.
    
    Patch uses a TT trick to make the Overdue: in the subject
    of the mailto: link translatable.
    
    Regression test:
    - Make sure you have an overdue item
    - Go to Circulation > Overdues
    - Verify the [email] link works and a subject
      with 'Overdue: <title>' is generated
    - Apply patch and repeat steps
    
    Bonus: Verify the branch name now shows instead of
           the branchcode in the table
    
    To test translatability:
    - cd misc/translator
    - perl translate update de-DE
    - Open file po/de-DE-staff-prog.po
    - Search for Overdue:
    - Translate string, remove 'fuzzy' marker
    - perl translate install de-DE
    - Test again, subject should now be translated
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 67881bd907b4c28843c73bb26b051a69dd489094)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Languages.pm                                    |    3 ++-
 .../prog/en/modules/admin/smart-rules.tt           |   25 ++++++++++++++++++++
 .../intranet-tmpl/prog/en/modules/circ/overdue.tt  |    7 ++++--
 3 files changed, 32 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list