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
/
AutocompleteController.php
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-05
Fix: #3113 - add autocomplete to surname fields
Greg Roach
1
-226
/
+0
2020-10-03
#3529 - rename Factory to Registry
Greg Roach
1
-5
/
+5
2020-09-08
Use factory to create caches and filesystems
Greg Roach
1
-3
/
+1
2020-07-04
Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()
Greg Roach
1
-2
/
+2
2020-05-12
Update code to use new Factory objects
Greg Roach
1
-21
/
+5
2020-02-23
Use strict comparison for Collection::unique()
Greg Roach
1
-1
/
+1
2020-01-18
Use https endpoint for geonames lookup
Greg Roach
1
-18
/
+25
2019-12-06
Parents' names in lists - replace function with template
Greg Roach
1
-0
/
+1
2019-11-23
Refactor multi-tree rowMapper functions
Greg Roach
1
-2
/
+2
2019-11-11
Simplify access to current locale
Greg Roach
1
-5
/
+2
2019-11-04
Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...
Greg Roach
1
-1
/
+5
2019-10-31
Fix: #2720 - select2 requires zero-based array keys; refactor controller as r...
Greg Roach
1
-326
/
+0
2019-10-31
Make variable types clearer to static analysis tools
Greg Roach
1
-6
/
+5
2019-10-30
Add assertions for route parameters
Greg Roach
1
-11
/
+33
2019-10-25
Remove global constant WT_LOCALE and store LocaleInterface in the request
Greg Roach
1
-1
/
+5
2019-10-25
No need to throw exceptions in assert()
Greg Roach
1
-17
/
+16
2019-10-22
Use tree service
Greg Roach
1
-88
/
+42
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-09-29
PSR12
Greg Roach
1
-0
/
+3
2019-09-29
Add tree to request; preparing for router
Greg Roach
1
-22
/
+22
2019-09-24
Typehint against interfaces instead of concrete classes
Greg Roach
1
-6
/
+1
2019-09-23
Use Flysystem for more filesystem operations
Greg Roach
1
-4
/
+1
2019-09-02
Fix: #2566 - select by xref breaks select2 when record not found
Greg Roach
1
-12
/
+17
2019-08-31
Use collections
Greg Roach
1
-8
/
+9
2019-08-31
Allow XREFs to be used in individual/family selectors
Greg Roach
1
-0
/
+31
2019-05-06
Fix: #2403 - autocomplete pagination - page numbers start at 1 (not 0)
Greg Roach
1
-29
/
+29
2019-05-06
Remove unused imports
Greg Roach
1
-2
/
+0
2019-05-05
Make geonames a site-level preference, not a tree-level preference
Greg Roach
1
-6
/
+14
2019-04-10
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
Greg Roach
1
-59
/
+59
2019-04-03
Declare static closures
Greg Roach
1
-12
/
+12
2019-03-26
Replace Bootstrap4 class with views
Greg Roach
1
-14
/
+0
2019-03-07
Code style and testing
Greg Roach
1
-12
/
+12
2019-01-31
Refactor class User - use NULL-object pattern for guests and temporary users,...
Greg Roach
1
-7
/
+3
2019-01-27
Refactor class Place
Greg Roach
1
-2
/
+2
2019-01-22
Merge AncestorsChartController into AncestorsChartModule
Greg Roach
1
-1
/
+2
2019-01-18
Apply fixes from StyleCI (#2118)
Greg Roach
1
-1
/
+1
2019-01-18
Starting to replace WT_DATA_DIR with league/flysystem
Greg Roach
1
-17
/
+22
2019-01-12
Move search functions to new SearchService
Greg Roach
1
-9
/
+7
2019-01-11
Rename filter() to accessFilter()
Greg Roach
1
-2
/
+2
2019-01-11
Simplify row-mappers
Greg Roach
1
-4
/
+4
2019-01-09
Use illuminate/database for citation autocomplete
Greg Roach
1
-53
/
+46
2019-01-09
Remove old code
Greg Roach
1
-1
/
+1
2019-01-09
Remove old code
Greg Roach
1
-3
/
+1
2019-01-09
Use illuminate/database for places
Greg Roach
1
-30
/
+121
2019-01-08
Create search service
Greg Roach
1
-11
/
+162
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-11-18
Rename GedcomRecord::getGedcom() to gedcom()
Greg Roach
1
-4
/
+4
2018-11-18
Rename Tree::getTreeId() to id()
Greg Roach
1
-2
/
+2
2018-10-28
Strict type error in autocomplete
Greg Roach
1
-9
/
+9
2018-10-08
Strict types
Greg Roach
1
-2
/
+2
[next]