Jake Dallimore
f50a87f8e5
Merge branch 'MDL-28445-master' of git://github.com/peterRd/moodle
2019-01-21 15:58:30 +08:00
Luca Bösch
df0a2e21dd
MDL-64360 mod_assign: Add help icon to notify students checkbox.
2019-01-18 00:02:49 +01:00
Peter
f5503c1161
MDL-28445 mod_glossary: Use compound strings as opposed to anglicised
...
* Use compound strings on buttons to help with proper translations
* Updated behat tests
2019-01-17 10:58:04 +08:00
Sara Arjona
ce5ca79ba5
Merge branch 'MDL-64346-master' of git://github.com/abgreeve/moodle
2019-01-15 15:38:12 +01:00
Adrian Greeve
b70c364a7f
MDL-64346 mod_resource: Fix problems with # in file name.
2019-01-15 14:24:13 +01:00
Sara Arjona
0f1377cc31
Merge branch 'MDL-60082-master' of git://github.com/damyon/moodle
2019-01-14 12:03:06 +01:00
Jake Dallimore
111dfd2db5
Merge branch 'MDL-64375-master' of git://github.com/damyon/moodle
2019-01-09 15:33:09 +08:00
Eloy Lafuente (stronk7)
644d0e2d97
MDL-24951 mod_forum: Apply new string to related scenarios
...
Plus amend an scenario name that was clearly incorrect.
2019-01-08 16:51:36 +01:00
Eloy Lafuente (stronk7)
2c4463bf0f
Merge branch 'MDL-64509-master-enfix' of git://github.com/mudrd8mz/moodle
2019-01-08 16:17:06 +01:00
Andrew Nicols
f0b09fe329
Merge branch 'MDL-24951-master' of git://github.com/Chocolate-lightning/moodle
2019-01-08 13:46:11 +08:00
Andrew Nicols
024b5c5b9f
Merge branch 'MDL-63722-master' of git://github.com/rezaies/moodle
2019-01-08 12:04:19 +08:00
Andrew Nicols
8feef7308a
Merge branch 'MDL-64400-master' of git://github.com/aanabit/moodle
2019-01-08 08:27:06 +08:00
Andrew Nicols
792267c3b4
Merge branch 'MDL-63276' of https://github.com/stronk7/moodle
2019-01-08 06:55:37 +08:00
Eloy Lafuente (stronk7)
11825f1439
Merge branch 'MDL-63809-master-5' of git://github.com/rezaies/moodle
2019-01-07 22:12:45 +01:00
Helen Foster
65d70aa81b
MDL-64509 lang: Import fixed English strings (en_fix)
...
Significant string change: enablerunnow_desc,tool_task - including
mention of pathtophp requirement
2019-01-07 14:40:34 +01:00
Damyon Wiese
9a4c6a245c
MDL-64375 gradingform_rubric: Styles for overflow
...
Allow people to define lots of levels, and make the scroll region just the rubric table,
not the entire content region.
2019-01-04 08:44:10 +08:00
Eloy Lafuente (stronk7)
a12207be25
MDL-63276 upgrade: clean < 3.2.0 upgrade steps
...
3.7 (min PHP 7.1) requires 3.2 (first version supporting PHP 7.1)
This just deletes all the upgrade steps previous to 3.2.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Also includes an upgrade step to prevent upgrading from any
version < 2016120500 (v3.2.0) as anti-cheating measure.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase. (note there isn't any this time).
2019-01-03 01:17:17 +01:00
Amaia Anabitarte
0f38e62970
MDL-64400 core_messages: Mark notifications sent via email as read
2018-12-27 09:15:53 +01:00
Amaia Anabitarte
57afd82ab0
MDL-64400 core_messages: Allow cron to delete unread notifications too
2018-12-27 09:15:53 +01:00
Mathew
0dbe9025b5
MDL-24951 mod_forum: Check user capability to know what message to show.
...
If the user has the following capabilty: mod/forum:canposttomygroups then show them
the more technical of the strings. Otherwise we use something a bit easier for them to ask their
tutor or teacher about.
2018-12-24 09:15:34 +08:00
Mathew
299dc536aa
MDL-49651 mod_forum: Respect course visibility in cron
...
This checks the courses' current visibility and the users permissions.
If they have the permission to view the course when it is hidden they'll get messages.
We already have checks for the users enrolled & subscription status.
2018-12-24 09:11:15 +08:00
Andrew Nicols
bf197c166c
Merge branch 'MDL-62223-master' of git://github.com/Kathrin84/moodle
2018-12-20 11:32:50 +08:00
Andrew Nicols
116b7c089a
MDL-58855 glossary: Remove behat logout line
2018-12-20 10:27:57 +08:00
Andrew Nicols
1cd08af7f4
Merge branch 'MDL-58855-master' of git://github.com/peterRd/moodle
2018-12-20 10:26:24 +08:00
Shamim Rezaie
b6ece79d81
MDL-63722 javascript: misinterpret as outside click if DOM is modified
2018-12-19 16:01:09 +11:00
Peter
c8b67bee88
MDL-58855 mod_glossary: Add pending approval identifier glossary
...
Add a new label to indicate whether a tagged glossary item is pending approval or not
2018-12-19 11:30:27 +08:00
Jun Pataleta
e63084ec1b
Merge branch 'MDL-60474-master' of git://github.com/damyon/moodle
2018-12-19 10:14:13 +08:00
Damyon Wiese
064f15033f
MDL-60474 assign: Consistent user filters
...
Use the current filters and sorting on the user grading table in the single
page grading app when it is possible.
This replaces the popover used to configure the filters to one that closely matches the
one from the grading table. It supports standard filters, workflow filters and allocated marker filters.
It will also support group filtering and suspended user filtering but we don't show the controls for those in
the single grading page.
2018-12-19 10:10:23 +08:00
Andrew Nicols
54fbe39ee1
Merge branch 'MDL-63512-master' of git://github.com/peterRd/moodle
2018-12-19 09:48:46 +08:00
Tim Hunt
b195523758
MDL-63809 question bank: ensure question_has_capability_on can be called
2018-12-18 14:54:28 +11:00
Damyon Wiese
1879a74ed7
MDL-60082 assign: Grading worksheet with no grade
...
If the grade type is NONE - do not include the maxgrade column.
2018-12-18 11:12:17 +08:00
Jake Dallimore
78f8d05e1c
Merge branch 'master_MDL-49673' of git://github.com/danmarsden/moodle
2018-12-18 10:51:37 +08:00
Andrew Nicols
df9f6cbb29
Merge branch 'MDL-63773_assign_hideif' of git://github.com/davosmith/moodle
2018-12-18 09:38:33 +08:00
Dan Marsden
91a2215eea
MDL-49673 mod_assign: Tidy up hidegrader patch
2018-12-18 14:33:42 +13:00
Andrew Nicols
05bbf5ab39
Merge branch 'MDL-61633-master' of https://github.com/lucisgit/moodle
2018-12-17 15:28:29 +08:00
Jun Pataleta
31a111b981
Merge branch 'MDL-60008-master' of git://github.com/damyon/moodle
2018-12-17 11:48:45 +08:00
Peter
a25863a3c0
MDL-63512 mod_lesson: Fix video links provided in feedback
2018-12-14 10:26:00 +08:00
Alex Walker
f14afd2936
MDL-49673 mod_assign: option to hide grader
2018-12-14 13:50:06 +13:00
Tony Butler
31e1884de2
MDL-61633 assignfeedback_editpdf: Scroll back to top when changing pages
2018-12-13 12:14:25 +00:00
Jake Dallimore
f9479eb8ca
Merge branch 'MDL-63150-master' of git://github.com/peterRd/moodle
2018-12-12 08:32:16 +08:00
Jake Dallimore
909654806f
Merge branch 'MDL-63145-master' of git://github.com/peterRd/moodle
2018-12-12 08:29:40 +08:00
Jake Dallimore
fb029c996b
Merge branch 'MDL-63147-master' of git://github.com/peterRd/moodle
2018-12-12 08:25:02 +08:00
Peter
73a8110d3a
MDL-63145 mod_page: Accept userid param as override
...
Accept a userid as an override in the lib function instead of
relying on $USER
2018-12-12 07:25:35 +08:00
Peter
dcb7662ee7
MDL-63150 mod_url: Accept a userid override in event action
...
Accept a userid in the event action instead of depending on $USER
2018-12-12 07:13:09 +08:00
Peter
3ff8068fc5
MDL-63147 mod_resource: Accept userid in resource event_action
2018-12-12 07:06:53 +08:00
Kathrin Osswald
ee6484497b
MDL-62223 mod_assign: Improve submission statements
2018-12-11 13:59:10 +01:00
Jake Dallimore
85b0a914f0
Merge branch 'MDL-64357_master' of git://github.com/markn86/moodle
2018-12-11 17:43:59 +08:00
Mark Nelson
e56eb26aec
MDL-64357 ltiservice_gradebookservices: updated unit tests
2018-12-11 17:02:40 +08:00
Claude Vervoort
9d6f9d1d47
MDL-64357 ltiservice_gradebookservices: fix cleanup deleting lineitems
2018-12-11 14:22:49 +08:00
Davo Smith
67809990f6
MDL-63773 mod_assign: switch instance form to hideIf
2018-12-06 13:31:45 +00:00