73 Commits

Author SHA1 Message Date
martinlanghoff
1007a3f1a3 enrol/ldap: bugfixes suggested by Jeff Graham here http://moodle.org/mod/forum/post.php?reply=124170 -- fixes course creation not pulling summaries, form errors in ldap_search_sub, calls to deprecated blocks_get_default_blocks() and DB errors when inserting new enrolments. With these fixes, it may even work. 2005-06-25 02:41:56 +00:00
ethem
095bd2923d Removing course=$course->id in profile url. If autologin=true user can't login... 2005-06-02 18:03:08 +00:00
ethem
52fbf9138b Some clean up. 2005-06-02 17:56:31 +00:00
martinlanghoff
f7d18493f6 Merged from MOODLE_15_STABLE. enrol/ldap offers enrol_allowinternal config option as it should. 2005-05-30 03:51:39 +00:00
ethem
da32de5c89 Some fixes. 2005-05-26 13:52:13 +00:00
ethem
63655631c5 CCexpired support 2005-05-26 13:22:01 +00:00
ethem
a9ff839bee Some fixes. 2005-05-26 11:31:01 +00:00
ethem
a0419f8716 fixing enrol_allowinternal 2005-05-26 07:32:26 +00:00
moodler
a216c33ebc Merged updates from stable 2005-05-25 16:27:53 +00:00
ethem
105e7da4c9 Fixing profileurl link. It must be $USER->id. 2005-05-17 07:08:04 +00:00
martinlanghoff
bdf09a84fe Enrol/LDAP -- adds support for searching subcontexts -- Discussed in http://moodle.org/mod/forum/discuss.php?d=23696 2005-05-17 03:49:20 +00:00
martinlanghoff
0bf73dd33a Enrol/LDAP now uses correct password to login -- fixes #3237 2005-05-17 03:26:14 +00:00
stronk7
894ff63f8f Tabs are out 2005-05-16 22:22:31 +00:00
ethem
54e0f2ef8e Authorize.net plugin, some fixes for Default Field Separator & Field Encapsulation Character. 2005-05-16 15:37:11 +00:00
ethem
425b774177 Authorize.net plugin, some fixes. 2005-05-13 09:27:26 +00:00
ethem
5d319ac347 CCVal - Credit Card Validation function 2005-05-13 09:05:39 +00:00
martinlanghoff
8f9727459a Merged from MOODLE_14_STABLE - Fixes 'Erroneous redirection to course enrolment page' bug #3224 - patch by Patrick Li 2005-05-13 05:10:17 +00:00
moodler
93885e8120 First version of Authorize.net plugin, written by webmaster@tuzluk.com,
based on Paypal module.

I've not tested it myself yet, just renamed it and cleaned up some
obvious HTML code etc
2005-05-09 18:27:39 +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
mjollnir_
d54ced8618 Fixing typo in ldap enrolment plugin (variable missing _) 2005-03-29 00:21:55 +00:00
moodler
10d96e2963 WHen a student enrols via a group password, make sure they are in the
group immediately    bug 2780
2005-03-21 08:33:24 +00:00
moodler
7bdc9b2341 Resized course box a bit 2005-03-04 02:16:09 +00:00
moodler
82eda1cf55 Slightly better, at least it validates now 2005-03-04 02:14:44 +00:00
moodler
906890569e Accidentally left in some debugging code 2005-03-04 01:55:17 +00:00
moodler
553924dc80 Some fixes to the enrolment page 2005-03-04 01:53:53 +00:00
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