#
999da590 |
| 22-Feb-2019 |
Greg Roach <fisharebest@webtrees.net> |
Refactor statistics query functions to return queries
|
#
cde1d378 |
| 22-Feb-2019 |
Greg Roach <fisharebest@webtrees.net> |
Refactor statistics query functions to return queries
|
#
e6f3d5e2 |
| 22-Feb-2019 |
Greg Roach <fisharebest@webtrees.net> |
Refactor statistics query functions to return queries
|
#
b1126ab4 |
| 20-Feb-2019 |
Greg Roach <fisharebest@webtrees.net> |
Convert SQL to use illuminate/database
|
#
afa8d404 |
| 20-Feb-2019 |
Greg Roach <fisharebest@webtrees.net> |
Conver SQL to use illuminate/database
|
#
a81e5019 |
| 14-Feb-2019 |
Rico Sonntag <mail@ricosonntag.de> |
Update custom charts tab (#2216)
|
#
e5a6b4d4 |
| 31-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Refactor class User - use NULL-object pattern for guests and temporary users, create UserService
|
#
9219296a |
| 30-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Use dependency injection for Statistics class
|
#
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 ...
|
#
9867b2f0 |
| 26-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Prevent users typing direct URLs to charts that are enabled, but are above their access level
|
#
5699f0a8 |
| 25-Jan-2019 |
Greg Roach <fisharebest@gmail.com> |
Apply fixes from StyleCI (#2135)
|
#
37eb8894 |
| 25-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Convert tracking and analytics functions into modules
|
#
9b5537c3 |
| 23-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Tidy ajax parameter to charts
|
#
c6266a77 |
| 23-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Merge chart controllers into chart modules
|
#
377a2979 |
| 22-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Rename chart interface api
|
#
e6562982 |
| 21-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Prepare to merge chart controllers into chart modules
|
#
49a243cb |
| 19-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Working on #2120 - refactor modules: combine installed/enabled/allowed module lists; use traits to provide default implementations for interfaces; enable new modules by default; remove constructor
|
#
8fcd0d32 |
| 01-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Happy 2019
|
#
f4afa648 |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename GedcomRecord::getTree() to tree()
|
#
aa6f03bb |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename Tree::getTreeName() to name()
|
#
e7f56f2a |
| 05-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Add declare(strict_types=1) to all PHP scripts
|
#
8f53f488 |
| 27-Aug-2018 |
Rico Sonntag <mail@ricosonntag.de> |
Added PHP7 return types to methods according doc block (#1864)
|
#
bbb76c12 |
| 18-Aug-2018 |
Greg Roach <fisharebest@webtrees.net> |
CodeStyle - comments should not be used in the middle of lines
|
#
c1010eda |
| 16-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Use PSR2 code style
|
#
25b2dde3 |
| 15-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Escape menu URLs in one place only
|