Skip to content

cms/v0.0.102

Compare
Choose a tag to compare
@va-bot va-bot released this 03 May 01:01

Release 0.0.102 ami-0ef1cc6f

98e5996 CMS Export System (CEX, formerly known as Tome Sync) (#827)

  • composer require drupal/tome_sync

  • [config] drush pm-enable tome_sync

  • composer require drush/drush:~9

  • Revert "composer require drush/drush:~9"

This reverts commit f9fda25.

  • #3063027-5 Apply patch - PHP 7.2 notice - "Undefined offset: 1" in JsonSchemaEncoder

  • Add metatags to CMS Content Export (tome_sync).

  • [config] drush pm-enable va_gov_content_export

  • Add "processed" field to CMS Content Export/tome_sync.

Fixes
department-of-veterans-affairs/va.gov-team#4028.

  • Refactor 'processed' code, found a simpler way w/less code.

  • Add nid,vid and id (in some cases) to tome_sync exports.

  • Add tome, tome_sync, tome_static & drush 9.

composer require drupal/tome_sync:1.2.0
composer require drush/drush:~9

  • Add core patch "MenuLinkContent updateLink function generates a PHP Warning for override-able keys that are not present in the loaded entity."

  • phpcs conformance

  • Add dependency on tome_sync to va_gov_content_export

  • composer require drush/drush:~8

  • VAGOV-6194: New service to add breadcrumbs to tome export

  • VAGOV-6194: Add the path to the tome export and add "routed" to breadcrumb in tome export

  • VAGOV-6194: Clean up use of TOME serializer in the service

  • Add back Tome to composer.lock.

  • Fix PHPCS violations.

  • Add /content & /files to .gitignore.

  • VAGOV-6194: Add exception handling logic when TOME is exported

  • VAGOV-6194: Change name of logger

  • VAGOV-6194: Update tome module

  • Update composer based upon master

  • composer require drush/drush:~9

  • Revert "composer require drush/drush:~9"

This reverts commit f9fda25.

  • #3063027-5 Apply patch - PHP 7.2 notice - "Undefined offset: 1" in JsonSchemaEncoder

  • Add metatags to CMS Content Export (tome_sync).

  • [config] drush pm-enable va_gov_content_export

  • Add "processed" field to CMS Content Export/tome_sync.

Fixes
department-of-veterans-affairs/va.gov-team#4028.

  • Refactor 'processed' code, found a simpler way w/less code.

  • Add tome, tome_sync, tome_static & drush 9.

composer require drupal/tome_sync:1.2.0
composer require drush/drush:~9

  • Add core patch "MenuLinkContent updateLink function generates a PHP Warning for override-able keys that are not present in the loaded entity."

  • composer require drush/drush:~8

  • VAGOV-6194: New service to add breadcrumbs to tome export

  • VAGOV-6194: Add the path to the tome export and add "routed" to breadcrumb in tome export

  • Fix phpcs failures

  • VAGOV-6194: Add manual tome-sync content directory

  • Update tome sync location

  • Change tome meta index link location

  • Update tome sync config

  • Update permissions for export-content directory

  • Add custom file system settings for devshop

  • PHPCS fix

  • Update dir permssiosn

  • Remove extra FileSystem manipulation.

  • Change how directory is created in tome sync

  • Use leading 0 in setting directory

  • Fix phpcs

  • Use leading 0 in setting directory

  • Use leading 0 in setting directory

  • PHP CS fixes

  • Add documentation

  • Add back tome and some patches to composer

  • Override Tomes FileSync to allow htaccess to be read only

  • Updates for phpcs

  • Do not create .htacces sfile

  • PHPCS Fix

  • Add new zippy module to integarte with zippy composer package

  • Update Lando and Composer to match php 7.4 versions

  • Add zippylib fixes and integration along with a new path

  • Remove flysystem

  • Remove unused Class

  • PHPCS fixes

  • PHPCS Fixes

  • Updates to create the directories correctly in tome sync

  • When creating tome sycn file file directory make sure it's created not just modified.

  • Fix some bugs related to content taring

  • PHP CS issue

  • Allow setting of the current directory in tar command

  • PHP CS FIXES

  • Update .gitignore

Co-Authored-By: Elijah Lynn [email protected]

  • Update CMS Export to provide content ans asset tars separately.

  • PHP CS fixes

  • Update .gitignore

  • Update composer.json

  • Update composer.json

  • Update docroot/modules/custom/va_gov_content_export/src/Archive/ArchiveArgs.php

  • Update docroot/modules/custom/va_gov_content_export/src/Archive/ArchiveArgs.php

  • Update docroot/modules/custom/va_gov_content_export/src/Controller/ContentExport.php

  • Update docroot/modules/custom/va_gov_content_export/src/Controller/ContentExport.php

  • Update docroot/modules/custom/zippylib/zippylib.info.yml

  • Update docroot/sites/default/settings.devshop.php

  • Update docroot/modules/custom/zippylib/zippylib.info.yml

Co-authored-by: indytechcook [email protected]
Co-authored-by: Neil Hastings [email protected]

745849c Fix codesniffer failuure.