stronk7
17c9113752
This condition was preventing new installs sometimes
2006-08-31 22:42:04 +00:00
stronk7
a0abf36ddd
This condition was preventing new installs sometimes.
2006-08-31 22:33:18 +00:00
skodak
441470ff03
fixed problem with applying of default settings during install - choices can not be constructed yet
2006-08-31 22:17:47 +00:00
skodak
dd04ab499e
fixed default values in apply_default_exception_settings(); several values in lib/default.php are wrong, but I guess we do not need to fix them because it as replaced by the new administration framowork ;-)
2006-08-31 21:50:22 +00:00
skodak
3a25fa7286
'prefix' can only be defined in config.php, it can not be changed or stored in database ;-)
2006-08-31 21:15:12 +00:00
rtcn2
9fb0f61a03
missing comma inserted line 752, removed comma from line 753
2006-08-31 19:47:54 +00:00
stronk7
545196c55f
course->modinfo nullable and no default
2006-08-31 19:42:22 +00:00
stronk7
99215f2c6f
modinfo nullable and without default.
2006-08-31 19:39:18 +00:00
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