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
/
Family.php
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-16
It is 2022 - update copyright dates
Greg Roach
1
-1
/
+1
2022-02-18
PHPdoc
Greg Roach
1
-2
/
+2
2021-10-30
Fix: #4100 - uninitialised property
Greg Roach
1
-2
/
+2
2021-10-29
TypeHints
Greg Roach
1
-4
/
+4
2021-10-14
Tidy GedcomRecord constructor
Greg Roach
1
-1
/
+1
2021-10-13
Add missing type-hints
Greg Roach
1
-5
/
+5
2021-10-12
PHPdoc
Greg Roach
1
-2
/
+2
2021-03-19
PHPdoc
Greg Roach
1
-1
/
+1
2021-03-11
Remove deprecated code
Greg Roach
1
-32
/
+0
2021-02-04
Code style
Greg Roach
1
-1
/
+1
2021-01-28
Merge some changes from 2.1
Greg Roach
1
-2
/
+2
2021-01-25
Use https link in copyright header
Greg Roach
1
-2
/
+2
2021-01-06
Fix: #3611 - add row-locks to prevent concurrent edits
Greg Roach
1
-0
/
+13
2020-12-23
Use constants for unknown surname and given names
Greg Roach
1
-2
/
+2
2020-10-03
#3529 - rename Factory to Registry
Greg Roach
1
-7
/
+7
2020-07-04
Change variable names
Greg Roach
1
-2
/
+2
2020-05-12
Use factory methods to create GEDCOM records
Greg Roach
1
-43
/
+10
2020-02-06
Fix: #3062 - fail to find last HUSB/WIFE link in pending family record
Greg Roach
1
-3
/
+6
2019-12-10
PHPdoc
Greg Roach
1
-2
/
+2
2019-12-10
Add support for Submitter records as first-class objects #2823
Greg Roach
1
-2
/
+5
2019-12-05
Simplify some privacy logic
Greg Roach
1
-12
/
+18
2019-11-23
Refactor multi-tree rowMapper functions
Greg Roach
1
-3
/
+5
2019-10-31
Refactor controllers as request handlers
Greg Roach
1
-1
/
+2
2019-10-18
Avoid empty(), as it can be unpredicatable
Greg Roach
1
-4
/
+4
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-09-29
PSR12
Greg Roach
1
-0
/
+1
2019-05-17
PHPdoc
Greg Roach
1
-2
/
+0
2019-04-25
Closures that do not use $this should be declared static
Greg Roach
1
-2
/
+2
2019-04-10
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
Greg Roach
1
-1
/
+2
2019-04-03
Declare static closures
Greg Roach
1
-2
/
+2
2019-03-08
Type
Greg Roach
1
-2
/
+6
2019-03-08
Strict types and code review
Greg Roach
1
-1
/
+3
2019-03-07
Code style and testing
Greg Roach
1
-8
/
+8
2019-03-05
Dual type-hints upset vimeo/psalm, but are useful in PhpStorm
Greg Roach
1
-2
/
+4
2019-02-16
Use Collection class
Greg Roach
1
-11
/
+17
2019-02-16
Rename functions getFoo() to foo() and return collections instead of arrays
Greg Roach
1
-12
/
+12
2019-01-12
Move search functions to new SearchService
Greg Roach
1
-1
/
+1
2019-01-11
Simplify row-mappers
Greg Roach
1
-5
/
+3
2019-01-10
Apply fixes from StyleCI (#2113)
Greg Roach
1
-2
/
+1
2019-01-10
Use closures as callbacks for sorting
Greg Roach
1
-13
/
+13
2019-01-08
Use closures to DRY up code
Greg Roach
1
-0
/
+16
2019-01-04
Scrutinizer Auto-Fixes (#2097)
Scrutinizer Auto-Fixer
1
-1
/
+1
2019-01-04
Add visibility to constants
Greg Roach
1
-2
/
+3
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-12-29
Use illuminate/database for GEDCOM records
Greg Roach
1
-6
/
+6
2018-11-22
Fix: #2036 - updated functions
Greg Roach
1
-1
/
+1
2018-11-18
Prefer class-constants to global-constants
Greg Roach
1
-9
/
+9
2018-11-18
Rename GedcomRecord::getFacts() to facts()
Greg Roach
1
-2
/
+2
2018-11-18
Rename Fact::getDate() to date()
Greg Roach
1
-1
/
+1
2018-11-18
Rename Fact::getPlace() to place()
Greg Roach
1
-1
/
+1
[next]