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
/
EditIndividualController.php
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-14
Refactor edit controllers into request handlers. Preparing to use GedcomElem...
Greg Roach
1
-660
/
+0
2020-05-12
Update code to use new Factory objects
Greg Roach
1
-16
/
+15
2020-05-01
CodeStyle
Greg Roach
1
-3
/
+2
2020-05-01
CodeStyle
Greg Roach
1
-13
/
+18
2020-05-01
CodeStyle
Greg Roach
1
-9
/
+8
2019-12-13
CodeStyle - strict types
Greg Roach
1
-30
/
+41
2019-11-23
Remove dependency on symfony httpfoundation/kernel
Greg Roach
1
-2
/
+2
2019-11-07
Fix: #2752 - missing parameters when adding family members
Greg Roach
1
-5
/
+7
2019-11-01
Convert @TODO into issue #2729
Greg Roach
1
-2
/
+3
2019-10-31
Missing tree parameter (#2725)
David Drury
1
-0
/
+2
2019-10-31
Make variable types clearer to static analysis tools
Greg Roach
1
-31
/
+35
2019-10-30
Add assertions for route parameters
Greg Roach
1
-16
/
+30
2019-10-28
Fix: #2706 - Break EditGedcomRecordController into request handlers
Greg Roach
1
-15
/
+2
2019-10-25
No need to throw exceptions in assert()
Greg Roach
1
-8
/
+7
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-15
Apply fixes from StyleCI (#2631)
Greg Roach
1
-7
/
+7
2019-10-15
Refactor the re-ordering of children/spouses/names/media; add assertions
Greg Roach
1
-184
/
+18
2019-10-14
Working on routing
Greg Roach
1
-1
/
+1
2019-10-06
Working on routing
Greg Roach
1
-96
/
+89
2019-09-29
PSR12
Greg Roach
1
-0
/
+1
2019-09-29
Add tree to request; preparing for router
Greg Roach
1
-45
/
+46
2019-05-09
PSR-7 requests
Greg Roach
1
-34
/
+39
2019-05-09
PSR-7 requests
Greg Roach
1
-21
/
+21
2019-05-09
PSR-7 requests
Greg Roach
1
-2
/
+3
2019-04-10
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
Greg Roach
1
-103
/
+101
2019-04-03
Declare static closures
Greg Roach
1
-6
/
+6
2019-03-02
Use app() shortcut
Greg Roach
1
-2
/
+2
2019-02-16
Rename functions getFoo() to foo() and return collections instead of arrays
Greg Roach
1
-19
/
+19
2019-01-31
Refactor class User - use NULL-object pattern for guests and temporary users,...
Greg Roach
1
-2
/
+2
2019-01-22
Merge AncestorsChartController into AncestorsChartModule
Greg Roach
1
-22
/
+23
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-11-18
Prefer class-constants to global-constants
Greg Roach
1
-2
/
+2
2018-11-18
Rename GedcomRecord::getFacts() to facts()
Greg Roach
1
-6
/
+6
2018-11-18
Rename GedcomRecord::getXref() to xref()
Greg Roach
1
-22
/
+22
2018-11-18
Rename Tree::getTreeName() to name()
Greg Roach
1
-1
/
+1
2018-11-18
Rename Fact::getGedcom() to gedcom()
Greg Roach
1
-6
/
+6
2018-11-18
Rename Fact::getFactId() to id()
Greg Roach
1
-5
/
+5
2018-11-18
Rename Fact::getTarget() to target()
Greg Roach
1
-2
/
+2
2018-10-28
Strict types
Greg Roach
1
-6
/
+6
2018-10-22
Fix: #1991 - strict types
Greg Roach
1
-1
/
+1
2018-10-22
Fix: #1993 - cannot add names
Greg Roach
1
-2
/
+8
2018-10-12
Be more consistent when creating new records
Greg Roach
1
-18
/
+18
2018-10-08
Remove dead code
Greg Roach
1
-6
/
+0
2018-10-05
Fix: #1940 - unable to add unlinked individual
Greg Roach
1
-3
/
+3
2018-09-24
Scrutinizer Auto-Fixes (#1929)
Scrutinizer Auto-Fixer
1
-9
/
+9
2018-09-22
Reduced if/else complexity, removed not require else conditions (#1866)
Rico Sonntag
1
-8
/
+8
2018-09-13
CodeStyle
Greg Roach
1
-1
/
+0
2018-09-13
Fixed invalid docblocks
Rico Sonntag
1
-0
/
+2
2018-08-28
Update EditIndividualController.php (#1860)
Rico Sonntag
1
-1
/
+0
2018-08-26
Replace Filter::get() and Filter::post() with $request
Greg Roach
1
-14
/
+14
[next]