Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
Marina Glancy
b654819297
MDL-35618 enrol_manual: Add possibility to manually enrol cohort members
2014-10-03 18:28:45 +08:00
Daniel Neis Araujo
b5a289c4e8
MDL-46509 enrol: Require 'enrol/PLUGIN:config' capabilities to show/hide enrollment instances
2014-08-21 19:01:57 -03:00
Dan Poltawski
82f88cabe9
MDL-35864 enrol: misc fixups
...
* Removed get_config_instance_capabilities() which was from
older reviewed vrsions of the patch
* Added note to upgrade.txt
* Fixed deprecation note
* Bump versions
2014-07-22 17:02:21 +01:00
Daniel Neis
ee9e079ddd
MDL-35864 Require 'enrol/PLUGIN:config' capabilities to delete enrol instances
2014-06-20 13:08:18 -03:00
Eloy Lafuente (stronk7)
f94891cc00
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:13:42 +02:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Petr Škoda
900b1bf7d1
MDL-43200 fix enrol_manual externallib tests
2014-02-12 16:01:34 +08:00
apsdehal
f80add6990
MDL-43200 WebServices: Reset Instance variable
2014-02-04 19:38:34 +05:30
Mark Nelson
f1f4f4fd7b
MDL-40909 core_enrol: removed 'enrol' add_to_log calls
...
Before each of these calls a call to enrol_user() is made, which
triggers the event 'user_enrolment_created'. Nothing more is needed.
2014-01-27 19:52:55 -08:00
Mark Nelson
6324517209
MDL-40909 core_enrol: removed 'unenrol' add_to_log calls
...
Before each of these calls a call to unenrol_user() is made, which
triggers the event 'user_enrolment_deleted'. Nothing more is needed.
2014-01-27 19:52:55 -08:00
Jerome Mouneyrac
571906e3f7
MDL-42085 Enrol: Always apply enrolment duration.
...
Before the fix, the startdates and duration fields were integrated to HTML code only
when the user clicked on the collapsible region to see them.
It was wrong because their values were not sent by the form
if ever the user didn't expand this Enrolment options region.
2013-12-12 16:04:52 +08:00
Sam Hemelryk
a59a423926
Merge branch 'MDL-42084-master' of git://github.com/sammarshallou/moodle
2013-12-03 11:12:34 +13:00
Damyon Wiese
47578dbff4
MDL-42930 Add 2.6.0 upgrade line
2013-11-18 11:47:17 +08:00
sam marshall
3ef7279f26
MDL-42084 Core: Change set_time_limit to core_php_time_limit::raise everywhere
...
Exceptions (places where set_time_limit is still left) are:
Third-party libraries:
ADODB
PHPMailer
Moodle core:
PHPUnit - not relevant (CLI mode)
2013-11-06 16:40:01 +00:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Petr Škoda
12c92bca22
MDL-37717 warn teachers before disabling or deleting their enrolment method
2013-10-04 16:02:48 +02:00
Rajesh Taneja
bb78e249cd
MDL-39961 Events: Replace Legacy events - User
...
This change includes:
* Added user_updated event, replacing old event
* Added user_created event, replacing old event
* Added user_deleted event, replacing old event
* Added user_loggedout event, replacing old event
* Added user_enrolment_created event, replacing old event
* Added user_enrolment_deleted event, replacing old event
* Added user_enrolment_updated event, replacing old event
2013-09-02 16:10:05 +08:00
Damyon Wiese
74df2951d1
Revert "MDL-39876 Change get_record('course') calls to get_course"
...
This reverts commit ab7632b74c331540c90229bf03d13aa2e6bdd9be.
2013-08-21 13:42:30 +08:00
sam marshall
ab7632b74c
MDL-39876 Change get_record('course') calls to get_course
2013-08-15 11:31:20 +01:00
Petr Škoda
8d4f13666b
MDL-37974 fix verbose output when expiring manual enrolments
2013-06-07 21:18:54 +02:00
MorrisR2
80f1c6adc0
MDL-37974 add "Disable course enrolment" expiration action for manual enrolments
...
Commit amended by Petr Skoda to match recommended coding style.
2013-06-07 21:06:47 +02:00
Eloy Lafuente (stronk7)
c9e54743ec
MDL-39753 Add 2.5.0 upgrade line
2013-05-20 15:33:19 +02:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Sam Hemelryk
d36cc73edb
Merge branch 'w17_MDL-39386_m25_enroldocs' of git://github.com/skodak/moodle
2013-04-30 11:00:06 +12:00
Petr Škoda
31ac2aef26
MDL-39386 fix phpdocs packages in enrol
2013-04-27 13:41:32 +02:00
Charles Fulton
ef8a733aa6
MDL-36024 enrol: enable grade recovery for all enrol plugins
2013-04-26 05:08:23 -07:00
Jerome Mouneyrac
63c7be350b
MDL-34434 Change the texts saying that we'll be removing web service deprecated functions from 2.5
2013-04-17 12:13:04 +08:00
David Monllao
361c4da2fb
MDL-38821 enrol_manual: Fixing setType missing calls
2013-04-02 15:37:11 +08:00
Petr Škoda
77a5c09354
MDL-37742 simplify dirty one-space oracle hack
2013-03-24 13:43:18 +01:00
Eloy Lafuente (stronk7)
66f1870701
Merge branch 'w12_MDL-38180_m25_enrolpics' of git://github.com/skodak/moodle
2013-03-19 17:58:55 +01:00
Petr Škoda
d2f3c5c58d
MDL-38180 do not add links for enrol and other users candidates
2013-03-17 22:21:27 +01:00
Rajesh Taneja
9a51c3d95c
MDL-36395: Converted hard-coded MAX_USER_PER_PAGE to config setting
...
course, cohort, enrol, role, groups and forum used to use hard-coded
MAX_USERS_PER_PAGE=100 for rendering user list. This has been converted
to $CFG->maxusersperpage.
2013-03-12 17:14:53 +08:00
Petr Škoda
0f39498480
MDL-38096 fix availability of bulk enrol actions
2013-02-27 16:12:07 +08:00
Petr Škoda
506338d5de
MDL-38096 fix availability of enrol button
2013-02-27 16:12:07 +08:00
Petr Škoda
ce9d54b9f3
MDL-38096 use separate manual enrol and unenrol capabilities in UI
2013-02-24 13:28:48 +01:00
Eloy Lafuente (stronk7)
a5b1f1e2f2
Merge branch 'MDL-38031-master' of git://github.com/FMCorz/moodle
2013-02-19 12:46:36 +01:00
Rossiani Wijaya
62a973cef0
MDL-37396 Enrollmen: pass $perpage as optional_param and set default perpage variable in quickenrolment.js
2013-02-18 13:22:07 +08:00
Rossiani Wijaya
4be3ed4b3d
MDL-37396 User Enrollment: fixed missing user from enrolment sub-menu
2013-02-18 10:28:23 +08:00
Frederic Massart
982f4bc40e
MDL-38301 usability: Fixed wrong icon size
2013-02-15 10:04:57 +08:00
Andrew Davis
c90e6b4644
MDL-36091 added debugging() calls in blocks of code marked as "should never happen"
2013-02-11 13:24:52 +08:00
Petr Škoda
0aaea0d241
MDL-37184 refactor enrolment editing code to be shared by plugins
...
AMOS BEGIN
MOV [editenrolment,enrol_self],[editenrolment,core_enrol]
AMOS END
2013-01-12 15:47:04 +01:00
Petr Škoda
5d549ffc8c
MDL-37299 use progress_trace in enrol_manual and enrol_self sync
2012-12-29 21:50:32 +01:00
Dan Poltawski
3280819b20
Merge branch 'MDL-30899_master' of git://github.com/dmonllao/moodle
2012-12-18 09:10:42 +08:00
Sam Hemelryk
e7335920f3
MDL-33448 enrol_manual: Reduced JS get_string calls for the yui widget
2012-12-12 09:37:27 +08:00
Sam Hemelryk
abb0ce1b42
MDL-33448 enrol_manual: Reordered things to improve JS performance when enrolling users
2012-12-12 09:37:27 +08:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Sam Hemelryk
2644c4f33a
Merge branch 'MDL-30139_master' of https://github.com/markn86/moodle
2012-11-28 11:14:47 +13:00
David Monllao
f068cac195
MDL-30899 moodle-core-notification Adding focus to non modal windows
2012-11-27 14:40:10 +08:00