Petr Skoda
c1adaed0b5
MDL-23502 no form field disabling necessary any more
2010-07-31 13:22:44 +00:00
Petr Skoda
0848a19608
MDL-23502 make sure there are not multiple instances of manual enrol plugin
2010-07-31 12:20:23 +00:00
Petr Skoda
eafb7a72dc
MDL-23502 manual enrol plugin is not part of course edit screen any more
2010-07-31 12:13:38 +00:00
Petr Skoda
2d4b1f3e0d
MDL-23502 refactoring towards separate instance config forms
2010-07-31 09:58:36 +00:00
David Mudrak
9f38cdce0a
MDL-22997 Enrol plugins help - credit goes to Helen for wording the texts
2010-07-19 16:42:09 +00:00
David Mudrak
6a39275870
NOMDL Removing duplicate line, no need to reload $instance
2010-07-18 12:36:48 +00:00
David Mudrak
2d3522ae1e
NOMDL Fixed incorrect throwing of exceptions - missing 'new' or unknown exception class
2010-07-18 12:30:49 +00:00
Petr Skoda
2a6dcb72a2
MDL-23237 new timecreated field in user_emrolments and adding timestart to enrol plugins that know it
2010-07-13 20:58:17 +00:00
Petr Skoda
91b99e8018
MDL-23232 added support for enrol_plugin->all_enrol() which indicates plugin allows users to add new enrolments manually
2010-07-12 17:46:48 +00:00
Helen Foster
53ccc14fd2
MDL-22997 adding help strings
2010-07-07 14:15:29 +00:00
Petr Skoda
df997f841f
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
...
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
David Mudrak
30c8dd34f7
MDL-15252 Re-committing all English strings exported from AMOS
...
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.
The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.
Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
David Mudrak
34970b7fc6
MDL-21694 Moving enrolment methods strings into plugin space
2010-03-29 20:31:04 +00:00
Petr Skoda
d776d59ee2
MDL-21235 fixed select method name
2010-01-16 18:29:51 +00:00
Petr Skoda
4b9210f31b
MDL-21235 more conversion to new select
2010-01-16 18:25:51 +00:00
Inaki
7a9f7d6c8a
enrolment plugins: MDL-21337 Missing global $OUTPUT variable in some enrolment plugins configuration page
2010-01-13 22:16:01 +00:00
Petr Skoda
5c2ed7e215
MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements
2010-01-03 15:46:14 +00:00
Petr Skoda
4454447d56
MDL-20700 whitespace terror returns
2009-12-16 22:14:17 +00:00
Petr Skoda
b5d0cafc6f
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
2009-12-16 21:50:45 +00:00
Petr Skoda
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00
Petr Skoda
825ac7f8f9
MDL-20901 fixed input validation
2009-11-19 19:41:52 +00:00
Petr Skoda
7c7d3afab5
MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems"
2009-11-07 10:27:57 +00:00
Petr Skoda
4317f92f3f
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 12:51:40 +00:00
samhemelryk
01d082fa17
enrol MDL-19795 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants
2009-09-04 06:29:26 +00:00
nicolasconnault
4644e09c4a
MDL-19795 Upgraded calls to link_to_popup_window()
2009-08-20 13:15:04 +00:00
nicolasconnault
7d50e687b9
MDL-19795 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:40:32 +00:00
nicolasconnault
f147f547cb
MDL-19795 Upgraded calls to choose_from_menu
2009-08-17 15:18:35 +00:00
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