#
2d7289dc |
| 20-Feb-2019 |
Greg Roach <fisharebest@webtrees.net> |
Convert SQL queries to use illuminate/database
|
#
d1a467e4 |
| 20-Feb-2019 |
Greg Roach <fisharebest@webtrees.net> |
Convert SQL queries to use illuminate/database
|
#
f24db0ce |
| 20-Feb-2019 |
Rico Sonntag <mail@ricosonntag.de> |
Update IndividualRepository.php (#2243)
|
#
39ca88ba |
| 15-Feb-2019 |
Greg Roach <fisharebest@webtrees.net> |
Rename functions getFoo() to foo() and return collections instead of arrays
|
#
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
|
#
2ccd1f0b |
| 11-Feb-2019 |
Greg Roach <fisharebest@webtrees.net> |
Typo
|
#
c09e99bf |
| 11-Feb-2019 |
Rico Sonntag <mail@ricosonntag.de> |
Update IndividualRepository.php (#2200)
* Update IndividualRepository.php
Fixed counting of total given and surnames.
* Update IndividualRepository.php
Removed invalid parameter from distin
Update IndividualRepository.php (#2200)
* Update IndividualRepository.php
Fixed counting of total given and surnames.
* Update IndividualRepository.php
Removed invalid parameter from distinct method.
* Exclude missing names (@P.N.) from given names query
show more ...
|
#
e4235cb4 |
| 11-Feb-2019 |
Rico Sonntag <mail@ricosonntag.de> |
Update IndividualRepository.php (#2201)
Fixed calculation of average lifespan.
Compare currently different results:
https://dev.webtrees.net/demo-dev/index.php?route=module&module=statistics_cha
Update IndividualRepository.php (#2201)
Fixed calculation of average lifespan.
Compare currently different results:
https://dev.webtrees.net/demo-dev/index.php?route=module&module=statistics_chart&action=Chart&ged=demo
https://dev.webtrees.net/demo-stable/statistics.php?ged=demo
show more ...
|
#
c8c87812 |
| 11-Feb-2019 |
Rico Sonntag <mail@ricosonntag.de> |
Update IndividualRepository.php (#2202)
Fixed typo
|
#
68d9d7c9 |
| 07-Feb-2019 |
Rico Sonntag <mail@ricosonntag.de> |
Update IndividualRepository.php (#2189)
* Update IndividualRepository.php
Fixed LIKE part in SQL queries.
* Update IndividualRepository.php
|
#
e2cbf57a |
| 31-Jan-2019 |
Greg Roach <fisharebest@gmail.com> |
Apply fixes from StyleCI (#2170)
|
#
44cdc21e |
| 30-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Update statistics to avoid MySQL-specific functions
|
#
3dc8167d |
| 30-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Update statistics to avoid MySQL-specific functions
|
#
1218c9ba |
| 30-Jan-2019 |
Greg Roach <fisharebest@gmail.com> |
Apply fixes from StyleCI (#2160)
|
#
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 ...
|