Skip to content

Commit 3684caa

Browse files
authored
Move from profile to modules (#373)
1 parent 034e2c0 commit 3684caa

File tree

317 files changed

+175
-1205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

317 files changed

+175
-1205
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Install DKTL
2121
command: |
2222
cd ~
23-
git clone --single-branch --depth 1 https://github.com/GetDKAN/dkan-tools.git
23+
git clone --single-branch --depth 1 --branch 359-composer-merge https://github.com/GetDKAN/dkan-tools.git
2424
chmod 777 ./dkan-tools/bin/dktl
2525
export PATH=$PATH:~/dkan-tools/bin
2626
which dktl

composer.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getdkan/dkan2",
3-
"type": "drupal-profile",
3+
"type": "drupal-module",
44
"license": "GPL-2.0-or-later",
55
"minimum-stability": "dev",
66
"description": "DKAN Open Data Catalog",
@@ -22,7 +22,6 @@
2222
"getdkan/json-schema-provider": "^0.1.2",
2323
"getdkan/sae" : "^1.1.1",
2424
"getdkan/sql-parser": "^2.0.0",
25-
"getdkan/lunr.php": "^1.0.0",
2625
"guzzlehttp/guzzle" : "^6.3",
2726
"ezyang/htmlpurifier" : "^4.11",
2827
"ramsey/uuid" : "^3.8.0",
@@ -49,20 +48,8 @@
4948
},
5049
"authors": [
5150
{
52-
"name": "acouch",
53-
"email": "[email protected]"
54-
},
55-
{
56-
"name": "dafeder",
57-
"email": "[email protected]"
58-
},
59-
{
60-
"name": "fmizzell",
61-
"email": "[email protected]"
62-
},
63-
{
64-
"name": "Thierry Dallacroce",
65-
"email": "[email protected]"
51+
"name": "CivicActions",
52+
"email": "[email protected]"
6653
}
6754
]
6855
}

config/install/block.block.bartik_account_menu.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

config/install/block.block.bartik_branding.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

config/install/block.block.bartik_breadcrumbs.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

config/install/block.block.bartik_content.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

config/install/block.block.bartik_footer.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

config/install/block.block.bartik_local_actions.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

config/install/block.block.bartik_local_tasks.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

config/install/block.block.bartik_main_menu.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

config/install/block.block.bartik_messages.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

config/install/block.block.bartik_page_title.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

config/install/block.block.bartik_powered.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

config/install/block.block.bartik_tools.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

config/install/block.block.seven_breadcrumbs.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

config/install/block.block.seven_content.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

config/install/block.block.seven_local_actions.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

config/install/block.block.seven_login.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)