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

Git repo owner gitmaster at git.koha-community.org
Mon Mar 11 10:44:43 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  ff4cc88b3f05f003a8e65018ef49155d5da8f18e (commit)
       via  07e7f60835ad4c1f119670fedd5d5ecf91c68b01 (commit)
       via  76ae9d23f9d1c721f41443b1906ccce157d82986 (commit)
      from  e2662c7b04e54b320d62ccfeb0142c8a97764e23 (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 ff4cc88b3f05f003a8e65018ef49155d5da8f18e
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon Feb 11 16:42:56 2013 +1100

    Bug 9586 - Remove $ENV{DEBUG} info from Member Template
    
    Currently, if $ENV{DEBUG} is set (for example to 1), the debug level
    will be printed on the Add/Edit Patron pages (memberentrygen.tt) in the
    form of: "Debug is on (level 1)".
    
    While many if not most folks might not set $ENV{DEBUG} on a production
    system, there is no reason to have this information printing on the
    member template(s).
    
    No where else in Koha is there a template that prints $ENV{DEBUG}
    information, with the exception of calendar.inc, although that doesn't
    activate until at least debug level 2 or 5, so it might be worth holding
    on to. It is certainly more complicated than simply printing the debug
    level. I don't do development on the calendars, so I'm not going to
    address that one.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Elliott Davis <elliott at bywatersolions.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 07e7f60835ad4c1f119670fedd5d5ecf91c68b01
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Dec 11 17:14:28 2012 -0300

    Bug 9267 - Ubuntu 12.04 install docs broken
    
    Current install instructions are broken in the (1.6) step. On amd64
    architectures it breaks the whole dependency tree, pulling i386 packages.
    
    This patch replaces the 'dpkg --set-selections' combo and replacess some spaces
    for tabs in one line.
    
    This should be cherry-picked for other releases that have 12.04 install instructions
    as the problem is related to multiarch.
    
    Regards
    To+
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Elliott Davis <elliott at bywatersolions.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 76ae9d23f9d1c721f41443b1906ccce157d82986
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Feb 12 11:05:07 2013 -0500

    Bug 9570 - view plain not working in ccsr
    
    The code in opac-showmarc.pl isn't smart enough to find the xsl files in
    the "default" (prog) theme if the ccsr theme is enabled, so the "view
    plain" option on opac-MARCdetail.pl fails ever time.
    
    This patch copies some path-handling code from XSLT.pm to improve xsl
    file path handling when dealing with a "sub-theme."
    
    To test, view the MARC view in the OPAC and click the "view plain" link.
    This should work correctly in prog and ccsr themes and with different
    languages enabled (keeping in mind the ccsr theme will fail in general
    for languages other than en).
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Checked plain view works in both prog and ccsr themes now.
    All tests and QA script pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 INSTALL.ubuntu.12.04                               |   37 ++++++++------------
 install_misc/ubuntu.12.04.packages                 |    2 +-
 .../prog/en/modules/members/memberentrygen.tt      |    5 ---
 members/memberentry.pl                             |    1 -
 opac/opac-showmarc.pl                              |   16 ++++++--
 5 files changed, 28 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list