A portal can finally be told which modules it really needs

Every portal carries a list of required modules — add-ons it cannot serve correctly without, so that an update which loses one stalls instead of quietly rolling out a portal with a feature missing. A portal's own record can name that list.

It could not, in fact, name it. The record's list was applied to the built-in one entry by entry: first entry replaces first entry, second replaces second, and anything further down the built-in list simply stayed. Two things followed, and both were the opposite of what an operator meant:

Neither could be fixed by writing a longer list, because nobody outside the platform can see how long the built-in list is — and it grows. The advice used to be "put your entry at the first free slot"; that slot was number seven when the advice was written, and number seven has since become a module of its own.

A record can now say that its list is the complete one. Set requiredModulesAuthoritative beside requiredModules and the portal requires exactly what the record names — including nothing at all, when the list is empty. Slot numbers stop mattering, and no one has to know anything about the built-in list to state what an instance needs.

And a portal that has not said it now says what it inherited. On start-up it names every required module that came from the platform rather than from its own record, so the difference between "what the record says" and "what the instance requires" is printed rather than inferred.

Nothing changes for a record that does not use the new setting — a deliberate choice, because the built-in list is the platform's own floor, and treating a partial list as the whole truth would have silently dropped real requirements from every portal at once.

Reconnecting…
The connection to the server was interrupted. Trying to restore it…
Trying again…
The connection could not be restored. Reloading the page…
The server was updated. Reloading the page to pick up the latest version.