Adrian Greeve
dbeca9f5ca
Merge branch 'MDL-67424-master' of git://github.com/rezaies/moodle
2020-01-22 13:56:33 +08:00
Eloy Lafuente (stronk7)
703f2b625b
Merge branch 'MDL-51225-master' of git://github.com/junpataleta/moodle
2020-01-21 23:33:19 +01:00
Eloy Lafuente (stronk7)
a445417935
Merge branch 'MDL-66220-master' of git://github.com/junpataleta/moodle
2020-01-20 22:33:45 +01:00
Jun Pataleta
34cdacbfff
Merge branch 'MDL-66883-master' of git://github.com/bmbrands/moodle
2020-01-20 16:36:40 +08:00
Michael Hawkins
66fa0c91ff
MDL-67722 mod_forum: Reduce wait time on time limit expires behat test
2020-01-17 15:44:15 +08:00
Jun Pataleta
7cce925f9b
MDL-51225 mod_forum: Use can_view_post to determine whether to show post
...
Use \mod_forum\local\managers\capability::can_view_post() to
consistently determine whether a forum post will be rendered in the
recent activity block.
This helps the recent activity block to provide a more consistent
behaviour with the forum's discussion view itself.
2020-01-17 14:44:26 +08:00
Jun Pataleta
e68e49da01
MDL-51225 mod_forum: Create behat tests for forum recent activity
2020-01-17 14:44:22 +08:00
Michael Hawkins
5588922265
MDL-66761 forumreport_summary: Added groups filter behat testing
2020-01-17 10:34:07 +08:00
Michael Hawkins
a967e56d2e
MDL-66761 mod_forum: Behat support group ID in bulk discussion adding
2020-01-17 10:34:06 +08:00
Jun Pataleta
61a90c4510
MDL-51225 mod_forum: New behat step for creating question discussion
2020-01-17 10:25:22 +08:00
Jun Pataleta
3dfc8be974
MDL-66220 mod_forum: Prevent from replying to a post the user can't see
2020-01-16 14:32:20 +08:00
Jun Pataleta
49801df749
MDL-66220 mod_forum: Cache result of forum_user_can_see_post()
...
* Cache the result of this function to avoid doing multiple DB calls
for the same post when loading posts in a discussion.
2020-01-16 14:32:20 +08:00
Jun Pataleta
bf7a6ff4d7
MDL-66220 mod_forum: Additional unit test for can_reply_to_post
2020-01-16 14:32:20 +08:00
Shamim Rezaie
ff25eb0fb0
MDL-67424 mod_forum: error on complete report when no rating or grade
2020-01-16 03:16:58 +11:00
Sara Arjona
f6fe70d075
Merge branch 'MDL-65573-master-2' of git://github.com/peterRd/moodle
2020-01-14 12:20:00 +01:00
Andrew Nicols
ea990a38eb
Merge branch 'MDL-35971-master' of git://github.com/junpataleta/moodle
2020-01-14 08:23:56 +08:00
Peter
18cd2efd44
MDL-65573 mod_forum: Set userid properly after split
...
* Set the discussion's userid properly when splitting a discussion.
* Update step to correct existing incorrect records.
2020-01-14 07:34:18 +08:00
Eloy Lafuente (stronk7)
41fed86e18
Merge branch 'MDL-65987-master' of git://github.com/andrewnicols/moodle
2020-01-13 18:28:35 +01:00
Jun Pataleta
16f2eaec8a
Merge branch 'MDL-67544-master' of git://github.com/andrewnicols/moodle
2020-01-09 15:22:27 +08:00
Andrew Nicols
3b1c8dfd67
MDL-67544f= mod_forum: Correct "for" attribute on private checkbox
2020-01-09 14:55:52 +08:00
Andrew Nicols
350edf7567
MDL-67544 mod_forum: Ensure post actions menu id is unique
2020-01-09 14:08:12 +08:00
Eloy Lafuente (stronk7)
fd25850a8d
Merge branch 'MDL-67544-master' of git://github.com/andrewnicols/moodle
2020-01-08 16:35:39 +01:00
Eloy Lafuente (stronk7)
1b987615d9
Merge branch 'MDL-67533-master' of git://github.com/junpataleta/moodle
2020-01-08 16:31:25 +01:00
Jun Pataleta
85770120f6
MDL-67533 mod_forum: Remove duplicate Re in experimental view subject
2020-01-08 16:29:20 +08:00
Jun Pataleta
010a253a23
MDL-35971 mod_forum: Add proper discussion list table description
2020-01-08 15:37:42 +08:00
Andrew Nicols
d0c026b563
MDL-67544 mod_forum: Ensure that private reply checkbox has unique id
2020-01-08 15:26:03 +08:00
Andrew Nicols
7bb70ad19b
Merge branch 'MDL-65849-master' of git://github.com/rezaies/moodle
2020-01-07 13:17:08 +08:00
Andrew Nicols
8092e7cfa2
MDL-67544 mod_forum: Add missing label for discussion move
2020-01-06 15:01:08 +08:00
Andrew Nicols
3cefa1b733
MDL-67544 mod_forum: Add missing menuitem roles
2020-01-06 15:01:08 +08:00
Andrew Nicols
10999d33e5
MDL-67544 mod_forum: Correct aria-labelledby node
2020-01-06 15:01:07 +08:00
Andrew Nicols
17133749ab
MDL-67544 mod_forum: Correct aria-controls to point to valid node
2020-01-06 15:01:07 +08:00
Andrew Nicols
72622f240e
MDL-67544 mod_forum: Add missing aria label for grade search
2020-01-06 15:01:07 +08:00
Andrew Nicols
0726d7ea1e
MDL-67544 mod_forum: Add default role for favourite toggle
2020-01-06 15:01:07 +08:00
Andrew Nicols
92c23c26b2
MDL-67544 mod_forum: Add missing aria label for discussion actions
2020-01-06 15:01:07 +08:00
Andrew Nicols
07662b4f4e
MDL-67544 mod_forum: Correct aria-role => aria-live
2020-01-06 15:01:06 +08:00
Andrew Nicols
20d4ec87dd
MDL-67544 mod_forum: Correct aria-role => role
2020-01-06 15:01:06 +08:00
Luca Bösch
4870144cb2
MDL-65987 mod_forum: Add string 'Advanced' for the advanced editor.
...
AMOS BEGIN
CPY [advanced,moodle],[showadvancededitor,moodle]
AMOS END
2020-01-06 09:42:12 +08:00
Jake Dallimore
d3383e635b
Merge branch 'MDL-67336-master' of https://github.com/roland04/moodle
2020-01-06 09:36:36 +08:00
Jun Pataleta
88fbee25d9
Merge branch 'MDL-65835-master' of git://github.com/abgreeve/moodle
2020-01-02 11:52:10 +08:00
Adrian Greeve
d0d65b498c
MDL-65835 plagiarism: Initial deprecation of old functions.
...
This is the initial deprecation of:
* plagiarism_save_form_elements
* plagiarism_get_form_elements_module
* plagiarism_plugin::get_form_elements_module
* plagiarism_plugin::save_form_elements
2020-01-02 11:38:49 +08:00
Eloy Lafuente (stronk7)
a0ba8feef6
Merge branch 'MDL-67527-master-enfix' of git://github.com/mudrd8mz/moodle
2019-12-29 23:26:52 +01:00
Sara Arjona
a26cfe71d3
MDL-65809 upgrade: clean < 3.5.0 upgrade steps
...
This just deletes all the upgrade steps previous to 3.5.0. Some
small adjustments, like tweaking globals can also be applied
when needed.
Also includes an upgrade step to prevent upgrading from any
version < 2018051700 (v3.5.0) as anti-cheating measure.
Previous commits have removed/deprecated all the upgradelib functions
not used anymore in codebase. Deletion has been documented in corresponding
upgrade.txt files:
- upgrade_fix_block_instance_configuration()
- upgrade_theme_is_from_family(), upgrade_find_theme_location()
and linkcoursesectionsupgradescriptwasrun setting
- upgrade_block_positions
- upgrade_fix_config_auth_plugin_names()
and upgrade_fix_config_auth_plugin_defaults()
- format_xxx_upgrade_remove_numsections(), format_xxx_upgrade_hide_extra_sections()
and format_xxx_upgrade_add_empty_sections()
- filter_mathjaxloader_upgrade_cdn_cloudflare()
and filter_mathjaxloader_upgrade_mathjaxconfig_equal()
- get_assignments_with_rescaled_null_grades()
These have been kept because continue being used by restore:
- \core\task\refresh_mod_calendar_events_task
2019-12-20 12:20:43 +01:00
Bas Brands
dc38af73e6
MDL-66883 theme_boost: use bootstrap native switches
2019-12-19 13:03:24 +01:00
Jun Pataleta
b369b9dae9
Merge branch 'master_MDL-63795_core_setting_defaults' of https://github.com/mattporritt/moodle
2019-12-19 11:17:47 +08:00
Matt Porritt
4be93382eb
MDL-63795 Administration: CLI upgrade apply all settings
...
This patch fixes a regression caused by MDL-62777. MDL-62777 added output to inform
administrators of new default settings. However, the recursion in the code did not
handle new settings made available as the result of the defaults of other settings
being set.
This patch fixes the issue, now all defaults are correctly set, even those exposed
after other defaults are set.
2019-12-19 12:17:11 +11:00
Helen Foster
824c87f370
MDL-67527 lang: Import fixed English strings (en_fix)
2019-12-18 21:23:46 +01:00
Mikel Martín
e9049ac8e3
MDL-67336 mod_forum: Fixing forum inline reply filtering before saving
2019-12-17 13:20:14 +01:00
Mathew May
97ba6091ab
MDL-67165 core_grade: Add the grader name to webservices
2019-12-17 10:46:02 +08:00
Andrew Nicols
9c18bff160
Merge branch 'MDL-67277-master-strongtopics' of git://github.com/mudrd8mz/moodle
2019-12-10 12:48:54 +08:00
Jake Dallimore
d8b0718dc5
Merge branch 'MDL-67392-master' of git://github.com/rezaies/moodle
2019-12-09 14:46:35 +08:00