summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
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
2018-12-08Scrutinizer Auto-Fixes (#2050)Scrutinizer Auto-Fixer1-1/+1
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2018-12-08Apply fixes from StyleCI (#2049)Greg Roach1-1/+1
2018-12-08Use views for given-names lists and tablesGreg Roach3-167/+36
2018-12-08Fix: double-escaping place names in lifespansGreg Roach1-2/+2
2018-12-08Move DebugBar code to middlewareGreg Roach39-164/+57
2018-12-08Restructure resources folder to match changes in laravel 5.7Greg Roach1-1/+1
2018-12-082.0.0-alpha.4Greg Roach1-1/+1
2018-12-082.0.0-alpha.42.0.0-alpha.4Greg Roach1-1/+1
2018-12-03New media objects need the correct typeGreg Roach2-1/+41
2018-12-01Update swiftmailer from v5 to v6Greg Roach5-35/+24
2018-12-01PHPdocGreg Roach1-2/+0
2018-12-01PHP 7.1: Multiple types in catch blockGreg Roach1-3/+1
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach23-49/+49
2018-11-29Fix: #2046 - help text breaks layout, so move to modalGreg Roach1-0/+5
2018-11-29Fix: #2000 - xref parameter missing from report menusGreg Roach18-99/+109
2018-11-29Fix: #2045 - javascript missing on descendancy chart listsGreg Roach1-6/+8
2018-11-26#2034 - empty favorites form cauess errorGreg Roach2-12/+18
2018-11-26TweakGreg Roach1-2/+2
2018-11-25Apply fixes from StyleCI (#2042)Greg Roach1-2/+2