Commit graph

21327 commits

Author SHA1 Message Date
ethem
edbe60abb6 Deleted comment. 2006-08-30 14:16:45 +00:00
ethem
75bb06e0aa Some UI changes. 2006-08-30 14:06:40 +00:00
ethem
6b1d27020d Ported AUTHORIZE_ECHECK changes into HEAD. (cvs update -j HEAD -j AUTHORIZE_ECHECK)
* New Feature (Authorize.net eCheck)

Authorize.Net provides an exclusive, fully integrated electronic check payment method, eCheck.Net.
Using eCheck.Net, merchants can accept and process payments from consumer and corporate bank accounts
directly from their Web site or through the Authorize.Net Virtual Terminal. By accepting electronic checks,
you expand the payment options available to new and existing customers, enhancing customer loyalty and
potentially increasing sales.

+ Lower Fees - Lower rates than credit cards or PayPal.
+ More Efficient - eCheck.Net does everything online, eliminating the cost and inconvenience of manually
  processing paper checks and waiting for checks in the mail.
+ Fully Integrated Solution - No third-party integration required implementing eCheck.Net is easy
  for merchants already using the Authorize.Net Payment Gateway.
+ Integrated Reporting - Provides a combined view of all eCheck.Net and credit card payment transactions.
  Reconcile payment and billing activity using online reports and statements.
+ Ship Product Sooner - Improved up-front transaction validation that returns the status of transactions faster.
+ Security - Authorize.Net uses the latest 128-bit Secure Socket Layer (SSL) technology for
  secure Internet Protocol (IP) transactions.


== TO DO ==

- Generate Echeck forms.
- Show users a echeck option if admin enabled echeck method.
- Allow admins/teachers to enrol a student using echeck method (FIX: role consept)

==========
2006-08-30 10:29:10 +00:00
skodak
d78f25b8c0 fixed missing semicolon typo 2006-08-30 09:17:40 +00:00
skodak
e1ecc9fbbe imported newer PCLZIP library; added directory restriction to our own security checks 2006-08-30 08:51:57 +00:00
toyomoyo
81e956b964 added some capabilities 2006-08-30 08:43:17 +00:00
skodak
849bbccfbb ADODB v4.92a import 2006-08-30 08:12:11 +00:00
skodak
61212e3f96 better input validation in files/index.php SC#307 2006-08-30 08:03:12 +00:00
skodak
02b22073b8 more appropriate type for locale setting 2006-08-30 07:42:42 +00:00
toyomoyo
247cdeb68f utf8 migrate support for additional fields MDL-6339 2006-08-30 06:12:12 +00:00
moodler
2328673a12 Automatic installer.php lang files by installer_builder (20060830) 2006-08-30 02:44:42 +00:00
stronk7
13c2ed6410 Removing DTD and XMLSchema. It's under lib/xmldb 2006-08-30 00:11:36 +00:00
stronk7
758537ef2a relative+cleaned paths 2006-08-30 00:10:08 +00:00
stronk7
ee7de32ea3 relative+cleaned paths 2006-08-29 23:53:46 +00:00
stronk7
fc3221015d relative+cleaned paths 2006-08-29 23:45:08 +00:00
stronk7
2a05e82571 relative+cleaned paths 2006-08-29 23:33:55 +00:00
stronk7
68905e201b relative+cleaned paths 2006-08-29 23:29:28 +00:00
stronk7
8f5b5e4f68 relative+cleaned paths 2006-08-29 23:20:03 +00:00
koenr
51b8bebb7a updating index files MDL-3484 2006-08-29 23:08:28 +00:00
skodak
647a256616 db sessions are now using the newer session handler adodb-session2.php 2006-08-29 22:45:54 +00:00
stronk7
2af2711f79 relative+cleaned paths 2006-08-29 22:45:46 +00:00
stronk7
d81f3415ca relative+cleaned paths 2006-08-29 22:26:57 +00:00
stronk7
077505db10 cleaned paths 2006-08-29 22:21:13 +00:00
stronk7
115a73653a relative+cleaned paths 2006-08-29 22:17:25 +00:00
skodak
a68f983779 fixed $zthis typo in postgres7 driver, Eloy is reporting it upstream 2006-08-29 22:06:31 +00:00
stronk7
a0da32e935 Moving getEndedStatements() to the propef function. 2006-08-29 21:57:40 +00:00
stronk7
fd6a294ff6 relative+cleaned paths 2006-08-29 21:26:46 +00:00
stronk7
4317fe985e relative+cleaned paths 2006-08-29 21:07:59 +00:00
koenr
8775961a89 updating index files MDL-3484 2006-08-29 21:02:16 +00:00
stronk7
c080aa88d7 relative+cleaned paths 2006-08-29 20:50:44 +00:00
skodak
5e0ff187c7 better handling of anchor name in docs index SC#306 2006-08-29 20:38:23 +00:00
skodak
c0e3c8d2b2 import of new ADODB v4.92 library 2006-08-29 20:23:17 +00:00
stronk7
a199036810 Now the "created" field is refreshed always in the main list. 2006-08-29 19:27:34 +00:00
vinkmar
9fdc896535 adding (slowly) strings from soc admin page cleanup 2006-08-29 17:02:35 +00:00
vinkmar
3a64b2d144 fixed the duplicate "Themes" page (well, not quite duplicate, but confusing nonetheless) 2006-08-29 17:00:23 +00:00
vinkmar
f36d9a82b8 adding a more obvious heading to the page :) 2006-08-29 16:59:19 +00:00
ethem
98d415567c If review enabled, get_users_by_capability('enrol/authorize:managepayments') at SYSTEM_LEVEL and send email for a new pending payment. 2006-08-29 14:30:11 +00:00
ethem
70b1aa8071 get_users_by_capability('enrol/authorize:managepayments') and send email for pending orders expiring. 2006-08-29 13:59:35 +00:00
ethem
0c10124755 merged from 16stable 2006-08-29 09:04:03 +00:00
tjhunt
32b0adfade Better comments 2006-08-29 08:57:47 +00:00
toyomoyo
f9a59efa64 adding some capabilities 2006-08-29 08:43:59 +00:00
toyomoyo
8493ff6fd5 added acapability 2006-08-29 06:02:29 +00:00
moodler
3511c16cfd Minor change to prevent bugs while Ed works on not needing this parameter at all. 2006-08-29 04:04:12 +00:00
toyomoyo
be07f21b61 replaced isguest with capability calls 2006-08-29 03:36:31 +00:00
toyomoyo
0bde63002a adding in capabilities 2006-08-29 03:22:05 +00:00
toyomoyo
38ac07d284 adding capability, indenting, putting in brackets etc 2006-08-29 03:20:51 +00:00
cap2501
d63545d8e8 Fixed errors in refactoring ( rev4, almost there) 2006-08-29 02:34:35 +00:00
moodler
0e4af1664c New param type, PARAM_SEQUENCE for 5,6,7,8,9 2006-08-29 02:26:37 +00:00
vyshane
7b12414814 Fix for bug MDL-6385 2006-08-29 02:09:31 +00:00
cap2501
7c72c2889a updates to accommodate retooled command.php 2006-08-29 02:03:00 +00:00