Andrew Nicols
9050f3f17e
MDL-68409 js: Convert alert and confirmation dialogues to use modal
2020-05-04 15:08:10 +08:00
Andrew Nicols
685fe08003
MDL-68454 table: Improve documentation for dynamic table
2020-05-04 11:52:19 +08:00
Dmitrii Metelkin
78adf6f63a
MDL-67850 quizaccess: remove the old quizaccess_safebrowser
...
Co-authored-by: Nicholas Hoobin <nicholashoobin@catalyst-au.net>
Co-authored-by: Andrew Madden <andrewmadden@catalyst-au.net>
2020-04-29 14:29:21 +10:00
Andrew Madden
3df8492132
MDL-67850 lib: add new plist library
...
Co-authored-by: Nicholas Hoobin <nicholashoobin@catalyst-au.net>
Co-authored-by: Dmitrii Metelkin <dmitriim@catalyst-au.net>
2020-04-29 14:10:22 +10:00
Brendan Heywood
5bf5a7aaeb
MDL-68342 files: Add a faster xsendfile method to avoid db lookups
2020-04-27 16:11:34 +10:00
Eloy Lafuente (stronk7)
172d3ee7ab
Merge branch 'MDL-67886_master' of git://github.com/mdjnelson/moodle
2020-04-23 15:01:40 +08:00
Mark Nelson
47f3fa131a
MDL-67886 core: check_database_schema() checks for extra indexes
2020-04-23 00:45:43 +02:00
Mark Nelson
a8c38ce85b
MDL-67886 core: check_database_schema() checks for missing indexes
2020-04-22 23:22:18 +02:00
Mark Nelson
4400ed3e1c
MDL-58018 core: finish dev to support open sessions without a lock
2020-04-21 19:29:12 +02:00
Mikhail Golenkov
3180869e19
MDL-65700 javascript: Add url-polyfill.
2020-04-07 20:54:46 +10:00
Sara Arjona
08fda3e0f8
MDL-67063 h5p: new h5plib plugintype for supporting multi coreAPI
...
A new plugintype has been created for having more than one installed
third-party H5P libraries. Existing libraries have been moved from
lib/h5p to the new h5plib_v124 plugin.
2020-03-11 08:46:16 +01:00
Sara Arjona
06299fc604
MDL-67063 output: make public get_jsrev method
2020-03-06 20:21:31 +01:00
Eloy Lafuente (stronk7)
bc418341fe
Merge branch 'MDL-67132-LTI-Adv-TriggerCalc' of https://github.com/cengage/moodle
2020-02-26 17:15:50 +01:00
Claude Vervoort
ae46b7442c
MDL-67132 mod_lti: document new param
2020-02-25 21:22:45 -05:00
Brendan Heywood
648e20ab6d
MDL-67950 core: check_password_policy only fires when passwordpolicy = 1
2020-02-19 09:46:21 +11:00
Andrew Nicols
5f21e45f9f
Merge branch 'MDL-58584-master' of git://github.com/rezaies/moodle
2020-02-04 10:30:32 +08:00
Eloy Lafuente (stronk7)
fbde0a7798
Merge branch 'MDL-67052-mysql-locks' of https://github.com/brendanheywood/moodle
2020-02-03 19:32:58 +01:00
Shamim Rezaie
934c2ee1b6
MDL-58584 core_ddl: getDropTableSQL should not do more than what it says
2020-02-03 15:07:15 +11:00
Shamim Rezaie
b4d062c6be
MDL-58584 core: remove duplications from get_columns functions
2020-02-03 15:07:15 +11:00
Adrian Greeve
f494e9e6c0
Merge branch 'MDL-67351-master_required_setting' of https://github.com/catalyst/moodle
2020-01-30 08:11:33 +08:00
Andrew Madden
948a951a4e
MDL-67351 admin: Create new 'required' admin flag setting.
...
Extend the admin flag options, that currently allow the 'advanced' and 'locked' states
of a form setting to be controlled by a plugins admin settings, to also include
the 'required' state. These options appear as a list of checkboxes next to the admin
setting.
2020-01-30 10:49:14 +11:00
Brendan Heywood
262061d661
MDL-67052 locks: Added a native MySQL / MariaDB lock implementation
2020-01-30 09:20:10 +11:00
Adrian Greeve
2b45f8bbad
Merge branch 'MDL-38511-bulk-actions' of https://github.com/brendanheywood/moodle
2020-01-28 11:10:17 +08:00
Brendan Heywood
b2eec32733
MDL-38511 admin: Allow plugins to define custom bulk actions
2020-01-23 00:29:54 +11:00
Eloy Lafuente (stronk7)
881545513e
MDL-67691 behat: inform about the_following_exist() removal
...
behat_data_generators::the_following_exist() has been removed, please use
behat_data_generators::the_following_entities_exist() instead.
See MDL-67691 for more info.
2020-01-20 00:05:41 +01:00
Andrew Nicols
20a7746b1e
Merge branch 'mdl-59562' of https://github.com/Peterburnett/moodle
2020-01-15 12:40:19 +08:00
[Peter Burnett]
147a895ad0
MDL-59562 upgrade: Plugins can declare supported moodle versions
...
* Plugins can now explicitly declare supported and incompatible Moodle
versions in version.php
- $plugin->supported[37,39];
supported takes an array of ascending numbers, that correspond to a
range of branch numbers of supported versions, inclusive. Moodle
versions that are outside of this range will produce a message
notifying at install time, but will allow for installation.
- $plugin->incompatible = 36;
incompatible takes a single int corresponding to the first incompatible
branch. Any Moodle versions including and below this will be prevented
from installing the plugin, and a message will be given when
attempting installation.
2020-01-15 14:38:27 +10:00
Brendan Heywood
859ed92f9d
MDL-65812 session: Increase default timeout and allow larger periods
2020-01-11 23:17:35 +11: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)
b4b4c895b2
Merge branch 'MDL-67151-master' of git://github.com/rezaies/moodle
2019-12-18 23:04:40 +01:00
Eloy Lafuente (stronk7)
92302a6faa
Merge branch 'master_MDL-67433' of https://github.com/golenkovm/moodle
2019-12-18 16:23:43 +01:00
Mikhail Golenkov
4234159ecd
MDL-67433 tool_task: Add limits to adhoc CLI runner.
2019-12-18 11:58:43 +11:00
Eloy Lafuente (stronk7)
08f3363bd0
Merge branch 'MDL-60855-master' of git://github.com/aanabit/moodle
...
Amended a couple of "depecated" typos
2019-12-18 00:25:11 +01:00
Amaia Anabitarte
2ead888f45
MDL-60855 general: Phase 2 in lib/deprecatedlib.php for 3.5 deprecations
2019-12-12 17:46:36 +01:00
Brendan Heywood
0bcc273f63
MDL-65229 cron: Add cli option --stop to notify all cron to stop
2019-12-03 17:51:56 +11:00
Shamim Rezaie
ac384d1d88
MDL-67151 core: format_float can auto detect number of decimal points
2019-12-03 16:52:17 +11:00
David Mudrák
469d4b7f35
MDL-67250 setup: Revert removal of the httpswwwroot setting
...
It is still used widely in the plugins that would stop working suddenly
without being warned via a debugging message. We must keep it forever as
an alias for the wwwroot.
2019-11-13 19:58:10 +01:00
sam marshall
225eb7b27e
MDL-66679 Forms: Submit button remains disabled after file download
...
When you download a file directly from a Moodle form submit button,
the submit button disables when you click it, but you remain on that
page so we need to re-enable the button.
This commit causes it to re-enable once the file download finishes,
setting a temporary cookie to indicate this to the JavaScript code.
It also adds a method to disable the system on a given form by
setting data-double-submit-protection="off".
2019-10-30 16:36:28 +00:00
Sara Arjona
810d7a3d2e
MDL-66609: core_h5p: Add <component>_get_path_from_pluginfile method
...
This method has been added to all the components having some exceptions
with the way they treat the itemid in the pluginfile paths.
2019-10-29 10:22:43 +08:00
Amaia Anabitarte
45899564b3
MDL-66609 core_h5p: New core_h5p subsystem
...
New H5P libraries have been added to Moodle core_h5p in /lib/h5p.
2019-10-29 10:22:43 +08:00
Jake Dallimore
c5d333efe8
Merge branch 'MDL-66493-readstring_accel' of https://github.com/brendanheywood/moodle
2019-10-25 08:25:41 +08:00
Brendan Heywood
d6f5fbb720
MDL-66493 filelib: readstring_accel should never use xsendfile
2019-10-24 21:30:46 +11:00
Brendan Heywood
60dc024201
MDL-65349 xhprof: Removed greedy matching from wildcard parsing
2019-10-23 11:08:27 +11:00
Sara Arjona
5b91deed2c
Merge branch 'MDL-63349-Master' of github.com:tuanngocnguyen/moodle
2019-10-14 13:58:09 +02:00
Eloy Lafuente (stronk7)
25494613f4
Merge branch 'MDL-66304' of https://github.com/golenkovm/moodle
2019-10-14 10:53:24 +02:00
Nathan Nguyen
4a6edc5767
MDL-63349 assignfeedback_editpdf: Rotate submitted image automatically
2019-10-11 15:26:53 +11:00
Mikhail Golenkov
1a15925240
MDL-66304 files: Allow xsendfile support in alternative file system.
2019-09-30 09:00:57 +10:00
David Monllaó
ca81e906e0
MDL-62191 output: New extra attributes for single_button
...
Useful for data- attributes.
2019-09-27 14:12:48 +08:00
Andrew Nicols
dd3e427d88
Merge branch 'MDL-66489-master' of git://github.com/rezaies/moodle
2019-09-12 07:05:50 +08:00
Shamim Rezaie
2d4ce64dde
MDL-66489 enrol: Send all form data to WS and do all busines logic there
...
It is discouraged to use JS Date functions. We should pass all raw data to PHP.
2019-09-11 20:18:26 +10:00