Juan Leyva
62b40d2743
MDL-65969 course: Indicate when the module is not linking to a new page
2019-08-15 20:33:08 +01:00
Adrian Greeve
523e51ff4d
Merge branch 'MDL-65621-dimmed-courses' of https://github.com/stopfstedt/moodle
2019-08-14 14:56:07 +08:00
David Monllaó
6981d823a2
MDL-66241 analytics: Verify that activities_due works on at-risk
2019-08-14 14:29:16 +08:00
David Monllaó
d7ef852c83
MDL-66241 analytics: activities_due compatible with at-risk models
2019-08-14 14:29:16 +08:00
Andrew Nicols
59008247db
Merge branch 'MDL-60916-master_replace_course_search_wth_global_search' of https://github.com/gmrsagar/moodle
2019-08-14 10:35:22 +08:00
Jun Pataleta
9897d03d95
Merge branch 'MDL-56789-master' of git://github.com/rezaies/moodle
2019-08-07 14:01:39 +08:00
Shamim Rezaie
f73b22a3ac
MDL-56789 core: Improve unit tests
2019-08-07 15:25:16 +10:00
Shamim Rezaie
36272110ba
MDL-56789 core: Recycle bin warn only if a grade item is being deleted
2019-08-07 15:25:11 +10:00
Shamim Rezaie
6cdf0207ff
MDL-56789 core: Added unit test for course_modules_pending_deletion
2019-08-07 14:18:11 +10:00
Mathew May
28cbff4a2d
MDL-64953 templates: Add example contexts & documentation
...
This is a follow up from CiBot warnings from MDL-58428
2019-08-06 10:56:16 +08:00
Sagar Ghimire
36667548b5
MDL-60916 core_course: Replace course search with global search
2019-08-05 16:05:10 +10:00
Adrian Greeve
57d42d0598
Merge branch 'MDL-65633_master' of git://github.com/dmonllao/moodle
2019-07-25 14:41:15 +08:00
Adrian Greeve
a35b6a775a
Merge branch 'MDL-66021-master' of git://github.com/peterRd/moodle
2019-07-25 14:41:14 +08:00
Jake Dallimore
c5b9f7fd70
Merge branch 'MDL-66144-master' of https://github.com/ryanwyllie/moodle
2019-07-22 15:19:17 +08:00
Jake Dallimore
e255959e76
Merge branch 'MDL-66143-master' of git://github.com/junpataleta/moodle
2019-07-22 13:47:17 +08:00
Jun Pataleta
b850ddfdd5
MDL-66143 course: Integration review fixes
2019-07-22 11:52:41 +08:00
Jun Pataleta
a676250f97
MDL-66143 course: Behat tests for the relative dates mode field
2019-07-22 11:52:41 +08:00
Jun Pataleta
f96623cb74
MDL-66143 course: Relative dates mode handling
...
* On course creation, make sure that we can enable relative dates mode
only when the site setting is enabled.
* On course update, make sure that the relative dates mode setting
cannot be changed.
2019-07-22 11:52:41 +08:00
Jun Pataleta
9d8cdb9ba8
MDL-66143 course: Add relativedatesmode course setting
2019-07-22 11:52:38 +08:00
Ryan Wyllie
195ea4480b
MDL-62497 javascript: build AMD modules with new transpiler
2019-07-19 14:12:49 +08:00
David Monllaó
3cb0aaaa8c
MDL-65633 analytics: New interfaces for time-splitting methods
2019-07-18 18:38:13 +02:00
Ryan Wyllie
48272cb849
MDL-66144 course: make course format weeks show relative dates
2019-07-17 15:52:51 +08:00
Ryan Wyllie
00a66396c7
MDL-66144 course: add function to calculate user course dates
2019-07-17 15:52:51 +08:00
Peter
1a9699012f
MDL-66021 restore: Additional restore unit tests with async mode
2019-07-17 10:52:53 +08:00
sam marshall
107ab4b97b
MDL-65931 Web services: get_courses_by_field minor inefficiency
...
When called with a list of course IDs, this change makes it preload
the contexts and categories before further processing. This saves a
number of queries, depending on how many courses you call it for.
(Typically the function is called with a list of all your enrolled
courses.)
The change may also improve performance for other web services that
call the validate_courses function.
2019-07-10 18:27:42 +01:00
Stefan Topfstedt
1606fb6812
MDL-65621 block_myoverview: tag courses as "hidden from students"
...
This is intended to visually separate hidden course from open
courses in the course overview block
by applying a "Hidden from students" tag to the various views in
this block.
To achive this, the course summary exporter's output must be
augmented with a "visiblity" attribute,
carrying the given course's corresponding visibility setting.
Since the exporter now expects this data point as part of its input,
the output of the course_get_recent_courses()
function had to also be augmented with the course visibility setting
to provide this value.
2019-07-05 14:41:46 -07:00
Gareth Barnard
5f3d948aaf
MDL-65853 format_base: Labels counted in section activity summary.
2019-06-27 23:32:35 +01:00
Dmitrii Metelkin
f82931c169
MDL-65922 core: add grade_item_updated event
2019-06-21 08:54:37 +10:00
Eloy Lafuente (stronk7)
90b01a0015
Merge branch 'MDL-57487-master' of git://github.com/sarjona/moodle
2019-06-19 23:05:50 +02:00
Eloy Lafuente (stronk7)
3831934241
Merge branch 'MDL-65151-master' of git://github.com/aanabit/moodle
2019-06-19 22:52:32 +02:00
Sara Arjona
c128ccc142
MDL-57487 course: final deprecation external::get_activities_overview
2019-06-14 17:41:18 +02:00
Amaia Anabitarte
77e4d6f13b
MDL-65151 core_course: Final deprecation of section_edit_controls()
2019-06-14 10:18:22 +02:00
Amaia Anabitarte
b6bac30fdf
MDL-65869 behat: Moving @app behat tests from core to moodlemobileapp
...
As described in MDL-65869 we are moving @app behat tests to
https://github.com/moodlehq/moodle-local_moodlemobileapp to be easier to maintain
and be sure are working with different mobile versions.
So we are not deprecating tests from core, just removing them because will be
in a different location.
2019-06-14 10:16:44 +02:00
Adrian Greeve
fa5bed66de
Merge branch 'MDL-65369_master' of https://github.com/marxjohnson/moodle
2019-06-13 18:04:59 +02:00
Mark Johnson
288d6ebb54
MDL-65369 events: Include changed course settings in course_updated
2019-06-12 09:54:30 +01:00
David Monllaó
c182a67fa0
MDL-65829 analytics: Accept enrol start time after analysis time
2019-06-06 19:05:48 +02:00
Andrew Nicols
281474a5fe
MDL-64330 course: Correct course test assumptions
2019-05-27 15:07:47 +08:00
Adrian Greeve
c37a446ac4
Merge branch 'MDL-65634_master' of git://github.com/dmonllao/moodle
2019-05-23 09:53:47 +08:00
Sara Arjona
f78e30fef2
Merge branch 'MDL-65661-master' of git://github.com/peterRd/moodle
2019-05-22 14:57:39 +02:00
Peter
bdd3681504
MDL-65661 core_course: Truncate long course names
2019-05-22 19:29:39 +08:00
David Monllaó
ed1a2e8a54
MDL-65634 analytics: Discard late and early student enrolments
2019-05-21 17:24:49 +02:00
Eloy Lafuente (stronk7)
3572a25cc3
MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts
2019-05-20 19:35:05 +02:00
Eloy Lafuente (stronk7)
c9a1a6341c
MDL-65571 versions: bump all versions and requires near release
...
version = 2019052000 release version
requires= 2019051100 current beta (week6roll2) version
2019-05-12 23:46:34 +02:00
David Mudrák
14f7489675
MDL-65537 lang: Use fixed strings in tests, too
2019-05-10 12:37:03 +02:00
Adrian Greeve
32e5731990
Merge branch 'MDL-65188-master' of git://github.com/andrewnicols/moodle
2019-05-08 10:47:25 +08:00
Adrian Greeve
ba235a9c01
Merge branch 'MDL-65495-master-courseid' of git://github.com/mudrd8mz/moodle
2019-05-07 16:26:46 +08:00
Andrew Nicols
76f90cbe62
MDL-65449 course: Add deprecation tag
2019-05-07 16:24:39 +08:00
Andrew Nicols
0ba8114bd4
MDL-65188 tests: Move var to before resource creation
2019-05-07 12:57:13 +08:00
David Mudrák
850ff963c5
MDL-65495 hub: Fix undefined variable usage
2019-05-06 12:46:43 +02:00
Bas Brands
620896cf45
MDL-65449 themes: allow overriding course patterns
...
* moving course pattern generation to core_renderer
2019-05-06 09:42:59 +02:00