nicolasconnault
a2ff2e0992
MDL-9207 Changed $extcourse to $coursefield in lines 92 to 111
2007-04-05 01:54:44 +00:00
skodak
b0efa7ec07
MDL-9169 Error in function call in ldap/enrol.php; typo found by Svante Agnestig; merged from MOODLE_18_STABLE
2007-04-02 13:16:55 +00:00
skodak
8f80eba57d
MDL-4313 LDAP doesn't properly escape extra quotes in course details + minor role unassign change; merged from MOODLE_18_STABLE
2007-03-29 21:40:48 +00:00
danmarsden
4f896599f8
MDL-9102 incorrect use of unset_config()
2007-03-28 23:36:23 +00:00
toyomoyo
96c50eddd7
applying inaki's patch for MDL-9012, course autocreation doesn't work in enrol/database
2007-03-26 06:51:17 +00:00
nicolasconnault
4876a566a4
MDL-8963 : The code was using $group->password instead of $group->enrolmentkey.
2007-03-21 06:20:02 +00:00
ethem
20fe12b4a2
Code cleanup
2007-03-14 13:07:36 +00:00
skodak
efe12f6c22
MDL-8524 general roles cleanup; MDL-8373 authenticated user role now created during upgrade from 1.7.x, xhtml and CSS cleanup in roles GUI; accesslib inline docs cleanup; risk bitmask fixes
2007-03-05 11:27:01 +00:00
skodak
18b07efaf4
sesskey added to logout.php MDL-8727
2007-03-02 16:47:38 +00:00
nicolasconnault
20576b84af
MDL-8693 Fixed the double-equal typos (2)
2007-03-01 07:34:51 +00:00
toyomoyo
d5b04008fd
replacing fieldsets with divs in small forms
2007-03-01 06:57:11 +00:00
moodler
6ba65fa08d
Merged Nicolas' changes from MDL-8582 into HEAD.
2007-02-28 06:25:22 +00:00
moodler
b40b3eb4cf
Merged string fixes from stable
2007-02-23 06:58:43 +00:00
moodler
19a9bf1b8f
Merged some fixes for MDL-8285 from stable
2007-02-23 06:47:19 +00:00
skodak
1679334034
MDL-8590 auth cleanup - part 3
2007-02-20 17:15:13 +00:00
ethem
55a8360776
Removed unnecesary code; Merged from MOODLE_18_STABLE.
2007-02-19 12:11:15 +00:00
skodak
2b91b669de
MDL-7903 Guests can not enter course that allows guests with key reopened:
...
* fixed load_guset_role that did not work in course context
* fixed typos in get_child_contexts
* manual guest enrolment changes
2007-02-14 08:03:40 +00:00
ethem
e9fc2634a7
Some XHTML fixes
2007-02-12 16:53:09 +00:00
toyomoyo
537ea84763
MDL-8290, fix for broken plugins
2007-02-09 07:47:14 +00:00
donal72
e6976ae1f6
MNet: More error tracking updates
2007-02-07 14:11:22 +00:00
donal72
d452439a08
MNet: Standardise format of the mnet_client->error array
2007-02-07 12:43:08 +00:00
ethem
9c2498d381
Moved validation functions to enrol_authorize_form class.
2007-02-05 14:09:02 +00:00
ethem
c7aaa3cbdb
Moved validation functions to enrol_authorize_form class.
2007-02-05 14:05:19 +00:00
ethem
2542dea98f
Pass custom data "$course" to enrol_authorize_form class.
2007-02-05 13:51:27 +00:00
ethem
1f7d43cfc4
Put back skodak's last commit. global $COURSE is $SITE and enrols to site.
2007-02-05 10:07:38 +00:00
stronk7
7cd5208507
Applying new rs_xxx() functions everywhere. MDL-8134
...
Merged from MOODLE_17_STABLE
2007-01-29 23:56:55 +00:00
stronk7
2c08b2514c
Applying new rs_xxx() functions everywhere. MDL-8134
...
Merged from MOODLE_17_STABLE
2007-01-29 12:10:19 +00:00
skodak
60f9e36ee8
MDL-8223 - last global $course hacks removed
2007-01-19 10:29:03 +00:00
martinlanghoff
ccb60df832
enrol/mnet: list_remote_servers() should only list servers we use enrolment for
2007-01-19 04:26:09 +00:00
martinlanghoff
e395caaa84
enrol/mnet: fixes around fetch_remote_courses() and available_courses
...
- ensure addslashes() affects data that goes to the database, not HTML
- ensure we return defaultrolename from avaiable_courses
- clear some leftover debug statements
2007-01-19 02:43:11 +00:00
donal72
0855c4cab3
Mnet: More enrolment data in the back channel - stash in mnet_enrol_assignments table
2007-01-19 00:23:55 +00:00
martinlanghoff
a298f31145
mnet: clear out debug msg
2007-01-18 04:39:41 +00:00
martinlanghoff
7580ce94ef
mnet: check for the _right_ varname before warning about mnet being off
2007-01-18 03:16:55 +00:00
martinlanghoff
79b84c93fb
enrol/mnet: list_remote_servers() must always return an array
2007-01-18 03:16:09 +00:00
martinlanghoff
47c0407b97
mnet: moving remote enrolment config to admin/mnet
2007-01-17 23:49:04 +00:00
martinlanghoff
9b0633ac3d
enrol/mnet: fix a warning, do not list the sitecourse
2007-01-17 23:12:15 +00:00
donal72
68ea70b45f
Mnet: enrol/mnet: Return enrol plugin type with list of enrolled users
2007-01-17 23:03:18 +00:00
martinlanghoff
92e46c0305
mnet: better descriptions and warnings in admin pages
2007-01-17 22:23:56 +00:00
donal72
5291907c45
Mnet: Show non-mnet enrolments in the mnet/enrolment page
2007-01-17 12:12:11 +00:00
martinlanghoff
d256515fba
enrol/database: fix fields not read from external database MDL-7712
2007-01-15 19:57:12 +00:00
skodak
beac4717de
MDL-8166 rename in/out methods in formslib - HQ consensus
2007-01-12 18:52:09 +00:00
stronk7
93901eb42f
Change some connections to non-persistent and force new connections
...
to avoid mysql (and oracle, I think) reuse of the main one. MDL-8152
2007-01-11 20:08:00 +00:00
donal72
1f4ca9aff5
mnet: Replace a hardcoded string: MDL-8069
2007-01-10 00:32:42 +00:00
donal72
9274112148
mnet: XHTML strict fixes: MDL-7861
2007-01-10 00:31:43 +00:00
donal72
9dfe778f6c
mnet: enrol/mnet/allowed_courses: Stylefix - if( to if (
2007-01-09 04:24:18 +00:00
donal72
0d098fbb65
mnet: enrol/mnet/allowed_courses: Removed PHP5.1+ functions
2007-01-09 03:55:40 +00:00
donal72
d25942e7ce
mnet: enrol/mnet/remote_courses.php XHTML strict fix: MDL-7861
2007-01-09 02:31:22 +00:00
donal72
9feaec8f79
mnet: enrol/mnet/allowed_courses: XHTML strict fixes: MDL-7861
2007-01-09 01:51:12 +00:00
donal72
9953ee10d6
mnet: enrol/mnet/config.html XHTML strict fixes: MDL-7861
2007-01-09 01:32:31 +00:00
skodak
60af27037b
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
2007-01-08 19:34:16 +00:00