nicolasconnault
4ca9f28098
MDL-19795 Converted print_box* to $OUTPUT->box*
2009-08-10 04:53:42 +00:00
nicolasconnault
2af6a7e57b
MDL-19795 Converted all print_footer() calls
2009-08-06 14:11:55 +00:00
tjhunt
6b608f8f50
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 10:53:31 +00:00
skodak
013376dec4
MDL-18293 exception and DML cleanup
2009-02-17 17:23:56 +00:00
skodak
e8b7114d5e
MDL-17774 refactored USER switching in cron scripts - now standardised in cron_setup_user()
2009-01-03 13:16:59 +00:00
skodak
93f66983cc
MDL-17773 new get_login_url() function - fixes missing httpslogin tweaks
2009-01-02 22:56:48 +00:00
skodak
826725329a
MDL-15785 new options for enforcing of enrolment key commplexity and requirements
2008-12-06 21:20:42 +00:00
tjhunt
9101efd312
cleanup: MDL-17083 Remove the old teacher, teachers, student and students columns from the course table.
...
For something that has been deprecated for over two years, they were still used in a lot of places!
2008-11-13 08:40:57 +00:00
skodak
9ab17a328f
MDL-16598 Admin config setting to make enrolment key hint optional
2008-09-24 18:47:40 +00:00
skodak
2ff61921fe
MDL-15586 fixed undefined $course
2008-08-17 22:40:50 +00:00
lfrodrigues
2044a2b26f
MDL-10107 - Removed old email_to_user with we still arround and added default message processor for user,
...
adminuser and on messagelib
2008-08-02 00:04:29 +00:00
moodler
3b120e464f
MDL-10107 - First check-in of Messaging 2.0 code from Luis Rodrigues, GSOC student.
...
This new messaging system replaces all the various email_to_user() calls.
They are now replaced by events triggers, and the messages are then
processed centrally according to user preferences and sent to one or more
processors (email, popup, jabber etc...)
This code is not finished yet, a lot of work still has to be done on the
interface. However, the basic structure is there and should be working.
Luis and I will be reviewing and polishing this heavily in the next few weeks.
2008-07-24 08:38:03 +00:00
thepurpleblob
e1eaf071e3
MDL-14566
...
Misused get_role_users() was not returning users assigned in parent categories
Merged from STABLE_19
2008-07-23 13:18:49 +00:00
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
skodak
50c5bef452
MDL-14679 towards enrol conversion
2008-06-02 21:02:52 +00:00
dongsheng
f945d59b8f
"MDL-14129, fix print_error calls"
2008-05-07 06:19:59 +00:00
dongsheng
a06694dd1c
MDL-14460, fix get_context_instance, see tracker
2008-04-26 11:06:11 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
skodak
ee2e85d4ac
MDL-13360 fixed regression - notifications going more than once a day; merged from MOODLE_19_STABLE
2008-03-25 23:04:06 +00:00
skodak
4b1b37021a
MDL-13360 expire notification problems; merged from MOODLE_19_STABLE
2008-03-04 08:55:28 +00:00
martinlanghoff
0d8466509d
enrol/manual: Fix calls to get_users_by_capability() to avoid ra
...
get_users_by_capability() can no longer refer to properties of role
assignments or roles, as the capability aggregate is indirect.
MDL-12452
2008-01-06 23:25:15 +00:00
poltawski
25c3f91a52
MDL-12789 - dont unnecessarily iterate over all groups
2008-01-01 23:03:48 +00:00
poltawski
89a643b0fa
MDL-2414 - using quotes in enrolment keys failed due to slashes.
...
merged from MOODLE_19_STABLE
2007-12-28 12:36:33 +00:00
martinlanghoff
57770b87d0
Interactive enrolment/unenrolments: make sure we unset mycourses
2007-09-19 07:17:23 +00:00
martinlanghoff
690c946c15
get_role_users() callers rework to use the new $gethidden
2007-09-19 07:09:50 +00:00
nicolasconnault
0be6f67819
MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site.
2007-08-17 19:09:11 +00:00
skodak
778918fd71
MDL-10383 - some more refactoring/cleanup, enablegroupings experimental admin setting, tabs in groups UI
2007-08-16 21:14:03 +00:00
skodak
5bf243d131
MDL-10383 - groups/groupings refactoring nearly finished ;-)
2007-08-16 11:06:48 +00:00
skodak
2c386f82e5
MDL-10383 - deprecated get_groups(), user_group() and ismember()
2007-08-15 20:21:01 +00:00
thepurpleblob
4d3145f3d3
MDL-10585:
...
MDL-10584:
Present more factually correct message when a guest attempts to enrol.
Provide a mechanism for specifying which role in a course holds the
enrolment key.
Merged from STABLE_18
2007-08-01 11:52:05 +00:00
toyomoyo
75c2ecc88e
merged fix for MDL-9337, hidden teachers are visible when not enroled
2007-07-09 07:42:46 +00:00
toyomoyo
cf05753492
cron unenrolment of manual should takes place in the main cron, MDL-10181
2007-07-04 02:24:05 +00:00
nicolasconnault
4876a566a4
MDL-8963 : The code was using $group->password instead of $group->enrolmentkey.
2007-03-21 06:20:02 +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
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
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
moodler
eb2963824b
XHTML Strict MDL-7861
2007-01-04 15:51:21 +00:00
skodak
658e87e302
MDL-7903 Guests can not enter course that allows guests with key; merged from MOODLE_17_STABLE
2006-12-18 19:21:10 +00:00
moodler
b1f318a67f
Merged guest key enrolment fix from stable MDL-6881
2006-10-23 06:38:15 +00:00
moodler
bd4128e91f
Merged enrolment-related fixes from stable
2006-10-20 17:53:50 +00:00
skodak
57f1b91497
fixed some incorrect strtolower() calls that were breaking non ascii languages MDL-6135
2006-10-07 20:47:54 +00:00
moodler
3a4c750bcc
FIxed up some more references to user tables
2006-10-04 07:36:58 +00:00
moodler
9f73cdabf7
renamed field in context table
2006-09-22 06:21:48 +00:00
moodler
1cd85caf3f
Fixed a typo
2006-09-17 16:10:00 +00:00
moodler
9d05e659cc
Rewritten manual enrolment module using new core functions.
...
(except for the last part of cron function, which is still ugly)
2006-09-17 16:08:34 +00:00
moodler
27e1437616
Removing unneeded functions, still needs some modernising
2006-09-16 14:02:51 +00:00
stronk7
afc36fdf2e
Patch submitted by Ethem:
...
Error message isn't shown when user clicked without key.
Multienrol is enabled (course enrol key with authorize)
This patch allows showing error message when user clicked button without key.
2006-09-03 20:16:24 +00:00
skodak
7eb60c262a
Bug #5995 - poor English in expiry notice; merged from MOODLE_16_STABLE
2006-07-03 07:21:20 +00:00
skodak
e87fe61524
Bug #5941 - Myriad of problems with Paypal enrollmemts, part 2 - Login as guest not shown to guests and there is login link instead of paypal button for guests; merged from MOODLE_16_STABLE
2006-06-28 15:26:31 +00:00
skodak
44adc9032b
Bug #5941 - Myriad of problems with Paypal enrollmemts, part 1; merged from MOODLE_16_STABLE
2006-06-28 12:45:28 +00:00