[koha-commits] main Koha release repository branch master updated. v3.22.00-181-gc68c399

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 14:33:15 CET 2015


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  c68c39998325d259e311e4f0d206fc017d0aa9d6 (commit)
       via  e7a2d032493da9c4b451ea6adba7b9fa08905441 (commit)
       via  df05997d0108e2cf3b083b1a8511c47e91730c71 (commit)
       via  69844bbd684247c76d1c2b5e3b9cc358191bcdac (commit)
       via  393d7c66d25845a853cd2ffa476555fbe8ae0a47 (commit)
       via  c9840ad9182a6fa34561c62a7d1fe152efba2d35 (commit)
       via  678df3132fd3791a91be63324f38a3d00a1efa8f (commit)
       via  c6a40b272d0753575e8f9b21351bac2075176bf9 (commit)
       via  2949733e67a7554340ca63f580dba962ed4cec32 (commit)
       via  85c5efa0c7fc98f30cc5983ba476c7712bb1dcac (commit)
      from  c66e7475f8bb55b4adf9ffc8a474dc80a9d45b4d (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 c68c39998325d259e311e4f0d206fc017d0aa9d6
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 31 13:31:35 2015 +0000

    Bug 11622 - DBrev 3.23.00.009
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit e7a2d032493da9c4b451ea6adba7b9fa08905441
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Sep 24 08:11:03 2015 -0400

    Bug 11622 [QA Follouwp] - Display payment block only if there is something to pay
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit df05997d0108e2cf3b083b1a8511c47e91730c71
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Sep 24 08:06:16 2015 -0400

    Bug 11622 [QA Followup] - Fix currency issue, add error template
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 69844bbd684247c76d1c2b5e3b9cc358191bcdac
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Sep 22 08:40:01 2015 -0400

    Bug 11622 [QA Followup] - Show ability to pay only if JavaScript is enabled
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 393d7c66d25845a853cd2ffa476555fbe8ae0a47
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Sep 22 08:11:40 2015 -0400

    Bug 11622 [QA Followup] - Use Koha's active currency for PayPal
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c9840ad9182a6fa34561c62a7d1fe152efba2d35
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Sep 21 11:30:25 2015 -0400

    Bug 11622 [QA Followup] - Payment message always displays on opac-account.pl
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 678df3132fd3791a91be63324f38a3d00a1efa8f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Sep 18 05:54:30 2015 -0700

    Bug 11622 [QA Followup] - Display payment messages directly on opac account view
    
    Fixed spelling of "Receive" in preferences.
    
    Signed-off-by: David Kuhn <techservspec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c6a40b272d0753575e8f9b21351bac2075176bf9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Sep 18 05:41:27 2015 -0700

    Bug 11622 [QA Followup] - Show amount to be paid near make payment button
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 2949733e67a7554340ca63f580dba962ed4cec32
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Sep 3 13:18:42 2015 -0400

    Bug 11622 [QA Followup]
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 85c5efa0c7fc98f30cc5983ba476c7712bb1dcac
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jan 23 15:18:29 2014 -0500

    Bug 11622 - Add ability to pay fees and fines from OPAC via PayPal
    
    This patch adds the ability for a logged in user to pay fines and
    fees from the OPAC via PayPal.
    
    Test Plan:
     1) Apply this patch
     2) Create a paypal developer account
     3) Create two test accounts, a Personal account and a Business account
     4) Enable PayPal in Sandbox mode via the system preferences.
     5) Enter the business account API credentials into the new system
        preferences.
     6) Create a new patron, add some fines/fees
     7) Log in as that patron in the OPAC
     8) Choose to pay via PayPal, log in as the sandbox Personal account
     9) Complete the transaction
    10) Note the fee is now paid
    
    Signed-off-by: Carol Corrales <ccorrales at losgatosca.gov>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm                   |    5 +
 Koha.pm                                            |    2 +-
 installer/data/mysql/sysprefs.sql                  |    6 +
 installer/data/mysql/updatedatabase.pl             |   15 +++
 .../prog/en/modules/admin/preferences/opac.pref    |   30 +++++
 .../bootstrap/en/modules/opac-account-pay-error.tt |   48 +++++++
 .../opac-tmpl/bootstrap/en/modules/opac-account.tt |  114 ++++++++++++++++-
 opac/opac-account-pay-paypal-return.pl             |  113 +++++++++++++++++
 opac/opac-account-pay.pl                           |  131 ++++++++++++++++++++
 opac/opac-account.pl                               |   11 +-
 10 files changed, 468 insertions(+), 7 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt
 create mode 100755 opac/opac-account-pay-paypal-return.pl
 create mode 100755 opac/opac-account-pay.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list