summaryrefslogtreecommitdiff
path: root/app/Module/HourglassChartModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-4/+4
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-5/+4
2019-12-13CodeStyle - strict typesGreg Roach1-3/+5
2019-12-11Fix: #2833 Allow charts to start at private records when 'show private relati...Greg Roach1-2/+2
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-6/+9
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/+6
2019-10-25No need to throw exceptions in assert()Greg Roach1-3/+2
2019-10-18Type hintsGreg Roach1-1/+1
2019-10-17Strict typesGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+7
2019-10-09Working on routingGreg Roach1-45/+90
2019-10-05Add route to requestGreg Roach1-2/+2
2019-09-29PSR12Greg Roach1-0/+2
2019-09-29Add tree to request; preparing for routerGreg Roach1-4/+3
2019-05-06Migrate from symfony requests to psr7 requestsGreg Roach1-5/+5
2019-04-21Fix: database changes in e16a1bfd break setupGreg Roach1-1/+1
2019-04-21CodeStyleGreg Roach1-1/+5
2019-04-19Convert hourglass chart to use CSS bordersGreg Roach1-326/+35
2019-04-15Remove old functionGreg Roach1-4/+5
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-20/+20
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-26Fix #2356 - Hourglass Chart - number of generations has no effectmakitso1-0/+1
2019-03-20Move chart-boxes from theme-functions to viewsGreg Roach1-4/+4
2019-03-20Fix: #2324 - missing parameter on hourglass ajax urlGreg Roach1-1/+2
2019-03-08Error handlingGreg Roach1-1/+5
2019-03-07Code style and testingGreg Roach1-3/+3
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-02Use app() shortcutGreg Roach1-12/+12
2019-02-16Use Collection classGreg Roach1-4/+4
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-30/+30
2019-02-15Working on pedigree chartGreg Roach1-6/+4
2019-02-13Refactoring themes and chart boxesGreg Roach1-1/+1
2019-02-11Working on RTL and iconsGreg Roach1-27/+5
2019-02-08Working on CSS and themesGreg Roach1-8/+8
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-7/+8
2019-01-30Fix importsGreg Roach1-1/+0
2019-01-30Converting themes to modulesGreg Roach1-20/+20
2019-01-26Prevent users typing direct URLs to charts that are enabled, but are above th...Greg Roach1-1/+4
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-22Merge chart controllers into chart modulesGreg Roach1-9/+428
2019-01-22Rename chart interface apiGreg Roach1-11/+11