[koha-commits] main Koha release repository branch master updated. v3.16.00-706-gcf1a63c

Git repo owner gitmaster at git.koha-community.org
Sat Oct 18 16:11:44 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  cf1a63cb0c2585c474ef2916414d936b288012d5 (commit)
       via  2ad6998476709277ed2aca129a21b0b8a3d478f6 (commit)
       via  057a00d85cc62d3f9c2eb54130a9c2c1d73b9db9 (commit)
      from  1a50e39cff11836f53df71ec0278c4a1f23346eb (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 cf1a63cb0c2585c474ef2916414d936b288012d5
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Sep 2 16:43:32 2014 -0400

    Bug 12862: OPAC bootstrap - clean up language="javascript"
    
    There was a <script language="javascript"> tag.
    It was cleaned up to be <script type="text/javascript">.
    Also, the div was being chopped because the script was
    in the middle of the div. Moving it to head solved the issues.
    
    This is difficult to test, since the printslip is triggered
    when you click Finish.
    
    TEST PLAN
    ---------
     1) Home -> Koha administration -> Global system parameters -> OPAC
     2) Set the OPAC system preference 'opacthemes' to 'bootstrap'.
     3) Start the self-checkout client (/cgi-bin/koha/sco/sco-main.pl)
     4) Log in.
     5) Check something out.
     6) Change the address url text box to
        .../cgi-bin/koha/sco/printslip.pl?borrowernumber=##&print=qslip
        Where ## is your borrower number which just checked something out.
     7) Click Cancel on the print dialogue
     8) View Page Source
        -- The HTML validation plugin will point out multiple errors.
     9) Apply patch
    10) Refresh page
    11) View Page Source
        -- Much happier validation results.
    
    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>

commit 2ad6998476709277ed2aca129a21b0b8a3d478f6
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Sep 2 10:13:28 2014 -0400

    Bug 12862: Staff client tweaks related to obsolete language="javascript"
    
    As a result, this patch removed the deprecated tag from the
    intranet templates.
    
    And since there was just 1 other tiny error in the same template
    file, the checked="checked" was removed from a text box.
    
    TEST PLAN
    ---------
    1) Install the HTML Validator 0.9.5.8 for FireFox.
    2) Open Intranet to Home -> Tools -> News
    3) View Page Source
       -- you'll notice the message about language="javascript" being
          one of the error messages.
    4) Click Edit beside one of the news items.
    5) View Page Source
       -- you'll notice the message about language="javascript" being
          one of the error messages.
    6) Apply patch
    7) Repeat steps 2 to 5 without "language="javascript" related
       error messages.
    8) Run koha QA test tools.
    
    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>

commit 057a00d85cc62d3f9c2eb54130a9c2c1d73b9db9
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Oct 6 13:07:59 2014 +0200

    Bug 13027: Typo RoutlingListNote
    
    Trivial patch adjusts two occurrences of this typo in two installer sql
    files.
    
    Signed-off-by: Chris <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Typo in sysprefs.sql is only in the description, so fixing
    this without a database update seems ok.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../data/mysql/de-DE/mandatory/system_preferences.sql      |    2 +-
 installer/data/mysql/sysprefs.sql                          |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt   |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt |    4 ++--
 koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt  |   12 ++++++------
 5 files changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list