Skip to content

Commit

Permalink
Move from profile to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
janette committed Apr 13, 2020
1 parent 1906b2b commit b061209
Show file tree
Hide file tree
Showing 317 changed files with 175 additions and 1,205 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Install DKTL
command: |
cd ~
git clone --single-branch --depth 1 https://github.com/GetDKAN/dkan-tools.git
git clone --single-branch --depth 1 --branch 359-composer-merge https://github.com/GetDKAN/dkan-tools.git
chmod 777 ./dkan-tools/bin/dktl
export PATH=$PATH:~/dkan-tools/bin
which dktl
Expand Down
19 changes: 3 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "getdkan/dkan2",
"type": "drupal-profile",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"description": "DKAN Open Data Catalog",
Expand All @@ -22,7 +22,6 @@
"getdkan/json-schema-provider": "^0.1.2",
"getdkan/sae" : "^1.1.1",
"getdkan/sql-parser": "^2.0.0",
"getdkan/lunr.php": "^1.0.0",
"guzzlehttp/guzzle" : "^6.3",
"ezyang/htmlpurifier" : "^4.11",
"ramsey/uuid" : "^3.8.0",
Expand All @@ -49,20 +48,8 @@
},
"authors": [
{
"name": "acouch",
"email": "[email protected]"
},
{
"name": "dafeder",
"email": "[email protected]"
},
{
"name": "fmizzell",
"email": "[email protected]"
},
{
"name": "Thierry Dallacroce",
"email": "[email protected]"
"name": "CivicActions",
"email": "[email protected]"
}
]
}
23 changes: 0 additions & 23 deletions config/install/block.block.bartik_account_menu.yml

This file was deleted.

22 changes: 0 additions & 22 deletions config/install/block.block.bartik_branding.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.bartik_breadcrumbs.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.bartik_content.yml

This file was deleted.

23 changes: 0 additions & 23 deletions config/install/block.block.bartik_footer.yml

This file was deleted.

17 changes: 0 additions & 17 deletions config/install/block.block.bartik_local_actions.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.bartik_local_tasks.yml

This file was deleted.

23 changes: 0 additions & 23 deletions config/install/block.block.bartik_main_menu.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.bartik_messages.yml

This file was deleted.

17 changes: 0 additions & 17 deletions config/install/block.block.bartik_page_title.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.bartik_powered.yml

This file was deleted.

23 changes: 0 additions & 23 deletions config/install/block.block.bartik_tools.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_breadcrumbs.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_content.yml

This file was deleted.

17 changes: 0 additions & 17 deletions config/install/block.block.seven_local_actions.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_login.yml

This file was deleted.

Loading

0 comments on commit b061209

Please sign in to comment.