summaryrefslogtreecommitdiff
path: root/resources/views/edit/new-individual.phtml
AgeCommit message (Expand)AuthorFilesLines
2022-10-30Fix: 'Cancel' button goes to wrong URLGreg Roach1-2/+1
2022-09-06CodeStyleGreg Roach1-0/+2
2022-07-29Add new individuals - remember expand/collapse state of each panelGreg Roach1-2/+2
2022-05-19Fix: #4389 - move the CSRF token to the end of all forms, so we can detect tr...Greg Roach1-2/+2
2022-05-02Outdated bootstrap markupGreg Roach1-1/+1
2022-04-19Add accordion to each fact on new-individual pageGreg Roach1-2/+6
2022-01-23Bootstrap5 needs explicit spacing between form rowsGreg Roach1-1/+1
2021-07-01Finish refactoring the missing-gedcom-tags codeGreg Roach1-20/+8
2021-05-14Working on GEDCOM elementsGreg Roach1-469/+25
2021-03-19Remove GedcomTagGreg Roach1-3/+5
2021-02-10CodeStyleGreg Roach1-4/+6
2021-01-05PHPdocGreg Roach1-0/+6
2020-09-16Refactor controller-actions as request-handlersGreg Roach1-1/+2
2020-07-21Fix: #3416 - cannot match empty surname with non-latin married surnameGreg Roach1-2/+3
2020-07-04Fix: editing name creates duplicateGreg Roach1-1/+1
2020-06-25Fix: 'goto new individual' button missingGreg Roach1-1/+1
2020-06-14Preparing to use GedcomElementsGreg Roach1-5/+5
2020-06-14Refactor edit controllers into request handlers. Preparing to use GedcomElem...Greg Roach1-13/+19
2020-05-26Gender-neutral GEDCOM tagsGreg Roach1-2/+2
2020-04-19Force user to explicitly select sex of new user when sex is unknownGreg Roach1-1/+1
2020-03-07Fix: #3103 - Create separate links for add son/daughter on family pageGreg Roach1-8/+13
2019-12-26Fix: #2908 - save and go to new individualGreg Roach1-1/+1
2019-12-16Fix: #2887 - group input fields for new individualsGreg Roach1-3/+4
2019-12-15Alternative solution to #2884Greg Roach1-19/+11
2019-10-28Fix: #2706 - Break EditGedcomRecordController into request handlersGreg Roach1-3/+1
2019-10-28Fix: #2705 - Break EditGedcomRecordController into request handlersGreg Roach1-1/+2
2019-10-15Fix: #2626 empty slugs cause redirect loopGreg Roach1-1/+1
2019-10-15wipGreg Roach1-2/+2
2019-10-14Working on routingGreg Roach1-1/+1
2019-10-14Move business logic from controller to serviceGreg Roach1-1/+1
2019-10-06Working on routingGreg Roach1-15/+15
2019-04-25Strict typesGreg Roach1-2/+2
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-1/+0
2019-03-20Fix: #691 - _MARNM deleted when updating other names partsGreg Roach1-3/+7
2019-03-20Replace duplicated code with functionGreg Roach1-78/+33
2019-03-13Update new-individual.phtml (#2325)Rico Sonntag1-4/+13
2019-02-16Use Collection classGreg Roach1-171/+181
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-9/+9
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-1/+0
2019-01-24Working on iconsGreg Roach1-3/+3
2018-12-20Remove unused parameterGreg Roach1-1/+1
2018-12-20Remove unused parameterGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-6/+7
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-2/+2
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-2/+2
2018-11-18Rename Fact::getGedcom() to gedcom()Greg Roach1-1/+1
2018-11-18Rename Fact::getFactId() to id()Greg Roach1-2/+2
2018-11-18Rename Fact::getAttribute() to attribute()Greg Roach1-7/+7
2018-11-18Rename Fact::getValue() to value()Greg Roach1-4/+4
2018-10-12Use .phtml extension for template filesGreg Roach1-0/+523