[koha-commits] main Koha release repository branch 3.6.x updated. v3.06.11-17-ge6915ad

Git repo owner gitmaster at git.koha-community.org
Sun Feb 3 21:34:31 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.6.x has been updated
       via  e6915ad02423c44ad66087a4f1c49466ec4c868e (commit)
       via  d4dff4e79a15b4bdb098cf70f86516952cdaf49b (commit)
       via  856a3598f6f549c008d3fafc5485d7f7feb79b8a (commit)
       via  96b42128d04d11e2e2e2e627798a584e7f8dd969 (commit)
       via  bd4fe290c3b5d29f3becd9a730bb3c38924b24dd (commit)
       via  ddf8d192905ed353a43612c2e81378af6749dbeb (commit)
       via  0961038cd81b4eb284239c76aeda01835c776ea6 (commit)
       via  cd64f884d0c85196d023e4392aed81997740d7a6 (commit)
       via  c0e60a9079c8ffa970676172870eab75ccbcac5d (commit)
       via  246751d150a2b250be2721dca089d3096c353be3 (commit)
       via  c3cd7357a62871279fd5222de44590ab84b4cb16 (commit)
       via  14e709511d6b14880a028ee505abd0cd38961aa9 (commit)
       via  953f3c6b5cd814c29b477509cb87222319455c6b (commit)
       via  5175540f997bfee2d328a855d22c89e5f871f5d7 (commit)
       via  e583a511868ba78374f6af8d016949c810cdd0ae (commit)
       via  39bf0d5ea5f28c66167f617b96270e540a53ce0d (commit)
      from  c0e3b0dc24f3f0cb0127dbb7124c1ea6d0be1c85 (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 e6915ad02423c44ad66087a4f1c49466ec4c868e
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Nov 29 10:30:44 2012 +0100

    Bug 8481 - Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit d4dff4e79a15b4bdb098cf70f86516952cdaf49b
Author: Fred Pierre <fred.pierre at smfpl.org>
Date:   Thu Jan 17 13:50:23 2013 -0500

    Bug 8401 : Highlighting of search terms in preference causes loss of data
    
    To test:
    
    1/ Go to system preferences
    2/ Go to SCOUserCSS
    3/ Add #self
    4/ Search for self
    5/ Open SCOUserCSS
    6/ Note it now contains only # (Do not click save)
    7/ Apply the patch
    8/ Refresh the page, and check SCOUserCSS and note it now says #self
    9/ Rejoice!
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works nicely and passes all tests.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit 856a3598f6f549c008d3fafc5485d7f7feb79b8a
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu Dec 20 15:45:33 2012 +1300

    Bug 9309 - Make OPACurlOpenInNewWindow be respected for 856$u
    
    If a biblio record contained a URL, and the OPAC was using the "normal"
    (non-XSLT) display for records, then these links would never open a new
    window. With this patch, they will.
    
    Test plan:
    1) have a biblio containing an 856$u link
    2) set OPACurlOpenInNewWindow to "true"
    3) do not use XSLT for displaying the detail pages in the OPAC
    4) view the record, click the link, and note that it opens in the
       current window.
    5) apply the patch
    6) reload the detail page, click the link, and note that it opens a new
       window.
    
    Sponsored-By: National Institute of Water and Atmospheric Research
    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>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit 96b42128d04d11e2e2e2e627798a584e7f8dd969
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Fri Dec 28 09:51:46 2012 +1300

    Bug 7143 updating history and about page
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Changes look to be correct
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Conflicts:
    	docs/history.txt
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Conflicts:
    	docs/history.txt
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit bd4fe290c3b5d29f3becd9a730bb3c38924b24dd
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Fri Dec 28 13:24:45 2012 +1300

    Bug 6574 - js error in en-GB and en-NZ translations due to improper quoting
    
    To replicate:
    
    * install en-NZ translation (or en-GB)
    * activate the new language, and select it for use
    * pretend you are going to issue a book to a member (search for a member from "check out" in header)
    * without the patch, the toolbar will be incorrect. The toolbar will also be incorrect on moremember.pl.
    
    To test:
    * apply the patch
    * re-generate the en-NZ or en-GB translation
    * activate the new language, or select it for use
    * pretend you are going to issue a book to a member (search for a member from "check out" in header)
    * with the patch, the toolbar will appear to be correct. It will also be correct on moremember.pl.
    
    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>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit ddf8d192905ed353a43612c2e81378af6749dbeb
Author: Stéphane Delaune <stephane.delaune at biblibre.com>
Date:   Mon Oct 29 10:09:48 2012 +0100

    Bug 8977:replace unitialized directory var in printoverdues
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.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>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit 0961038cd81b4eb284239c76aeda01835c776ea6
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Dec 31 16:50:22 2012 +0000

    Bug 9335 - humanMsg popups don't disapear in webkit browsers
    
    The popup message that appears after saving changes to system
    preferences should dissapear upon any user actions (i.e mouse
    click, mouse move, typing) but this does not happen in modern
    webkit based browsers since jQuery was updated.
    
    This patch adds the suggested fix to the jQuery plugin code as
    suggested on https://code.google.com/p/humanmsg/issues/detail?id=9
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Tested with Google Chrome on Windows 7
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Tested with Google Chrome 22 and Firefox on Debian
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Tested with the following browsers:
      Mac: Chrome 23, Firefox 16.0.2, Opera 11.61, Safari 5.1.7
      Windows: IE8, Firefox 3.6.26
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit cd64f884d0c85196d023e4392aed81997740d7a6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sun Nov 25 20:30:57 2012 -0500

    Bug 9141 - Untranslatable strings on "pay an amount..." page
    
    Moving text of an error message from the script into the
    template. To test, submit an amount which is greater
    than the amount due. You should see an error message
    displayed correctly with a properly-formatted currency
    amount.
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Patch behaves 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>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit c0e60a9079c8ffa970676172870eab75ccbcac5d
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Dec 31 19:45:58 2012 -0500

    Bug 8924: Some modules erroneously skipped by 00-load
    
    Several patterns were being skipped unnecessarily in t/00-load.t:
    * C4::Cache* - no longer exists
    * C4::Record - no longer requires database
    * C4::Serials - no longer requires database
    
    To test:
    1) Unset KOHA_CONF and/or shut down MySQL.
    2) Run `prove t/00-load.t`
    3) If the test passes, the patch is good.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    144 tests passing.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Conflicts:
    	t/00-load.t
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit 246751d150a2b250be2721dca089d3096c353be3
Author: Srikanth Dhondi <srikanth at catalyst.net.nz>
Date:   Wed Oct 17 12:10:05 2012 +1300

    Bug 8712 - We should use WAI-ARIA guidelines to help with accessibility
    
    Added title to the search box
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit c3cd7357a62871279fd5222de44590ab84b4cb16
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Nov 29 11:32:52 2012 -0500

    Bug 9169 - Wrap relator code in <span> to allow for CSS customization
    
    This patch adds <span class="relatorcode"> around the display of
    relator codes in the OPAC and the staff client, and adds a space
    before the bracket (" [relatorcode]") for readability.
    
    To test, add custom CSS to OPACUserCSS and IntranetUserCSS and
    view a record which includes relator code data. Suggested:
    
    .relatorcode {
        background-color: rgb(230, 240, 242);
        border-radius: 3px 3px 3px 3px;
        color: rgb(51, 51, 51);
        display: inline-block;
        font-size: 75%;
        font-weight: normal;
        margin-left: 0.4em;
        padding: 0.1em 0.4em;
    }
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit 14e709511d6b14880a028ee505abd0cd38961aa9
Author: Chris Hall <chrish at catalyst.net.nz>
Date:   Wed Nov 28 12:41:28 2012 +1300

    Bug 9158: correcting whitespace in series (440) display
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Patch changes 'first; second; third.' to 'first ; second ; third.'
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit 953f3c6b5cd814c29b477509cb87222319455c6b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Dec 4 16:56:54 2012 +0100

    Bug 9140: Followup removes the useless variable $message
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit 5175540f997bfee2d328a855d22c89e5f871f5d7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Nov 26 09:24:28 2012 -0500

    Bug 9140 - Untranslatable strings in item circulation history
    
    This patch removes the text of a message from the script
    to the template. The lastmove sub now returns either the date
    or 0, and the template displays the "no transfers" message
    if the date doesn't exist.
    
    To test, view the circulation history for items which
    do and do not have a transfer history. A date should be displayed
    for items which have a transfer history. A messages should
    be displayed for those which do not.
    
    This patch also adds a <span> around the text "Never" which
    was not getting picked up by the translation script. To test
    this change, run "perl translate update <lang>" from misc/translator,
    then check if the string shows up in the po file. (Thanks kf!)
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit e583a511868ba78374f6af8d016949c810cdd0ae
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Dec 12 15:47:55 2012 -0500

    Bug 9278 - Remove unused OPAC CSS file sanop.css
    
    This patch removes an unused CSS file, sanop.css, included in both OPAC
    themes even though it is referenced by neither.
    
    To test, apply the patch and listen for the unhappy protestations of
    libraries whose OPACs now look different. If there are none, the
    patch works.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    According to Paul's answer (on the mailing list), I sign off this
    patch.
    
    Signed-off-by: Elliott Davis <elliott at bywatersolutions.com>
    Seems to work as advertised
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

commit 39bf0d5ea5f28c66167f617b96270e540a53ce0d
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Fri Oct 5 16:04:23 2012 +1300

    Bug 8878 - a command to provide a shell with the koha environment
    
    This command behaves something like su(1), but provides you with a shell
    as the koha user, and with the environment pointing to the right places.
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>

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

Summary of changes:
 catalogue/MARCdetail.pl                            |    2 +-
 circ/bookcount.pl                                  |   16 +-
 debian/docs/koha-shell.xml                         |  112 ++
 debian/koha-common.install                         |    1 +
 debian/scripts/koha-shell                          |   88 +
 docs/history.txt                                   |  169 +-
 .../prog/en/includes/members-toolbar.inc           |    2 +-
 .../intranet-tmpl/prog/en/js/pages/preferences.js  |    2 +-
 .../prog/en/lib/jquery/plugins/humanmsg.js         |    6 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    7 +-
 .../prog/en/modules/circ/bookcount.tt              |    5 +-
 .../prog/en/modules/members/paycollect.tt          |    4 +-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   10 +-
 koha-tmpl/opac-tmpl/prog/en/css/sanop.css          | 2013 --------------------
 koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc  |    4 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |    2 +-
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |   10 +-
 members/paycollect.pl                              |    4 +-
 misc/cronjobs/printoverdues.sh                     |    2 +-
 t/00-load.t                                        |   32 +-
 20 files changed, 350 insertions(+), 2141 deletions(-)
 create mode 100644 debian/docs/koha-shell.xml
 create mode 100755 debian/scripts/koha-shell
 delete mode 100644 koha-tmpl/opac-tmpl/prog/en/css/sanop.css


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list