summaryrefslogtreecommitdiff
path: root/resources/views/edit
AgeCommit message (Expand)AuthorFilesLines
2026-02-10Fix: #5313 - replace hideshowpassword plugin with vanillaJSGreg Roach1-0/+58
2026-02-10Fix: jQuery().sort is undocumented, and will be removed in jQuery 4.0Greg Roach2-8/+12
2025-06-14Fix: #5168 - broken links cause error in re-order media pageGreg Roach1-2/+2
2023-12-13Fix some broken tests and simplify a viewGreg Roach1-20/+15
2023-06-20Static analysisGreg Roach1-1/+0
2023-02-11Missing validation on edit-raw/add factGreg Roach1-1/+1
2023-02-05Fix: modals broken on link-spouse-to-individual pageGreg Roach1-0/+2
2023-02-03Hide edit NAME button when clickedGreg Roach1-2/+2
2023-02-03Use disabled attribute instead of hardcoded style in read-only name input (#4...Jonathan Jaubart1-8/+18
2022-12-25Fix: NAME not linked to GVIN+SURNGreg Roach1-1/+1
2022-12-23Fix: #4654 - expand/collapse edit fields wrongly linkedGreg Roach2-10/+9
2022-12-23Change styling of NAME field when inactiveGreg Roach1-2/+2
2022-12-22Allow name editor to work with an empty NAME tagGreg Roach1-2/+7
2022-12-11Whitespace in translationsGreg Roach1-1/+1
2022-11-25Fix: #4282, #4459 - use name(), not summary(), in fact-delete confirmationGreg Roach1-1/+1
2022-10-30Fix: 'Cancel' button goes to wrong URL for reorder childrenGreg Roach1-1/+3
2022-10-30Fix: 'Cancel' button goes to wrong URLGreg Roach1-2/+1
2022-10-01Fix: #4537 - FONE/ROMN names not built automatically from partsGreg Roach1-40/+48
2022-10-01Fix: JS error when clicking edit-name buttonGreg Roach1-1/+1
2022-09-06CodeStyleGreg Roach27-0/+54
2022-08-31Fix: reorder children fails when broken links existGreg Roach1-1/+3
2022-08-25CodeStyleGreg Roach2-3/+3
2022-07-29Add new individuals - remember expand/collapse state of each panelGreg Roach1-2/+2
2022-07-13Fix: help link styling in some edit controlsGreg Roach1-2/+2
2022-06-02Use a factory to make unqique identifiersGreg Roach1-2/+1
2022-05-19Fix: #4389 - move the CSRF token to the end of all forms, so we can detect tr...Greg Roach15-28/+31
2022-05-19Fix: #4411, Fix: #4361 - allow media objects to use edit and edit-rawGreg Roach1-0/+7
2022-05-19Add: validation for raw-gedcom edit pagesGreg Roach2-7/+18
2022-05-18Update bootstrap 5 markup for select elements. See #4412Greg Roach1-1/+1
2022-05-05Fix: #4378 - Citation autocomplete broken due to change in form layoutGreg Roach1-2/+2
2022-05-02Outdated bootstrap markupGreg Roach10-19/+19
2022-04-28Button styling - add a new factGreg Roach1-2/+2
2022-04-24Fi: #4338 - allow media files to be re-orderedGreg Roach1-0/+55
2022-04-19Add accordion to each fact on new-individual pageGreg Roach1-2/+6
2022-02-18PHPdocGreg Roach2-11/+11
2022-02-18Make displayImage() arguments consistentGreg Roach1-1/+1
2022-02-11Fix: #1584 - Replace FunctionsPrint* with templatesGreg Roach2-3/+4
2022-02-06Fix: final collapse in edit page not closedGreg Roach1-3/+3
2022-02-05CodeStyleGreg Roach1-1/+1
2022-02-01Remove spaces on non-bootstrap formsGreg Roach2-5/+5
2022-01-23Bootstrap5 needs explicit spacing between form rowsGreg Roach9-16/+16
2021-11-20Fix: #4120 - edit-raw GEDCOM fails for NOTE records with values at level 0Greg Roach1-2/+2
2021-10-31Fix: #4102 - mismatched open/close divGreg Roach1-0/+1
2021-10-31Fix: #4097, Fix: #4098 - indent subfields, but only collapse them when emptyGreg Roach1-4/+11
2021-10-29Remove unused importsGreg Roach1-1/+0
2021-10-29CodeStyle: use JSON_THROW_ON_ERROR with json_encode()Greg Roach1-19/+19
2021-10-29Thicker border for collapsable edit fieldsGreg Roach1-1/+1
2021-10-29Fix: #3027 - expand/collapse subfields and show grouping during editGreg Roach1-6/+33
2021-10-27CodeStyleGreg Roach1-0/+8
2021-10-26Hide empty elements on edit pageGreg Roach1-21/+30