patrickslee
|
20fdb1b755
|
Fixed a wrong call to add_teacher in LDAP plugin (Merged from MOODLE_15_STABLE)
|
2005-11-02 20:35:32 +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 |
|
patrickslee
|
9c03df05af
|
Used a proper function to update configuration setting
|
2005-10-04 21:38:40 +00:00 |
|
patrickslee
|
7246c2d142
|
New feature: Notify teachers/students of expirying enrolments
|
2005-10-02 21:37:54 +00:00 |
|
martinlanghoff
|
8456874ab3
|
Merged from MOODLE_15_STABLE - Fix for bug 4031 -- fix typo
|
2005-09-07 23:24:29 +00:00 |
|
martinlanghoff
|
a96354b582
|
Merged from MOODLE_15_STABLE - Fix for bug 4031 -- stupid mistake of using get_record_select() when I mean get_record() - see the bug entry for more details
|
2005-09-07 22:49:32 +00:00 |
|
martinlanghoff
|
e91902556f
|
Merged from MOODLE_15_STABLE - enrol/db - bug 3912 - Re-add the enrolment to $user->student[] - should fix things for good.
|
2005-09-07 06:39:30 +00:00 |
|
martinlanghoff
|
fd734f6165
|
Merged from MOODLE_15_STABLE - Fix for bug 4011 -- a MySQL specific workaround did not work with database names with hyphens, and broke the whole plugin for other databases. This patch fixes both issues.
|
2005-09-07 06:12:40 +00:00 |
|
martinlanghoff
|
50f1b47543
|
Merged from MOODLE_15_STABLE - enrol/ldap - fix course auto-creation to work with the new blocks infrastructure. doh! (thanks penny!)
|
2005-09-02 06:52:36 +00:00 |
|
martinlanghoff
|
a6d114e600
|
Merged from MOODLE_15_STABLE - enrolment fixes: We now have better handling of the enrol field when dealing with student enrolments. This fixes bugs 3912 and 3974. NOTE that enrol_student() now defaults to manual - this is to support the different pages that call enrol_student() to still work correctly when external enrolments are in use, by recording the enrolments as manual. Enrolment plugins are expected to know better and pass the correct parameter.
|
2005-08-26 06:11:38 +00:00 |
|
martinlanghoff
|
33a30ca9e6
|
Merged from MOODLE_15_STABLE - enrol/ldap - fixed default objectclass, and we can now bind non-anonymously
|
2005-08-26 04:11:22 +00:00 |
|
ethem
|
682811e048
|
*** empty log message ***
|
2005-08-24 14:59:42 +00:00 |
|
martinlanghoff
|
4f03006577
|
Merged from MOODLE_15_STABLE - LDAP servers being down or unavailable should not prevent login - we now fail with a notice() rather than with an error()
|
2005-08-17 22:38:24 +00:00 |
|
martinlanghoff
|
0cce156053
|
Merged from MOODLE_15_STABLE - Fix calls to enrol_student() and add_teacher() where nulls were being passed erroneously - credits to jeff graham
|
2005-08-12 01:51:14 +00:00 |
|
ethem
|
b94448d497
|
Nice coding.
|
2005-08-05 15:05:05 +00:00 |
|
ethem
|
1f492294af
|
some cleanup.
|
2005-08-03 10:11:16 +00:00 |
|
ethem
|
5e53ffba34
|
" " fix
|
2005-08-02 08:27:14 +00:00 |
|
ethem
|
e2946fc1bb
|
"," & " " fix
|
2005-08-02 08:23:52 +00:00 |
|
ethem
|
c0733012cf
|
PostgreSQL support for enrol::authorize.
|
2005-08-02 07:45:45 +00:00 |
|
ethem
|
02457e58f4
|
nice icons in function get_access_icons()
|
2005-08-01 14:34:30 +00:00 |
|
ethem
|
87e1cd3d2a
|
process_config changes.
|
2005-07-25 15:03:38 +00:00 |
|
ethem
|
3b405a5f3d
|
authorize module requires get_list_of_currencies() function in moodlelib.
This function added in version 2005072200.
|
2005-07-25 13:17:25 +00:00 |
|
ethem
|
cb263abd73
|
Uses currencies.php for currency list.
|
2005-07-22 19:40:11 +00:00 |
|
moodler
|
66473eab0e
|
Fixed database upgrade but PHP code still needs work for this module
|
2005-07-22 17:25:38 +00:00 |
|
ethem
|
76c0b22648
|
More security, loginhttps must be ON.
|
2005-07-18 16:42:30 +00:00 |
|
ethem
|
2893f750a6
|
Call get_course_cost once.
|
2005-07-16 15:15:41 +00:00 |
|
ethem
|
60ede40d86
|
Added some indexes for speed.
|
2005-07-16 11:37:39 +00:00 |
|
ethem
|
10da752643
|
International payment. All currencies are added...
|
2005-07-14 16:17:28 +00:00 |
|
ethem
|
b81b5533c6
|
Information about loginhttps.
|
2005-07-14 08:22:35 +00:00 |
|
ethem
|
24904fe777
|
When using the Authorize module, you can now also use enrolment keys.
Good Idea.
|
2005-07-13 20:26:16 +00:00 |
|
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 |
|