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
2021-01-25
Use https link in copyright header
Greg Roach
1
-1
/
+1
2021-01-15
Move user constants to the user interface class
Greg Roach
1
-9
/
+9
2020-10-03
#3529 - rename Factory to Registry
Greg Roach
1
-20
/
+20
2020-07-04
Fix: #3314 - use a factory to make XREFs
Greg Roach
1
-36
/
+7
2020-07-04
Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()
Greg Roach
1
-12
/
+13
2020-05-23
Fix: #2910 - refactor GEDCOM export code to improve performance
Greg Roach
1
-39
/
+5
2020-05-23
Performance - sorting records during export is slow
Greg Roach
1
-29
/
+29
2020-05-14
Initial support for _LOC records and _GOV facts
Greg Roach
1
-1
/
+1
2020-05-12
Update code to use new Factory objects
Greg Roach
1
-16
/
+16
2020-04-30
Refactor ages
Greg Roach
1
-4
/
+14
2020-03-13
Add record types for HEAD and SUBN
Greg Roach
1
-2
/
+2
2020-02-25
Create records consistently
Greg Roach
1
-3
/
+3
2020-02-04
Fix: default individual takes precedence over page individual
Greg Roach
1
-1
/
+1
2020-01-10
Fix: identify significant individual on family pages
Greg Roach
1
-2
/
+15
2019-12-20
Unused imports
Greg Roach
1
-1
/
+0
2019-11-23
Refactor multi-tree rowMapper functions
Greg Roach
1
-15
/
+0
2019-11-07
Fix error updating account preferences; use constants for preference names
Greg Roach
1
-8
/
+8
2019-11-04
Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...
Greg Roach
1
-4
/
+5
2019-10-25
No need to throw exceptions in assert()
Greg Roach
1
-1
/
+0
2019-10-24
Refactor pending changes to use service and request handlers
Greg Roach
1
-8
/
+17
2019-10-22
Use tree service
Greg Roach
1
-88
/
+6
2019-10-18
Strict types
Greg Roach
1
-3
/
+3
2019-10-18
Avoid empty(), as it can be unpredicatable
Greg Roach
1
-1
/
+1
2019-10-18
Use TreeService
Greg Roach
1
-12
/
+10
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-14
Move business logic from controller to service
Greg Roach
1
-146
/
+24
2019-09-29
PSR12
Greg Roach
1
-0
/
+1
2019-09-24
Use Flysystem for more filesystem operations
Greg Roach
1
-4
/
+7
2019-09-23
Use Flysystem for more filesystem operations
Greg Roach
1
-5
/
+7
2019-09-23
Fix: #2580 - need to create missing media folder on first use
Greg Roach
1
-0
/
+12
2019-09-01
Tweak export-gedcom parameters for performance
Greg Roach
1
-1
/
+1
2019-07-17
Use Query Expression class directly, remove unused imports
Greg Roach
1
-7
/
+8
2019-05-17
PHPdoc
Greg Roach
1
-1
/
+0
2019-04-25
Closures that do not use $this should be declared static
Greg Roach
1
-1
/
+1
2019-04-10
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
Greg Roach
1
-297
/
+288
2019-04-03
Declare static closures
Greg Roach
1
-10
/
+10
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
[next]