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
/
Tree.php
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-07
Code style and testing
Greg Roach
1
-7
/
+8
2019-03-06
Type hinting
Greg Roach
1
-1
/
+1
2019-03-06
TypeHints
Greg Roach
1
-2
/
+2
2019-03-05
Dual type-hints upset vimeo/psalm, but are useful in PhpStorm
Greg Roach
1
-1
/
+2
2019-01-31
Refactor class User - use NULL-object pattern for guests and temporary users,...
Greg Roach
1
-12
/
+13
2019-01-29
Refactor home page blocks for lazy evaluation
Greg Roach
1
-10
/
+0
2019-01-21
Simplify API function name
Greg Roach
1
-6
/
+6
2019-01-20
Working on #2120 - refactor modules: combine installed/enabled/allowed module...
Greg Roach
1
-3
/
+0
2019-01-18
Add support for illuminate/cache and refactor class User
Greg Roach
1
-9
/
+22
2019-01-11
Simplify row-mappers
Greg Roach
1
-13
/
+4
2019-01-04
Add visibility to constants
Greg Roach
1
-3
/
+3
2019-01-03
Apply fixes from StyleCI (#2087)
Greg Roach
1
-1
/
+1
2019-01-03
Use illuminate/database for gedcom export
Greg Roach
1
-28
/
+39
2019-01-02
Tests
Greg Roach
1
-5
/
+4
2019-01-02
Tests
Greg Roach
1
-15
/
+13
2019-01-02
Testing
Greg Roach
1
-10
/
+10
2019-01-02
Tests
Greg Roach
1
-11
/
+11
2019-01-02
Tests
Greg Roach
1
-62
/
+43
2019-01-02
Remove dead code. Add tests
Greg Roach
1
-36
/
+0
2019-01-02
Apply fixes from StyleCI (#2084)
Greg Roach
1
-1
/
+1
2019-01-02
illuminate/database and tests
Greg Roach
1
-24
/
+23
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-12-31
Apply fixes from StyleCI (#2081)
Greg Roach
1
-1
/
+1
2018-12-31
Fix: #2080 - DB::raw() queries fail when table prefixes are used
Greg Roach
1
-32
/
+7
2018-12-31
Add tests for Auth and Site classes
Greg Roach
1
-4
/
+6
2018-12-30
Apply fixes from StyleCI (#2078)
Greg Roach
1
-1
/
+1
2018-12-30
Use illuminate/database for trees/users and add tests using sqlite
Greg Roach
1
-72
/
+71
2018-12-30
Use illuminate/database
Greg Roach
1
-4
/
+62
2018-12-08
Move DebugBar code to middleware
Greg Roach
1
-2
/
+0
2018-12-03
New media objects need the correct type
Greg Roach
1
-0
/
+40
2018-11-18
Rename Tree::getTitle() to title()
Greg Roach
1
-4
/
+4
2018-11-18
Rename Tree::getTreeName() to name()
Greg Roach
1
-4
/
+4
2018-11-18
Rename Tree::getTreeId() to id()
Greg Roach
1
-52
/
+52
2018-10-28
Fix: newly created records have type GedcomRecord instead of a more specific ...
Greg Roach
1
-2
/
+1
2018-10-12
Error handling
Greg Roach
1
-2
/
+3
2018-10-12
Be more consistent when creating new records
Greg Roach
1
-22
/
+91
2018-10-10
Tidy conversion of GEDCOM to ANSI
Greg Roach
1
-1
/
+1
2018-10-06
PHPdoc
Greg Roach
1
-3
/
+2
2018-10-06
Strict types
Greg Roach
1
-15
/
+15
2018-10-05
Add declare(strict_types=1) to all PHP scripts
Greg Roach
1
-0
/
+2
2018-10-04
Code style
Greg Roach
1
-1
/
+2
2018-09-24
Scrutinizer Auto-Fixes (#1929)
Scrutinizer Auto-Fixer
1
-1
/
+1
2018-09-22
Reduced if/else complexity, removed not require else conditions (#1866)
Rico Sonntag
1
-10
/
+2
2018-09-22
PHPdoc, types, etc.
Greg Roach
1
-2
/
+2
2018-08-27
Added PHP7 return types to methods according doc block (#1864)
Rico Sonntag
1
-6
/
+6
2018-08-26
PHPDoc
Greg Roach
1
-15
/
+15
2018-08-22
Fix check for MSDOS line endings
Greg Roach
1
-1
/
+1
2018-08-19
CodeStyle
Greg Roach
1
-1
/
+1
2018-08-18
CodeStyle - comments should not be used in the middle of lines
Greg Roach
1
-2
/
+2
2018-08-13
Prefer variables with a single type
Greg Roach
1
-6
/
+6
[next]