David Bogner
8b9fc06993
MDL-57636 frontpage: Fix display enrolled courses
2019-01-04 11:18:47 +01:00
Adrian Greeve
7f1fd5000d
Merge branch 'MDL-59954-master' of git://github.com/peterRd/moodle
2018-12-19 10:51:42 +01:00
Peter
6afbdf2778
MDL-59954 mod_course: Remove file size restriction on D&D on course page
...
Remove file size restrictions for teachers on course page.
Use user_max_upload_file_size instead of the max_file_size
2018-12-19 08:36:45 +08:00
Mihail Geshoski
6c52667722
MDL-63794 block_myoverview: Display the course category name in block
2018-12-17 13:21:55 +08:00
Shamim Rezaie
ea191cf1b4
MDL-41507 core_group: Consistent default value for FEATURE_GROUPS
2018-12-12 14:03:45 +11:00
Luca Bösch
c21b42e76a
MDL-64198 course: set formatted modulename for togglecompletion js.
2018-12-04 14:35:06 +01:00
Damyon Wiese
e67feef907
Merge branch 'MDL-64155-master' of git://github.com/vmdef/moodle
2018-12-03 15:26:08 +08:00
Eloy Lafuente (stronk7)
f47c8f3525
MDL-64300 upgrade: add 3.6.0 separation line to all upgrade scripts
2018-12-02 18:36:40 +01:00
David Monllao
823fc75421
Merge branch 'MDL-64282' of git://github.com/stronk7/moodle
2018-11-30 13:02:47 +01:00
Eloy Lafuente (stronk7)
085353b315
MDL-64282 versions: bump all versions and requires near release
...
version = 2018120300 release version
requires= 2018112800 current rc2 (week7roll1) version
2018-11-29 18:24:08 +01:00
Victor Deniz
fdf2abf871
MDL-64155 core: get_recent_courses considers enrolment status
2018-11-29 15:37:17 +00:00
Víctor Déniz Falcón
87173da483
MDL-64155 core: use favourite API to generate SQL
2018-11-29 15:37:17 +00:00
Bas Brands
f87181fdaf
MDL-63988 core_my: add course shortname to dashboard blocks …
...
* all dashboard card templates moved to /course/templates/
* added aria labels for course short name
* removed ":" from other course aria strings to improve screenreader output
2018-11-28 17:36:20 +01:00
Bas Brands
ecefd2d5b5
MDL-64172 block_myoverview: use .text-primary to colour star icons
...
Using the .text-primary class allows colour to be overridden easily
This will back the dashboard icons look consistent with the messaging icons.
2018-11-25 12:44:04 +01:00
Andrew Nicols
18b947671b
Merge branch 'MDL-63969-master-4' of git://github.com/mihailges/moodle
2018-11-19 12:27:37 +08:00
Mihail Geshoski
329f1f23ff
MDL-63969 core_course: Store favourite courses in the course context
...
The course favourites were previously set in the system context which
is not right as they should be stored in the course context.
2018-11-16 12:20:17 +08:00
Mihail Geshoski
214696b04f
MDL-63969 core_course: Update course privacy provider unit tests
2018-11-16 12:19:46 +08:00
Mihail Geshoski
4f8c9232f1
MDL-63969 core_course: Include core_favourites subsystem in provider
2018-11-16 12:18:58 +08:00
Eloy Lafuente (stronk7)
d27e49448f
Merge branch 'MDL-53566-master' of git://github.com/andrewnicols/moodle
2018-11-13 23:55:38 +01:00
Andrew Nicols
3a8cf5e67d
MDL-53566 core: Add UI for context locking
2018-11-13 21:17:40 +08:00
Andrew Nicols
0616f045c3
MDL-53566 core: Add support for context locking
...
This chagne adds support for a new feature known as Context Locking.
This allows a context to be locked, thereby removing all write
capabilities for all users (including admin) for that context, and all
child contexts.
2018-11-13 21:17:40 +08:00
Damyon Wiese
160e77f9d0
MDL-63716 course: less user_accesstime_log() calls
...
We should only call this function when a user actually views a course. It is not called
automatically when a course context is validated from a webservice. It is called directly
from the core_course_view_course webservice.
2018-11-12 16:11:15 +08:00
Bas Brands
78c06a660b
MDL-63830 block_myoverview: star icon updates
...
Change the star icon from being in a button and allow it to be
inline using spans instead of divs.
Add the option to passes css classed to the template.
2018-11-07 09:48:00 +01:00
Víctor Déniz Falcón
4f6680a1e9
MDL-63062 block_recentlyaccessedcourses: add starred icon
2018-11-05 23:51:49 +00:00
Victor Deniz
98a52c80bb
MDL-63062 block_recentlyaccessedcourses: add web service
2018-11-05 23:46:43 +00:00
Andrew Nicols
f3d077d0a7
Merge branch 'MDL-63457-master' of git://github.com/peterRd/moodle
2018-11-01 15:03:34 +08:00
Andrew Nicols
2badbd52a0
Merge branch 'MDL-63064-master' of git://github.com/lameze/moodle
2018-11-01 09:16:39 +08:00
Bas Brands
f6c6f215be
MDL-63064 block_starredcourses: move favouriteicon template
2018-10-31 10:44:20 -04:00
lameze
07fdb5a0a3
MDL-63064 block_starredcourses: change events to use pubsub
2018-10-31 10:44:08 -04:00
Eloy Lafuente (stronk7)
f3507f5982
Merge branch 'MDL-61197-master' of git://github.com/jleyva/moodle
2018-10-31 00:22:30 +01:00
Juan Leyva
716c103d49
MDL-63522 course: Restore config and static cache
2018-10-30 17:35:46 +01:00
Juan Leyva
b8a3567407
MDL-61197 core_group: Refactor get_course_user_groups to get all groups
...
This is a refactor of the function to be able to get all the user
course groups in just one call
2018-10-30 10:22:58 +01:00
Juan Leyva
1de51367f7
MDL-63522 course: Return completion info in get_course_content WS
2018-10-29 11:11:38 +01:00
Juan Leyva
1206a4878c
MDL-63522 course: Return more fields in get_course_content WS
...
We need those fields on the mobile app to be able to render the course view properly.
2018-10-29 11:10:51 +01:00
Peter
7dcb274c9e
MDL-63457 block_myoverview: Update getters for enrolled courses
...
* Update the enrol courses getter to accept an 'exclude course' id array
* Use the db query to filter hidden courses
2018-10-29 08:36:59 +08:00
Peter
e6f03948d7
MDL-63457 block_myoverview: Hide courses from individual overview blocks
...
* add new preferences for hidden courses
* Modified course filter to use the user preference
* Behat test
* Regex update
* Toggle hide/show
* Update enrolled_course getter to pass hidden value
* provider
* unit tests
2018-10-29 08:32:05 +08:00
Eloy Lafuente (stronk7)
51da48f193
Merge branch 'MDL-63765-master' of git://github.com/damyon/moodle
2018-10-26 10:21:43 +02:00
Damyon Wiese
cfd390ee94
MDL-63765 behat: Fix behat tests opening a menu
...
If javascript is disabled, we don't need to open the menus at all. If it is enabled
we should use the custom step where possible.
In some tests (user profile) we have to use link_or_button because
the element that opens the menu will be a link or a button in different themes.
2018-10-26 16:14:41 +08:00
Andrew Nicols
2263bbdfce
Merge branch 'MDL-63058-master' of git://github.com/bmbrands/moodle
2018-10-25 11:49:45 +08:00
Michael Hawkins
01723da4eb
MDL-63668 core_course: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-23 10:06:26 +08:00
Bas Brands
3cfff88516
MDL-63058 block_myoverview: starring and storing preferences
2018-10-20 17:53:35 +02:00
Eloy Lafuente (stronk7)
e38e2cde4e
Merge branch 'MDL-60145-master' of https://github.com/snake/moodle
2018-10-18 18:56:34 +02:00
Damyon Wiese
54697072a6
Merge branch 'MDL-62960-master' of git://github.com/rezaies/moodle
2018-10-16 11:43:24 +08:00
Shamim Rezaie
586886b346
MDL-62960 calendar: Implementing course events validity check callback
2018-10-16 12:58:25 +11:00
Eloy Lafuente (stronk7)
1a51deaf69
Merge branch 'MDL-63583-master' of git://github.com/jleyva/moodle
2018-10-16 00:29:02 +02:00
Jun Pataleta
6bcf1e76c4
Merge branch 'MDL-63337-master' of git://github.com/bmbrands/moodle
2018-10-15 21:03:16 +08:00
Bas Brands
6481a21fc3
MDL-63337 block_myoverview: enrol_get_my_courses sort ul.timeaccess
2018-10-15 08:42:08 +02:00
Andrew Nicols
489dd14569
Merge branch 'MDL-63542-master' of git://github.com/jleyva/moodle
2018-10-15 10:57:38 +08:00
David Monllao
a169745489
MDL-60710 course: Fix incorrect reference to role
2018-10-10 10:57:47 +02:00
Jake Dallimore
de60737dd7
MDL-60145 course: fix bug with group restictions button during mod edit
...
If a mod doesn't support groups, then we remove the grouping element,
and now also the 'add group/group restriction' helper button too.
2018-10-10 08:40:07 +08:00