45 Commits

Author SHA1 Message Date
moodler
28888608eb DOn't automatically unenrol students from courses with an unlimited
enrolment period, EVEN if the student has a use-by date.
2005-02-10 17:22:28 +00:00
moodler
210eddc7df Various cleanups for XHTML and so on 2005-02-08 17:56:22 +00:00
fiedorow
c43cb5ad4f Presents login as guest button if course allows guests. 2005-02-05 16:58:28 +00:00
moodler
cabe3b1b23 Flatfile now stores itself in the enrolment type field 2005-01-30 09:09:44 +00:00
moodler
9433635200 Stop people browsing enrolment modules 2005-01-23 04:17:41 +00:00
martinlanghoff
6ebaf0edcb Fixed bogus warnings about empty LDAP contexts. 2005-01-17 21:07:00 +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
dad3f933fb Allow groups to have enrolment keys in addition to the course enrolment key.
If a user enrols with a group key they will be added to the course and to
the group.
2004-12-14 08:12:12 +00:00
martinlanghoff
64031bbb0f Enrol/LDAP - initial commit, a bit rough around the edges.
This code is in production in a high-volume environment, so it has already proven to be reliable and scalable. Configuration is still tricky, and some corner cases may or may not be handled elegantly.

Please test!
2004-11-22 02:41:41 +00:00
defacer
3088137459 Fixed a couple PHP notices which cropped up 2004-11-20 18:30:31 +00:00
moodler
ec11cd9c66 Merged payment fix from stable 2004-11-11 06:51:53 +00:00
moodler
1d9dd1d2a1 Merged from stable 2004-10-07 15:22:47 +00:00
moodler
c6edaf80db Fixing display of costs 2004-09-30 08:35:24 +00:00
mjollnir_
2e23c59ddc fixed bad newlines and changed firstname lastname to call to fullname function 2004-09-29 21:13:53 +00:00
moodler
ea8dedc882 Merged change to restore $CFG->prefix from stable 2004-09-25 15:33:06 +00:00
moodler
a3224cc359 Merged improved database plugin for enrolment 2004-09-23 17:02:40 +00:00
gustav_delius
839f2456bb XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
gustav_delius
730a5f5abe fixed capitalization and quoting of attribute values 2004-09-12 20:45:41 +00:00
moodler
631cf796d4 Merged enrolment fixes frm stable 2004-09-09 09:43:51 +00:00
mchurch
3cb4dc4202 Making file XHTML 1.0 Transitional compliant... 2004-09-08 21:37:11 +00:00
moodler
76706cbfb0 iMerged from stable 2004-09-03 03:19:31 +00:00
moodler
b757dc89f1 Missing prefix 2004-08-23 12:37:12 +00:00
moodler
0658c6bb96 Removed a debugging line 2004-08-23 12:09:28 +00:00
moodler
64eba17e78 Fixed a typo 2004-08-23 12:04:55 +00:00
gustav_delius
64c3e85374 small bug in teacher link due to undefined $site 2004-08-21 20:13:35 +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
1357be4a55 Old code, never checked in ... not really tested 2004-08-14 12:47:24 +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
960ab433ef Some stubs for later 2004-07-25 14:22:01 +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
moodler
020266d04d Changed some logic ... I think it's the same anyway but this reads easier for me 2004-06-25 06:30:16 +00:00
moodler
b8e13a5742 Enrolment architecture version 0.5 !
The internal method (the default) simply replicates Moodle's
existing behaviour and is working fine.

The new flatfile module also works.

There is no admin config interface yet, I'm still implementing
this using templates.
2004-06-25 03:28:12 +00:00