skodak
547e5e7ab0
whitespace fix in PayPal plugin
2006-11-14 09:32:11 +00:00
skodak
5599d142f6
MDL-7838 Fixed wrong Paypal spelling, should be PayPal
...
MDL-7539 PayPal pay button XHTML compliance
MDL-3137 PayPal acceptace logo displayed on enrollment page
2006-11-14 09:26:22 +00:00
skodak
4849431074
add hooks to paypal plugin to allow testing on www.sandbox.paypal.com MDL-7528
2006-11-14 08:53:39 +00:00
skodak
8f425a8f72
MDL-7389 paypal plugin reports error when student correctly enrolled; merged from MOODLE_17_STABLE
2006-11-13 22:26:11 +00:00
skodak
810944af7f
we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left
2006-11-11 17:23:20 +00:00
stronk7
5d0fc5c33d
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
stronk7
3aac1dc9a0
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
stronk7
19606d8bd5
New upgrade.php file added for this module. MDL-7214
2006-10-26 17:02:31 +00:00
moodler
2f1a42481d
This new function called load_all_capabilities() should be used whenever
...
you want to completely reload the capabilities for the current user.
Basically it will deal nicely with the default site-wide permissions
depending on the current user.
More background in the comments on MDL-6963
Merged from stable
2006-10-23 15:17:31 +00:00
moodler
bc492d185c
Fixes to user new Roles
2006-09-22 16:19:24 +00:00
moodler
22003adac5
SOme changes for Roles
2006-09-22 16:11:52 +00:00
stronk7
e80d52526d
Initial commit for enrol tables XMLDB
2006-08-07 18:52:27 +00:00
skodak
e87fe61524
Bug #5941 - Myriad of problems with Paypal enrollmemts, part 2 - Login as guest not shown to guests and there is login link instead of paypal button for guests; merged from MOODLE_16_STABLE
2006-06-28 15:26:31 +00:00
skodak
44adc9032b
Bug #5941 - Myriad of problems with Paypal enrollmemts, part 1; merged from MOODLE_16_STABLE
2006-06-28 12:45:28 +00:00
moodler
d87a9d7338
Fixed the upgrade_plugins function so that it automatically
...
handles the .sql file for first installation (just like activities)
2006-04-16 16:50:55 +00:00
gustav_delius
a488b9325c
Replace require_variable() by required_param()
2006-04-06 12:56:37 +00:00
gustav_delius
ead293420d
Questiontypes are doing their own database upgrade now.
...
I modified the enrollment plugin mechanism to work for any type of plugin
2006-03-22 10:44:54 +00:00
martinlanghoff
a51e2a7f3b
[multienrol]Renamed "internal" enrolment plugin to "manual"
2006-03-09 03:19:10 +00:00
martinlanghoff
f5befec4e8
[multienrol]Fixed some wired characters caused by my editor
2006-03-09 02:56:44 +00:00
martinlanghoff
f9667a5aea
[multienrol]Initial commit for multi enrolment plugin feature
2006-03-09 02:48:29 +00:00
toyomoyo
f9952852b1
adding more xmls
2006-01-16 01:56:21 +00:00
patrickslee
c0ee465b4c
Fixed a mis-usage (typo?) of get_admin() in paypal module. (Merged from MOODLE_15_STABLE)
2005-10-27 02:20:59 +00:00
stronk7
894ff63f8f
Tabs are out
2005-05-16 22:22:31 +00:00
moodler
19fa71e8fb
When using the Paypal module, you can now also use enrolment keys
...
Thanks, Chardelle! bug 2418
2005-05-04 07:31:25 +00:00
moodler
e3c552b9c2
Don't show shipping
2005-05-04 06:43:24 +00:00
moodler
2c61c74043
Explicit casting of input (SC#57)
2005-04-20 03:10:51 +00:00
martinlanghoff
a9a9bdba55
Merged from MOODLE_14_STABLE - insert_record() - major efficiency improvements for Postgres databases on insert. Also fixed many calls to insert_record() which discard the returned record id to not ask for the record id.
2005-04-01 05:55:10 +00:00
moodler
210eddc7df
Various cleanups for XHTML and so on
2005-02-08 17:56:22 +00:00
moodler
f218c95ebc
Paypal added support for Australian Dollars! Yay!
2005-01-11 15:07:49 +00:00
stronk7
04ad0d91e8
Now text sent to PayPal can be 'sanitised' to avoid
...
some diacritics (spanish for now) break the enrol process.
Only German and French diacritics are supported for now by PayPal.
Functionality can be easily expanded to other characters.
It make the sanitity when $CFG->sanitise_for_paypal is enabled.
Merged from MOODLE_14_STABLE
2005-01-05 00:28:26 +00:00
fiedorow
98c872b63e
add closing tag, see bug #2324
2004-12-31 16:20:05 +00:00
moodler
1b1a5f7ec2
Merged fix from stable
2004-12-28 02:46:47 +00:00
moodler
5a9639146e
Merged from stable
2004-12-20 02:50:26 +00:00
moodler
ec11cd9c66
Merged payment fix from stable
2004-11-11 06:51:53 +00:00
moodler
c6edaf80db
Fixing display of costs
2004-09-30 08:35:24 +00:00
gustav_delius
730a5f5abe
fixed capitalization and quoting of attribute values
2004-09-12 20:45:41 +00:00
moodler
b757dc89f1
Missing prefix
2004-08-23 12:37:12 +00:00
moodler
0f093efab2
Here finally is an admin interface for controlling the new enrolment plugins.
...
It's not at all well-tested yet (I made a lot of changes to it just tonight)
but it's late and I am literally sick (with flu) and tired so I'm checking
this in and going to bed.
Please fix all the bugs for me. ;-)
2004-08-21 17:15:07 +00:00
moodler
3ae11b04bb
To help hackers who already have the table
2004-08-19 17:16:29 +00:00
moodler
ed15aac8a7
Version info for Paypal module
2004-08-19 09:36:20 +00:00
moodler
f7052e9117
Added database controls for Paypal module
2004-08-19 09:35:16 +00:00
moodler
76b60bb897
Various fixes, especially related to using timestart and timeend
...
for new enrolments
2004-07-29 14:52:59 +00:00
moodler
b2b176cf95
Print Costs better on the course info
2004-07-10 12:10:22 +00:00
moodler
597342b047
Fixes not checked in yet
2004-07-06 16:00:43 +00:00
moodler
631cba6402
Bug fixes
2004-06-26 15:37:18 +00:00
moodler
70beecd4e7
SOme tweaks to mail
2004-06-26 15:32:19 +00:00
moodler
7634696b69
Removed test data
2004-06-26 15:26:02 +00:00
moodler
3d970777f4
OK, Paypal is now working. I've been buying access into some test courses. :-)
...
Still polishing the GUI side of things now.
2004-06-26 14:40:25 +00:00
moodler
04f47a89a1
New paypal plugin ... not quite working yet, but very close.
...
Just uploading it to another site for polishing off.
2004-06-26 09:50:19 +00:00