Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest from last release #609

Merged
merged 41 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
e6f2fa8
Merge pull request #380 from usdoj/uat-7.5.0
ameshkin May 13, 2022
5ab57ab
Merge pull request #384 from usdoj/uat-7.5.1
ameshkin May 28, 2022
beb0095
Merge pull request #388 from usdoj/uat-7.6.0
ameshkin Jun 10, 2022
59968bf
Merge pull request #394 from usdoj/uat-7.7.0
ameshkin Jul 15, 2022
cb664b0
Merge pull request #410 from usdoj/uat-7.8.0
ameshkin Aug 11, 2022
09b9d44
Merge pull request #425 from usdoj/uat-7.9.0
ameshkin Sep 8, 2022
253eec1
Merge pull request #432 from usdoj/uat-8.0.0
ameshkin Oct 6, 2022
79a7c7b
Merge pull request #436 from usdoj/uat-7.10.1
ameshkin Oct 11, 2022
8399d3c
Merge pull request #443 from usdoj/uat-7.10.3
ameshkin Oct 27, 2022
d0f7612
Merge pull request #451 from usdoj/release-7.11.0
ameshkin Dec 8, 2022
78e1988
Merge pull request #465 from usdoj/develop
brockfanning Jan 12, 2023
71e399a
Merge pull request #462 from usdoj/release-7.12.0
ameshkin Jan 12, 2023
c29c538
Merge pull request #473 from usdoj/release-7.13.0
ameshkin Feb 9, 2023
35137d0
Merge pull request #491 from usdoj/release-7.13.3
ameshkin Feb 27, 2023
01fa16e
Merge pull request #492 from usdoj/release-7.14.0
ameshkin Mar 13, 2023
bb3067c
Merge pull request #505 from usdoj/develop
brockfanning Apr 11, 2023
b06f222
Merge pull request #503 from usdoj/release-7.15.0
ameshkin Apr 13, 2023
1d85529
Merge pull request #513 from usdoj/release-7.15.1
ameshkin Apr 25, 2023
36cb2d5
Merge pull request #517 from usdoj/release-7.16.0
ameshkin May 11, 2023
104dff2
Merge pull request #522 from usdoj/release-7.17.0
ameshkin Jun 8, 2023
db86be0
Merge pull request #532 from usdoj/release-7.18.0
ameshkin Jul 20, 2023
dfbf5e0
Merge pull request #551 from usdoj/release-7.21.0
ameshkin Sep 14, 2023
e593909
Update FoiaRequestInterface.php with new var value
ameshkin Sep 29, 2023
2ff237c
Merge pull request #557 from usdoj/FOIA-190242-hotfix
ameshkin Sep 29, 2023
6868ea8
Revert "Update FoiaRequestInterface.php with new var value"
ameshkin Oct 2, 2023
602b8ed
Merge pull request #558 from usdoj/revert-557-FOIA-190242-hotfix
ameshkin Oct 2, 2023
3bf73d2
Merge pull request #560 from usdoj/release-7.22.0
ameshkin Oct 12, 2023
16ba645
Merge pull request #565 from usdoj/release-8.0.0
ameshkin Oct 23, 2023
6686446
Merge pull request #568 from usdoj/develop
brockfanning Oct 23, 2023
0839849
Merge pull request #570 from usdoj/develop
brockfanning Oct 24, 2023
5ab61a8
Update webform.webform.doj_fbi.yml
brockfanning Nov 8, 2023
65344e7
Merge pull request #578 from usdoj/brockfanning-patch-2
ameshkin Nov 8, 2023
836715d
Merge pull request #577 from usdoj/release-8.1.0
ameshkin Nov 9, 2023
080f2b3
FOIA-0000: Hotfix for the nasa_pafo webform.
ameshkin Feb 6, 2024
7811a63
FOIA-455: Return an error message if request is not from the website.
ameshkin Feb 2, 2024
556a382
FOIA-455: Adding X-Api-User-Id which may be needed.
ameshkin Feb 5, 2024
7d1a1c0
FOIA-459: Safety code during the XML export.
brockfanning Feb 1, 2024
aa9338d
FOIA-450: Adding new verbiage, exported config from prod.
ameshkin Nov 16, 2023
5cbd18e
FOIA-426: Drush command for resetting all of the migrate statuses.
brockfanning Nov 24, 2023
816a0fa
FOIA-456 Adding DHS STD Webform.
ameshkin Dec 14, 2023
bd2b7ea
Merge branch 'develop' into release-8.2.1
brockfanning Mar 27, 2024
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
2 changes: 1 addition & 1 deletion config/default/webform.webform.dhs_std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ archive: false
id: dhs_std
title: DHS-STD
description: ''
categories: { }
category: ''
elements: |-
name_first:
'#type': textfield
Expand Down
3 changes: 0 additions & 3 deletions config/default/webform.webform.doj_fbi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ elements: |-
required:
':input[name="fbi_requester_type"]':
value: organization
email:
'#type': email
'#title': 'Email address'
phone_number:
'#type': tel
'#title': 'Phone number'
Expand Down
Loading