-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/DP-35734-layout-paragraphs-prototype
- Loading branch information
Showing
11 changed files
with
2,674 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# | ||
# Write your changelog entry here. Every pull request must have a changelog yml file. | ||
# | ||
# Change types: | ||
# ############################################################################# | ||
# You can use one of the following types: | ||
# - Added: For new features. | ||
# - Changed: For changes to existing functionality. | ||
# - Deprecated: For soon-to-be removed features. | ||
# - Removed: For removed features. | ||
# - Fixed: For any bug fixes. | ||
# - Security: In case of vulnerabilities. | ||
# | ||
# Format | ||
# ############################################################################# | ||
# The format is crucial. Please follow the examples below. For reference, the requirements are: | ||
# - All 3 parts are required and you must include "Type", "description" and "issue". | ||
# - "Type" must be left aligned and followed by a colon. | ||
# - "description" must be indented with 2 spaces followed by a colon | ||
# - "issue" must be indented with 4 spaces followed by a colon. | ||
# - "issue" is for the Jira ticket number only e.g. DP-1234 | ||
# - No extra spaces, indents, or blank lines are allowed. | ||
# | ||
# Example: | ||
# ############################################################################# | ||
# Fixed: | ||
# - description: Fixes scrolling on edit pages in Safari. | ||
# issue: DP-13314 | ||
# | ||
# You may add more than 1 description & issue for each type using the following format: | ||
# Changed: | ||
# - description: Automating the release branch. | ||
# issue: DP-10166 | ||
# - description: Second change item that needs a description. | ||
# issue: DP-19875 | ||
# - description: Third change item that needs a description along with an issue. | ||
# issue: DP-19843 | ||
# | ||
Fixed: | ||
- description: Orphan document report includes documents linked by redirects. | ||
issue: DP-35402 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# | ||
# Write your changelog entry here. Every pull request must have a changelog yml file. | ||
# | ||
# Change types: | ||
# ############################################################################# | ||
# You can use one of the following types: | ||
# - Added: For new features. | ||
# - Changed: For changes to existing functionality. | ||
# - Deprecated: For soon-to-be removed features. | ||
# - Removed: For removed features. | ||
# - Fixed: For any bug fixes. | ||
# - Security: In case of vulnerabilities. | ||
# | ||
# Format | ||
# ############################################################################# | ||
# The format is crucial. Please follow the examples below. For reference, the requirements are: | ||
# - All 3 parts are required and you must include "Type", "description" and "issue". | ||
# - "Type" must be left aligned and followed by a colon. | ||
# - "description" must be indented with 2 spaces followed by a colon | ||
# - "issue" must be indented with 4 spaces followed by a colon. | ||
# - "issue" is for the Jira ticket number only e.g. DP-1234 | ||
# - No extra spaces, indents, or blank lines are allowed. | ||
# | ||
# Example: | ||
# ############################################################################# | ||
# Fixed: | ||
# - description: Fixes scrolling on edit pages in Safari. | ||
# issue: DP-13314 | ||
# | ||
# You may add more than 1 description & issue for each type using the following format: | ||
# Changed: | ||
# - description: Automating the release branch. | ||
# issue: DP-10166 | ||
# - description: Second change item that needs a description. | ||
# issue: DP-19875 | ||
# - description: Third change item that needs a description along with an issue. | ||
# issue: DP-19843 | ||
# | ||
Changed: | ||
- description: Change sitewide alert notifications to only send emails when an alert is published or transitioned out of published state. | ||
issue: DP-35609 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# | ||
# Write your changelog entry here. Every pull request must have a changelog yml file. | ||
# | ||
# Change types: | ||
# ############################################################################# | ||
# You can use one of the following types: | ||
# - Added: For new features. | ||
# - Changed: For changes to existing functionality. | ||
# - Deprecated: For soon-to-be removed features. | ||
# - Removed: For removed features. | ||
# - Fixed: For any bug fixes. | ||
# - Security: In case of vulnerabilities. | ||
# | ||
# Format | ||
# ############################################################################# | ||
# The format is crucial. Please follow the examples below. For reference, the requirements are: | ||
# - All 3 parts are required and you must include "Type", "description" and "issue". | ||
# - "Type" must be left aligned and followed by a colon. | ||
# - "description" must be indented with 2 spaces followed by a colon | ||
# - "issue" must be indented with 4 spaces followed by a colon. | ||
# - "issue" is for the Jira ticket number only e.g. DP-1234 | ||
# - No extra spaces, indents, or blank lines are allowed. | ||
# | ||
# Example: | ||
# ############################################################################# | ||
# Fixed: | ||
# - description: Fixes scrolling on edit pages in Safari. | ||
# issue: DP-13314 | ||
# | ||
# You may add more than 1 description & issue for each type using the following format: | ||
# Changed: | ||
# - description: Automating the release branch. | ||
# issue: DP-10166 | ||
# - description: Second change item that needs a description. | ||
# issue: DP-19875 | ||
# - description: Third change item that needs a description along with an issue. | ||
# issue: DP-19843 | ||
# | ||
Fixed: | ||
- description: Fix overlapping elements in ckeditor fullscreen mode. | ||
issue: DP-35727 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# | ||
# Write your changelog entry here. Every pull request must have a changelog yml file. | ||
# | ||
# Change types: | ||
# ############################################################################# | ||
# You can use one of the following types: | ||
# - Added: For new features. | ||
# - Changed: For changes to existing functionality. | ||
# - Deprecated: For soon-to-be removed features. | ||
# - Removed: For removed features. | ||
# - Fixed: For any bug fixes. | ||
# - Security: In case of vulnerabilities. | ||
# | ||
# Format | ||
# ############################################################################# | ||
# The format is crucial. Please follow the examples below. For reference, the requirements are: | ||
# - All 3 parts are required and you must include "Type", "description" and "issue". | ||
# - "Type" must be left aligned and followed by a colon. | ||
# - "description" must be indented with 2 spaces followed by a colon | ||
# - "issue" must be indented with 4 spaces followed by a colon. | ||
# - "issue" is for the Jira ticket number only e.g. DP-1234 | ||
# - No extra spaces, indents, or blank lines are allowed. | ||
# | ||
# Example: | ||
# ############################################################################# | ||
# Fixed: | ||
# - description: Fixes scrolling on edit pages in Safari. | ||
# issue: DP-13314 | ||
# | ||
# You may add more than 1 description & issue for each type using the following format: | ||
# Changed: | ||
# - description: Automating the release branch. | ||
# issue: DP-10166 | ||
# - description: Second change item that needs a description. | ||
# issue: DP-19875 | ||
# - description: Third change item that needs a description along with an issue. | ||
# issue: DP-19843 | ||
# | ||
Changed: | ||
- description: Altered BigQuery module to query against changed name. | ||
issue: DP-35809 |
Oops, something went wrong.