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
/
GedcomRecord.php
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-05
Dual type-hints upset vimeo/psalm, but are useful in PhpStorm
Greg Roach
1
-4
/
+5
2019-03-03
Convert from Carbon (v1) to CarbonImmutable (v2)
Greg Roach
1
-22
/
+11
2019-02-24
Fix: #2263 - facts duplicated in chart-boxes
Greg Roach
1
-2
/
+1
2019-02-23
Use UTC internally, and convert to local time for display
Greg Roach
1
-2
/
+2
2019-02-16
Use Collection class
Greg Roach
1
-20
/
+2
2019-02-16
Rename functions getFoo() to foo() and return collections instead of arrays
Greg Roach
1
-16
/
+17
2019-01-31
Refactor class User - use NULL-object pattern for guests and temporary users,...
Greg Roach
1
-2
/
+2
2019-01-27
Refactor class Place
Greg Roach
1
-2
/
+2
2019-01-18
Use cache
Greg Roach
1
-43
/
+10
2019-01-12
Testing
Greg Roach
1
-1
/
+1
2019-01-11
Rename filter() to accessFilter()
Greg Roach
1
-1
/
+1
2019-01-11
Simplify row-mappers
Greg Roach
1
-5
/
+3
2019-01-10
Use closures as callbacks for sorting
Greg Roach
1
-28
/
+40
2019-01-08
Use closures to DRY up code
Greg Roach
1
-0
/
+27
2019-01-06
Add query-builder macro for substring-search
Greg Roach
1
-1
/
+1
2019-01-06
Use illuminate/database
Greg Roach
1
-72
/
+57
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-02
Testing
Greg Roach
1
-2
/
+2
2019-01-01
Use illuminate/database
Greg Roach
1
-24
/
+19
2019-01-01
Apply fixes from StyleCI (#2083)
Greg Roach
1
-2
/
+2
2019-01-01
Use illuminate/database
Greg Roach
1
-18
/
+16
2019-01-01
Refactor away class FunctionsDb
Greg Roach
1
-0
/
+27
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-12-01
PHP 7.1: short-syntax for array destructuring
Greg Roach
1
-2
/
+2
2018-11-18
Prefer class-constants to global-constants
Greg Roach
1
-17
/
+17
2018-11-18
Rename GedcomRecord::getFacts() to facts()
Greg Roach
1
-8
/
+8
2018-11-18
Remove deprecated functions
Greg Roach
1
-24
/
+0
2018-11-18
Rename GedcomRecord::getGedcom() to gedcom()
Greg Roach
1
-3
/
+3
2018-11-18
Rename GedcomRecord::getTree() to tree()
Greg Roach
1
-1
/
+1
2018-11-18
Rename GedcomRecord::getXref() to xref()
Greg Roach
1
-6
/
+6
2018-11-18
Rename Tree::getTreeName() to name()
Greg Roach
1
-1
/
+1
2018-11-18
Rename Tree::getTreeId() to id()
Greg Roach
1
-11
/
+11
2018-11-18
Rename Fact::getLabel() to label()
Greg Roach
1
-2
/
+2
2018-11-18
Rename Fact::getGedcom() to gedcom()
Greg Roach
1
-10
/
+10
2018-11-18
Rename Fact::getFactId() to id()
Greg Roach
1
-3
/
+3
2018-11-18
Rename Fact::getDate() to date()
Greg Roach
1
-5
/
+5
2018-11-18
Rename Fact::getPlace() to place()
Greg Roach
1
-2
/
+2
2018-11-18
Rename Fact::getAttribute() to attribute()
Greg Roach
1
-1
/
+1
2018-11-18
Rename Fact::getValue() to value()
Greg Roach
1
-1
/
+1
2018-10-06
PHPdoc
Greg Roach
1
-2
/
+2
2018-10-06
PHPdoc
Greg Roach
1
-12
/
+9
2018-10-05
Fix: #1939 - strict types prevent new records from being created
Greg Roach
1
-3
/
+8
2018-10-05
Strict types in reports
Greg Roach
1
-1
/
+1
2018-10-05
Add declare(strict_types=1) to all PHP scripts
Greg Roach
1
-0
/
+2
2018-10-05
Strict type error
Greg Roach
1
-1
/
+1
2018-09-24
Scrutinizer Auto-Fixes (#1929)
Scrutinizer Auto-Fixer
1
-3
/
+3
2018-09-23
Type mismatch errors
Greg Roach
1
-2
/
+2
2018-09-22
Reduced if/else complexity, removed not require else conditions (#1866)
Rico Sonntag
1
-41
/
+39
2018-09-22
PHPdoc, types, etc.
Greg Roach
1
-5
/
+5
[next]