summaryrefslogtreecommitdiff
path: root/resources/views/edit/raw-gedcom-fact.phtml
AgeCommit message (Collapse)AuthorFilesLines
2023-06-20Static analysisGreg Roach1-1/+0
2022-09-06CodeStyleGreg Roach1-0/+2
2022-05-19Fix: #4389 - move the CSRF token to the end of all forms, so we can detect ↵Greg Roach1-1/+2
truncated input variables
2022-05-19Add: validation for raw-gedcom edit pagesGreg Roach1-2/+10
2022-05-02Outdated bootstrap markupGreg Roach1-1/+1
2022-01-23Bootstrap5 needs explicit spacing between form rowsGreg Roach1-1/+1
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach1-4/+4
2021-03-12Remove unused importsGreg Roach1-1/+0
2021-02-10CodeStyleGreg Roach1-1/+2
2020-07-02Fix: #3150 - return to original page after editing fact from another recordGreg Roach1-0/+8
2020-01-27Fix: #3010 - update link to GEDCOM specificationGreg Roach1-1/+2
2019-10-28Fix: #2705 - Break EditGedcomRecordController into request handlersGreg Roach1-6/+7
2019-10-15Fix: missing tree parameter on various edit routesGreg Roach1-1/+1
2019-10-15wipGreg Roach1-1/+1
2019-10-06Working on routingGreg Roach1-1/+1
2019-05-06HTML5: textarea does not have a pattern attributeGreg Roach1-1/+1
2019-04-18#1938 - set initial height for all textarea elementsGreg Roach1-1/+1
2019-01-24Working on iconsGreg Roach1-3/+2
2018-11-24Fix: #2038 - getFactId() is now id()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-1/+1
2018-11-18Rename Fact::getParent() to record()Greg Roach1-3/+3
2018-10-12Use .phtml extension for template filesGreg Roach1-0/+40