added domain_menu_access, updated domain to last dev

This commit is contained in:
2018-11-21 12:48:48 +01:00
parent 8f674817e0
commit 8ca34853a3
249 changed files with 4305 additions and 1621 deletions
@@ -8,7 +8,9 @@ Current Status
Domain module for Drupal port to Drupal 8, under active development.
Active branch is 8-x.1-x. Begin any forks from there.
Domain required Drupal 8.5 or higher.
Active branch is the 8-x.1-x branch in GitHub. Begin any forks from there.
The underlying API is stable, and it's currently usable for access control.
The configuration supports manual editing. Themes should work. Views and Bulk
@@ -37,9 +39,6 @@ Included modules
`environment`, so that different hosts are used consistently across development
environments. See the README file for Domain Alias for more information.
* *Domain Alpha*
Provides limited alpha-to-alpha updates. Recommended.
* *Domain Config*
Provides a means for changing configuration settings on a per-domain basis. See the
README for Domain Config for more information.
@@ -54,17 +53,6 @@ Included modules
the module's README for more information.
Alpha release updates
------
A limited set of updates are provided for major architecture changes during the
alpha release.
You can run these updates by enabling the `domain_alpha` module and running
Drupal's database updates. The updates and affected versions are:
* Update 8001: Affects versions of Alpha6 or lower.
Implementation Notes
======
@@ -241,4 +229,3 @@ in most test cases. See `DomainTestBase::domainCreateTestDomains()` for the logi
When running tests, you normally need to be on the default domain.
If anyone is capable of building a vagrant box to simplify testing, that would be ideal.