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
/
EditGedcomRecordController.php
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-14
Refactor edit controllers into request handlers. Preparing to use GedcomElem...
Greg Roach
1
-151
/
+0
2020-05-12
Update code to use new Factory objects
Greg Roach
1
-3
/
+3
2020-05-01
CodeStyle
Greg Roach
1
-1
/
+1
2019-12-13
CodeStyle - strict types
Greg Roach
1
-10
/
+12
2019-11-13
Unused imports
Greg Roach
1
-2
/
+0
2019-10-31
Make variable types clearer to static analysis tools
Greg Roach
1
-2
/
+5
2019-10-28
Fix: #2706 - Break EditGedcomRecordController into request handlers
Greg Roach
1
-68
/
+1
2019-10-28
Fix: #2705 - Break EditGedcomRecordController into request handlers
Greg Roach
1
-276
/
+9
2019-10-25
No need to throw exceptions in assert()
Greg Roach
1
-2
/
+1
2019-10-21
Strict types
Greg Roach
1
-1
/
+1
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
/
+5
2019-10-10
Working on routing
Greg Roach
1
-11
/
+8
2019-10-09
Working on routing; Code cleanup
Greg Roach
1
-9
/
+1
2019-10-06
Working on routing
Greg Roach
1
-35
/
+26
2019-09-29
PSR12
Greg Roach
1
-0
/
+1
2019-09-29
Add tree to request; preparing for router
Greg Roach
1
-33
/
+33
2019-05-11
Fix: #2421 - editing creates new fact
Greg Roach
1
-1
/
+1
2019-05-09
PSR-7 requests
Greg Roach
1
-7
/
+9
2019-05-09
Fix: cannot paste facts
Greg Roach
1
-3
/
+4
2019-05-09
PSR-7 requests
Greg Roach
1
-2
/
+3
2019-05-09
PSR-7 requests
Greg Roach
1
-2
/
+3
2019-05-09
PSR-7 requests
Greg Roach
1
-3
/
+4
2019-05-09
PSR-7 requests
Greg Roach
1
-20
/
+27
2019-05-06
HTML5: textarea does not have a pattern attribute
Greg Roach
1
-4
/
+0
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
-57
/
+56
2019-03-09
Fix census assistant and chart block not showing
Greg Roach
1
-1
/
+1
2019-02-24
Working on modules
Greg Roach
1
-1
/
+1
2019-02-20
Fix PHP error when adding empty fact
Greg Roach
1
-1
/
+1
2019-02-16
Rename functions getFoo() to foo() and return collections instead of arrays
Greg Roach
1
-7
/
+7
2019-01-31
Refactor class User - use NULL-object pattern for guests and temporary users,...
Greg Roach
1
-4
/
+3
2019-01-30
Apply fixes from StyleCI (#2165)
Greg Roach
1
-1
/
+2
2019-01-30
Module functions do not need to be static
Greg Roach
1
-3
/
+16
2019-01-30
Create ModuleService
Greg Roach
1
-4
/
+6
2019-01-24
Refactoring module API
Greg Roach
1
-1
/
+1
2019-01-22
Finish moving access checks to Auth class
Greg Roach
1
-11
/
+11
2019-01-22
Merge AncestorsChartController into AncestorsChartModule
Greg Roach
1
-11
/
+11
2019-01-20
Working on #2120 - refactor modules: combine installed/enabled/allowed module...
Greg Roach
1
-1
/
+1
2019-01-17
Remove old/dead code
Greg Roach
1
-14
/
+0
2019-01-04
Add visibility to constants
Greg Roach
1
-1
/
+1
2019-01-01
Refactor away class FunctionsDb
Greg Roach
1
-5
/
+1
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-12-14
Refactor clipboard functionality to a ClipboardService
Greg Roach
1
-36
/
+12
2018-11-25
Fix: #1606 - missing URL parameters cause error
Greg Roach
1
-4
/
+4
2018-11-18
Prefer class-constants to global-constants
Greg Roach
1
-7
/
+8
2018-11-18
Rename GedcomRecord::getFacts() to facts()
Greg Roach
1
-6
/
+6
2018-11-18
Rename GedcomRecord::getGedcom() to gedcom()
Greg Roach
1
-2
/
+2
2018-11-18
Rename GedcomRecord::getTree() to tree()
Greg Roach
1
-2
/
+2
[next]