[koha-commits] main Koha release repository branch master updated. v3.16.00-928-g4235326

Git repo owner gitmaster at git.koha-community.org
Thu Nov 6 14:15:57 CET 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  4235326c5fad21be82922eb3f0fe2cd85e7a00da (commit)
       via  0bfcb079a1a789cec9f2ad04f50d85fbbff9a529 (commit)
       via  2aebc84cc880048c559aa4d19e66cb35a37f42ea (commit)
       via  47e2331bd0b233185f8ca9924d141a8b38a82ad5 (commit)
       via  75ab7ea5e189e5e13ba8fa322863a62959b972b2 (commit)
       via  f4bd79217c16ccaf487f6dafbe0730516bf116e1 (commit)
      from  a86e69c86bd99e463e6702ee487e18af7a9cb79a (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 4235326c5fad21be82922eb3f0fe2cd85e7a00da
Author: Rafal Kopaczka <rkk0 at poczta.onet.pl>
Date:   Fri Oct 17 15:20:41 2014 +0200

    Bug 13103: No checkouts count on member details page
    
    On member details page, number of issues are not shown. It's caused by,
    old variable name for issue count in Moremember.tt template.
    
    To test:
    Apply patch go to member details page and check if there's number
    alongside "Checkout(s)" tab.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Small template change for more consistency. Works nicely.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0bfcb079a1a789cec9f2ad04f50d85fbbff9a529
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Tue Nov 4 14:03:16 2014 +0100

    Bug 13194: Fix typo in SetMessagingPreferencesFromDefaults POD
    
    The example usage for
    C4::Members::Messaging::SetMessagingPreferencesFromDefaults
    calls the subroutine SetMessagingPreferenceFromDefaults, not
    SetMessagingPreferencesFromDefaults (missing the 's' at the
    end of 'Preferences').
    
    To test:
    - Apply the patch
    - Check that the POD now refers to the actual name of the
      subroutine
      (perldoc C4::Members::Messaging)
    
    http://bugs.koha-community.org/show_bug.cgi?id=13194
    
    Adding 's' is the correct doc change to make it match with
    the function definition. Comfirmable with less.
    perldoc C4::Members::Messaging proves the doc is still nice.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2aebc84cc880048c559aa4d19e66cb35a37f42ea
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Nov 4 09:34:32 2014 +0100

    Bug 13190: Refactor the checkouts table template code
    
    This code is duplicated and should be centralised.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 47e2331bd0b233185f8ca9924d141a8b38a82ad5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Nov 3 17:23:22 2014 +0100

    Bug 13190: Reintroduce the checkouts export feature
    
    Bug 11703 breaks the checkouts export feature.
    
    To reproduce: Fill the ExportWithCsvProfile pref and go on the
    circ/circulation.pl page. The export column appears, but not the export
    button.
    
    Test plan:
    Go on the checkout list (circ/circulation.pl and members/moremember.pl)
    and verify the export column and the export button appears.
    If you click on the button, a file should be generated.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 75ab7ea5e189e5e13ba8fa322863a62959b972b2
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Wed Nov 5 20:00:39 2014 +1300

    Bug 12892 : Alternate fix to restore the deleted code
    
    This doesn't depend on anything other patch.
    
    1. Create a reservation for a Borrower with pickup branch
    2. Check-in the corresponding Item in the pickup branch and confirm the hold
       for the Borrower
    3. Go to circ/circulation.pl for the Borrower and verify that the reservation
       is "Waiting for pickup"
    4. In the Borrower -> Check Out -tab (circ/circulation.pl) on the right of the
       big "Checking out to borrowername" should be a notification about holds ready
       for pickup.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Rafal Kopaczka <rkk0 at poczta.onet.pl>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script, restores the old code and behaviour.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f4bd79217c16ccaf487f6dafbe0730516bf116e1
Author: Amit Gupta <amit.gupta at informaticsglobal.com>
Date:   Tue Nov 4 21:33:36 2014 +0530

    Bug 13144: Google transliteration does not work on bootstrap
    
    To Test:
    Use Google Indic Transliteration API to allow users to
    transliterate english typed words into Indic languages.
    http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=6ae7b60962e7d07aa00a45a7af692939a4ce7aa6
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    I had been able to reproduce the bug (a regression), and I can confirm that
    this patch fix it. But I had to create manualy GoogleIndicTransliteration
    system preference, which doesn't exist in standard .pref file. It may be
    necessary to add it. In my opinion, it shouldn't prevent to include this patch.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixes a somewhat 'hidden' feature, no problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Members/Messaging.pm                            |    2 +-
 C4/Record.pm                                       |    3 +-
 circ/circulation.pl                                |   31 +++++++-
 .../prog/en/includes/checkouts-table.inc           |   70 +++++++++++++++++
 .../intranet-tmpl/prog/en/js/pages/circulation.js  |   11 +--
 .../prog/en/modules/circ/circulation.tt            |   75 ++++--------------
 .../prog/en/modules/members/moremember.tt          |   83 +++-----------------
 .../opac-tmpl/bootstrap/en/includes/masthead.inc   |    4 +-
 .../bootstrap/js/googleindictransliteration.js     |    4 +-
 tools/export.pl                                    |    2 +-
 10 files changed, 134 insertions(+), 151 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list