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

Merge main into v7.1 #535

Merged
merged 24 commits into from
Aug 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
43d30e9
Update extracted files (#443)
github-actions[bot] Mar 8, 2024
e9ca421
decribe branches in README.md (#451)
tychonievich Mar 8, 2024
33acf8e
Add contact info to auto-generated YAML files (#454)
tychonievich Apr 11, 2024
b1b355c
Add CI/CD workflow to validate YAML files (#457)
dthaler Apr 25, 2024
f62020f
yamllint is recursive (#460)
dthaler May 1, 2024
f00a9a8
Add Separation event (#459)
cdhorn May 11, 2024
bd43eb7
Fix workflow (#462)
dthaler May 11, 2024
f00c223
Track request for Separated as a future FAM attribute (#469)
dthaler May 23, 2024
73000c2
Fix reference to FilePath data type (#466)
dthaler May 23, 2024
a6c05e1
Typo in README.md (#472)
dstathis May 30, 2024
5f4f42b
Add the meaning of WWW (#480)
tychonievich Jun 18, 2024
c762c9b
Remove substructure-specific extension wording (#481)
tychonievich Jun 18, 2024
9ae5646
Add some possible additional family events for consideration (#479)
cdhorn Jun 18, 2024
e871b23
Clarify no-FORM PLACs (#487)
tychonievich Jun 25, 2024
18028c7
Define "principle date" (#492)
tychonievich Jun 25, 2024
e731e3c
Update extracted files (#485)
github-actions[bot] Jul 1, 2024
68bbe57
Clarify nickname (#482)
tychonievich Jul 2, 2024
0630554
Update extracted files (#501)
github-actions[bot] Jul 6, 2024
7dad7fe
Restore 3.0's definition of jurisdiction (#506)
tychonievich Jul 9, 2024
3b379a1
Update extracted files (#508)
github-actions[bot] Jul 9, 2024
c967b75
Increase largest PLAC example (#514)
tychonievich Jul 16, 2024
b11458a
Update extracted files (#515)
github-actions[bot] Jul 16, 2024
f461257
Fix validate-yaml warnings (#513)
dthaler Jul 16, 2024
2467a28
Update changelog.md (#525)
tychonievich Aug 13, 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
Prev Previous commit
Next Next commit
Fix reference to FilePath data type (#466)
Fixes #465

Signed-off-by: Dave Thaler <dthaler@armidalesoftware.com>
Co-authored-by: Dave Thaler <dthaler@armidalesoftware.com>
  • Loading branch information
dthaler and dthaler2 authored May 23, 2024
commit 73000c2dbd217657823191b1f74c1e8d52838115
2 changes: 1 addition & 1 deletion specification/gedcom-4-gedzip.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Each GEDZIP file contains the following entries:

- An entry with name `gedcom.ged` containing a data stream.

- An entry for each *local file* `g7:datatype-FilePath` payload in `gedcom.ged`, with the same zip *file name* as the payload.
- An entry for each *local file* `g7:type-FilePath` payload in `gedcom.ged`, with the same zip *file name* as the payload.
If there is a local file named `gedcom.ged`, it must be renamed to a new unused filename with the same extension prior to constructing the GEDZIP.

All file names inside a GEDZIP are case-sensitive.
Expand Down
Loading