- 28 Jan, 2014 2 commits
-
-
Mark Nelson authored
Before each of these calls a call to enrol_user() is made, which triggers the event 'user_enrolment_created'. Nothing more is needed.
-
Mark Nelson authored
Before each of these calls a call to unenrol_user() is made, which triggers the event 'user_enrolment_deleted'. Nothing more is needed.
-
- 05 Sep, 2013 2 commits
-
-
Mark Nelson authored
1) Moved the calendar types location to a sub-folder in the calendar directory. 2) Removed/moved language strings. 3) Removed calendar types that should be downloaded as plugins. 4) Removed a Non-English language pack for the Gregorian calendar type that should be downloaded separately. 5) Removed custom files responsible for checking for updates and uninstalling calendar types, which should be done by core. 6) Removed JS from the calendar_month block as there is no non-JS alternative provided and the JS written does not make use of the YUI library to ensure multiple browser support. 7) Removed code from the base class responsible for creating timestamps that are saved in the DB. 8) Added PHPDocs. Note: In the original patch we are editing core functions responsible for saving time in the database in the calendar base class. This is very dangerous, we do not want to touch these functions as it could cause a complete fubar of the database. There are places we are forcing the use of the gregorian calendar as we are passing dates generated by the PHP date function, where as sometimes we pass dates from usergetdate (which was being overwritten to return the date specific to the calendar). We can not expect third party modules to change the calendar type depending on the format they pass to these functions.
-
Conflicts: course/edit_form.php lib/db/install.xml lib/form/dateselector.php lib/form/datetimeselector.php lib/setup.php
-
- 21 Aug, 2013 1 commit
-
-
Damyon Wiese authored
This reverts commit ab7632b7.
-
- 15 Aug, 2013 1 commit
-
-
sam marshall authored
-
- 24 Feb, 2013 1 commit
-
-
Petr Škoda authored
-
- 02 Oct, 2012 1 commit
-
-
Adam Olley authored
-
- 26 Aug, 2012 1 commit
-
-
Petr Škoda authored
-
- 03 Aug, 2012 1 commit
-
-
Rossiani Wijaya authored
-
- 23 Jul, 2012 1 commit
-
-
Frederic Massart authored
-
- 11 Apr, 2012 1 commit
-
-
Sam Hemelryk authored
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag" This reverts commit f9f281b8.
-
- 30 Mar, 2012 1 commit
-
-
Rossiani Wijaya authored
-
- 18 Oct, 2010 1 commit
-
-
Rossiani Wijaya authored
-
- 31 Jul, 2010 1 commit
-
-
Petr Skoda authored
-
- 18 Jul, 2010 2 commits
-
-
David Mudrak authored
-
David Mudrak authored
-
- 14 Jul, 2010 1 commit
-
-
Petr Skoda authored
MDL-23237 new timecreated field in user_emrolments and adding timestart to enrol plugins that know it
-
- 13 Jul, 2010 1 commit
-
-
Petr Skoda authored
MDL-23232 added support for enrol_plugin->all_enrol() which indicates plugin allows users to add new enrolments manually
-
- 21 Jun, 2010 1 commit
-
-
Petr Skoda authored
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
-