index
:
webtrees
firebird
webtrees suite with firebird driver
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Module
/
LifespansChartModule.php
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-31
Code style
Greg Roach
1
-4
/
+10
2021-08-31
Lifespan chart: exclude unknown dates from min/max calculation (#4020)
Jonathan Jaubart
1
-2
/
+4
2021-08-23
PHPdoc
Greg Roach
1
-5
/
+5
2021-03-19
PHPdoc
Greg Roach
1
-1
/
+1
2021-02-18
Fix: #3731 - lifepsans ruler too short
Greg Roach
1
-1
/
+1
2021-02-10
CodeStyle
Greg Roach
1
-2
/
+22
2021-02-04
Code style
Greg Roach
1
-3
/
+3
2021-01-25
Use https link in copyright header
Greg Roach
1
-2
/
+2
2020-10-24
whitespace
Greg Roach
1
-1
/
+1
2020-10-03
CodeStyle
Greg Roach
1
-1
/
+1
2020-10-03
#3529 - rename Factory to Registry
Greg Roach
1
-4
/
+4
2020-09-30
Fix: #3483 - reduce length of URLs for lifespan chart
Greg Roach
1
-3
/
+14
2020-08-30
Fix: #3496 - module components replaced with interfaces
Greg Roach
1
-1
/
+1
2020-05-12
Update code to use new Factory objects
Greg Roach
1
-4
/
+5
2020-01-19
Fix: #2985 - make it easier to customise charts
Greg Roach
1
-7
/
+6
2020-01-09
Use place selector in lifespans chart options
Greg Roach
1
-59
/
+11
2019-12-13
CodeStyle - strict types
Greg Roach
1
-5
/
+8
2019-12-05
Fix: #2812 - include default individual on initial view of lifespans/timeline...
Greg Roach
1
-1
/
+2
2019-10-30
Add assertions for route parameters
Greg Roach
1
-2
/
+4
2019-10-30
Allow $this to be used in routes
Greg Roach
1
-1
/
+1
2019-10-30
Remove View:share() - it's just a global
Greg Roach
1
-0
/
+1
2019-10-29
Change signature of Module::boot()
Greg Roach
1
-2
/
+8
2019-10-18
Type hints
Greg Roach
1
-1
/
+1
2019-10-17
Strict types
Greg Roach
1
-1
/
+1
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-09
Working on routing
Greg Roach
1
-99
/
+118
2019-09-29
PSR12
Greg Roach
1
-0
/
+1
2019-09-29
Add tree to request; preparing for router
Greg Roach
1
-4
/
+4
2019-05-06
Migrate from symfony requests to psr7 requests
Greg Roach
1
-11
/
+11
2019-04-15
Fix: #2357 - death before birth breaks lifespans chart layout
Greg Roach
1
-3
/
+6
2019-04-10
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
Greg Roach
1
-10
/
+10
2019-04-03
Declare static closures
Greg Roach
1
-9
/
+9
2019-03-05
Custom module examples
Greg Roach
1
-1
/
+1
2019-02-16
Rename functions getFoo() to foo() and return collections instead of arrays
Greg Roach
1
-7
/
+7
2019-01-31
Refactor class User - use NULL-object pattern for guests and temporary users,...
Greg Roach
1
-10
/
+8
2019-01-27
Refactor class Place
Greg Roach
1
-1
/
+1
2019-01-26
Prevent users typing direct URLs to charts that are enabled, but are above th...
Greg Roach
1
-1
/
+6
2019-01-25
Apply fixes from StyleCI (#2135)
Greg Roach
1
-1
/
+1
2019-01-25
Convert tracking and analytics functions into modules
Greg Roach
1
-1
/
+1
2019-01-23
Tidy ajax parameter to charts
Greg Roach
1
-4
/
+4
2019-01-23
Merge chart controllers into chart modules
Greg Roach
1
-1
/
+381
2019-01-22
Rename chart interface api
Greg Roach
1
-10
/
+10
2019-01-21
Prepare to merge chart controllers into chart modules
Greg Roach
1
-19
/
+12
2019-01-20
Working on #2120 - refactor modules: combine installed/enabled/allowed module...
Greg Roach
1
-19
/
+8
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-11-18
Rename GedcomRecord::getTree() to tree()
Greg Roach
1
-1
/
+1
2018-11-18
Rename GedcomRecord::getXref() to xref()
Greg Roach
1
-1
/
+1
2018-11-18
Rename Tree::getTreeName() to name()
Greg Roach
1
-1
/
+1
2018-10-05
Add declare(strict_types=1) to all PHP scripts
Greg Roach
1
-0
/
+2
2018-08-27
Added PHP7 return types to methods according doc block (#1864)
Rico Sonntag
1
-3
/
+3
[next]