summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/IndividualController.php
AgeCommit message (Expand)AuthorFilesLines
2019-11-21Fix: #2785 - remove old/duplicated codeGreg Roach1-430/+0
2019-10-31Fix: missing parameter on gedcom record page; Refactor controller as handlerGreg Roach1-1/+2
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-9/+16
2019-10-30Add assertions for route parametersGreg Roach1-1/+4
2019-10-30Remove View:share() - it's just a globalGreg Roach1-0/+1
2019-10-28Fix: #2706 - Break EditGedcomRecordController into request handlersGreg Roach1-1/+2
2019-10-28Fix: #2705 - Break EditGedcomRecordController into request handlersGreg Roach1-1/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Fix: #2626 empty slugs cause redirect loopGreg Roach1-1/+1
2019-10-15Fix: #2626 empty slugs cause redirect loopGreg Roach1-1/+1
2019-10-15wipGreg Roach1-2/+2
2019-10-10Working on routingGreg Roach1-2/+2
2019-10-10Working on routingGreg Roach1-1/+3
2019-10-09Working on routingGreg Roach1-0/+1
2019-10-06Use aura/routerGreg Roach1-3/+8
2019-09-29PSR12Greg Roach1-0/+2
2019-09-29Add tree to request; preparing for routerGreg Roach1-13/+16
2019-09-27Fix: #2521 - 'use silhouette' option should also apply to individual pageGreg Roach1-6/+6
2019-09-21Fix: error when first media object for an individual is not an imageGreg Roach1-2/+5
2019-06-24Adjust css classes for pending edits (#2466)Richard Cissée1-4/+4
2019-06-22Fixed scope of dl tag. (#2465)Richard Cissée1-1/+1
2019-05-17PHPdocGreg Roach1-2/+0
2019-05-17Add error handlingGreg Roach1-1/+12
2019-05-09PSR-7 requestsGreg Roach1-1/+1
2019-05-09PSR-7 requestsGreg Roach1-15/+11
2019-04-25Strict typesGreg Roach1-1/+1
2019-04-15Remove duplicationGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-13/+13
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-04-01Unused constantGreg Roach1-38/+3
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-2/+4
2019-02-24Unused importsGreg Roach1-1/+0
2019-02-23Refactor module componentsGreg Roach1-2/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-5/+5
2019-02-13Refactoring themes and chart boxesGreg Roach1-36/+2
2019-02-11Working on RTL and iconsGreg Roach1-19/+3
2019-02-05Fix: #2159 - integrate clipboard support into modulesGreg Roach1-3/+6
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-9/+16
2019-01-30Create ModuleServiceGreg Roach1-3/+19
2019-01-27Fix: #2143 - ajax tab requestsGreg Roach1-19/+14
2019-01-24Refactoring module APIGreg Roach1-5/+5
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-2/+2
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-15/+14
2019-01-18Fix: fetching non-links makes unnecessary DB callsGreg Roach1-1/+1
2019-01-04Add visibility to constantsGreg Roach1-1/+1
2019-01-01More than one user can be linked to an individualGreg Roach1-3/+3
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-1/+1
2018-11-25Fix: #1606 - missing URL parameters cause errorGreg Roach1-3/+3
2018-11-18Prefer class-constants to global-constantsGreg Roach1-8/+8