ethem
79c63c4415
+ New ENUM field: paymentmethod(cc,echeck);
...
Store in database and when calling authorize_action() pass this method. Hence, removed $method=AN_METHOD_CC from this function.
If a refund will be do, unset($order->paymentmethod); Because this field comes when joining(enrol_authorize)
+ AN_METHOD_CC and AN_METHOD_ECHECK is now lower case, because these fields are stored in database as enum.
Eloy's response:
They are lowercase because we decided to use lowercase identifiers everywhere and enum contents are,
from a DB perspective, identifiers.
Ok, NP. :)) set_config('an_acceptmethods', strtolower($CFG->an_acceptmethods)); solves this.
2006-08-31 18:24:37 +00:00
tjhunt
6459b8fc8d
Give a bit more information to the subclasses.
2006-08-31 16:59:52 +00:00
stronk7
a974b5a4d8
course->modinfo can be NULLable (experimenting....)
2006-08-31 16:59:29 +00:00
tjhunt
d3b92b4ba5
MDL-6418 - Grading of multiple choice questions broken
2006-08-31 16:59:05 +00:00
tjhunt
73d4db845e
New function choose_from_menu_yesno
2006-08-31 16:55:48 +00:00
skodak
2b53194573
fixed riskbitmask problems, sorry :-(
2006-08-31 16:01:41 +00:00
ethem
555759709c
If the method is AN_METHOD_CC submit cclastfour, don't send for ECHECK.
2006-08-31 15:46:53 +00:00
ethem
c024e8c6f2
Fixed fixo.
2006-08-31 15:10:24 +00:00
tjhunt
695d225c6a
Clarified comment.
2006-08-31 11:28:44 +00:00
bobopinna
77bf0c292d
Fixed a typo
2006-08-31 10:37:33 +00:00
bobopinna
0d699c2449
Fixed context selection
2006-08-31 10:29:16 +00:00
skodak
6086e1aab2
removing trustbitmask for now and comment from riskbitmask
2006-08-31 09:20:24 +00:00
thepurpleblob
2bb63d99c2
Fixed syntax error.
2006-08-31 09:17:57 +00:00
toyomoyo
4f83ae95ca
adding capabilities
2006-08-31 08:51:09 +00:00
skodak
be4486da83
capability riskbitmasks and user trustbitmask patch #1 see MDL-6412
2006-08-31 08:36:36 +00:00
bobopinna
2b3447c38a
Added capability support
2006-08-31 08:34:13 +00:00
moodler
86cbff7abd
Clean up for role_assign()
2006-08-31 08:30:28 +00:00
ethem
9f7f87a9a6
If the merchant does not accept ACH (echeck) method, set default payment method as AN_METHOD_CC.
2006-08-31 08:06:19 +00:00
moodler
f44152f44c
Added "enrol" parameter to role_assign which records how this assignment
...
was made
2006-08-31 07:58:53 +00:00
skodak
eb744c5ef7
redirect() now always respects delay 0 if specified + some minor changes
2006-08-31 07:45:58 +00:00
moodler
a9e1c058d5
More robustness fixes for accesslib
2006-08-31 07:40:48 +00:00
ethem
fde7c9dfc5
Added Echeck UI validation.
2006-08-31 07:11:31 +00:00
moodler
c5ddc3fd8b
More defensive get_parent_cats()
2006-08-31 05:06:30 +00:00
moodler
5f70bcc3a0
Some robustness when loading capabilities
2006-08-31 04:17:51 +00:00
moodler
cf0b6604e0
Removed tabs
...
This block still needs work to merge with the new admin pages
2006-08-31 04:00:01 +00:00
stronk7
4782a1f8bc
Minor modifications to oci8po generator (max 38 for number)
2006-08-31 00:19:57 +00:00
stronk7
790647b950
Block plugin tables can use the XMLDB install & upgrade
2006-08-31 00:02:06 +00:00
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