21448 Commits

Author SHA1 Message Date
stronk7
1164af7cf5 Block core blocks tables can use the XMLDB install & upgrade 2006-08-30 23:18:29 +00:00
stronk7
015e946d98 Small rework of the main install/upgrade script. Everything should
continue working as before.
2006-08-30 23:13:43 +00:00
cap2501
62cb403260 Updated front-end display to accurately represent how moodle is handling things on the backend. 2006-08-30 21:39:09 +00:00
cap2501
305f223035 Switched over to using moodle commands instead of direct DB manipulation for everything but blocks(still working on that one). 2006-08-30 21:38:23 +00:00
stronk7
94ab72f8b0 Now backup tables can use the XMLDB install & upgrade 2006-08-30 20:41:37 +00:00
stronk7
450cf307ea Triple "l" were preventing new installations to be executed for plugins. 2006-08-30 20:27:29 +00:00
stronk7
7c006e345a Minor separations... 2006-08-30 20:13:46 +00:00
stronk7
e79a09a259 Now plugins (qtypes and enrols) can use the XMLDB install & upgrade 2006-08-30 19:52:16 +00:00
ethem
a1c4676cf1 User fields for ECHECK 2006-08-30 19:38:28 +00:00
cap2501
ff96b9df7e Added the 'delete' methods back nessicary to change $field to optional. 2006-08-30 19:22:34 +00:00
ethem
2c50dc0b63 Some UI stuff for ECHECK 2006-08-30 19:12:28 +00:00
ethem
35f4a0772a Autoconfigure credit card types. This is not a Makefile :))) 2006-08-30 18:59:53 +00:00
stronk7
81465066c2 Just "normalizing" index names inside the XMLDBEditor. Not critical but...
Following rule 1.3 from:
http://docs.moodle.org/en/XMLDB_Defining_one_XML_structure#Conventions
2006-08-30 17:17:39 +00:00
stronk7
2813c04ba9 One new error string added. 2006-08-30 17:14:57 +00:00
ethem
e2863967c6 Added ABA validation funtion. 2006-08-30 17:14:32 +00:00
stronk7
b4f3a93b01 Improve save file, showing the proper error if not writeable. 2006-08-30 17:12:00 +00:00
skodak
e9d5166a3e fixed wrong type for session data field in mysql, enabled feedback when dropping old session table during upgrade 2006-08-30 16:37:52 +00:00
stronk7
393e7cc373 where BIG should be LONG... 2006-08-30 16:14:44 +00:00
stronk7
914597ee9f ...where = should be == ... 2006-08-30 16:06:16 +00:00
tjhunt
1680ebe40b Eliminate an isteacheredit 2006-08-30 15:52:11 +00:00
ethem
d1b86e65cc Some documentation. 2006-08-30 14:33:31 +00:00
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