History log of /webtrees/app/Statistics/Google/ChartMortality.php (Results 1 – 24 of 24)
Revision Date Author Comments
# b50dba3a 26-Mar-2024 Greg Roach <greg@subaqua.co.uk>

PHP 8.4 compatibility


# 2c6f1bd5 21-Mar-2024 Greg Roach <fisharebest@gmail.com>

Implicit/explicit nullable types for PHP 8.4


# d11be702 25-Jan-2023 Greg Roach <greg@subaqua.co.uk>

It's 2023


# b11cdcd4 25-Jan-2023 Greg Roach <greg@subaqua.co.uk>

It's 2023


# 3529c469 11-Jan-2023 Greg Roach <greg@subaqua.co.uk>

CodeStyle - use null coalesce operator


# ef475b14 06-Nov-2022 Greg Roach <greg@subaqua.co.uk>

Strict types


# 5bfc6897 16-Mar-2022 Greg Roach <greg@subaqua.co.uk>

It is 2022 - update copyright dates


# 4fedbbe7 29-Oct-2021 Greg Roach <greg@subaqua.co.uk>

CodeStyle - whitespace


# f78da678 18-Oct-2021 Greg Roach <greg@subaqua.co.uk>

Fix dependency injection in statistics classes


# 34b20f29 18-Oct-2021 Greg Roach <greg@subaqua.co.uk>

Fix: #4070 - remove ModuleThemeInterface::parameter


# 89f7189b 25-Jan-2021 Greg Roach <greg@subaqua.co.uk>

Use https link in copyright header


# 65cf5706 11-Nov-2019 Greg Roach <fisharebest@webtrees.net>

Simplify access to current locale


# 90a2f718 25-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Remove global constant WT_LOCALE and store LocaleInterface in the request


# fcfa147e 17-Oct-2019 Greg Roach <fisharebest@webtrees.net>

PSR12


# 71378461 08-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Working on routing


# 3976b470 29-Sep-2019 Greg Roach <fisharebest@webtrees.net>

PSR12


# 6ccdf4f0 02-Apr-2019 Greg Roach <fisharebest@webtrees.net>

Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17


# 93ccd686 22-Feb-2019 Rico Sonntag <mail@ricosonntag.de>

Moved color interpolation to separate class, renamed helper to servic… (#2248)

* Moved color interpolation to separate class, renamed helper to service, use snake_case in classes

* Removed abstra

Moved color interpolation to separate class, renamed helper to servic… (#2248)

* Moved color interpolation to separate class, renamed helper to service, use snake_case in classes

* Removed abstract google class

show more ...


# 242a7862 13-Feb-2019 Greg Roach <fisharebest@webtrees.net>

Refactoring themes and chart boxes


# dd7dd2a1 13-Feb-2019 Rico Sonntag <mail@ricosonntag.de>

Display message if no data/charts are available (#2210)


# 88de55fd 06-Feb-2019 Rico Sonntag <mail@ricosonntag.de>

Update google charts


# a8fbc491 30-Jan-2019 Greg Roach <fisharebest@webtrees.net>

Clean up module code


# 8136679e 30-Jan-2019 Greg Roach <fisharebest@webtrees.net>

Converting themes to modules


# 8add1155 30-Jan-2019 Rico Sonntag <mail@ricosonntag.de>

2059 (#2156)

* 2059 - Split other charts into separate views

* 2059 - Added some basic bootstrap markup

* 2059 - Moved distribution chart out of places table

* 2059 - Moved HTML of other st

2059 (#2156)

* 2059 - Split other charts into separate views

* 2059 - Added some basic bootstrap markup

* 2059 - Moved distribution chart out of places table

* 2059 - Moved HTML of other statistics (places list) into templates

* 2059 - Removed tables, use cards instead

* 2059 - Started adding chart.js charts

* 2059: Moved template into sub directory

* 2059: Refactor family statistics

* 2059 - Started splitting places lists

* 2059 - Refactor individual statistics

* 2059: Moved HTML into templates

* 2059: Handle list/nolist of top-10 oldest

* 2059 - Use separate templates for lists

* 2059: Use templates

* 2059 - Minor enhancements

* 2059: Moved distribution chart into own class

* 2059: Splitted Stats into separate modules

* 2059: Use repository pattern to hide complexity and structure methods

* 2059: Use illuminate db

* 2059: Google charts

* 2059: Squash classes

* 2059: Use PHPs number formatter to format century ordinal suffix

* 2059: Place repository

* 2059: Use repositories

* 2059: Use illuminate db

* 2059: Simplify event repository methods

* 2059: Use @inheritDoc to avoid duplicate (or not updated) doc blocks

* 2059: PlaceRepository - Use illuminate database

* 2059: SexRepository

* 2059: Removed not used percentage calculations

* 2059: Consolidate classes

* 2059: Event dates

* 2059: Use constants

* 2059: Refactoring Stats

* 2059: Rename repo

* 2059: Refactor media repository

* 2059: Removed Chart.js stuff, doing this in a later update

* 2059: Reduce code complexity

* 2059: Moved age calculation to separate method

* 2059: Fixes after rebase

* 2059: Removed obsolete method parameters

* 2059: Use view to render hitcounter

* 2059: Update phpdoc

* 2059: Removed debug output

* 2059: Use consts

* 2059: Fixed method parameter type hints

* 2059: Add missing const types

* 2059: Simplify method

* 2059: Refactor google charts

* 2059: Fixed rebase issues

show more ...