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
/
SearchController.php
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-21
Fix: #2665 - Use POST+GET on search forms
Greg Roach
1
-637
/
+0
2019-10-18
Use TreeService
Greg Roach
1
-3
/
+9
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-10
Working on routing
Greg Roach
1
-1
/
+1
2019-09-29
PSR12
Greg Roach
1
-0
/
+1
2019-09-29
Add tree to request; preparing for router
Greg Roach
1
-17
/
+14
2019-05-09
PSR-7 requests
Greg Roach
1
-23
/
+33
2019-04-25
Strict types
Greg Roach
1
-2
/
+2
2019-04-10
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
Greg Roach
1
-32
/
+31
2019-04-03
Declare static closures
Greg Roach
1
-2
/
+2
2019-03-07
Code style and testing
Greg Roach
1
-89
/
+89
2019-03-06
Collections / arrays
Greg Roach
1
-2
/
+2
2019-01-13
Use illuminate/database for advanced search
Greg Roach
1
-397
/
+5
2019-01-13
Use illuminate/database for phonetic searches
Greg Roach
1
-128
/
+1
2019-01-12
Move search functions to new SearchService
Greg Roach
1
-371
/
+48
2019-01-11
Simplify row-mappers
Greg Roach
1
-7
/
+7
2019-01-04
Add visibility to constants
Greg Roach
1
-2
/
+2
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-11-18
Prefer class-constants to global-constants
Greg Roach
1
-10
/
+11
2018-11-18
Rename GedcomRecord::getGedcom() to gedcom()
Greg Roach
1
-9
/
+9
2018-11-18
Rename Tree::getTreeName() to name()
Greg Roach
1
-3
/
+3
2018-11-18
Rename Tree::getTreeId() to id()
Greg Roach
1
-8
/
+8
2018-09-23
CodeStyle
Greg Roach
1
-6
/
+6
2018-09-23
Scrutinizer Auto-Fixes (#1924)
Scrutinizer Auto-Fixer
1
-46
/
+46
2018-09-22
Reduced if/else complexity, removed not require else conditions (#1866)
Rico Sonntag
1
-10
/
+10
2018-09-21
PHPdoc
Greg Roach
1
-3
/
+3
2018-08-22
Fix: #1844 SQL error
Greg Roach
1
-4
/
+4
2018-08-13
Type hint closure return types
Greg Roach
1
-9
/
+9
2018-08-11
Fix: #1819 - missing parameter
Greg Roach
1
-1
/
+3
2018-08-10
Create system for dependency injection and apply it to controllers and middle...
Greg Roach
1
-20
/
+8
2018-07-16
Use PSR2 code style
Greg Roach
1
-1227
/
+1288
2018-07-13
Feedback from scrutinizer
Greg Roach
1
-4
/
+8
2018-07-13
Fix: #1784, family/source mixup in search results
Greg Roach
1
-2
/
+2
2018-05-10
Code style / unused variables
Greg Roach
1
-7
/
+1
2018-05-09
Add $tree to all views
Greg Roach
1
-4
/
+0
2018-05-05
Convert search to views/http controllers
Greg Roach
1
-0
/
+1419