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
/
Http
/
Controllers
/
GedcomFileController.php
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-16
Refactor controller-actions as request-handlers
Greg Roach
1
-238
/
+0
2020-07-04
Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()
Greg Roach
1
-4
/
+4
2020-04-11
Error when importing tree with invalid encoding
Greg Roach
1
-0
/
+1
2020-01-29
Fix: undefined variable when GEDCOM import fails
Greg Roach
1
-0
/
+1
2019-11-14
Fix: missing tree parameter in gedcom-import failure message
Greg Roach
1
-0
/
+1
2019-10-25
No need to throw exceptions in assert()
Greg Roach
1
-2
/
+1
2019-10-19
Strict types
Greg Roach
1
-2
/
+2
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-16
PHPdoc; assertions
Greg Roach
1
-0
/
+1
2019-10-15
Refactor the re-ordering of children/spouses/names/media; add assertions
Greg Roach
1
-0
/
+4
2019-10-14
Move business logic from controller to service
Greg Roach
1
-1
/
+2
2019-09-29
PSR12
Greg Roach
1
-0
/
+1
2019-09-29
Add tree to request; preparing for router
Greg Roach
1
-5
/
+19
2019-08-11
Fix: #2480, #2520 - ignore records without XREFs during import
Greg Roach
1
-6
/
+9
2019-07-17
Use Query Expression class directly, remove unused imports
Greg Roach
1
-7
/
+8
2019-04-10
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
Greg Roach
1
-4
/
+4
2019-03-08
Strict types and code review
Greg Roach
1
-1
/
+0
2019-03-07
Code style and testing
Greg Roach
1
-3
/
+3
2019-03-01
Fixed case mismatch in function/method call (#2286)
Rico Sonntag
1
-2
/
+2
2019-02-24
Fix: #2265 - stop importing if fatal error occurs
Greg Roach
1
-128
/
+138
2019-01-31
Refactor class User - use NULL-object pattern for guests and temporary users,...
Greg Roach
1
-1
/
+0
2019-01-02
illuminate/database and tests
Greg Roach
1
-9
/
+7
2019-01-02
Use illuminate/database to import trees
Greg Roach
1
-84
/
+54
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-12-20
Remove unused imports
Greg Roach
1
-1
/
+0
2018-12-08
Move DebugBar code to middleware
Greg Roach
1
-2
/
+0
2018-11-18
Prefer class-constants to global-constants
Greg Roach
1
-1
/
+2
2018-11-18
Rename Tree::getTreeId() to id()
Greg Roach
1
-8
/
+8
2018-09-21
PHPdoc
Greg Roach
1
-0
/
+1
2018-09-11
Fix: #1892 - create a service for handling timeouts with long-running processes
Greg Roach
1
-5
/
+8
2018-08-27
Removed not required use statements (#1853)
Rico Sonntag
1
-1
/
+0
2018-08-10
Create system for dependency injection and apply it to controllers and middle...
Greg Roach
1
-5
/
+2
2018-07-16
Use PSR2 code style
Greg Roach
1
-188
/
+190
2018-07-10
Reduce memory requirements on import?
Greg Roach
1
-1
/
+1
2018-05-09
Add $tree to all views
Greg Roach
1
-7
/
+1
2018-05-05
Convert GEDCOM import to use http controllers
Greg Roach
1
-0
/
+240