Sam Hemelryk
79257da228
Merge branch 'wip-mdl-41590' of git://github.com/rajeshtaneja/moodle
2013-09-11 08:45:22 +12:00
Sam Hemelryk
c02045ddc4
Merge branch 'wip-mdl-41589' of git://github.com/rajeshtaneja/moodle
2013-09-11 08:34:58 +12:00
Damyon Wiese
603913bcbb
Merge branch 'MDL-41497-master' of https://github.com/willylee/moodle
2013-09-10 12:21:20 +08:00
Marina Glancy
4a3fb71c4f
MDL-41436 Removing references to fields course.modinfo, sectioncache
...
Also add the field cacherev to the lists of default fields in course retrieval functions
2013-09-10 14:11:51 +10:00
Nitzan Bar
ee2d1451a6
MDL-41528 enrol/ldap course default settings when no course template is selected
2013-09-06 02:05:40 +03:00
Rajesh Taneja
cc6a0dd095
MDL-41605 Enrolments: Updated unassign role url to use roleid as param
...
Filter on enrolled users page use role param to perform filtering by role,
and unassign role also contain role param to remove user role in course
which used to conflict. Looking at assign role, we use roleid param, so
using roleid for unassigning as well
2013-09-05 11:47:19 +08:00
Rajesh Taneja
b7a5eb1ed8
MDL-41590 Enrolments: If course is deleted, then use courseid for reference
2013-09-04 17:32:19 +08:00
Rajesh Taneja
2e4b1fc728
MDL-41589 Enrolments: Fixed role unassign confirmation dialog
2013-09-04 14:35:36 +08:00
Rajesh Taneja
9077fc61f7
MDL-41413 Events: replaced course_deleted event handler with observer
2013-09-03 14:55:03 +08:00
Rajesh Taneja
8525a8f0d5
MDL-41413 Events: replaced role_unassigned event handler with observer
2013-09-03 14:54:58 +08:00
Rajesh Taneja
f58915f0bb
MDL-41413 Events: replaced role_assigned event handler with observer
2013-09-03 14:54:44 +08: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
Willy Lee
d991bc77fa
MDL-41497 enrol_database: Added help text for using odbc dsn names instead
2013-08-29 15:36:44 -05:00
Nitzan Bar
fdb04f62e9
MDL-41259 when duplicate course shortname exists an exception is thrown and sync is aborted
2013-08-27 21:13:57 +03: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 Hemelryk
6eee89bc8f
Merge branch 'MDL-39876-master' of git://github.com/sammarshallou/moodle
...
Conflicts:
course/lib.php
2013-08-21 12:08:46 +12:00
Sam Hemelryk
1ef7722cba
Merge branch 'master_MDL-41144' of git://github.com/danmarsden/moodle
2013-08-21 11:01:51 +12:00
Damyon Wiese
e2f36a71a8
Merge branch 'MDL-41191-master' of git://github.com/danpoltawski/moodle
2013-08-20 16:13:55 +08:00
Dan Poltawski
6f44a73369
Merge branch 'w33_MDL-39474_m26_debugdeveloper' of https://github.com/skodak/moodle
...
Conflicts:
lib/upgrade.txt
2013-08-20 11:42:03 +08:00
Nadav Kavalerchik
373c610ed1
MDL-39703 Roles, Themes: Fix "Add role" dialog width and position, in RTL mode (theme/clean)
2013-08-18 21:51:51 +03:00
Dan Marsden
a4aaeeaa81
MDL-41144 enrol_flatfile: ignore deleted users.
2013-08-16 09:32:22 +12:00
sam marshall
ab7632b74c
MDL-39876 Change get_record('course') calls to get_course
2013-08-15 11:31:20 +01:00
Dan Poltawski
631d9f661f
MDL-41191 enrol: unit tests for enrol_get_shared_courses
2013-08-15 11:50:08 +08:00
Petr Škoda
96f81ea385
MDL-39474 introduce $CFG->debugdeveloper and cleanup $CFG init
2013-08-12 13:01:47 +02:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Marina Glancy
9be9b412b1
Merge branch 'wip-mdl-40126' of git://github.com/rajeshtaneja/moodle
2013-08-06 22:53:19 +10:00
Sam Hemelryk
5261f26e0e
Merge branch 'w32_MDL-41002_m26_enroltypo' of https://github.com/skodak/moodle
2013-08-06 16:55:48 +12:00
Petr Škoda
8252b7c291
MDL-40901 standardise core test case class and file names
...
This finally allows us to type only the class name when executing individual core test cases.
2013-08-04 22:10:31 +02:00
Petr Škoda
529342bb9f
MDL-41002 fix typo causing fatal error on other users page
...
Credit goes to Bernhard Brandstetter, thanks!
2013-08-04 15:00:53 +02:00
Sam Hemelryk
9459ccc974
NOBUG fixed whitespace
2013-07-30 10:08:51 +12:00
Rajesh Taneja
be9bf94e4a
MDL-40126 Enrolments: Implemented two webservices to get enrolment instance info
...
1. core_enrol_get_course_enrolment_methods() which returns all enrolment method instances
which implement get_enrol_info()
2. enrol_self_get_instance_info() will return information about self enrolment instance.
2013-07-29 15:07:37 +08:00
Petr Škoda
1344bc780a
MDL-39786 add support for suspend only in meta course plugin
2013-07-26 10:33:14 +02:00
Petr Škoda
17601a7e12
MDL-39985 add explicit MariaDB support
2013-07-24 10:45:20 +08:00
Eloy Lafuente (stronk7)
18c4d7e68c
Merge branch 'w30_MDL-40723_m26_creators' of https://github.com/skodak/moodle
2013-07-23 20:32:40 +02:00
Petr Škoda
54d5308ef0
MDL-40723 use guess_if_creator_will_have_course_capability() for the new weird function
2013-07-23 15:55:07 +02:00
Sam Hemelryk
18474f822b
Merge branch 'MDL-40666-master' of git://github.com/danpoltawski/moodle
2013-07-23 14:09:08 +12:00
Eloy Lafuente (stronk7)
63ff2c5c2f
Merge branch 'MDL-39635_master' of git://github.com/dmonllao/moodle
2013-07-23 00:45:13 +02:00
Petr Škoda
dba745265f
MDL-40723 use will_have_course_capability() to verify future course creator capabilities when creating courses
2013-07-21 17:03:20 +02:00
David Monllao
3897608152
MDL-39635 behat: XPath cleanups
...
- Escaping steps arguments redirected to other steps
- Adding normalized-space() in all contains() assertions
- General xpaths review
- Convering provided xpath text strings to xpath literals
to avoid problems with arguments containing both single
quotes and double quotes
2013-07-19 10:02:36 +02:00
David Monllao
dedb973878
MDL-39635 behat: Replacing hardcoded language strings
...
Using get_string() instead.
2013-07-19 10:02:10 +02:00
Petr Škoda
4b734e74ae
MDL-39846 more fixing and cleanup of new events
...
* fix typos (thanks Rajesh)
* move log related data out from event API specification
* change callable key in definition to callback
* use event data in observers instead of cached records if possible
* event level is now a number 1…100
* improved event safety checks
* add event name and description method
* new can_view() method
* improve unit tests to test all callable types
* improved performance
2013-07-19 08:43:27 +02:00
Petr Škoda
e99a209094
MDL-39846 convert enrol_category to new events and class loader
2013-07-19 08:43:27 +02:00
Eloy Lafuente (stronk7)
fb1788c598
Merge branch 'MDL-40424-master' of git://github.com/FMCorz/moodle
...
Conflicts:
admin/oacleanup.php
2013-07-17 01:21:51 +02:00
Dan Poltawski
fb5ce7d351
MDL-40666 enrol|cohort: PARAM_NUMBER -> PARAM_INT
...
PARAM_NUMBER is a float, our id's are int's
* Fix core_cohort_get_cohorts to specify correct return type on cohort id
* Fix core_enrol_get_enrolled_users_with_capability to specify correct
correct return type on user id
* Fix core_cohort_update_cohorts to specify the right parameter type
(int) on cohort id
* Add tests to verify the bug on core_cohort_update_cohorts param type.
2013-07-16 15:03:03 +08:00
Dan Poltawski
c06a812ed6
MDL-28466 Remove enrol_authorize - this code is dead
...
It does not work and its not maintained.
2013-07-15 10:25:13 +08:00
Frederic Massart
2e4c0c9181
MDL-40424 libraries: Deprecate context_instance_preload_sql()
2013-07-12 17:41:49 +08:00
Rajesh Taneja
117e94a050
MDL-40358 Enrolments: Fixed sql when user is suspended
2013-07-10 17:40:20 +10:00
Sam Hemelryk
a8402cc115
Merge branch 'MDL-40527' of git://github.com/timhunt/moodle
2013-07-10 10:31:39 +12:00
Sam Hemelryk
d9734c91ee
MDL-40358 enrol: whitespace clean up
2013-07-10 10:07:10 +12:00
Sam Hemelryk
fc7e5a031e
Merge branch 'wip-mdl-40358' of git://github.com/rajeshtaneja/moodle
2013-07-10 09:54:38 +12:00