summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
2019-01-01Remove old functions from class Database that are now provided by ↵Greg Roach1-40/+0
illuminate/database
2019-01-01Fix: #2082 - cannot reprocess a request object after processing an uploaded fileGreg Roach1-1/+2
2018-12-31Fix: #1711 - display toggles not persistentGreg Roach1-2/+2
2018-12-31More testsGreg Roach1-14/+33
2018-12-31Apply fixes from StyleCI (#2081)Greg Roach1-1/+1
2018-12-31Fix: #2080 - DB::raw() queries fail when table prefixes are usedGreg Roach1-32/+7
2018-12-31Add tests for Auth and Site classesGreg Roach3-7/+12
2018-12-31Add missing directory separator (#2079)Carmen1-1/+1
2018-12-30Apply fixes from StyleCI (#2078)Greg Roach1-1/+1
2018-12-30Use illuminate/database for trees/users and add tests using sqliteGreg Roach2-73/+72
2018-12-30Use illuminate/databaseGreg Roach3-72/+127
2018-12-30Fix: #2075 typoGreg Roach1-1/+1
2018-12-29Use illuminate/database for site settings and logsGreg Roach3-20/+28
2018-12-29Use illuminate/database for GEDCOM recordsGreg Roach6-69/+52
2018-12-29Use illuminate/database for themeGreg Roach1-20/+22
2018-12-29Use illiminate/database for hit-counter middlewareGreg Roach1-27/+14
2018-12-28Apply fixes from StyleCI (#2073)Greg Roach1-1/+0
2018-12-28Use illuminate/database for module accessGreg Roach5-329/+195
2018-12-27Apply fixes from StyleCI (#2072)Greg Roach3-3/+1
2018-12-27Use illuminate/database for migrations and seedsGreg Roach58-1664/+1197
2018-12-27Use illuminate/database for middlewareGreg Roach1-16/+9
2018-12-27Scrutinizer Auto-Fixes (#2071)Scrutinizer Auto-Fixer1-1/+1
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2018-12-27Fix: #2069 - historical facts only shown when relatives facts enabledGreg Roach1-11/+7
2018-12-25Type hintsGreg Roach1-1/+1
2018-12-25Use fully-qualified class names to prevent conflict with global scopeGreg Roach1-8/+4
2018-12-25Add comments to empty catch blocksGreg Roach2-0/+3
2018-12-21Fix: missing confirmation email after approving a new userGreg Roach1-0/+18
2018-12-21Wrong URL in clippings cartGreg Roach1-2/+2
2018-12-21Use laravel support functions to truncate stringsGreg Roach3-5/+7
2018-12-20Remove unused parameterGreg Roach1-5/+4
2018-12-20Remove unused importsGreg Roach28-73/+30
2018-12-20PHPdocGreg Roach1-1/+1
2018-12-20Remove unused parameterGreg Roach1-3/+2
2018-12-20Update StatisticsChartController.php (#2065)Rico Sonntag1-6/+6
Fixed integer division: https://dev.webtrees.net/demo-dev/index.php?route=statistics&ged=demo#tab-custom-statistics => Age in year of marriage
2018-12-19Remove dead codeGreg Roach1-30/+2
2018-12-19Strict typesGreg Roach23-23/+23
2018-12-19Refactor $ctype global as a parameterGreg Roach26-127/+77
2018-12-19Update Stats.php (#2064)Rico Sonntag1-6/+6
Fixed missing default value. See "Oldest living individuals" at https://dev.webtrees.net/demo-dev/index.php?route=statistics&ged=demo
2018-12-18Remove PhpGedView transfer wizard. PhpGedView users will need to migrate to ↵Greg Roach2-1482/+0
webtrees 1.7 before upgrading to webtrees 2.0
2018-12-18Add support for Laravel query-builderGreg Roach48-97/+84
2018-12-14Remove unused codeGreg Roach1-80/+0
2018-12-14TypoGreg Roach1-1/+1
2018-12-14Apply fixes from StyleCI (#2062)Greg Roach1-4/+7
2018-12-14Fix: #860 allow clipboard facts to be pasted to different types of recordGreg Roach1-33/+35
2018-12-14Refactor clipboard functionality to a ClipboardServiceGreg Roach3-100/+144
2018-12-13SHOW_LDS_AT_GLANCE function hasn't worked for years and nobody noticed so ↵Greg Roach5-58/+0
remove it
2018-12-13Update Stats.php (#2060)Rico Sonntag1-1/+1
* Update Stats.php Fixes missing quotes in query, resulting in empty response. https://dev.webtrees.net/demo-dev/index.php?route=statistics&ged=demo#tab-other-statistics => First event, last event * Replace quotes * Whitespace
2018-12-13#2057 - Fixed missing type cast (#2058)Rico Sonntag1-1/+5
2018-12-10Fix: #2053 - level 1 source citations missing DATA fieldGreg Roach1-0/+1
2018-12-09Fix: #1126 - only send messages to users who can see the current treeGreg Roach1-2/+9