[koha-commits] main Koha release repository branch master updated. v3.16.00-422-g0d03da1

Git repo owner gitmaster at git.koha-community.org
Fri Aug 15 20:43:43 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  0d03da177398a63ca4692251da5b363658b6facb (commit)
       via  0d32addd88c57ba4ff5c5989cf38121eae58d313 (commit)
       via  437489347c9464d474bdbf9f75cd235f583fb79b (commit)
       via  279afe660e8ade895feea7138e98fab2f1d2cdf6 (commit)
       via  4c2467d4c50bb6a9f1fb6dd76c68ce7196881e06 (commit)
       via  b4158f2d2485c9e57bd7f14362b210732bef9d35 (commit)
      from  78559bb6f585343e842f217235991c08f749c024 (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 0d03da177398a63ca4692251da5b363658b6facb
Author: Marc Véron <veron at veron.ch>
Date:   Sun Jul 27 14:02:02 2014 +0200

    Bug 12658: Wording of link text and translatability inside JavaScript
    
    This patch changes 'Select all frameworks' to 'Select all sample data' and exposes it to translation through function _().
    
    To test:
    Apply first patch.
    See "Select all frameworks" on Webinstaller > Step3
    Apply second patch
    Text changes to "Select all sample data"
    Check translation
    Check for JavaScript errors
    
    http://bugs.koha-community.org/show_bug.cgi?id=12658
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Changes link text and also makes it translatable.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0d32addd88c57ba4ff5c5989cf38121eae58d313
Author: Sean Hamlin <seanh at catalyst.net.nz>
Date:   Fri Jul 25 13:55:48 2014 +1200

    Bug 12658: Installter step 3 - select framework "select all" button, labels and misc HTML formatting issues.
    
    To test:
    1/ Visit /cgi-bin/koha/installer/install.pl?step=3&op=selectframeworks
    2/ Assert you can see a link "Select all frameworks" (with JavaScript enabled)
    3/ Assert when you click the "Select all frameworks" link all checkboxes are now ticked on the page
    4/ Assert when you click on the text next to a checkbox, that it will toogle the corresponding checkbox (accessibility)
    5/ Assert there is less unclosed HTML tags on the page (should be none on the select framework page now)
    6/ Assert the installer still functions as expected for a clean install
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Link says "Select all frameworks"  perhaps "Select all options" or "Select all" would be clearer, but seems to work as desired
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 437489347c9464d474bdbf9f75cd235f583fb79b
Author: Marc Véron <veron at veron.ch>
Date:   Sun Jul 27 20:30:47 2014 +0200

    Bug 4231 - Placing holds from cart fails silently
    
    This patch adds a more meaningfull message if multiple biblios with no
    items attached are in the cart.
    
    To test:
    - Add biblios with and without items to cart
    - Go to cart, select all and click 'Place hold'
    
    Without patch, message reads:
    Cannot place hold: this record has no items attached.
    
    With patch, message reads:
    Cannot place hold: one or more records without items attached.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Trivial string fix. Message is better than before.

commit 279afe660e8ade895feea7138e98fab2f1d2cdf6
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Thu Aug 14 19:46:57 2014 -0300

    Bug 11504: Untranslatable "Item Type" or "Collection Code" in branch transfer limits
    
    This patch makes reported strings translatable.
    
    To test:
    1. Go to Administration > Library transfer limits
    
    2. Depending on the value of BranchTransferLimitsType
    your may see in a box:
    a) For *all* Collection codes:
    b) For *all* Item types:
    
    change system preference to show both values
    
    3. Update translation files for your preferred language
    check new entry
    msgid "%sCollection codes%sItem types%s: "
    
    Not pretty but can be translated.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    I have to confess that I lower cased the collections and item
    types as they appear in a sentence.
    No other changes made and this works nicely.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4c2467d4c50bb6a9f1fb6dd76c68ce7196881e06
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Aug 6 14:22:23 2014 -0300

    Bug 12716: unit tests for GetColumnDefs
    
    The introduced function gets tested.
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b4158f2d2485c9e57bd7f14362b210732bef9d35
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Aug 4 12:31:24 2014 -0300

    Bug 12716: Allow the import patrons form have drop-downs and datepickers
    
    To reproduce:
    - Go to Tools > Import patrons
    - Notice branchcode and categorycode don't have dropdown menus with
      valid options.
    - Notice dateofbirth, dateenrolled and dateexpiry don't have date-pickers
    - Notice each input field is labeled with the column name instead of a
      proper description.
    
    To test:
    - Apply the patch, go to Tools > Import patrons
    - Notice branchcode and categorycode have dropdown menus with valid options,
      and by default the empty value is selected.
    - Notice that if you go into the dateofbirth, dateenrolled and dateexpiry
      fields, a nice date picker widget appears.
    - Notice each field is labeled with the field description, and that the
      column name is conveniently shown at the right of the input field.
    
    Important: test switching the ExtendedPatronAttributes syspref, and verify that
    if enabled, the patron_attributes field appears, and also the checkbox selector
    controlling the extended patron attributes import behaviour shows too.
    
    Bonus points: Verify that on a different language, the descriptions get translated,
    and the column names show correctly
    
    Regards
    To+
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script.
    Works as described, no regressions found.
    Dates are output in ISO/database format, this is ok.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Templates.pm                                    |   47 +++++++
 admin/branch_transfer_limits.pl                    |    8 +-
 .../intranet-tmpl/prog/en/css/staff-global.css     |    6 +
 .../prog/en/includes/installer-doc-head-close.inc  |    6 +
 .../en/modules/admin/branch_transfer_limits.tt     |    2 +-
 .../prog/en/modules/installer/step3.tt             |  132 +++++++++-----------
 .../prog/en/modules/reserve/request.tt             |   10 +-
 .../prog/en/modules/tools/import_borrowers.tt      |   60 +++++++--
 t/Templates.t                                      |   49 ++++++++
 tools/import_borrowers.pl                          |   19 +--
 10 files changed, 243 insertions(+), 96 deletions(-)
 create mode 100755 t/Templates.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list