Andrew Nicols
fc082d349c
MDL-73728 admin: Move adminpresets to admin/presets
...
This commit moves the presets subsystem to a location within the admin
folder, which is more appropriate given its purpose and reduces
developer frustration with tab completion of the admin directory.
2022-02-03 19:14:28 +08:00
Sara Arjona
8bf52e3195
MDL-73397 tool_admin_presets: Move data and API methods to new component
...
A new component has been created, core_adminpresets, and tables and some
API methods from this tool have been moved there, so it can spread over
other plugins.
Currently, the tool_admin_presets plugin only provides the UI to interact
with the core adminpresets stuff.
2022-01-04 12:13:19 +01:00
Sara Arjona
430eddb721
Merge branch 'MDL-73207-cronspec' of https://github.com/brendanheywood/moodle
2021-12-28 15:43:13 +01:00
Simey Lameze
9dc03a9e36
MDL-72845 core: add services and support content banner
2021-12-22 19:46:49 +08:00
Sara Arjona
42895003e4
MDL-73145 install: Apply site preset if defined in config
...
A new setting, $CFG->setsitepresetduringinstall, has been added to
config file, to let admins define the site admin preset to be applied
during the Moodle installation.
Besides, a new parameter, "--sitepreset" has been also added
to admin/cli/install.php, to let define it too when running the
upgrade process using CLI.
2021-12-09 09:48:44 +01:00
Brendan Heywood
a113af2446
MDL-73207 cron: Fixed cronspec field order bug
2021-12-06 17:52:40 +11:00
Shamim Rezaie
18fb0358f3
Merge branch 'MDL-72874-master' of git://github.com/andrewnicols/moodle
2021-10-29 03:34:19 +11:00
Mikhail Golenkov
4c7bf9eb7e
MDL-70323 core_h5p: Add H5P crossOrigin setting
2021-10-24 21:21:58 +11:00
Andrew Nicols
2d62323d42
MDL-72874 behat: Allow behat window sizes to be modified during run
...
In some situations it is useful to modify the requested screensize by a
modifier. This allows for failing tests to be rerun at a different
screensize, where the original screensize triggered a failure for some
size-related reason.
2021-10-21 10:22:49 +08:00
Eloy Lafuente (stronk7)
8b577dfb46
Merge branch 'MDL-72621-master' of git://github.com/andrewnicols/moodle
2021-10-07 21:06:07 +02:00
Safat Shahin
f9fc355ec7
MDL-71679 mod_quiz: Updates for new qbank api
...
This implementation will introduct changes to
the mod_quiz to implement the new qbank api
for view. Major changes are introduced in
the custom view and also all the legacy points
to the old qbank are changed to qbank plugins
where needed. It also deprecated and deletes
classes and scripts which were kept not to
break mod_quiz for the new api implementation.
2021-10-04 15:44:25 +11:00
Andrew Nicols
c83e637ff9
MDL-72621 admin: Add environment check for admin deprecation
2021-09-29 22:39:32 +08:00
Odei Alba
15c7a4bd57
MDL-46778 behat: Allow different database for behat
2021-09-02 14:56:12 +02:00
Eric Merrill
9552a027b5
MDL-71896 dml: Add auroramysql to config-dist
2021-06-10 15:29:27 -04:00
Andrew Nicols
230896b7a5
MDL-66979 behat: Correct selenium2 reference in config-dist
2021-01-28 15:08:10 +08:00
Brendan Heywood
1dadeaeb39
MDL-68608 session: Improved the readonly session debugging
2020-12-14 14:09:55 +11:00
sam marshall
ddbafce0e0
MDL-65818 Security: Encryption API and admin setting for secure data
2020-12-04 14:41:21 +00:00
Eloy Lafuente (stronk7)
93f49909d5
Merge branch 'MDL-69121-redis-session-store-compression' of git://github.com/jamie-catalyst/moodle into master
2020-11-24 22:58:48 +01:00
Jamie Stamp
3a232840a5
MDL-65843 tasks: Allow schedules to be overridden in config
2020-11-18 12:44:05 +00:00
Jamie Stamp
f2ee4599f7
MDL-69121 core: Add ZSTD/Gzip compression options to Redis sessions
2020-11-09 12:34:22 +00:00
Brendan Heywood
9fabe1dda5
MDL-66928 core: Move request dirs to system tmp instead of localcache
2020-10-13 14:17:39 +11:00
Jake Dallimore
0d0c8252d6
Merge branch 'MDL-69573-Master' of https://github.com/tuanngocnguyen/moodle
2020-10-01 12:19:16 +08:00
Nathan Nguyen
10db3a0b0a
MDL-69573 core_course: Make MAX_COURSES_IN_CATEGORY configurable
2020-09-30 16:02:39 +10:00
Peter Burnett
ba9fc5ed57
MDL-41492 cache: Added ability for alternate cache config
2020-09-28 15:12:33 +10:00
Andrew Nicols
aacfff0bc8
MDL-69072 behat: Remove restart_browser_after feature
...
This is no longer required as the Mink session is restarted after every
test regardless.
2020-06-29 11:05:53 +08:00
Simey Lameze
ed7cd552f8
MDL-68320 core: add campaign content to notifications page
2020-06-03 14:49:01 +08:00
Eloy Lafuente (stronk7)
f2e6b797b9
Merge branch 'MDL-68789-master' of git://github.com/crazyserver/moodle
2020-05-28 10:46:25 +02:00
Pau Ferrer Ocaña
aafe220a7b
MDL-68789 behat: Rename the app from Moodle Mobile to Moodle app
2020-05-28 08:38:08 +02:00
Brendan Heywood
8eab4f77cc
MDL-68577 session: Fine tune the redis lock polling
2020-05-20 15:54:10 +10:00
Srdjan
46cfde3d95
MDL-19711 dml: Enable use of readonly slave database handles
...
Implemented with moodle_read_slave_trait
Functionality is triggered by supplying config dboption['readonly'].
See config-dist.php for more info on supported dboptions.
pgsql and mysqli drivers are using this feature. Also added support for
connection timeout for these two drivers.
2020-05-19 11:50:42 +10:00
Jun Pataleta
9be6c16a37
Merge branch 'MDL-66732' of https://github.com/paulholden/moodle
2020-04-30 17:16:16 +08:00
Mark Nelson
4400ed3e1c
MDL-58018 core: finish dev to support open sessions without a lock
2020-04-21 19:29:12 +02:00
Paul Holden
16f05b5c22
MDL-66732 core: config option to force whether site considered public.
2020-04-15 22:08:49 +01:00
Brendan Heywood
59a44a5bad
MDL-47271 tool_task: Added Task API status checks
2020-04-08 14:35:33 +10:00
Brendan Heywood
262061d661
MDL-67052 locks: Added a native MySQL / MariaDB lock implementation
2020-01-30 09:20:10 +11:00
Marina Glancy
092acd53f2
MDL-67522 core_lock: fix mistype in config-dist
2019-12-13 19:34:44 +01:00
Tim Hunt
c11c88928e
MDL-66956 question bank: move edit menu to improve usability
2019-10-18 14:27:51 +01:00
Tim Hunt
701ae1eb4b
MDL-66816 question bank: replace row of edit icons with an Edit menu
2019-10-18 14:27:50 +01:00
Michael Hawkins
d21d6baac6
MDL-66694 mod_forum: Word/char count tidy ups & add task config option
...
The chunk size used by the existing post word/char count calculation
ad-hoc task can now be set as a $CFG parameter. Also improved the way
the ad-hoc task is re-queued and tidied up some redundant code.
2019-10-17 16:13:23 +08:00
Jun Pataleta
75c49ad291
Merge branch 'MDL-66553' of https://github.com/timhunt/moodle
2019-10-14 09:42:03 +08:00
Tim Hunt
5aacd5e70e
MDL-66553 questions: add $CFG->questionbankcolumns to config-dist.php
2019-10-11 13:59:26 +01:00
Alexander Bias
1ce19cc3ed
MDL-66753 blocks: Remove references in core to block_participants
2019-10-07 08:34:20 +02:00
Andrew Nicols
0b07ea423b
MDL-66675 behat: Add option to pause on behat failures
2019-09-19 07:30:15 +08:00
Mark Nelson
5beb388516
MDL-66367 core: added new cachetemplates setting
2019-09-04 12:54:02 +02:00
[Peter Burnett]
442eeac33c
MDL-66119 core: Add check for uninstalling plugins from the admin gui
2019-07-26 09:27:32 +10:00
Dan Marsden
22dfa6d31d
MDL-60347 core: debugsmtp should be a developer only setting.
2019-07-01 12:15:05 +02:00
Sara Arjona
86c3df962f
Merge branch 'MDL-64506' of git://github.com/Chocolate-lightning/moodle
2019-04-03 19:30:28 +02:00
Mathew May
9757c65687
MDL-64506 Javascript: Remove docking JS.
...
Deprecate related lang strings & base functions now return false.
2019-04-03 19:34:20 +08:00
Trisha Milan
fdb9c3217d
MDL-64449 core: Added Session lock debugging option
2019-04-03 14:20:57 +11:00
sam marshall
05a5d547b3
MDL-64979 Behat: Add option to increase timeouts
2019-03-19 17:17:55 +00:00