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
/
FamilyController.php
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-31
Refactor controllers as request handlers
Greg Roach
1
-113
/
+0
2019-10-31
Fix: missing parameter on gedcom record page; Refactor controller as handler
Greg Roach
1
-1
/
+2
2019-10-31
Missing tree parameter (#2723)
David Drury
1
-0
/
+1
2019-10-31
Make variable types clearer to static analysis tools
Greg Roach
1
-5
/
+6
2019-10-30
Add assertions for route parameters
Greg Roach
1
-1
/
+5
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-15
Fix: #2626 empty slugs cause redirect loop
Greg Roach
1
-1
/
+1
2019-10-15
Fix: #2626 empty slugs cause redirect loop
Greg Roach
1
-1
/
+1
2019-10-09
Working on routing
Greg Roach
1
-0
/
+1
2019-10-06
Use aura/router
Greg Roach
1
-1
/
+7
2019-09-29
PSR12
Greg Roach
1
-0
/
+1
2019-09-29
Add tree to request; preparing for router
Greg Roach
1
-5
/
+16
2019-05-09
PSR-7 requests
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
-7
/
+7
2019-02-16
Fix: #2223 - arrays are now collections
Greg Roach
1
-1
/
+1
2019-02-16
Rename functions getFoo() to foo() and return collections instead of arrays
Greg Roach
1
-3
/
+3
2019-02-05
Fix: #2159 - integrate clipboard support into modules
Greg Roach
1
-8
/
+14
2019-01-22
Merge AncestorsChartController into AncestorsChartModule
Greg Roach
1
-1
/
+2
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-12-01
PHP 7.1: short-syntax for array destructuring
Greg Roach
1
-1
/
+1
2018-11-18
Prefer class-constants to global-constants
Greg Roach
1
-1
/
+1
2018-11-18
Rename GedcomRecord::getFacts() to facts()
Greg Roach
1
-1
/
+1
2018-10-28
Strict types
Greg Roach
1
-1
/
+1
2018-10-06
PHPdoc
Greg Roach
1
-1
/
+1
2018-09-24
Scrutinizer Auto-Fixes (#1929)
Scrutinizer Auto-Fixer
1
-1
/
+1
2018-08-27
Added PHP7 return types to methods according doc block (#1864)
Rico Sonntag
1
-1
/
+1
2018-08-10
Create system for dependency injection and apply it to controllers and middle...
Greg Roach
1
-3
/
+2
2018-07-16
Use PSR2 code style
Greg Roach
1
-43
/
+46
2018-05-09
Add $tree to all views
Greg Roach
1
-1
/
+0
2018-05-05
Working on themes/layouts
Greg Roach
1
-1
/
+2
2018-02-23
Rename BaseController to AbstractBaseController
Greg Roach
1
-1
/
+1
2018-02-17
CodeStyle
Greg Roach
1
-1
/
+0
2018-01-22
Remove old gedcom record controllers
Greg Roach
1
-0
/
+27
2018-01-21
Tidy route parameters
Greg Roach
1
-2
/
+4
2018-01-20
Typo
Greg Roach
1
-1
/
+1
2018-01-19
Error handling / exceptions
Greg Roach
1
-15
/
+7
2018-01-14
#1577 Use views/controllers for reorder children
Greg Roach
1
-20
/
+2
2018-01-13
Fix: #1364 - Move edit functions from the navigation menu to the page
Greg Roach
1
-34
/
+0
2018-01-13
Use views for genealogy objects
Greg Roach
1
-0
/
+109