[koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.00-113-g55cb2cf

Git repo owner gitmaster at git.koha-community.org
Fri Nov 12 02:05:11 CET 2010


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.2.x has been updated
       via  55cb2cf1c6f2350cbe159e2f21fbf8d333907396 (commit)
       via  6080451a35e58d5aac68170c031cadb77fc6663a (commit)
       via  199e82d7d802e736c17370b571d2f8267a7650c7 (commit)
       via  519b2c03ef2d814e50af440d64ede4ef350c0c3f (commit)
       via  79e0f571532d2e9bbe5004c2a1b1a4543869630d (commit)
       via  14e76be09b27583f054b27ce51d1171e2396c3f2 (commit)
       via  204ba1c125dd2aa80a2208d0f44d2826aae19d02 (commit)
       via  ab774516fbbc9496a85d33618fef669fb9b48655 (commit)
      from  fc78b73764ebfcdcccd7b80c598731ff6bc11794 (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 55cb2cf1c6f2350cbe159e2f21fbf8d333907396
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Sep 9 12:07:44 2010 -0400

    Fix for Bug 5075 - Terms not highlighted w/ xslt on
    
    - XSLT didn't contain the class markup which acts as a hook
      for the JavaScript highlighting system.
    - Standard results page also contained a typo which
      prevented data other than title and author from
      being highlighted
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    (cherry picked from commit b558c0db5ad9125a947454b5ba8892f996553ab4)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 6080451a35e58d5aac68170c031cadb77fc6663a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Oct 6 12:13:02 2010 -0400

    Fix for Bug 5254 - no need to scroll left to right on acq z search
    
    - Adding inline preview/import menu to match cataloging z39.50 search
    - Improving behavior of inline menu on both pages
    - Adding white space to ISBN/ISSN output on both pages to allow
      line breaks, improving table width and horizontal scrolling.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    (cherry picked from commit f987d35a2241a6178406a3d92ccbf9277087f2d1)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 199e82d7d802e736c17370b571d2f8267a7650c7
Author: Nicole Engard <nengard at bywatersolutions.com>
Date:   Tue Sep 21 08:10:34 2010 -0400

    bug 5235 : circ receipt should include name
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    (cherry picked from commit ace0ce3f8da9e353f1e06eac0c26ead67b765eed)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 519b2c03ef2d814e50af440d64ede4ef350c0c3f
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Fri Oct 22 14:08:57 2010 +0100

    Bug 5315: Remove references to obsolete variable nbstatements
    
    Trying to see the wood from the trees
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    (cherry picked from commit 9e5366734b744de2035f0668e7db94e399daacad)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 79e0f571532d2e9bbe5004c2a1b1a4543869630d
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Tue Oct 26 12:14:46 2010 -0400

    bug 5309: tweak so that background progress doesn't exit immediately
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    (cherry picked from commit 48ab366b57a1ba59c1bf706308944b388666769d)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 14e76be09b27583f054b27ce51d1171e2396c3f2
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Tue Oct 26 11:28:21 2010 -0400

    fix use of outdated boilerplate
    
    * New code *must* have an accurate copyright statement;
      it isn't 2000-2002 any more.
    * Enable warnings in new code, don't do
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    (cherry picked from commit 0187e38ad7826172859467991d6766ca37e31d2c)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 204ba1c125dd2aa80a2208d0f44d2826aae19d02
Author: Srdjan Jankovic <srdjan at catalyst.net.nz>
Date:   Fri Oct 15 13:53:11 2010 +1300

    bug 5309: Adjust progres bar
    
    Also added some test facilities
    wr73785
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    (cherry picked from commit e2e1dfd86e2f4a6ef63829551c58c728633fa893)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit ab774516fbbc9496a85d33618fef669fb9b48655
Author: Srdjan Jankovic <srdjan at catalyst.net.nz>
Date:   Tue Oct 12 13:03:26 2010 -0400

    bug5027: skip unticked checkboxes when submitting in the background.
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    (cherry picked from commit 3a4f36b002a5651716efe68242f6711fad936448)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 acqui/z3950_search.pl                              |    9 ++-
 authorities/authorities-home.pl                    |    2 -
 cataloguing/z3950_search.pl                        |   11 ++-
 .../prog/en/includes/auth-finder-search.inc        |    1 -
 .../prog/en/includes/authorities-search.inc        |    3 -
 .../prog/en/includes/background-job.inc            |    6 +-
 .../prog/en/modules/acqui/z3950_search.tmpl        |   42 +++++++--
 .../prog/en/modules/cataloguing/z3950_search.tmpl  |   17 ++--
 .../prog/en/modules/labels/label-bib-search.tmpl   |    3 +-
 .../en/modules/members/moremember-receipt.tmpl     |    3 +-
 .../intranet-tmpl/prog/en/modules/test/README      |    1 +
 .../prog/en/modules/test/progressbar.tmpl          |   43 ++++++++
 .../prog/en/modules/opac-authorities-home.tmpl     |    1 -
 .../opac-tmpl/prog/en/modules/opac-results.tmpl    |    2 +-
 .../prog/en/xslt/MARC21slim2OPACResults.xsl        |    5 +-
 test/README                                        |    3 +
 acqui/check_budget_total.pl => test/progressbar.pl |   49 +++++----
 test/progressbarsubmit.pl                          |  104 ++++++++++++++++++++
 test/search.pl                                     |   74 ++++++++++++++
 19 files changed, 322 insertions(+), 57 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/test/README
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/test/progressbar.tmpl
 create mode 100644 test/README
 copy acqui/check_budget_total.pl => test/progressbar.pl (60%)
 create mode 100755 test/progressbarsubmit.pl
 create mode 100755 test/search.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list