Skip to content

Commit

Permalink
1596469630: Proposed release for 7.x-1.18.9 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
nucivicmachine authored Aug 3, 2020
1 parent 0f8d0c9 commit be9f243
Show file tree
Hide file tree
Showing 49 changed files with 90 additions and 48 deletions.
5 changes: 5 additions & 0 deletions profiles/dkan/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
7.x-1.18.9
----------
- #3135 Added missing translation.
- #3147 Fix JSON/RDF links on dataset pages.

7.x-1.18.8
----------
- #3133 Drupal security upgrade to version 7.72.
Expand Down
2 changes: 1 addition & 1 deletion profiles/dkan/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DKAN Open Data Platform (7.x-1.18.8)
# DKAN Open Data Platform (7.x-1.18.9)

DKAN is an open source open data platform with a full suite of cataloging, publishing and visualization features that allow organizations to easily publish data to the public.

Expand Down
2 changes: 1 addition & 1 deletion profiles/dkan/dkan.info
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ dependencies[] = dkan_datastore_simple_import
dependencies[] = dkan_datastore_api
dependencies[] = open_data_schema_map_dkan
dependencies[] = visualization_entity_charts_dkan
version = 7.x-1.18.8
version = 7.x-1.18.9
4 changes: 2 additions & 2 deletions profiles/dkan/drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ api: '2'
core: 7.x
includes:
- https://raw.githubusercontent.com/GetDKAN/visualization_entity/7.x-2.x/visualization_entity.make
- https://raw.githubusercontent.com/GetDKAN/open_data_schema_map/7.x-2.6/open_data_schema_map.make
- https://raw.githubusercontent.com/GetDKAN/open_data_schema_map/7.x-2.7/open_data_schema_map.make
- https://raw.githubusercontent.com/GetDKAN/leaflet_draw_widget/5a5f8faf664aeca02371f6692307580d9fab9116/leaflet_widget.make
- https://raw.githubusercontent.com/GetDKAN/recline/7.x-2.3/recline.make
projects:
Expand Down Expand Up @@ -261,7 +261,7 @@ projects:
download:
type: git
url: https://github.com/GetDKAN/open_data_schema_map.git
tag: 7.x-2.6
tag: 7.x-2.7
panelizer:
version: '3.4'
patch:
Expand Down
36 changes: 36 additions & 0 deletions profiles/dkan/modules/contrib/open_data_schema_map/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
7.x-2.7
------
- #121 Fix broken RDF and JSON links.

7.x-2.6
-------
- #119 Adjustment to avoid ArgumentCountError error.
- #120 Fix issue on generation of data.json.
- #117 Do not include unpublished resources when running odsm-filecache.
- #118 Paginate catalog.xml endpoints.

7.x-2.5
-------
- #116 Remove recursive tree functions and add fast token browser.

7.x-2.4
-------
- #115 Fix the function check.

7.x-2.3
-------
- #114 Check that drush_log function exists before calling it.

7.x-2.2
-------
- #113 Print progress message when running drush odsm-filecache.
- #111 Add documentation for the features hook.

7.x-2.1
-------
- Update json-schema.

7.x-2.0
-------
- Reset to implement a new release management strategy independent of DKAN.

7.x-1.14.1
----------
- #110 Lock symfonyserializer library to the 3.4.2 tag
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,8 @@ function open_data_schema_map_add_type(&$values, $mapping) {
function open_data_schema_map_endpoint($api) {
$params = drupal_get_query_parameters();
if (!isset($params['page'])) {
drupal_goto($api->endpoint, ['query' => ['page' => 0]]);
$params['page'] = 0;
drupal_goto($api->endpoint, ['query' => $params]);
}
// Start by setting the content type header based on the API settings.
if ($output_format = open_data_schema_map_output_format_load($api->outputformat)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ features[variable][] = panelizer_node:data_dashboard_default
features[views_view][] = data_dashboards
features[views_view][] = front_page_dashboards_list
features_exclude[dependencies][dkan_topics] = dkan_topics
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ features_exclude[dependencies][image] = image
features_exclude[dependencies][strongarm] = strongarm
features_exclude[dependencies][taxonomy] = taxonomy
no autodetect = 1
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ function dkan_dataset_form_alter(&$form, &$form_state, $form_id) {

// Get langcode for field_format.
$field_link_api_langcode = dkan_dataset_form_field_language($form, 'field_format');
$form['field_format'][$field_link_api_langcode]['#description'] = 'Leave blank to auto-detect resource format';
$form['field_format'][$field_link_api_langcode]['#description'] = t('Leave blank to auto-detect resource format');

$form['title']['#attributes']['placeholder'] = t('eg. January Gold Prices');
$form['title']['#required'] = TRUE;
Expand Down
2 changes: 1 addition & 1 deletion profiles/dkan/modules/dkan/dkan_dataset/dkan_dataset.info
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ features[ctools][] = views:views_default:3.0
features[features_api][] = api:2
features[variable][] = pathauto_node_dataset_pattern
features[variable][] = pathauto_node_resource_pattern
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ features_exclude[dependencies][og] = og
features_exclude[dependencies][dkan_featured_topics] = dkan_featured_topics
features_exclude[field_base][og_group_ref] = og_group_ref
features_exclude[field_instance][node-dataset-og_group_ref] = node-dataset-og_group_ref
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ features[views_view][] = front_page_group_grid
features[views_view][] = front_page_group_list
features[views_view][] = group_block
features[views_view][] = groups_page
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ features[og_features_permission][] = node:group:update own dataset content
features[og_features_permission][] = node:group:update own resource content
features[og_features_permission][] = node:group:view any unpublished dataset content
features[og_features_permission][] = node:group:view any unpublished resource content
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies[] = services
features[ctools][] = services:services:3
features[features_api][] = api:2
features[services_endpoint][] = dkan_dataset_api
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ features[field_instance][] = comment-comment_node_dataset-field_rating
features[field_instance][] = node-dataset-field_rating
features[variable][] = ajax_comments_node_types
features[variable][] = ajax_comments_notify
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ core = 7.x
dependencies[] = dkan_dataset
dependencies[] = dkan_dataset_rest_api
hidden = TRUE
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ features[features_api][] = api:2
features[field_base][] = field_datastore_status
features[field_instance][] = node-resource-field_datastore_status
features[views_view][] = datasets
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package = DKAN API
core = 7.x
dependencies[] = services
dependencies[] = dkan_datastore
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description = Enable fast import for resources
core = 7.x
package = DKAN
dependencies[] = dkan_datastore
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description = A datastore importer that uses MySQL insert statements, and a cust
core = 7.x
package = DKAN
dependencies[] = dkan_datastore
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description = Basic environments management (Local, Development, Production, etc
core = 7.x
dependencies[] = environment
dependencies[] = environment_indicator
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ files[] = includes/page.inc
files[] = includes/panelized_node.inc
files[] = includes/resource.inc
files[] = includes/visualization_entity.inc
version = 7.x-1.18.8
version = 7.x-1.18.9
2 changes: 1 addition & 1 deletion profiles/dkan/modules/dkan/dkan_harvest/dkan_harvest.info
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ files[] = includes/HarvestCache.php
files[] = includes/HarvestMigrateSQLMap.php
files[] = includes/HarvestMigrateSourceList.php
files[] = includes/XmlHarvestMigration.php
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ features[views_view][] = dkan_harvest_datasets
files[] = views/handlers/views_handler_field_date_harvest_date.inc
files[] = views/handlers/views_handler_field_numeric_harvest_count.inc
files[] = views/handlers/views_handler_field_harvest_status.inc
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ core = 7.x

dependencies[] = dkan_harvest
files[] = dkan_harvest_datajson.migrate.inc
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description = Test module for dkan_harvest
core = 7.x

dependencies[] = 'dkan_harvest'
version = 7.x-1.18.8
version = 7.x-1.18.9
2 changes: 1 addition & 1 deletion profiles/dkan/modules/dkan/dkan_ipe/dkan_ipe.info
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies[] = panels
dependencies[] = strongarm
features[features_api][] = api:2
project path = profiles/dkan/modules/dkan
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ features[variable][] = linkchecker_scan_node_resource
features[views_view][] = dkan_linkchecker_reports
features_exclude[dependencies][ctools] = ctools
project path = profiles/dkan/modules/dkan
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ files[] = dkan_migrate_base_group.inc
files[] = dkan_migrate_base_dataset.inc
files[] = dkan_migrate_base_resource.inc
files[] = dkan_migrate_base_data_json.inc
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package = "DKAN"
core = 7.x
dependencies[] = dkan_migrate_base
dependencies[] = open_data_federal_extras
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ core = 7.x
package = DKAN
dependencies[] = dkan_dataset
dependencies[] = dkan_datastore
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ features[roles_permissions][] = editor
features[roles_permissions][] = site manager
features_exclude[dependencies][features] = features
project path = profiles/dkan/modules/dkan
version = 7.x-1.18.8
version = 7.x-1.18.9
2 changes: 1 addition & 1 deletion profiles/dkan/modules/dkan/dkan_plugins/dkan_plugins.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies[] = ctools
dependencies[] = panels
project path = profiles/dkan/modules/dkan
scripts[] = js/colorPicker.behavior.js
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ features[views_view][] = dkan_administration_files
features[views_view][] = dkan_administration_nodes
features[views_view][] = dkan_administration_users
features[views_view][] = popular_tags
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ features[context][] = sitewide
features[ctools][] = context:context:3
features[ctools][] = strongarm:strongarm:1
features[features_api][] = api:2
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ features[ctools][] = context:context:3
features[ctools][] = page_manager:pages_default:1
features[features_api][] = api:2
fetures[context][] = front
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ features[menu_links][] = menu-command-center-menu_site-information:admin/config/
features[menu_links][] = menu-command-center-menu_taxonomy:admin/structure/taxonomy
features[menu_links][] = menu-command-center-menu_visualization:admin/structure/entity-type/visualization/ve_chart/add
features[menu_links][] = menu-command-center-menu_visualizations:admin/structure/entity-type/visualization
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ features[variable][] = panelizer_node:page_allowed_layouts_default
features[variable][] = panelizer_node:page_allowed_types
features[variable][] = panelizer_node:page_allowed_types_default
features[variable][] = panelizer_node:page_default
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ features[views_view][] = dkan_datasets_filtered
features[views_view][] = dkan_groups
features[views_view][] = entity_reference_groups_list
features[views_view][] = list_of_users_groups
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ features[features_api][] = api:2
features[search_api_server][] = datasets
features[variable][] = facetapi_pretty_paths_searcher_search_api@datasets
features[variable][] = facetapi_pretty_paths_searcher_search_api@datasets_options
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ features[field_group][] = group_user_tabs|user|user|default
features[field_instance][] = user-user-field_about
features[views_view][] = user_profile_fields
features[views_view][] = user_profile_search
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies[] = facetapi
dependencies[] = panels_style_collapsible
files[] = widget_term_icons.inc
files[] = widget_content_type_icons.inc
version = 7.x-1.18.8
version = 7.x-1.18.9
2 changes: 1 addition & 1 deletion profiles/dkan/modules/dkan/dkan_topics/dkan_topics.info
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ features_exclude[dependencies][dkan_dataset_groups] = dkan_dataset_groups
features_exclude[dependencies][dkan_topics] = dkan_topics
no autodetect = 1
project path = profiles/dkan/modules/dkan
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package = DKAN Features
dependencies[] = dkan_topics
dependencies[] = taxonomy_fixtures
dependencies[] = taxonomy
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ features[workbench_moderation_transitions][] = needs_review:published
features[workbench_moderation_transitions][] = published:needs_review
features_exclude[dependencies][ctools] = ctools
features_exclude[dependencies][dkan_dataset_content_types] = dkan_dataset_content_types
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ features[roles_permissions][] = Workflow Contributor
features[roles_permissions][] = Workflow Moderator
features[roles_permissions][] = Workflow Supervisor
project path = profiles/dkan/modules/dkan/dkan_workflow/modules
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies[] = views
dependencies[] = workbench_moderation
files[] = ViewsDkanWorkflowTreePluginStyle.inc
stylesheets[all][] = views_dkan_workflow_tree.css
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ features[field_instance][] = node-dataset-field_odfe_data_quality
features[field_instance][] = node-dataset-field_odfe_investment_uii
features[field_instance][] = node-dataset-field_odfe_program_code
features[field_instance][] = node-dataset-field_odfe_system_of_records
version = 7.x-1.18.8
version = 7.x-1.18.9
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ features[open_data_schema_apis][] = data_json_1_1
features[open_data_schema_apis][] = dcat_ap_v1_1_dataset
features[open_data_schema_apis][] = dcat_v1_1
features[open_data_schema_apis][] = dcat_v1_1_json
version = 7.x-1.18.8
version = 7.x-1.18.9

0 comments on commit be9f243

Please sign in to comment.