summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers
AgeCommit message (Expand)AuthorFilesLines
2020-07-12Cleanup date JSGreg Roach1-1/+1
2020-07-04Change variable namesGreg Roach4-16/+16
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-3/+3
2020-07-03Merge some changes from developGreg Roach2-7/+5
2020-07-02Fix: #3150 - return to original page after editing fact from another recordGreg Roach4-3/+7
2020-06-27Code styleGreg Roach1-8/+6
2020-06-27Better handling for custom record typesGreg Roach6-14/+8
2020-06-27Redesign name accordionGreg Roach1-1/+1
2020-06-26Convert name/gender accordions to viewGreg Roach1-165/+2
2020-06-25Merge changes from developGreg Roach1-2/+1
2020-06-21Fix: #3363 - date formatting in help textGreg Roach1-11/+17
2020-06-21Replace deprecated functionsGreg Roach1-4/+9
2020-06-16Fix: should not be able to edit pending deleted sex recordsGreg Roach1-1/+1
2020-06-16Allow select2 edit controls to use @ with XREFsGreg Roach9-29/+41
2020-06-16Fix: #3331 - Do not allow legacy placelist.php handler to create new placesGreg Roach1-3/+12
2020-06-16Refactor controllers as request handlersGreg Roach1-0/+484
2020-06-16Make cache-control headers consistentGreg Roach2-2/+2
2020-06-15Thinking about accordion indicatorsGreg Roach1-10/+14
2020-06-15Update terminologyGreg Roach3-3/+3
2020-06-14Fix: accordion not closing panels.Greg Roach1-7/+7
2020-06-14Preparing to use GedcomElementsGreg Roach1-2/+6
2020-06-14Preparing to use GedcomElementsGreg Roach3-3/+3
2020-06-14Preparing to use GedcomElementsGreg Roach2-2/+2
2020-06-14Refactor edit controllers into request handlers. Preparing to use GedcomElem...Greg Roach20-1/+1745
2020-06-14Factor controller actions into request handlersGreg Roach2-0/+213
2020-06-08Gedcom tagsGreg Roach2-3/+3
2020-06-08CodeStyleGreg Roach3-3/+3
2020-06-06Working on GEDCOM tags/elementsGreg Roach14-20/+20
2020-06-03Fix: cannot delete an individual if it is linked to family record that has an...Greg Roach1-13/+13
2020-06-01Fix: #3316 - don't use deprecated MountManagerGreg Roach1-9/+5
2020-05-28Remove pseudo-tagsGreg Roach1-0/+23
2020-05-26Scrutinizer Auto-Fixes (#3304)Scrutinizer Auto-Fixer1-3/+3
2020-05-26Show links to linking records in DeleteRecord.php (#3300)Thomas Karcher1-2/+3
2020-05-26Fix: #3302 - validate/format dates in report parametersGreg Roach1-8/+17
2020-05-26Review list of fields for advanced searchGreg Roach1-4/+1
2020-05-26Make Fact objects immutable. Remove setTag()Greg Roach14-20/+20
2020-05-26Gender-neutral GEDCOM tagsGreg Roach2-2/+2
2020-05-23Fix: #2910 - refactor GEDCOM export code to improve performanceGreg Roach2-11/+59
2020-05-20Fix: year-only date not shown properly in help textGreg Roach1-3/+3
2020-05-19Typo - root_id / rootid in legacy URLsGreg Roach7-7/+7
2020-05-14Fix: #3159 - datafix gives json error when no updates neededGreg Roach1-2/+2
2020-05-14Initial support for _LOC records and _GOV factsGreg Roach1-0/+4
2020-05-13Fix: merging records breaks hit-counterGreg Roach1-0/+1
2020-05-13Performance: make fewer DB queries on unconnected individuals pageGreg Roach1-6/+6
2020-05-12Update code to use new Factory objectsGreg Roach70-170/+197
2020-05-11CodeStyleGreg Roach1-8/+3
2020-05-11PHPdocGreg Roach7-14/+14
2020-05-10Add more +/- options to advanced searchGreg Roach1-0/+2
2020-05-09CodeStyleGreg Roach1-3/+2
2020-05-08Scrutinizer Auto-Fixes (#3220)Scrutinizer Auto-Fixer4-8/+4