Skip to content

Commit d914d32

Browse files
author
Tim Martin
committed
re-applying chullo fixes
1 parent ddc0649 commit d914d32

File tree

3 files changed

+1972
-1589
lines changed

3 files changed

+1972
-1589
lines changed

codebase/composer.json

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"type": "vcs",
2020
"url": "git@github.com:Islandora/islandora.git"
2121
},
22+
{
23+
"type": "vcs",
24+
"url": "git@github.com:Islandora/chullo.git"
25+
},
2226
{
2327
"type": "vcs",
2428
"url": "git@github.com:jhu-idc/islandora_defaults.git"
@@ -96,18 +100,6 @@
96100
}
97101
}
98102
},
99-
{
100-
"type": "package",
101-
"package": {
102-
"name": "islandora/chullo",
103-
"version": "dev-dev",
104-
"source": {
105-
"type": "git",
106-
"url": "https://github.com/Islandora/chullo.git",
107-
"reference": "d563d5e48ef9b15dcf45029277bbc2f6eeef2454"
108-
}
109-
}
110-
},
111103
{
112104
"type": "package",
113105
"package": {
@@ -168,6 +160,7 @@
168160
"imagesloaded/imagesloaded": "^4.1",
169161
"islandora-rdm/islandora_fits": "dev-8.x-1.x",
170162
"islandora/carapace": "dev-8.x-3.x",
163+
"islandora/chullo": "1.2.0 as dev-dev",
171164
"jhu-idc/idc-ui-theme": "dev-main",
172165
"jhu-idc/idc_defaults": "dev-main",
173166
"jhu-idc/idc_export": "dev-main",
@@ -267,14 +260,13 @@
267260
"simplesamlphp/simplesamlphp": {
268261
"SimpleSAMLphp config": "patches/simplesaml_config.patch"
269262
},
270-
"drupal/title_length": {
271-
"Node title length 1: Apply user config override": "patches/node_title_length_fix-hook-install.patch",
272-
"Node title length 2: Taxonomy name length": "patches/node_title_length_termNameCharLength-3041979-8.patch"
273-
},
274263
"islandora/islandora": {
275264
"Routing definitions": "patches/islandora.routing.yml.patch",
276265
"Media Source Serivce": "patches/mediasourceservice.patch",
277266
"Media Source Controller": "patches/mediasourcecontroller.patch"
267+
},
268+
"drupal/search_api_solr": {
269+
"search_api_solr_defaults_post_update_uninstall_module": "patches/search_api_solr_defaults_post_update_uninstall_module.patch"
278270
}
279271
}
280272
}

0 commit comments

Comments
 (0)