Skip to content

Commit

Permalink
chore: roll back tome due to export bug in tome 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianGilbert committed Dec 15, 2022
1 parent 1292e4a commit 2ed2301
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 25 deletions.
2 changes: 1 addition & 1 deletion drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"drupal/simple_oauth": "^5.2.2",
"drupal/simple_sitemap": "^4.1.3",
"drupal/smart_date": "^3.7",
"drupal/tome": "^1.8.0",
"drupal/tome": "1.7",
"drupal/transliterate_filenames": "^2.0.1",
"drupal/upgrade_status": "^3.18",
"drupal/username_enumeration_prevention": "^1.3",
Expand Down
18 changes: 9 additions & 9 deletions drupal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions drupal/content/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
# If we know how to do it safely, disable the PHP engine entirely.
<IfModule mod_php7.c>
php_flag engine off
</IfModule>
<IfModule mod_php.c>
php_flag engine off
</IfModule>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"uuid": [
{
"value": "f8a55a2b-6bbc-4170-aee9-bd955d2bed2e"
"value": "a72faba4-778b-4b9a-a867-cefeff170d1c"
}
],
"langcode": [
Expand All @@ -12,12 +12,12 @@
"owner_id": [
{
"target_type": "user",
"target_uuid": "c39a1636-8a94-4af6-8e68-42faafe9164d"
"target_uuid": "71ff0341-88b1-40c6-bf6a-1131b20cd36a"
}
],
"client_id": [
{
"value": "f8a55a2b-6bbc-4170-aee9-bd955d2bed2e"
"value": "default_consumer"
}
],
"label": [
Expand Down
10 changes: 5 additions & 5 deletions drupal/content/meta/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"consumer.f8a55a2b-6bbc-4170-aee9-bd955d2bed2e": [
"user.c39a1636-8a94-4af6-8e68-42faafe9164d"
"consumer.a72faba4-778b-4b9a-a867-cefeff170d1c": [
"user.71ff0341-88b1-40c6-bf6a-1131b20cd36a"
],
"user.892af996-524b-42ba-a622-b850c99c57ae": [],
"user.c39a1636-8a94-4af6-8e68-42faafe9164d": []
}
"user.46d09c55-cc6f-41b4-86d3-bd674df57b73": [],
"user.71ff0341-88b1-40c6-bf6a-1131b20cd36a": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"uuid": [
{
"value": "892af996-524b-42ba-a622-b850c99c57ae"
"value": "46d09c55-cc6f-41b4-86d3-bd674df57b73"
}
],
"langcode": [
Expand Down Expand Up @@ -42,13 +42,13 @@
],
"created": [
{
"value": "2022-12-14T23:18:45+00:00",
"value": "2022-12-15T01:06:57+00:00",
"format": "Y-m-d\\TH:i:sP"
}
],
"changed": [
{
"value": "2022-12-14T23:18:45+00:00",
"value": "2022-12-15T01:06:57+00:00",
"format": "Y-m-d\\TH:i:sP"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"uuid": [
{
"value": "c39a1636-8a94-4af6-8e68-42faafe9164d"
"value": "71ff0341-88b1-40c6-bf6a-1131b20cd36a"
}
],
"langcode": [
Expand All @@ -28,7 +28,7 @@
"mail": [],
"timezone": [
{
"value": "Australia\/Melbourne"
"value": ""
}
],
"status": [
Expand All @@ -38,13 +38,13 @@
],
"created": [
{
"value": "2022-12-14T23:18:45+00:00",
"value": "2022-12-15T01:06:57+00:00",
"format": "Y-m-d\\TH:i:sP"
}
],
"changed": [
{
"value": "2022-12-14T23:18:45+00:00",
"value": "2022-12-15T01:06:57+00:00",
"format": "Y-m-d\\TH:i:sP"
}
],
Expand Down

0 comments on commit 2ed2301

Please sign in to comment.