Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
24 changes: 13 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Unreleased

## 1.3.0

- [PR-377](https://github.com/itk-dev/os2loop/pull/377)
- Security update
- Code cleanup

## [1.2.3]
## 1.2.3

- [PR-372](https://github.com/itk-dev/os2loop/pull/372)
Migrate to DRUSH_OPTIONS_URI

## [1.2.2]
## 1.2.2

- [PR-371](https://github.com/itk-dev/os2loop/pull/371)
Added GitHub action to build release
Expand All @@ -26,31 +28,31 @@ Versioning](https://semver.org/spec/v2.0.0.html).
Added woodpecker to test site deployment
- [PR-369](https://github.com/itk-dev/os2loop/pull/369) Update drupal core 10.4.5

## [1.2.1]
## 1.2.1

- DevOps: Update docker setup to ensure real IPs in logs
- [PR-363](https://github.com/itk-dev/os2loop/pull/367)
Security update of Drupal core
Fixed code error in switch cases

## [1.2.0]
## 1.2.0

- [PR-366](https://github.com/itk-dev/os2loop/pull/366)
- Security update
- Drupal Core 10.3.6 => 10.4.3
- XLS serialization 1.4.0 => 2.0.0

## [1.1.4]
## 1.1.4

- [PR-363](https://github.com/itk-dev/os2loop/pull/363)
Security update

## [1.1.3]
## 1.1.3

- [PR-363](https://github.com/itk-dev/os2loop/pull/363)
Security update

## [1.1.2]
## 1.1.2

- [PR-362](https://github.com/itk-dev/os2loop/pull/362)
- Change Share with a friend form
Expand All @@ -59,18 +61,18 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- [PR-361](https://github.com/itk-dev/os2loop/pull/361)
Added local OIDC server-mock

## [1.1.1]
## 1.1.1

- [PR-360](https://github.com/itk-dev/os2loop/pull/360)
Fix bug in toc

## [1.1.0]
## 1.1.0

- Update config to mach drupal version.
- [PR-358](https://github.com/itk-dev/os2loop/pull/358)
Update pdf css to ensure display of all paragraphs

## [1.0.0]
## 1.0.0

- Upgrade drupal core (10.3.1)
- Switch to dompdf
Expand Down
3 changes: 1 addition & 2 deletions config/sync/views.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ui:
performance_statistics: false
preview_information: true
sql_query:
enabled: false
enabled: true
where: above
display_embed: false
always_live_preview: true
Expand Down Expand Up @@ -44,4 +44,3 @@ field_rewrite_elements:
ins: INS
q: Q
s: S
skip_cache: false
132 changes: 132 additions & 0 deletions config/sync/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,72 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
nid:
id: nid
table: node_field_data
field: nid
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: nid
plugin_id: field
label: ID
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: number_integer
settings:
thousand_separator: ''
prefix_suffix: true
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
style:
type: data_export
options:
Expand Down Expand Up @@ -1468,6 +1534,72 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
nid:
id: nid
table: node_field_data
field: nid
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: nid
plugin_id: field
label: ID
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: number_integer
settings:
thousand_separator: ''
prefix_suffix: true
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
style:
type: data_export
options:
Expand Down
Loading
Loading