Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Upgrade dkan to 1.15.4 (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
janette authored Oct 22, 2018
1 parent 40b42bf commit 19cf8d4
Show file tree
Hide file tree
Showing 137 changed files with 461 additions and 395 deletions.
1 change: 0 additions & 1 deletion dkan/dkan.info
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,4 @@ dependencies[] = dkan_datastore
dependencies[] = dkan_datastore_api
dependencies[] = open_data_schema_map_dkan
dependencies[] = visualization_entity_charts_dkan

version = 7.x-1.15.4
1 change: 1 addition & 0 deletions dkan/modules/dkan/dkan_sitewide/dkan_sitewide.info
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ features[variable][] = user_pictures
features[views_view][] = dkan_administration_files
features[views_view][] = dkan_administration_nodes
features[views_view][] = popular_tags
version = 7.x-1.15.4
3 changes: 3 additions & 0 deletions docroot/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Drupal 7.60, 2018-10-18
------------------------
- Fixed security issues. See SA-CORE-2018-006.

Drupal 7.59, 2018-04-25
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion docroot/includes/bootstrap.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* The current system version.
*/
define('VERSION', '7.59');
define('VERSION', '7.60');

/**
* Core API compatibility.
Expand Down
5 changes: 4 additions & 1 deletion docroot/includes/common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,10 @@ function url($path = NULL, array $options = array()) {
$language = isset($options['language']) && isset($options['language']->language) ? $options['language']->language : '';
$alias = drupal_get_path_alias($original_path, $language);
if ($alias != $original_path) {
$path = $alias;
// Strip leading slashes from internal path aliases to prevent them
// becoming external URLs without protocol. /example.com should not be
// turned into //example.com.
$path = ltrim($alias, '/');
}
}

Expand Down
6 changes: 3 additions & 3 deletions docroot/modules/aggregator/aggregator.info
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ files[] = aggregator.test
configure = admin/config/services/aggregator/settings
stylesheets[all][] = aggregator.css

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/aggregator/tests/aggregator_test.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = VERSION
core = 7.x
hidden = TRUE

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/block/block.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core = 7.x
files[] = block.test
configure = admin/structure/block

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/block/tests/block_test.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = VERSION
core = 7.x
hidden = TRUE

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ regions[footer] = Footer
regions[highlighted] = Highlighted
regions[help] = Help

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/blog/blog.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = VERSION
core = 7.x
files[] = blog.test

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/book/book.info
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ files[] = book.test
configure = admin/content/book/settings
stylesheets[all][] = book.css

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/color/color.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = VERSION
core = 7.x
files[] = color.test

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/comment/comment.info
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ files[] = comment.test
configure = admin/content/comment
stylesheets[all][] = comment.css

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/contact/contact.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core = 7.x
files[] = contact.test
configure = admin/structure/contact

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/contextual/contextual.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = VERSION
core = 7.x
files[] = contextual.test

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/dashboard/dashboard.info
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ files[] = dashboard.test
dependencies[] = block
configure = admin/dashboard/customize

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/dblog/dblog.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = VERSION
core = 7.x
files[] = dblog.test

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/field/field.info
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies[] = field_sql_storage
required = TRUE
stylesheets[all][] = theme/field.css

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies[] = field
files[] = field_sql_storage.test
required = TRUE

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/field/modules/list/list.info
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies[] = field
dependencies[] = options
files[] = tests/list.test

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/field/modules/list/tests/list_test.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package = Testing
version = VERSION
hidden = TRUE

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/field/modules/number/number.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core = 7.x
dependencies[] = field
files[] = number.test

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/field/modules/options/options.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core = 7.x
dependencies[] = field
files[] = options.test

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/field/modules/text/text.info
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies[] = field
files[] = text.test
required = TRUE

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/field/tests/field_test.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ files[] = field_test.entity.inc
version = VERSION
hidden = TRUE

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/field_ui/field_ui.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core = 7.x
dependencies[] = field
files[] = field_ui.test

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/file/file.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core = 7.x
dependencies[] = field
files[] = tests/file.test

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/file/tests/file_module_test.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = VERSION
core = 7.x
hidden = TRUE

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/filter/filter.info
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ files[] = filter.test
required = TRUE
configure = admin/config/content/formats

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/forum/forum.info
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ files[] = forum.test
configure = admin/structure/forum
stylesheets[all][] = forum.css

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/help/help.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = VERSION
core = 7.x
files[] = help.test

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/image/image.info
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies[] = file
files[] = image.test
configure = admin/config/media/image-styles

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/image/tests/image_module_test.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core = 7.x
files[] = image_module_test.module
hidden = TRUE

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/locale/locale.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core = 7.x
files[] = locale.test
configure = admin/config/regional/language

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/locale/tests/locale_test.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package = Testing
version = VERSION
hidden = TRUE

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
6 changes: 3 additions & 3 deletions docroot/modules/menu/menu.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core = 7.x
files[] = menu.test
configure = admin/structure/menu

; Information added by Drupal.org packaging script on 2018-04-25
version = "7.59"
; Information added by Drupal.org packaging script on 2018-10-17
version = "7.60"
project = "drupal"
datestamp = "1524673284"
datestamp = "1539816636"
Loading

0 comments on commit 19cf8d4

Please sign in to comment.