summaryrefslogtreecommitdiff
path: root/app/Elements
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach216-216/+216
2025-11-21CodeStyle - strict typesGreg Roach1-2/+2
2025-10-31Fix: #5155 - allow _TODO items to contain markdown and linksGreg Roach1-30/+1
2025-09-15Use constants for better type inferenceGreg Roach1-59/+52
2025-08-27LAT/LONGGreg Roach1-1/+1
2025-02-20Code StyleGreg Roach3-3/+2
2025-02-10Don't uninstall dev dependencies after CI scripts. Fix some CI issuesGreg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach216-216/+216
2025-01-09Fix: #5100, fix: #4828 - _UID fields have wrong checksum. Do not automatical...Greg Roach2-23/+56
2024-12-01Fix: #5062 - don't close modals when clicking on the backdropGreg Roach8-8/+8
2024-11-29Fix: #5053 - wrong canonical formatting for PLAC:FORMGreg Roach1-1/+1
2024-11-29Replace English word 'gender' with 'sex'Greg Roach1-1/+1
2024-11-26Fix: automatically expand notes option fails to expand notesGreg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach160-235/+235
2024-10-03Wrap long urls inside Fact notes and Shared notes (#5035)Pawel1-2/+2
2024-09-21#5003 - add MARR:TYPE COMMON LAWGreg Roach1-14/+11
2024-03-31CodeStyleGreg Roach2-2/+2
2024-03-31CodeStyle - whitespaceGreg Roach7-8/+0
2024-03-31PHP 7.4 - short arrow functionsGreg Roach2-6/+2
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach2-2/+2
2024-03-19Add values for _ACT tagsGreg Roach1-0/+47
2023-07-23phpdocGreg Roach2-4/+0
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-7/+2
2023-03-23PHPdocGreg Roach2-2/+2
2023-03-07Add typehintsGreg Roach1-4/+5
2023-03-05Fix: #4773 - Curacao and Saint Bethelemy missing from country listGreg Roach1-8/+8
2023-02-03Use disabled attribute instead of hardcoded style in read-only name input (#4...Jonathan Jaubart2-2/+4
2023-01-25It's 2023Greg Roach215-215/+215
2023-01-25It's 2023Greg Roach215-215/+215
2023-01-08Fix: #4704 - Missing husband age on divorce eventsGreg Roach1-1/+1
2023-01-08Fix: #4710 - order of address elementsGreg Roach1-2/+2
2023-01-04Fix some typos (found by codespell) (#4705)Stefan Weil2-2/+2
2022-12-28CodeStyleGreg Roach2-2/+0
2022-12-28Add support for INDI:NO and FAM:NO tagsGreg Roach3-32/+166
2022-12-23Change styling of NAME field when inactiveGreg Roach2-2/+2
2022-12-19Use elements to reformat new recordsGreg Roach1-3/+6
2022-12-13Fix: #4656 - Provide options for phonetic/romanized type fieldsGreg Roach2-0/+30
2022-12-12Don't show GEDCOM 7 FAM:RESI if the GEDCOM 5.5.1 FAM:RESI is hiddenGreg Roach1-0/+20
2022-12-12Fix: #4655 - residence facts take a value in GEDCOM 7Greg Roach2-26/+9
2022-11-30Remove unused importsGreg Roach3-4/+0
2022-11-25Fix: #4397 - allow notes to be added to research tasksGreg Roach1-0/+1
2022-11-18Fix: #4591 - handle LS/PS characters, as created by geni.comGreg Roach1-7/+23
2022-11-18Fix: #4599 - do not save names containing only '\'Greg Roach3-36/+21
2022-11-18Fix: #4601 - GOV identifiers can be 14 characters longGreg Roach1-1/+1
2022-11-06Fix:#4589 FAM:NCHI:* is only valid in GEDCOM 7Greg Roach1-0/+36
2022-11-03Fix: #4587 - wrong subtags for ORDNGreg Roach1-1/+1
2022-10-30Add classes to allow styling of media linksGreg Roach1-1/+4
2022-10-17Fix: #4580, Fix: #4577 - SOUR:PUBL, SOUR:TITL and SOUR:AUTH allow multi-line ...Greg Roach3-2/+63
2022-09-25Deprecate LocalizationService and use PHP-INTL for sorting instead of MySQLGreg Roach1-7/+1
2022-09-06CodeStyleGreg Roach10-46/+3