site 2.2.0-rc3

Bug fixes

Drupal 10 fixes: Symfony JsonResponse and EntityQuery::accessCheck()

site 2.2.0-rc1

  • First Release Candidate
  • Work moved from operations project repo to site.module repo.
  • Removed final remnants of drupal_project entity.

site 2.1.0-beta4

Unsupported

Remove DrupalProject entities.

WARNING: Update hooks for this release will convert all DrupalProject entities to Project entities, and then delete them.

This release is the last in 2.1.x series. This is the last release with the DrupalProject.php entity code. This entity has been superseded by Project.php entity.

If you already have site.module installed, you MUST upgrade to this version before moving to 2.2 because there is no DrupalProject.php code in 2.2.

site 2.1.0-beta3

Bug fixes
Unsupported

Handle when there is a site but it is not associated with the project.

site 2.1.0-beta2

Bug fixes
Unsupported
  • Fix a bug with drush behat params.
  • Creating a project now creates a site.

site 2.0.0-beta15

Bug fixes
Unsupported

In the last release, I coded a thing that created a Site entity when you create a drupal project. It would lookup existing sites and match them to the project.

This had unexpected consequences due to the other new feature to create multiple sites with the same URL.

So I removed it.

site 2.0.0-beta13

Bug fixes
New features
Unsupported
  • Redesign Project Create form: If canon URL is entered, site will be created and Project name automatically created from HTML title.
  • Redesign Site History and Site List page to offer detail dropdown when clicked.
  • Fix bug breaking site entity creation on sites where new entity is created for an existing site.
  • Fix warnings when refreshing reports.
  • Fix warning from GitRemote plugin if there is no remote found.
  • Allow bundles to override the data shown on the history tab. This allows drupal sites to show drupal version, etc.

site 2.0.0-beta11

Bug fixes
New features
Unsupported
  • Fixed broken Basic Website entity addition. Added test to verify.
  • Moved composer_json property from schema field to data field because it was breaking basic sites. We don't need an extra field for it.
  • Fix problem with dependencies causing Site Manager and site to be different major versions.
  • Removed drupal/ip_consumer_auth. It was unnecessary and was preventing Drupal 10 installation!

site 2.0.0-beta10

Bug fixes
New features
Unsupported
  • Reimplemented Field Overrides for drupal project and sites. Client sites can now read fields from site manager if they are set in Remote Field Overrides.
  • Fixed field data sending. Drupal project and site entities now send all data and gets saved in site manager.
  • Allow API key to be sent along with Drupal project entity, providing instant login from site manager.
  • Fixed exception throwing and catching.
  • Improve messaging when API keys are missing.

site 2.0.0-beta8

Bug fixes
Unsupported

Fix Node editing breaking because of bad hook_help() implementation.

site 2.0.0-beta7

Bug fixes
Unsupported

Add update hook for api_key field on drupal project entity.

site 2.0.0-beta6

Bug fixes
New features
Unsupported
  • Add update hook for new fields to help all 6 of our current users.
  • Export config for displaying drupal_env, site_root, and composer_json fields.
  • Add save_on_cache_rebuild feature.
  • Added Project "operations" links dropdown.
  • Finished refactoring for SiteSelf service: use saveEntity() not saveRevision().
  • Fix SaveEntity() to validate before save.
  • Allow DrupalProject's to store API key so it uses the same key for all sites.
  • Save canonical url from the first site entities URL.

site 2.0.0-beta5

Bug fixes
Unsupported

Don't break if no composer.json links are present.

site 2.0.0-beta4

New features
Unsupported
  • New Project UI:
    • List page with projects and environments with "Add Project" button.
    • Canonical Project page with environments and "Add Site" button.
    • Added "Canonical URL" to Drupal Project entities with display on the site that matches.
    • Project display on About this site page.
    • Breadcrumbs from Projects to environments.
    • Display Composer.json metadata on site widget. Links to support!
    • "Widget" display mode for sites.
  • New Properties:
    • Site Root: Path to git repo root.

site 2.0.0-beta3

Bug fixes
Unsupported
  1. Fix Site Manager Receive data, update bundle field metadata.
  2. Fix timestamp display on site manager when requesting data.
  3. Provide a link to edit Site API key if access denied.
  4. Fix field, state, reasons sending & overriding.
  5. Fix perpetual warning.
  6. Remove SiteRemote service.

site 2.0.0-beta2

Bug fixes
New features
Unsupported

NOTE: There is NO UPGRADE path from drupal/site-site 1.x.

The 1.x versions were mistakenly called drupal/site-site. If you installed this version, remember to:

  1. Uninstall Site module BEFORE removing the code from your codebase.
  2. You must remove the old package because it has a different name: composer remove drupal/site-site

UPDATE: Using drupal:jsonapi in dependencies so we can actually install.

Operations 2!

site 2.0.0-beta1

Bug fixes
New features
Unsupported

Operations 2!

This is a major change to the architecture of Operations 1, a new version is warrented.

site 1.10.0-alpha10

Bug fixes
New features
Unsupported
  1. Added Drupal GitLab CI integration.
  2. Added Behat testing.
  3. Moved monorepo to drupal/operations.
  4. Added drupal-operations/drush-behat-params.
  5. Added drupal-operations/drupal-settings.

site 1.10.0-alpha9

Bug fixes
Unsupported

Fixed permissions for access about site page & access site history page.
Require key_auth module.

site 1.10.0-alpha7

Bug fixes
New features
Unsupported
  • Added Landofile
  • Added READMEs
  • Added Stock Ox install profile
  • Added logos
  • Improved config event response, only save one report per request.
  • Fix bugs with properties not saving.

site 1.10.x-dev

Dev Release.

This release won't be updated on every git push to the project repo (Ox https://www.drupal.org/project/ox).

When needed, it will be manually updated from the 1.x branch of that project.

site 1.10.0-alpha5

Bug fixes
Unsupported

Major oops. I merged very wrongly when going back to the mega repo.

site 1.10.0-alpha2

Bug fixes
Unsupported

Attempting to fix automated composer dependency on drupal 8.

site 1.10.0-alpha1

Bug fixes
New features
Unsupported

New Alpha series.

This version of Site.Module is now open for testing and development.

During this new alpha phase, things may change without an upgrade path.

More info coming soon.

site 1.1.0-beta3

Unsupported

Still strange composerness.

beta2 isn't showing up at all

site 1.1.0-beta1

New features
Unsupported

First release of site.module!

This project is now coming from the mega repo at https://www.drupal.org/project/ox

New READMEs coming tomorrow.

Subscribe with RSS Subscribe to Releases for Site Module