summaryrefslogtreecommitdiff
path: root/app/Module/LifespansChartModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-08-31Code styleGreg Roach1-4/+10
2021-08-31Lifespan chart: exclude unknown dates from min/max calculation (#4020)Jonathan Jaubart1-2/+4
2021-08-23PHPdocGreg Roach1-5/+5
2021-03-19PHPdocGreg Roach1-1/+1
2021-02-18Fix: #3731 - lifepsans ruler too shortGreg Roach1-1/+1
2021-02-10CodeStyleGreg Roach1-2/+22
2021-02-04Code styleGreg Roach1-3/+3
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-24whitespaceGreg Roach1-1/+1
2020-10-03CodeStyleGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-4/+4
2020-09-30Fix: #3483 - reduce length of URLs for lifespan chartGreg Roach1-3/+14
2020-08-30Fix: #3496 - module components replaced with interfacesGreg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-4/+5
2020-01-19Fix: #2985 - make it easier to customise chartsGreg Roach1-7/+6
2020-01-09Use place selector in lifespans chart optionsGreg Roach1-59/+11
2019-12-13CodeStyle - strict typesGreg Roach1-5/+8
2019-12-05Fix: #2812 - include default individual on initial view of lifespans/timeline...Greg Roach1-1/+2
2019-10-30Add assertions for route parametersGreg Roach1-2/+4
2019-10-30Allow $this to be used in routesGreg Roach1-1/+1
2019-10-30Remove View:share() - it's just a globalGreg Roach1-0/+1
2019-10-29Change signature of Module::boot()Greg Roach1-2/+8
2019-10-18Type hintsGreg Roach1-1/+1
2019-10-17Strict typesGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Working on routingGreg Roach1-99/+118
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-4/+4
2019-05-06Migrate from symfony requests to psr7 requestsGreg Roach1-11/+11
2019-04-15Fix: #2357 - death before birth breaks lifespans chart layoutGreg Roach1-3/+6
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-10/+10
2019-04-03Declare static closuresGreg Roach1-9/+9
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-7/+7
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-10/+8
2019-01-27Refactor class PlaceGreg Roach1-1/+1
2019-01-26Prevent users typing direct URLs to charts that are enabled, but are above th...Greg Roach1-1/+6
2019-01-25Apply fixes from StyleCI (#2135)Greg Roach1-1/+1
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-1/+1
2019-01-23Tidy ajax parameter to chartsGreg Roach1-4/+4
2019-01-23Merge chart controllers into chart modulesGreg Roach1-1/+381
2019-01-22Rename chart interface apiGreg Roach1-10/+10
2019-01-21Prepare to merge chart controllers into chart modulesGreg Roach1-19/+12
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-19/+8
2019-01-01Happy 2019Greg 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-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-3/+3