summaryrefslogtreecommitdiff
path: root/app/Module/ChartsBlockModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-09-28Fix: #4051 - charts block cannot be used on the home page, as we only have on...Greg Roach1-10/+0
2021-03-19Use closures for sort callbacksGreg Roach1-1/+1
2021-02-10CodeStyleGreg Roach1-3/+0
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-4/+4
2021-01-04Fix: #3650 - charts block errors when chart is disabledGreg Roach1-43/+70
2020-12-16Fix: #3628 - do not strip HTML from names in chart block titleGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-05-12Update code to use new Factory objectsGreg Roach1-3/+4
2019-12-13CodeStyle - strict typesGreg Roach1-2/+4
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-2/+3
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Working on routingGreg Roach1-1/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-07-14Refactor blocksGreg Roach1-26/+26
2019-06-04Tidy up interactive tree chartGreg Roach1-25/+20
2019-05-06Migrate from symfony requests to psr7 requestsGreg Roach1-2/+2
2019-04-22Fix: #988 - missing lines in chart-blockGreg Roach1-1/+4
2019-04-21Rename 'list' view of ancestors/descendants chart to 'treeGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-3/+3
2019-03-20Block stylingGreg Roach1-1/+2
2019-03-09Fix census assistant and chart block not showingGreg Roach1-3/+3
2019-03-07Code style and testingGreg Roach1-2/+2
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-02-24Working on modulesGreg Roach1-4/+4
2019-02-16Fix: #2218 update to new constantGreg Roach1-1/+1
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-1/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-1/+0
2019-01-30Apply fixes from StyleCI (#2163)Greg Roach1-1/+2
2019-01-30Create ModuleServiceGreg Roach1-4/+19
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-24Refactoring module APIGreg Roach1-5/+5
2019-01-23Tidy ajax parameter to chartsGreg Roach1-3/+3
2019-01-22PHPdocGreg Roach1-0/+4
2019-01-22Cleaning upGreg Roach1-23/+25
2019-01-22Merge chart controllers into chart modulesGreg Roach1-1/+1
2019-01-22PHPdocGreg Roach1-2/+10
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-6/+7
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-19Strict typesGreg Roach1-1/+1
2018-12-19Refactor $ctype global as a parameterGreg Roach1-5/+3
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-1/+2
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-3/+3
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-3/+3
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-5/+5
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-3/+3
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-2/+2