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
/
EditFamilyController.php
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-14
Refactor edit controllers into request handlers. Preparing to use GedcomElem...
Greg Roach
1
-247
/
+0
2020-06-14
Factor controller actions into request handlers
Greg Roach
1
-136
/
+0
2020-05-12
Update code to use new Factory objects
Greg Roach
1
-11
/
+11
2020-03-07
Fix: #3103 - Create separate links for add son/daughter on family page
Greg Roach
1
-1
/
+9
2019-12-13
CodeStyle - strict types
Greg Roach
1
-19
/
+27
2019-11-07
Fix: #2752 - missing parameters when adding family members
Greg Roach
1
-2
/
+2
2019-10-31
Make variable types clearer to static analysis tools
Greg Roach
1
-10
/
+11
2019-10-30
Add assertions for route parameters
Greg Roach
1
-10
/
+21
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-15
Refactor the re-ordering of children/spouses/names/media; add assertions
Greg Roach
1
-61
/
+0
2019-10-06
Fix scrutinizer issues
Greg Roach
1
-19
/
+18
2019-10-06
Working on routing
Greg Roach
1
-14
/
+10
2019-09-29
PSR12
Greg Roach
1
-0
/
+1
2019-09-29
Add tree to request; preparing for router
Greg Roach
1
-17
/
+16
2019-08-16
Fix: #2540 - removing spouse from family causes undefined index error
Greg Roach
1
-8
/
+8
2019-05-09
PSR-7 requests
Greg Roach
1
-31
/
+34
2019-04-25
Strict types
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
-43
/
+41
2019-04-03
Declare static closures
Greg Roach
1
-2
/
+2
2019-02-16
Use Collection class
Greg Roach
1
-2
/
+3
2019-02-16
Rename functions getFoo() to foo() and return collections instead of arrays
Greg Roach
1
-10
/
+10
2019-01-22
Merge AncestorsChartController into AncestorsChartModule
Greg Roach
1
-8
/
+9
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-11-18
Prefer class-constants to global-constants
Greg Roach
1
-7
/
+7
2018-11-18
Rename GedcomRecord::getFacts() to facts()
Greg Roach
1
-8
/
+8
2018-11-18
Rename GedcomRecord::getXref() to xref()
Greg Roach
1
-12
/
+12
2018-11-18
Rename Fact::getGedcom() to gedcom()
Greg Roach
1
-3
/
+3
2018-11-18
Rename Fact::getFactId() to id()
Greg Roach
1
-8
/
+8
2018-11-18
Rename Fact::getTarget() to target()
Greg Roach
1
-7
/
+7
2018-10-28
Strict types
Greg Roach
1
-2
/
+2
2018-10-12
Be more consistent when creating new records
Greg Roach
1
-4
/
+4
2018-10-09
Prefer assertions to assumptions
Greg Roach
1
-1
/
+1
2018-10-05
Scrutinizer Auto-Fixes (#1942)
Scrutinizer Auto-Fixer
1
-5
/
+5
2018-09-22
Reduced if/else complexity, removed not require else conditions (#1866)
Rico Sonntag
1
-4
/
+4
2018-08-26
Replace Filter::get() and Filter::post() with $request
Greg Roach
1
-7
/
+7
2018-08-10
Create system for dependency injection and apply it to controllers and middle...
Greg Roach
1
-30
/
+17
2018-07-23
Fix: sources not added to new individuals and families
Greg Roach
1
-5
/
+4
2018-07-16
Use PSR2 code style
Greg Roach
1
-332
/
+342
2018-07-12
Refactor functionsedit
Greg Roach
1
-22
/
+20
2018-07-12
Move add-indivdual code to http/controller
Greg Roach
1
-4
/
+100
2018-07-11
Convert change-family-members to http/controller
Greg Roach
1
-0
/
+130
2018-06-30
Convert print_indi_form function to view
Greg Roach
1
-0
/
+106
2018-02-23
Rename BaseController to AbstractBaseController
Greg Roach
1
-1
/
+1
2018-02-17
CodeStyle
Greg Roach
1
-2
/
+0
2018-01-19
Error handling / exceptions
Greg Roach
1
-10
/
+4
2018-01-14
CodeStyle
Greg Roach
1
-1
/
+1
2018-01-14
#1577 Use views/controllers for reorder children
Greg Roach
1
-0
/
+99