summaryrefslogtreecommitdiff
path: root/resources/views/edit
AgeCommit message (Expand)AuthorFilesLines
2021-02-03Fix: #3707 - populate place name from geocoder when adding new placeGreg Roach1-0/+66
2021-02-03Header does not have CHAN recordGreg Roach1-12/+14
2021-02-02Merge GEDCOM element code from 2.1 branchGreg Roach4-5/+119
2021-01-15Refactor controller into request handlersGreg Roach1-1/+10
2021-01-05PHPdocGreg Roach1-0/+6
2020-09-16Refactor controller-actions as request-handlersGreg Roach1-1/+2
2020-08-27PHPdocGreg Roach1-0/+1
2020-08-27Fix: Link spouse to individual (#3461)Richard Cissée1-3/+3
2020-08-08CleanupGreg Roach1-7/+6
2020-07-29Return to individual page after cancelling the edit of a family factGreg Roach1-1/+1
2020-07-21Fix: #3416 - cannot match empty surname with non-latin married surnameGreg Roach1-2/+3
2020-07-12Cleanup webtrees.jsGreg Roach2-9/+5
2020-07-04Fix: editing name creates duplicateGreg Roach1-1/+1
2020-07-03Merge some changes from developGreg Roach1-14/+16
2020-07-02Fix: #3150 - return to original page after editing fact from another recordGreg Roach3-6/+25
2020-06-27Better handling for custom record typesGreg Roach3-5/+5
2020-06-26Working on gedcom elementsGreg Roach1-1/+8
2020-06-25Fix: 'goto new individual' button missingGreg Roach1-1/+1
2020-06-25Merge changes from developGreg Roach1-0/+8
2020-06-20Convert function to viewGreg Roach1-0/+19
2020-06-14Preparing to use GedcomElementsGreg Roach3-9/+9
2020-06-14Use new route namesGreg Roach2-2/+4
2020-06-14Preparing to use GedcomElementsGreg Roach1-2/+2
2020-06-14Refactor edit controllers into request handlers. Preparing to use GedcomElem...Greg Roach3-17/+25
2020-06-14Factor controller actions into request handlersGreg Roach1-1/+2
2020-06-06Working on GEDCOM tags/elementsGreg Roach1-1/+1
2020-05-26Make Fact objects immutable. Remove setTag()Greg Roach1-1/+1
2020-05-26Gender-neutral GEDCOM tagsGreg Roach1-2/+2
2020-05-20Fix: #3279 - styling of level 0 tag in raw-edit pageGreg Roach1-3/+1
2020-05-10Fix: #3215 - add first/previous/next/last buttons to the re-order pagesGreg Roach6-56/+104
2020-05-01Fix: #3190 - raw-edit non-standard records can break level 0 lineGreg Roach1-1/+1
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
2020-02-06Fix: fail to re-order familiesGreg Roach1-7/+14
2020-01-27Fix: #3010 - update link to GEDCOM specificationGreg Roach2-2/+4
2020-01-23Fix: #3002 - HTML validation in copy-fact iconGreg Roach1-1/+1
2020-01-20Prefer constants to literal stringsGreg Roach1-1/+3
2020-01-18Fix: #2979 - re-ordering deleted factsGreg Roach2-14/+12
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-12-07Replace help-link function with template #1584Greg Roach1-7/+1
2019-12-03Apply PSR12 code style to templatesGreg Roach11-11/+47
2019-11-30Edit raw GEDCOM - first line should be read onlyGreg Roach1-1/+1
2019-11-17Fix: #2653 add ability to re-order parent families; make the first one the pr...Greg Roach2-63/+121
2019-11-11Simplify access to current localeGreg Roach1-1/+1
2019-11-10Fix: #2764 - routing error when editing shared notesGreg Roach1-1/+1
2019-11-07Fix: #2752 - missing parameters when adding family membersGreg Roach2-2/+2
2019-10-28Fix: #2706 - Break EditGedcomRecordController into request handlersGreg Roach6-28/+34
2019-10-28Fix: #2705 - Break EditGedcomRecordController into request handlersGreg Roach7-24/+51