493 Commits

Author SHA1 Message Date
thepurpleblob
bf98228ade Missing cvs id tag 2007-06-18 10:35:02 +00:00
ethem
1d2a739b56 MDL-9836
Authorize.net / SSL Config Bug prevents display of options from enrol/authorize/enrol.php
2007-06-15 17:40:58 +00:00
skodak
13569fd43b MDL-9418 use proper addslashes before each insert; merged from MOODLE_18_STABLE 2007-05-16 20:08:26 +00:00
poltawski
a044c05ddb MDL-9742 - changed tabs to spaces in a few places where there are one
or two
2007-05-08 15:07:25 +00:00
skodak
1ae083e424 MDL-9647 simplify dealing with headers/footers in admin sections 2007-04-30 17:08:34 +00:00
nicolasconnault
77a297d274 Fixed many xhtml errors 2007-04-20 07:54:42 +00:00
nicolasconnault
933e257ab2 MDL-9322 Fixed non-compliant xhtml code for mnet pages, logs and enrol pages 2007-04-13 07:03:04 +00:00
martinlanghoff
76ab1c33d9 Bug fix: 'off by one'month bug in mupltiple locations.
When the system/user time zone was set to GMT-13 months would lag behind by
one month.


Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-13 05:04:57 +00:00
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