[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-42-gfd7b1a9

Git repo owner gitmaster at git.koha-community.org
Mon Jun 10 19:53:19 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.12.x has been updated
       via  fd7b1a95120313316d987d353e7787bb4371bed8 (commit)
       via  68a893fe11cc6fa8e8a2a372180a3fd2ad722d18 (commit)
       via  24798ff35e8d9c7f6e77445597fa5632dda3fc83 (commit)
       via  e9f1137391bedd8214c8dca4e407331c381201a2 (commit)
       via  e3fe4cb3c1b41cba659139467c2caf7a7496e8b8 (commit)
       via  14593a799760d105ed824586bcfade85d2b2a508 (commit)
      from  a6cf34d164c045bbd5e7ea250eae9fb666ccbb13 (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 fd7b1a95120313316d987d353e7787bb4371bed8
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri May 31 09:54:34 2013 -0400

    Bug 10354 - Don't show optgroup Libraries when no search groups are defined
    
    In the OPAC, if there are no search groups defined, there's no reason to
    embed library choices inside an <optgroup>. <optgroup> should only be
    used to differentiate the list of individual libraries from search
    groups. This patch removes the <optgroup> when no search groups are
    enabled.
    
    To test, apply the patch and:
    
    - Enable OpacAddMastheadLibraryPulldown.
    - Create a library search group in Administration ->
      Libraries and Groups and enable it by checking the "show in search
      pulldown" box.
    - View the library pulldown in the OPAC search bar. Libraries and groups
      should be separated into <optgroup>s.
    - Disable your library search group and refresh the OPAC page. The
      pulldown of libraries should now display libraries with no <optgroup>.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 545ed7a0b6f7cffc7a5cc904963b7bdcf75038fc)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 68a893fe11cc6fa8e8a2a372180a3fd2ad722d18
Author: Jesse Weaver <pianohacker at gmail.com>
Date:   Mon Jun 3 13:22:57 2013 -0600

    Bug 9300 - filtering Export (MARC) data by accession date does not work
    
    Small typo in query construction, fixed.
    
    To test:
    1) Try filtering a MARC export using "Start date"
    2) Notice the lack of filtering
    3) Apply patch
    4) Try export again, records are filtered by dateaccessioned
    
    Signed-off-by: Cedric Vita <cedric.vita at dracenie.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 5cf5da12ef8667513d2f6fb494c6997cbe82899b)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 24798ff35e8d9c7f6e77445597fa5632dda3fc83
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 5 10:48:36 2013 -0400

    Bug 10420 - Standardize spelling of "authorized"
    
    This patch corrects instances of the non-[American]-standard spelling
    "authorised" when used in text.
    
    The following instances are corrected:
    
    - In Administration -> Funds, the error message displayed if you do not
      have permission to edit a fund.
    - In Administration -> Authorized values, the instructions linked to the
      "Libraries limitation" field.
    - In Administration -> MARC bibliographic framework test, instructions
      related to linking to authorized values.
    - In the course reserves add form, error messages referring to missing
      authorized values.
    - In guided reports, error messages shown when an authorized value
      chosen as a report parameter doesn't exit.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 20180b4c392219f41d86becbbda1133ac9c2c075)
    
    Conflicts:
    
    	koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Trivial string changes. There was a conflict with course reserves stuff, that is absent from 3.12.

commit e9f1137391bedd8214c8dca4e407331c381201a2
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Jun 6 11:44:38 2013 +0200

    Bug 10413 - Odd space character breaks translation
    
    This patch simply removes an odd space character that
    breaks translation by adding a second msgid="" in PO files.
    VI shows it as <U+2028>.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Small patch, removes invisible char. No errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 7b667ab134cdec5d90e71f52c6cdd3ee78559f6a)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e3fe4cb3c1b41cba659139467c2caf7a7496e8b8
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jun 5 08:19:30 2013 -0700

    Bug 8600: (followup) remove debug logging statement
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 73535cb1120ddb1c1c0fb8f1568cc4da51903a25)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 14593a799760d105ed824586bcfade85d2b2a508
Author: Frédérick <frederick.capovilla at libeo.com>
Date:   Wed Mar 20 17:23:39 2013 -0400

    Bug 8600: can now remove search input fields in OPAC advanced search form
    
    If you follow the 'More options' link in the OPAC
    advanced search form, each search input field after
    the first now has a '-' button that lets you remove
    the box.  This complements the '+' buttons that
    already existed that allow the user to add additional
    input fields.
    
    Signed-off-by: Cedric Vita <cedric.vita at dracenie.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 0d6bd380ba644ce2cf36a40edbfa5e231e1e19ab)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../prog/en/modules/admin/aqbudgets.tt             |    2 +-
 .../prog/en/modules/admin/authorised_values.tt     |    2 +-
 .../prog/en/modules/admin/checkmarc.tt             |    6 ++--
 .../prog/en/modules/admin/patron-attr-types.tt     |    2 +-
 .../prog/en/modules/help/members/moremember.tt     |    2 +-
 .../en/modules/reports/guided_reports_start.tt     |    4 +-
 koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc  |    4 +-
 .../opac-tmpl/prog/en/modules/opac-advsearch.tt    |   25 ++++++++++++++-----
 tools/export.pl                                    |    2 +-
 9 files changed, 30 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list