-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #499 from vrk-kpa/LIKA-627_upgrade_bootstrap
LIKA-627: Upgrade bootstrap
- Loading branch information
Showing
64 changed files
with
873 additions
and
811 deletions.
There are no files selected for viewing
19 changes: 10 additions & 9 deletions
19
ansible/roles/ckan/files/patches/remove_free_fontawesome.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
diff --git a/ckan/public-bs3/base/vendor/webassets.yml b/ckan/public-bs3/base/vendor/webassets.yml | ||
index 40e09173a..393ae2cf5 100644 | ||
--- a/ckan/public-bs3/base/vendor/webassets.yml | ||
+++ b/ckan/public-bs3/base/vendor/webassets.yml | ||
@@ -4,11 +4,6 @@ select2-css: | ||
diff --git a/ckan/public/base/vendor/webassets.yml b/ckan/public/base/vendor/webassets.yml | ||
index 2ff63043c..3d226878c 100644 | ||
--- a/ckan/public/base/vendor/webassets.yml | ||
+++ b/ckan/public/base/vendor/webassets.yml | ||
@@ -4,12 +4,6 @@ select2-css: | ||
contents: | ||
- select2/select2.css | ||
|
||
-fontawesome: | ||
- output: vendor/%(version)s_fontawesome.css | ||
- filters: cssrewrite | ||
- contents: | ||
- - fontawesome-free/css/all.css | ||
|
||
- | ||
jquery: | ||
filters: rjsmin | ||
@@ -39,7 +34,6 @@ bootstrap: | ||
output: vendor/%(version)s_jquery.js | ||
@@ -41,7 +35,6 @@ bootstrap: | ||
output: vendor/%(version)s_bootstrap.js | ||
extra: | ||
preload: | ||
- - vendor/fontawesome | ||
- vendor/jquery | ||
contents: | ||
- bootstrap/javascripts/bootstrap.js | ||
- bootstrap/js/bootstrap.js |
513 changes: 513 additions & 0 deletions
513
ansible/roles/ckan/files/patches/replace_btn-default_with_btn-secondary.patch
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
sass scss/main.scss --source-map=ckanext/apicatalog/public/base/main.css.map --source-map-url=/base/main.css.map --source-map-less-inline > ckanext/apicatalog/fanstatic/apicatalog/main.css | ||
sass scss/openapi_view.scss --source-map=ckanext/apicatalog/public/base/openapi_view.css.map --source-map-url=/base/openapi_view.css.map --source-map-less-inline > ckanext/apicatalog/fanstatic/openapi_view.css | ||
sass scss/main.scss --source-map --embed-source-map ckanext/apicatalog/fanstatic/apicatalog/main.css | ||
sass scss/openapi_view.scss --source-map --embed-source-map ckanext/apicatalog/fanstatic/openapi_view.css | ||
echo $(date): Compiled sass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ckanext/ckanext-apicatalog/ckanext/apicatalog/templates/home/snippets/apicatalog_slogan.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
ckanext/ckanext-apicatalog/ckanext/apicatalog/templates/package/resource_edit_base.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{% ckan_extends %} | ||
|
||
{% block content_action %} | ||
{% link_for _('Cancel editing'), named_route=pkg.type ~ '.read', id=pkg.name, class_='btn btn-default', icon='arrow-left' %} | ||
{% link_for _('Cancel editing'), named_route=pkg.type ~ '.read', id=pkg.name, class_='btn btn-secondary', icon='arrow-left' %} | ||
{% if res %} | ||
{% link_for _('View resource'), named_route=pkg.type ~ '_resource.read', id=pkg.name, resource_id=res.id, class_='btn btn-default', icon='eye' %} | ||
{% link_for _('View resource'), named_route=pkg.type ~ '_resource.read', id=pkg.name, resource_id=res.id, class_='btn btn-secondary', icon='eye' %} | ||
{% endif %} | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.