summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-20Missing function visibility, etc.Greg Roach17-17/+32
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach229-1703/+1593
2019-01-20Fix: #2121 strict typing errorGreg Roach1-1/+1
2019-01-20Fix: #2122 typo in table nameGreg Roach1-1/+1
2019-01-18Use cacheGreg Roach2-44/+12
2019-01-18Fix: fetching non-links makes unnecessary DB callsGreg Roach1-1/+1
2019-01-18Need to clear cache to fix testsGreg Roach1-0/+2
2019-01-18Use cache to reduce DB queries on block_setting tableGreg Roach2-14/+20
2019-01-18Apply fixes from StyleCI (#2119)Greg Roach1-1/+2
2019-01-18Apply fixes from StyleCI (#2118)Greg Roach1-1/+1
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach56-232/+4230
2019-01-18Starting to replace WT_DATA_DIR with league/flysystemGreg Roach47-46/+3368
2019-01-17Remove old/dead codeGreg Roach1-14/+0
2019-01-16CleanupGreg Roach3-3/+1
2019-01-16UnusedImportGreg Roach1-1/+0
2019-01-16PHPdocGreg Roach1-1/+1
2019-01-16CodeStyleGreg Roach5-12/+12
2019-01-16Remove duplicate codeGreg Roach1-8/+3
2019-01-16Remove global constants from viewsGreg Roach8-13/+22
2019-01-16SQLite is required by development buildsGreg Roach1-0/+1
2019-01-16Replace webtrees resolver class with laravel container classGreg Roach30-218/+231
2019-01-16Remove dependency on global constantGreg Roach1-1/+2
2019-01-16ErrorHandlingGreg Roach1-2/+2
2019-01-16TypeHintsGreg Roach1-1/+1
2019-01-16TestsGreg Roach1-1/+2
2019-01-16Delete incorrect testGreg Roach1-221/+0
2019-01-16Rename resolver functions to be laravel-like and add testsGreg Roach6-23/+139
2019-01-15Use illuminate/database for location adminGreg Roach1-63/+76
2019-01-15Use illuminate/database for placename updatesGreg Roach1-91/+52
2019-01-15Apply fixes from StyleCI (#2117)Greg Roach3-9/+9
2019-01-15Simplify folder paths in manage mediaGreg Roach2-159/+74
2019-01-15Allow custom sort fields to be specified in datatables responsesGreg Roach5-88/+40
2019-01-15Use Collection classGreg Roach2-25/+31
2019-01-15Use illuminate/database and datatables service for admin/external filesGreg Roach2-62/+34
2019-01-14Use illuminate/database to find unrelated individualsGreg Roach1-5/+8
2019-01-14Use illuminate/database to renumber treesGreg Roach1-385/+452
2019-01-14Use illuminate/database when updating tree detailsGreg Roach1-8/+8
2019-01-14Use illuminate/databaseGreg Roach1-79/+66
2019-01-13Use illuminate/database for restriction privacyGreg Roach1-45/+33
2019-01-13Fix: add default restrictions for specific recordsGreg Roach1-18/+12
2019-01-13Fix: add default restrictions for specific recordsGreg Roach3-76/+99
2019-01-13Use illuminate/database to merge recordsGreg Roach1-42/+23
2019-01-13Use illuminate/database for control panelGreg Roach1-1/+9
2019-01-13Use illuminate/database for advanced searchGreg Roach2-473/+485
2019-01-13Use illuminate/database for phonetic searchesGreg Roach2-128/+94
2019-01-13Use illuminate/database for media listGreg Roach1-61/+49
2019-01-13Trim trailing slash from media folder namesGreg Roach1-0/+2
2019-01-12Use illuminate/databaseGreg Roach3-104/+173
2019-01-12TestingGreg Roach3-18/+18
2019-01-12TestsGreg Roach1-11/+13