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

Commit

Permalink
Merge pull request #485 from GetDKAN/7.x-1.14.3-upgrade
Browse files Browse the repository at this point in the history
dkan upgrade 1.14.3
  • Loading branch information
janette authored Feb 16, 2018
2 parents 0fd5f12 + aa9b270 commit 719927d
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 28 deletions.
2 changes: 1 addition & 1 deletion build-dkan.make
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ projects:
download:
type: git
url: https://github.com/GetDKAN/dkan.git
tag: 7.x-1.14.2
tag: 7.x-1.14.3
22 changes: 13 additions & 9 deletions dkan/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
7.x-1.14.3
----------
- #2377 Upgrade entity to 1.9

7.x-1.14.2
----------
- #2359 Upgrade filefield_sources to 1.11
- #2341 Modifies curl settings so url headers and info can be properly acquired with curl
- #2370 Patch features to add new line after <?php
- #2346 Updated Help page; can add your company to listing
- #2359 Upgrade filefield_sources to 1.11
- #2341 Modifies curl settings so url headers and info can be properly acquired with curl
- #2370 Patch features to add new line after <?php
- #2346 Updated Help page; can add your company to listing
- Remove out-dated owners.md file
- #2345 Site Manager Monthly Maintenance checklist
- #2347 Moving the "Adding New Content" page to main admin doc tree
- #2321 Update @resource_all_09 scenario
- #2327 Add results count to dkan admin views
- #2337 Pin sphinx to 1.5.6
- #2345 Site Manager Monthly Maintenance checklist
- #2347 Moving the "Adding New Content" page to main admin doc tree
- #2321 Update @resource_all_09 scenario
- #2327 Add results count to dkan admin views
- #2337 Pin sphinx to 1.5.6
- #2332 Remove redundant debug output

7.x-1.14.1
Expand Down
2 changes: 1 addition & 1 deletion dkan/drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ projects:
version: '2.1'
entity:
download:
full_version: 7.x-1.8
full_version: 7.x-1.9
patch:
2341611: https://www.drupal.org/files/issues/entity-multivalue-token-replacement-fix-2341611-0.patch
2564119: https://www.drupal.org/files/issues/Use-array-in-foreach-statement-2564119-1.patch
Expand Down
6 changes: 3 additions & 3 deletions dkan/modules/contrib/entity/entity.info
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ files[] = views/handlers/entity_views_handler_field_uri.inc
files[] = views/handlers/entity_views_handler_relationship_by_bundle.inc
files[] = views/handlers/entity_views_handler_relationship.inc
files[] = views/plugins/entity_views_plugin_row_entity_view.inc
; Information added by drush on 2017-03-08
version = "7.x-1.8"
; Information added by drush on 2018-02-14
version = "7.x-1.9"
project = "entity"
datestamp = "1489006926"
datestamp = "1518619994"
6 changes: 3 additions & 3 deletions dkan/modules/contrib/entity/entity_token.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ files[] = entity_token.tokens.inc
files[] = entity_token.module
dependencies[] = entity

; Information added by drush on 2017-03-08
version = "7.x-1.8"
; Information added by drush on 2018-02-14
version = "7.x-1.9"
project = "entity"
datestamp = "1489006926"
datestamp = "1518619994"
4 changes: 2 additions & 2 deletions dkan/modules/contrib/entity/includes/entity.wrapper.inc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ abstract class EntityMetadataWrapper {
if (!$this->validate($value)) {
throw new EntityMetadataWrapperException(t('Invalid data value given. Be sure it matches the required data type and format. Value at !location: !value.', array(
// An exception's message is output through check_plain().
'!value' => is_array($value) || is_object($value) ? var_export($value) : $value,
'!value' => is_array($value) || is_object($value) ? var_export($value, TRUE) : $value,
'!location' => $this->debugIdentifierLocation(),
)));
}
Expand Down Expand Up @@ -755,7 +755,7 @@ class EntityDrupalWrapper extends EntityStructureWrapper {
if (!$this->validate($value)) {
throw new EntityMetadataWrapperException(t('Invalid data value given. Be sure it matches the required data type and format. Value at !location: !value.', array(
// An exception's message is output through check_plain().
'!value' => is_array($value) || is_object($value) ? var_export($value) : $value,
'!value' => is_array($value) || is_object($value) ? var_export($value, TRUE) : $value,
'!location' => $this->debugIdentifierLocation(),
)));
}
Expand Down
6 changes: 3 additions & 3 deletions dkan/modules/contrib/entity/tests/entity_feature.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ files[] = entity_feature.module
dependencies[] = entity_test
hidden = TRUE

; Information added by drush on 2017-03-08
version = "7.x-1.8"
; Information added by drush on 2018-02-14
version = "7.x-1.9"
project = "entity"
datestamp = "1489006926"
datestamp = "1518619994"
6 changes: 3 additions & 3 deletions dkan/modules/contrib/entity/tests/entity_test.info
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ files[] = entity_test.install
dependencies[] = entity
hidden = TRUE

; Information added by drush on 2017-03-08
version = "7.x-1.8"
; Information added by drush on 2018-02-14
version = "7.x-1.9"
project = "entity"
datestamp = "1489006926"
datestamp = "1518619994"
6 changes: 3 additions & 3 deletions dkan/modules/contrib/entity/tests/entity_test_i18n.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies[] = i18n_string
package = Multilingual - Internationalization
core = 7.x
hidden = TRUE
; Information added by drush on 2017-03-08
version = "7.x-1.8"
; Information added by drush on 2018-02-14
version = "7.x-1.9"
project = "entity"
datestamp = "1489006926"
datestamp = "1518619994"

0 comments on commit 719927d

Please sign in to comment.