Skip to content

Commit ab43de7

Browse files
authored
Merge pull request #1401 from andrewnicols/mdl83424
[docs] Add notes for MDL-83424
2 parents a1ac120 + c809145 commit ab43de7

File tree

4 files changed

+428
-1
lines changed

4 files changed

+428
-1
lines changed

config/prism.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@ module.exports = {
2929
// formatting.
3030
'php',
3131
'gherkin',
32+
'diff',
33+
'apacheconf',
34+
'nginx',
3235
],
3336
};

data/projects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"projects": {
44
"directoryrestructure/index": {
55
"title": "Directory Restructure",
6-
"status": "In Progress",
6+
"status": "Complete",
77
"owners": [
88
{
99
"name": "Andrew Lyons",

docs/devupdate.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,20 @@ tags:
99

1010
This page highlights the important changes that are coming in Moodle 5.1 for developers.
1111

12+
## Code Structure
13+
14+
<Since version="5.1" issueNumber="MDL-83424" />
15+
16+
Most of the Moodle codebase, including all plugins, has been moved into a new `public` directory within the Moodle web root.
17+
18+
Most Moodle tooling has already been updated to support this, but minor web server reconfiguration will be required to support this.
19+
20+
See the [Restructure documentation](./guides/restructure/index.md) for further information on some of the changes required.
21+
1222
## Course format: max sections setting is now deprecated
1323

1424
<Since version="5.1" issueNumber="MDL-84291" />
25+
1526
The `maxsections` setting in course formats is now deprecated. Previously, this setting was used to limit the number of sections in a course. Starting with Moodle 5.1, courses can have an unlimited number of sections.
1627

1728
Although the `maxsections` setting remains available for now, it is marked as deprecated and will be removed in Moodle 6.0. Also, the `get_max_sections` from `core_courseformat\base` is also deprecated and will be removed in Moodle 6.0.

0 commit comments

Comments
 (0)