[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-24-gdb7011c

Git repo owner gitmaster at git.koha-community.org
Thu Apr 25 00:06:14 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, 3.10.x has been updated
       via  db7011c58c88e32c9cda3a1ae1a5adf315f261f1 (commit)
       via  449a0cb1d00d3a448c2853565d860c090a0e44ff (commit)
       via  d892aa49d14b794b9336c4d6076fe9d048c6b437 (commit)
       via  2ab1400702b3602106e1291cc95b22a2d8e09710 (commit)
      from  074a71e61c51fa65e9d9ffb75035c815e940d168 (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 db7011c58c88e32c9cda3a1ae1a5adf315f261f1
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Wed Mar 27 16:14:43 2013 +1300

    bug 4862 - Change label of Browse by subject or author to Authority search
    
    Replicate:
    Load the OPAC
    You should see "Browse by Subject or Author right below the search box
    
    To test:
    Apply patch
    Load the OPAC
    You should see "Authority search" where "Browse by Subject or Author" was .
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Amended patch: change strings in opac-authorities-home.tt
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 449a0cb1d00d3a448c2853565d860c090a0e44ff
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Mar 22 09:52:18 2013 +0100

    Bug 9479: FIX conflict with Bug 9014
    
    3rd parameters of output_pref is already used
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass.
    
    Checked sorting and display on notices page with various
    settings for dateformat and TimeFormat system preferences.
    
    Also checked other pages for correct display:
    - List of checkouts in patron account
    - Order search result list
    - Basket list in vendor search
    - Staff detail page
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit d892aa49d14b794b9336c4d6076fe9d048c6b437
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Jan 24 11:50:08 2013 +0100

    Bug 9479: The member notices page doesn't display dates in the syspref format
    
    In order to let the KohaDates plugin display a datetime, this patch
    modify this plugin.
    Now it uses Koha::DateUtils instead of C4::Dates.
    
    Test plan:
    - check that the date format on the member notices page
      (members/notices.pl) is displayed according your syspref dateformat.
    - check that existing dates are always in the good format (without the
      hours) e.g. acqui/histsearch.pl, acqui/basket.pl, etc.
    - Modify your syspref and recheck the previous pages
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    This is a nice addition, and works according to the test plan. A nice
    follow-up would be to create a system pref for formatting times
    (12/24hr).
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixed a tab in notices.tt to make QA script happy.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 2ab1400702b3602106e1291cc95b22a2d8e09710
Author: Adrien Saurat <adrien.saurat at biblibre.com>
Date:   Thu Jan 24 17:11:31 2013 +0100

    Bug 9484: userid not generated consistently (different editing pages)
    
    When modifying a patron through different pages, the userid
    generation does not behave always the same way; this patch
    corrects this:
    - when firstname and surname are present in the form, they
    are used for the generation;
    - if there are not in the form, the firstname and surname
    in database are used instead.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Work as described. No errors.
    Test
    This patch lacks a test plan, so I do the following
    1) New user, empty userid, autocompleted
    2) Edit user, change userid, saved correctly
    3) Edit user, main edit window, emptied userid, autocompleted
    4) Edit user, Detail > Library use, emptied userid, not autocomplete (not even a dot)
    5) Applied patch
    6) Repeated 1-3, same behavior
    7) Repeated 4), now autocompletes with same userid as 3)
    
    So, works as described.
    No koha-qa errors.
    
    NOTE: It's impossible now to delete userid from interface.
    
    Off-topic: tried an userid in Arabic, works very well.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 Koha/Template/Plugin/KohaDates.pm                  |   23 ++++++++++++-------
 .../prog/en/modules/members/notices.tt             |    3 +-
 koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc  |    2 +-
 koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc  |    2 +-
 .../prog/en/modules/opac-authorities-home.tt       |    4 +-
 members/memberentry.pl                             |   13 ++++++++++-
 6 files changed, 32 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list