Amaia Anabitarte
a09129b09c
MDL-68636 core_contentbank: Redirect to view page when uploading a file
2020-05-15 11:35:31 +02:00
Amaia Anabitarte
6fc3477cc5
MDL-68636 core_contentbank: Changing get_icon function
2020-05-15 11:35:31 +02:00
Amaia Anabitarte
f9830e456a
MDL-68636 core_contentbank: Changing parameter classes to be consistent
2020-05-15 11:35:31 +02:00
Víctor Déniz Falcón
296ae78885
MDL-68636 core_contentbank: added method to get H5P id from pathnamehash
2020-05-15 11:35:08 +02:00
Sara Arjona
0fd6b977b6
Merge branch 'MDL-68241-master' of git://github.com/ferranrecio/moodle
2020-05-14 09:55:35 +02:00
Ferran Recio
4d0241e488
MDL-68241 mod_h5pactivity: remove MOODLE_INTERNAL
2020-05-14 09:13:56 +02:00
Ferran Recio
e28b40695d
MDL-68241 mod_h5pactivity: add grading attempts options
2020-05-14 09:13:56 +02:00
Adrian Greeve
b75a184312
Merge branch 'MDL-68498-master' of git://github.com/mihailges/moodle
2020-05-14 14:13:55 +08:00
Jun Pataleta
2a202f3b97
Merge branch 'MDL-68529' of https://github.com/Chocolate-lightning/moodle
2020-05-14 12:51:35 +08:00
Víctor Déniz Falcón
6b37b6a1ba
Merge branch 'MDL-68227-master' of git://github.com/sarjona/moodle
2020-05-13 17:13:11 +01:00
Víctor Déniz Falcón
ca7127ed03
Merge branch 'MDL-68697-master' of git://github.com/andrewnicols/moodle
2020-05-13 16:53:16 +01:00
Jun Pataleta
9c09ec41d6
Merge branch 'MDL-68483-master' of git://github.com/sarjona/moodle
2020-05-13 19:33:37 +08:00
Sara Arjona
f3126f84b4
MDL-68483 contentbank: remove unneeded MOODLE_INTERNAL
...
These improvements were suggested by Eloy when MDL-67795 and other
content bank issues (such as MDL-67790) were integrated.
2020-05-13 13:31:30 +02:00
Sara Arjona
54ce66bd76
MDL-68483 contentbank: improve search API
...
These improvements were suggested by Eloy when MDL-67797 was integrated.
2020-05-13 13:31:30 +02:00
Sara Arjona
7616fbfd8e
MDL-68483 contentbank: order contents by name
2020-05-13 13:31:29 +02:00
Sara Arjona
f9b6849b85
MDL-68483 contentbank: filter contents by name
...
Credits to Bas and Rafa for helping us to improve the UX.
Also to Amaia with her help with Behat tests.
2020-05-13 13:31:29 +02:00
Eloy Lafuente (stronk7)
6a7146fc71
Merge branch 'MDL-68314-master' of git://github.com/aanabit/moodle
2020-05-13 13:15:17 +02:00
Andrew Nicols
0e809762d4
MDL-68697 core_h5p: Store missing translations as null
2020-05-13 16:35:41 +08:00
Amaia Anabitarte
66489aea0f
MDL-68314 core_contentbank: Backup and restore tests
2020-05-13 09:35:58 +02:00
Amaia Anabitarte
3449e22683
MDL-68314 core_contentbank: Course content bank backup and restore
2020-05-13 09:35:58 +02:00
Jun Pataleta
51939f6feb
Merge branch 'MDL-68261-cli-config-log' of https://github.com/brendanheywood/moodle
2020-05-13 10:36:54 +08:00
Mihail Geshoski
f915dcbe1a
MDL-68498 core: Fix content bank links in the navigation drawer
2020-05-13 09:26:18 +08:00
Jake Dallimore
1516b80752
Merge branch 'MDL-68631' of https://github.com/jonof/moodle
2020-05-13 09:24:30 +08:00
Mihail Geshoski
cd1a878774
MDL-68498 core: Display content bank icon in nav drawer in classic theme
2020-05-13 08:42:46 +08:00
Eloy Lafuente (stronk7)
47c5108234
Merge branch 'MDL-68614-master' of git://github.com/aanabit/moodle
2020-05-13 00:09:44 +02:00
Eloy Lafuente (stronk7)
de185f1c2b
Merge branch 'MDL-68417-master' of git://github.com/lameze/moodle
2020-05-12 23:20:21 +02:00
Amaia Anabitarte
ce1fe72dbd
MDL-68483 contentbank: adapt to existing behat generator
2020-05-12 16:50:46 +02:00
Sara Arjona
a42a9ad997
MDL-68227 core_h5p: localize H5P editor strings
...
H5P editor has a folder with all supported languages in JS files.
A mechanish has been added to let users to translate them using AMOS.
That's how the translations are managed (the order how they are processed):
- If there a JS file for a language, it's loaded.
- If a string has been translated in Moodle (they are placed in
h5plib_vXXX), it will override strings loaded from the JS file.
2020-05-12 16:39:42 +02:00
Simey Lameze
d717918c87
MDL-68417 core_table: add some css styling to loading icon
2020-05-12 21:44:42 +08:00
Amaia Anabitarte
28ebd2719f
MDL-68614 core_contentbank: Add svg and png contentbank icons
2020-05-12 14:43:35 +02:00
Sara Arjona
206e179df5
weekly release 3.9dev+
2020-05-12 14:16:44 +02:00
Mathew May
f2d033a2bb
MDL-68529 course: Refactor chooser to include loading
2020-05-12 16:59:54 +08:00
Simey Lameze
eebe3ca611
MDL-68417 core_table: add spinner to dynamic table
2020-05-12 06:58:06 +08:00
Eloy Lafuente (stronk7)
a417c31b2e
Merge branch 'MDL-68579-master' of git://github.com/cescobedo/moodle
2020-05-11 23:13:45 +02:00
Eloy Lafuente (stronk7)
5879d1773d
Merge branch 'MDL-68276-replace-logs' of https://github.com/brendanheywood/moodle
2020-05-11 23:10:49 +02:00
Sara Arjona
1d2d4782da
Merge branch 'MDL-68654-master' of https://github.com/catalyst/moodle
2020-05-11 19:16:14 +02:00
Jun Pataleta
6165110f0a
Merge branch 'MDL-66109-master' of git://github.com/andrewnicols/moodle
2020-05-12 00:03:19 +08:00
Sara Arjona
36a3a259de
Merge branch 'MDL-68571-master' of git://github.com/cescobedo/moodle
2020-05-11 16:52:48 +02:00
cescobedo
444b2282f1
MDL-68571 core_h5p: Return default handler if no it has been defined
2020-05-11 16:46:27 +02:00
Sara Arjona
80fd46edfd
Merge branch 'MDL-68576-master' of git://github.com/mihailges/moodle
2020-05-11 16:36:59 +02:00
Jun Pataleta
d1735204c0
Merge branch 'MDL-63580-master' of git://github.com/cescobedo/moodle
2020-05-11 22:32:34 +08:00
cescobedo
db15746c2d
MDL-63580 core_task: Deprecation cron_run_single_task and run_from_cli
...
Also we have move the functions in \tool_task\run_from_cli to \core\task\manager
and we have deprecated that class.
2020-05-11 10:53:23 +02:00
cescobedo
079736ccb3
MDL-63580 core_task: Deprecation CLI scripts from admin/tool/task/cli
...
Copy the CLI scripts from admin/tool/task/cli to admin/cli (schedule_task.php and adhoc_task.php)
and rename to scheduled_task.php and to improve in order to use cron_run_inner_scheduled_task.
2020-05-11 10:53:17 +02:00
Jun Pataleta
c314ec6770
Merge branch 'MDL-68041-master-rev2' of https://github.com/nhoobin/moodle
2020-05-11 16:27:48 +08:00
cescobedo
b19468ce8a
MDL-68579 core_h5p: Add a check to avoid execute task using BEHAT
2020-05-11 10:13:08 +02:00
Nicholas Hoobin
119a83f148
MDL-68041 core_theme: New admin settings in secure page layout
...
This adds two new admin settings to the theme appearance options.
Shows the lang menu in secure layout, langmenuinsecurelayout.
Shows the user's name in secure layout, logininfoinsecurelayout.
When the page layout is set to secure, these options will be in effect.
2020-05-11 17:23:17 +10:00
Andrew Nicols
29c5fafff5
MDL-66109 js: Fix Shifter linting issues
2020-05-11 11:07:49 +08:00
Andrew Nicols
4ad0f38a82
MDL-66109 js: Upgrade to latest version of Shifter
...
This change bumps the version of Shifter that we use to the final
release - version 1.2.0.
I strongly doubt that there will be more releases, and this release was
over two years ago.
This version uses a newer version of Istanbul, and fixes to use that
specific version of Istanbul. As a result I have forked Shifter and
applied the Moodle Circular Dependency fixes there instead.
This version also inludes an upgrade to uglify from 1.3.x to 2.4.x. This
major upgrade includes a some changes to the built YUI module code.
2020-05-11 11:07:49 +08:00
Andrew Nicols
bbb291ba2f
MDL-66109 behat: Prevent the use of Examples in Scenarios
...
This change enables the Gherkin-lint rule to prevent the use of
"Examples" in a Scenario.
The Example tag is only allowed in a Scenario Outline at this time and
their use in a Scenario has no meaning.
2020-05-11 11:07:49 +08:00
Andrew Nicols
7afd16ad84
MDL-66109 behat: Require newline at EOF
...
This change enables the gherkinlint rule to require a new line at the
end of the file. This change is in keeping with existing Moodle coding
style guidelines.
2020-05-11 11:07:49 +08:00