forked from OpenDataGIS/ckanext-facet_scheming
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update - CKAN 2.10 compatibility and UI/Schemas/Profiles improvements #101
Merged
Conversation
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
- Fix before_dataset_index to use list instead of json lists stringify, remove empty extras keys and fix subfields. - Fix facet search and custom facets - Fix templates to include new helpers - Update search to be compatible with CKAN >2.10 - Fix facet search operators.
mjanez
added
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
schema
ckanext-scheming schemas improvements or fixes
i18n
Translations
ckan-docker
ckanext-dcat
labels
Sep 10, 2024
- Align with ckanext-dcat refactorized profiles. - Add GeoDCAT-AP Profiles - Add DCAT-AP 3 profile - Improve ES DCAT-AP 2 profile.
This was
linked to
issues
Sep 16, 2024
- Improve GeoDCAT-AP schemas (EU/ES) and update to GeoDCAT-AP 3.0.0 to match profiles. - Improve DCAT-AP schemas (EU/ES) and update to DCAT-AP 3.0.0 to match profiles.
- Add new home to include detailed stats about portal and categories (themes) with datasets. - Improve header/footer. Move language selector and fix responsive of general web.
Metadata creation/editing forms now use tabs instead of steps, allowing all metadata elements to be set as mandatory and greatly improving the interaction and usability of the interface.
- Forms that are submitted via JavaScript modules also need to submit the CSRF token. `{{ h.csrf_input() if 'csrf_input' in h }}` to compat with <2.10 versions. - Bootstrap 5 data attributes: `data-module` to `data-bs` - Fix group_items type template. - Improve endpoints index cards (/endpoints). - Used jinja truncate filter instead of helper.
- Update badge classes for draft, metadata template, and deleted states - Update class for private dataset badge - Update link truncation for dataset title - Update data attribute for resource format labels
- Remove unnecesary Homepage selector. - Fix POST method errors when upload local logos.
- Add cache config vars.
Unnecesary update to data-bs boostrap class.
The data-bs attributes were removed from the templates as they are specific to Bootstrap and not required for the custom slug-preview module.
- Add R and curl from older extension.
- Avalaible values are 'tip', 'note', 'warning', 'caution', 'important' Example: {% block api_info %} {% set quote_content %} {% trans %} Further information in the <a href="http://docs.ckan.org/en/latest/maintaining/datastore.html" target="_blank">main CKAN Data API and DataStore documentation</a>. {% endtrans %} {% endset %} {% snippet "schemingdcat/snippets/quote_alerts.html", alert_type='tip', content=quote_content %} {% endblock %}
This was
linked to
issues
Sep 21, 2024
Closed
This was referenced Sep 23, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
ckan-docker
ckanext-dcat
documentation
Improvements or additions to documentation
enhancement
New feature or request
i18n
Translations
schema
ckanext-scheming schemas improvements or fixes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's Changed
Warning
CKAN 2.9 compatibility up to
v3.2.2
. Afterv4.0.0
, only works correctly with CKAN 2.10. Check:ckanext-schemingdcat
compatibilityImprove general UI, Home and stats.
The home page has been improved to inform the user about the main details of the Open Data Portal. The footer and header have been improved, and everything has been made responsive to facilitate visualization in mobile environments.
subcription
to generate stats. 4810b07New form Tabs
Metadata creation/editing forms now use tabs instead of steps, allowing all metadata elements to be set as mandatory and greatly improving the interaction and usability of the interface.
Update package/resource forms to Tabs ef76bb3
Improve profiles and add DCAT-AP/GeoDCAT-AP 3 7fb647a
Fixes and improvements