Skip to content
This repository was archived by the owner on Jun 24, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
07761d8
Merge branch 'release-1.12'
stefanweber Nov 24, 2017
724d2de
Updated CHANGELOG
stefanweber Nov 24, 2017
c8d1004
Added missing configs for install and rewrite
stefanweber Nov 30, 2017
42870d4
Merge branch 'release-1.13' into fix/missing-config-in-media-video
stefanweber Nov 30, 2017
84dd9f8
Adds entry to CHANGELOG for development branch release-1.14
Dec 13, 2017
80bf1da
Deprecate update hooks
Dec 13, 2017
5db4137
Merge pull request #108 from deGov/fix/update-hooks
artemvd Dec 13, 2017
ce4ffc8
Merge branch 'release-1.14' into fix/missing-config-in-media-video
artemvd Dec 15, 2017
489a679
Merge pull request #98 from deGov/fix/missing-config-in-media-video
artemvd Dec 15, 2017
f87081b
RMNRW-756 Fixed degov_media_video module configurations
majid-1xinternet Dec 15, 2017
312d930
Add changes in CHANGELOG
majid-1xinternet Dec 15, 2017
557782a
RMNRW-571 Removed nrw ref from deGov modules Readme file
majid-1xinternet Dec 18, 2017
075d66a
Merge pull request #110 from deGov/RMNRW-751
artemvd Dec 18, 2017
ac32633
Fix coding standards
artemvd Dec 19, 2017
742085b
Fix coding standards
artemvd Dec 19, 2017
9ce9885
Merge pull request #109 from deGov/RMNRW-756
artemvd Dec 19, 2017
4d32ebf
Added description to slideshow field
stefanweber Dec 19, 2017
07db0e7
resolved merge issues
stefanweber Dec 19, 2017
c6698be
Use default views behaviour if no argument is set
artemvd Dec 19, 2017
a0f26f5
Fixing coding standards
artemvd Dec 19, 2017
d3e4018
Merge pull request #111 from deGov/fix/RMNRW-637
artemvd Dec 19, 2017
609860c
Fix install and config import
artemvd Dec 19, 2017
e612683
RMNRW-763 Change newsletter field cardinality
majid-1xinternet Dec 19, 2017
d6a1da7
Chnage log
majid-1xinternet Dec 19, 2017
ff9fd17
Merge branch 'release-1.14' into RMNRW-763
majid-1xinternet Dec 19, 2017
c098a2a
Added german translations for deGov Twitter
stefanweber Dec 19, 2017
eef90bb
Merge pull request #112 from deGov/fix/views-reference-default-argument
stefanweber Dec 19, 2017
d59ae58
Add the hook to alter translation sources
artemvd Dec 20, 2017
2751347
Merge pull request #115 from deGov/feature/RMNRW-757-twitter-translat…
artemvd Dec 20, 2017
50f7b1c
Add the rewrite for fresh install
artemvd Dec 20, 2017
33b5f74
Merge branch 'release-1.14' into RMNRW-763
artemvd Dec 20, 2017
74c78be
Merge pull request #114 from deGov/RMNRW-763
artemvd Dec 20, 2017
acc6e55
Merge pull request #113 from deGov/fix/media-reference-paragraph-install
stefanweber Dec 20, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.14.0]
## [1.14.0] - IN DEVELOPMENT

### Added
- Added description for field field_slideshow_type in paragraph degov_paragraph_slideshow
- Added support for media bundles tweet and instagram to degov_social_media_settings.

### Fixed
- Fixed configurations of degov_media_video configurations

## Changed
- Chnage cardinility of simplenews_issue field to 10 in degov_simplenews module.
- Views reference when argument field is empty doesn't try to set the argument,
so the default argument is calculated by the view itself.

## [1.13.1] - 11-12-2017
### Added
- Updated dependencies from deGov modules to keep lightning up to date.
Expand All @@ -27,6 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixes
- By default render the tags field with surrounding and inner item wrappers.
- Copied configuration from deprecated update_hook to install and rewrite

## [1.12.3] - 24-11-2017
### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# README #

This is the module repository for NRW Ressortmaster based on NRWgov Drupal distribution
This is the module repository for deGov Drupal distribution.
8 changes: 4 additions & 4 deletions degov_common/degov_common.install
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ function degov_common_uninstall() {

/**
* Next module update version is 8016.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* Next module update version is 8010.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
8 changes: 4 additions & 4 deletions degov_date_formats/degov_date_formats.install
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* Next module update version is 8002.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
8 changes: 4 additions & 4 deletions degov_html_mail/degov_html_mail.install
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* Next module update version is 8002.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
8 changes: 4 additions & 4 deletions degov_media_address/degov_media_address.install
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ function degov_media_address_uninstall() {

/**
* Next module update version is 8007.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
8 changes: 4 additions & 4 deletions degov_media_audio/degov_media_audio.install
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ function degov_media_audio_uninstall() {

/**
* Next module update version is 8011.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
8 changes: 4 additions & 4 deletions degov_media_citation/degov_media_citation.install
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ function degov_media_citation_uninstall() {

/**
* Next module update version is 8005.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
8 changes: 4 additions & 4 deletions degov_media_contact/degov_media_contact.install
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ function degov_media_contact_uninstall() {

/**
* Next module update version is 8006.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
8 changes: 4 additions & 4 deletions degov_media_document/degov_media_document.install
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ function degov_media_document_upload_uninstall() {

/**
* Next module update version is 8008.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 5 additions & 14 deletions degov_media_gallery/degov_media_gallery.install
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,9 @@ function degov_media_gallery_uninstall() {
}

/**
* Next module update version is 8009.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* Next module update version is 8010.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/

/**
* Rename field_tags hide label.
*/
function degov_media_gallery_update_8009() {
\Drupal::service('degov_config.module_updater')
->applyUpdates('degov_media_gallery', '8009');
}

This file was deleted.

18 changes: 5 additions & 13 deletions degov_media_image/degov_media_image.install
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,9 @@ function degov_media_image_uninstall() {
}

/**
* Next module update version is 8016.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* Next module update version is 8017.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
/**
* Rename field_tags hide label.
*/
function degov_media_image_update_8016() {
\Drupal::service('degov_config.module_updater')
->applyUpdates('degov_media_image', '8016');
}

8 changes: 4 additions & 4 deletions degov_media_instagram/degov_media_instagram.install
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* Next module update version is 8006.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
8 changes: 4 additions & 4 deletions degov_media_person/degov_media_person.install
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ function degov_media_person_uninstall() {

/**
* Next module update version is 8006.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ function degov_media_social_media_embed_uninstall() {

/**
* Next module update version is 8004.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
8 changes: 4 additions & 4 deletions degov_media_tweet/degov_media_tweet.install
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* Next module update version is 8006.
* All update hooks from 1.1 to 1.13 were deleted.
* There is no upgrade path from 1.1 to 1.13, you need first to update to 1.2
* and every minor release as well until 1.13 respectively.
* The fresh install should have all the changes from 1.1 to 1.13.
* All update hooks from 1.1 to 1.14 were deleted.
* There is no upgrade path from 1.1 to 1.14, you need first to update to 1.2
* and every minor release as well until 1.14 respectively.
* The fresh install should have all the changes from 1.1 to 1.14.
*/
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
config:
- field.storage.media.field_media_duration
- media_entity.bundle.video
endforced:
enforced:
module:
- degov_media_video
id: media.video.field_media_duration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- media_entity.bundle.video
module:
- text
endforced:
enforced:
module:
- degov_media_video
id: media.video.field_media_transcription
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
langcode: de
status: true
dependencies:
config:
- field.storage.media.field_video_preview
- media_entity.bundle.image
- media_entity.bundle.video
enforced:
module:
- degov_media_video
id: media.video.field_video_preview
field_name: field_video_preview
entity_type: media
bundle: video
label: Vorschau
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:media'
handler_settings:
target_bundles:
image: image
sort:
field: _none
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
langcode: de
status: true
dependencies:
enforced:
module:
- degov_media_video
module:
- media_entity
id: media.field_video_preview
field_name: field_video_preview
entity_type: media
type: entity_reference
settings:
target_type: media
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ third_party_settings:
required_fields: true
label: Assets
region: content
id: media.video.default
id: media.video.media_browser
targetEntityType: media
bundle: video
mode: default
mode: media_browser
content:
field_copyright:
type: entity_reference_autocomplete
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
content:
field_video_preview:
type: media_thumbnail
weight: 3
region: content
label: hidden
settings:
image_style: thumbnail
image_link: content
third_party_settings: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
content:
field_video_preview:
type: media_thumbnail
weight: 3
region: content
label: hidden
settings:
image_style: thumbnail
image_link: content
third_party_settings: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
content:
field_video_preview:
type: media_thumbnail
weight: 3
region: content
label: hidden
settings:
image_style: thumbnail
image_link: content
third_party_settings: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
id: media.video.media_browser
targetEntityType: media
bundle: video
mode: media_browser
Loading