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 (
Collapse
)
Author
Files
Lines
2021-07-27
Fix: #3966 - preferences for adding facts and events
Greg Roach
1
-3
/
+1
2021-07-26
Fix: #3823 - remove old/unused code
Greg Roach
1
-2
/
+0
2021-06-12
Testing
Greg Roach
1
-7
/
+8
2021-06-12
Site and tree default preferences
Greg Roach
1
-4
/
+59
2021-03-12
Remove unused imports
Greg Roach
1
-5
/
+0
2021-03-11
Remove deprecated code
Greg Roach
1
-77
/
+0
2021-03-11
Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2
Greg Roach
1
-4
/
+4
2021-03-09
Refactor Tree / TreeService to improve the import of large GEDCOM files.
Greg Roach
1
-72
/
+13
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 ↵
Greg Roach
1
-4
/
+5
request
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 ↵
Greg Roach
1
-12
/
+13
users, create UserService
2019-01-29
Refactor home page blocks for lazy evaluation
Greg Roach
1
-10
/
+0
[next]