[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.02-46-g125dbd2

Git repo owner gitmaster at git.koha-community.org
Sat Feb 9 00:56:48 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, 3.10.x has been updated
       via  125dbd2c015300e39d8fa5be72c018a97d302100 (commit)
       via  5a204906d9eb492788f1efa32cb242b2b1dcb9fe (commit)
       via  12c574298bd96993ed2d302b59052333198c6612 (commit)
       via  beb6336b82d35d1b4bfd8167d42e4b2af3e47fca (commit)
       via  879dab0a548fec2e78f6df9db6e3c3728168d74a (commit)
       via  05b642086daf05c0f3669bae48287de71c905306 (commit)
      from  c96997420bcbfc9040447587266fd769d6afe622 (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 125dbd2c015300e39d8fa5be72c018a97d302100
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Mon Nov 26 17:27:33 2012 +1300

    Bug 9143 - changelog and build script updates
    
    This accounts for the 3.10 release, and the 3.11 development branch
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 5a204906d9eb492788f1efa32cb242b2b1dcb9fe
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Fri Jan 25 16:03:05 2013 +0100

    Bug 9493: confirmations for user holds in opac are not translatable
    
    In opac-user.tt, javascript for user holds confirmations (cancel, suspend, resume) are not translatable.
    This is because text is in onclick attribute, withtout javascript method for translatable strings : _().
    
    This patch moves those strings as variables into script tag and sets them translatable.
    
    Test plan :
    - set a hold for a user
    - Go to OPAC user page "my summary"
    - click on "Cancel"
    => you get a confirmation message
    - click on "Suspend all holds"
    => you get a confirmation message
    - click on "Resume all suspended holds"
    => you get a confirmation message
    Test this is 'en' and another language.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 12c574298bd96993ed2d302b59052333198c6612
Author: David Cook <dcook at prosentient.com.au>
Date:   Wed Feb 6 13:49:28 2013 +1100

    Bug 9552 - BIB1 Relation "Greater Than" Attribute Not Mapped Properly in CCL.Properties
    
    Currently, you can use "lt,le,eq,ge" in your CCL query to handle
    "lesser than, lesser or equal to, equal to, greater than or equal
    to" relationships.
    
    The only one missing is "gt" (Bib1 2=5).
    
    The mappings are also off "ne, phonetic, stem", but those are Bib1
    attributes that Zebra doesn't support, so that's not really relevant.
    
    To test:
    
    [1] Before applying the patch, try the following query in the OPAC:
    
    pubdate,gt:2006
    
    You should get "no results found".
    
    [2] After applying the patch (and note that ccl.properties will usually
    need to be installed in the run-time Zebra configuration directory), try
    the same search.  This time, you could get back the titles whose
    publication date is after 2006.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit beb6336b82d35d1b4bfd8167d42e4b2af3e47fca
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Jan 29 09:55:58 2013 +1100

    Bug 7507 - Audience Subtype limit on OPAC Advanced Search does not have all Audiences
    
    The OPAC audience subtype limit did not have all the audiences defined
    by the MARC record (and available in the staff client advanced search).
    It also incorrectly labelled some of the audiences that it did include.
    
    This patch copies the (correct) audiences from the staff client template
    to the OPAC template.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Test plan:
     * Search before applying by audience
     * Apply patch
     * Search by a newly appeared audience
     * Search by an audience that was there before
    
    All tests pass!
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Replace tab with 4 spaces.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 879dab0a548fec2e78f6df9db6e3c3728168d74a
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Tue Feb 5 16:59:41 2013 +1300

    Bug 9546 : Updating make manifest tardist
    
    To test
    perl Makefile.PL
    make manifest tardist
    
    Before the patch you will get an error, after the patch it will create
    the tarball
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    make manifest tardist and make manifest zipdist work
    perfectly after patch was applied.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 05b642086daf05c0f3669bae48287de71c905306
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu Jan 17 21:39:38 2013 -0500

    Bug 9421: tools/picture-upload.pl not Plack-compatible
    
    This patch avoids using file-level private variables in subroutines
    by passing the needed variables as parameters to the subroutines.
    
    To test (under Plack):
    1) Try uploading a patron image without applying the patch. Notice
       it fails.
    2) Apply patch.
    3) Try uploading a patron image again, noticing this time it succeeds.
    
    To test (under Apache):
    1) Apply patch.
    2) Try uploading a patron image, confirm that it works.
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Fixes Plack, does not break Apache. Works as expected.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 MANIFEST.SKIP                                      |    4 +++-
 debian/build-git-snapshot                          |    2 +-
 debian/changelog                                   |    6 ++++++
 etc/zebradb/ccl.properties                         |    7 ++++---
 .../opac-tmpl/prog/en/modules/opac-advsearch.tt    |   12 ++++++++----
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt   |   11 +++++++----
 tools/picture-upload.pl                            |   17 ++++++++---------
 7 files changed, 37 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list