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
Peter
bcb6549edb
MDL-64486 mod_glossary: Add missing separator for special links
2019-01-03 08:33:59 +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
Peter
538603b200
MDL-63148 mod_scorm: Accept userid param in event action
...
* Update lib scorm functions to accept and use a passed in userid
* Additional phpunit tests
2019-01-02 14:32:59 +08:00
Dan Marsden
1240b3f2e7
MDL-64237 mod_scorm: Remove large unused index from scorm_scoes_track
2018-12-31 12:46:56 +13: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
Michael Hawkins
418831e096
MDL-64240 mod_forum: Clean forum post text before storing
...
Previously only edited messages were cleaned, so longer strings could
be stored in the database, which would never be displayed.
This update takes into account trusted text before cleaning (as editing does).
2018-12-18 14:10:43 +08:00
Michael Hawkins
b6995c29ec
MDL-64240 mod_forum: Update word count to use current message length
...
Previously this used the length of the message stored in the database,
before scripts etc are cleaned to display the content. That resulted
in cases where the count would seem much larger than the message size.
2018-12-18 14:10:43 +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
Damyon Wiese
22b8fe5eb7
MDL-64107 questions: Increase highlight contrast
...
When a question has just been edited, it is highlighted. We need to ensure
the colour contrast of text on background is accessible.
2018-12-17 12:35:26 +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
Damyon Wiese
c539c67d6b
MDL-64313 assign: feedback viewed event
...
When a student views their submission, if it has feedback create an event.
2018-12-11 14:03:30 +08:00
Davo Smith
67809990f6
MDL-63773 mod_assign: switch instance form to hideIf
2018-12-06 13:31:45 +00:00
Davo Smith
540a0e23f1
MDL-63773 assignfeedback_comments: switch instance form to hideIf
2018-12-06 13:31:45 +00:00
Davo Smith
a029b9aff5
MDL-63773 assignsubmission_file: switch instance form to hideIf
2018-12-06 13:31:45 +00:00
Davo Smith
f203fbf9b6
MDL-63773 assignsubmission_onlinetext: switch instance form to hideIf
2018-12-06 13:31:44 +00:00
Damyon Wiese
3ea40cdb62
MDL-60008 assign: Button height fix
...
The heights of the buttons to hide/show panels are arbitrarily big. There is not need to set them specifically.
2018-12-06 13:33:21 +08:00
Damyon Wiese
3adea4e265
MDL-60008 assign: editpdf menus
...
The edit pdf menus are all broken on small screen sizes. They consume 100% of the page with for no reason.
2018-12-06 13:33:21 +08:00
Damyon Wiese
66c262777c
MDL-60008 assign: Less z-index
...
Remove the z-index values from the expand / collapse panels. They cause errors when mixed with dialogues.
2018-12-06 13:33:21 +08:00