summaryrefslogtreecommitdiff
path: root/app/Schema
AgeCommit message (Expand)AuthorFilesLines
2021-02-14Fix: #3711 - the table wt_placelocation may contain duplicatesGreg Roach1-1/+27
2021-01-31Fix: MySQL 5.7 and lower cannot CAST to FLOAT - but it can convert implicitlyGreg Roach1-3/+23
2021-01-27Fix: #3693 - Postgres needs explicit cast from string to floatGreg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach52-103/+103
2021-01-24Fix: #3685 - orphan records in placelocation break upgradeGreg Roach1-8/+8
2021-01-21Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, Merge...Greg Roach1-24/+66
2020-10-24whitespaceGreg Roach1-1/+1
2020-06-12Fix: adding new locations. Improve bounding-rectangle algorithmGreg Roach1-0/+69
2020-06-08Remove custom tags from default listGreg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+1
2020-04-15Make migration step 37 more robustGreg Roach1-16/+18
2020-02-23Fix: #3089 - change language from tree-preference to site-preferenceGreg Roach1-0/+55
2019-12-09Fix: #2843 - change in column sizes can break migration 37Greg Roach1-5/+24
2019-10-17PSR12Greg Roach50-0/+50
2019-09-29PSR12Greg Roach50-0/+50
2019-09-20Better defaults for SMTP setingsGreg Roach1-2/+0
2019-09-18Fix: #2575 and #1945 - update email from/reply-to fields, allow registration ...Greg Roach1-1/+0
2019-09-16Fix: wrong default for SMTP sender fieldGreg Roach2-2/+2
2019-08-16Fix: #2537 - long table prefixes break migration scriptsGreg Roach2-6/+20
2019-08-14Remove obsolete option to hide the theme menuGreg Roach1-1/+0
2019-05-14#2430 wt_favorites.user_id should be nullableGreg Roach1-1/+1
2019-04-03Declare static closuresGreg Roach7-41/+41
2019-03-09Fix: #2233 some databases cannot index columns longer than 255 charsGreg Roach2-6/+3
2019-03-02TypeHintsGreg Roach1-1/+1
2019-02-23Refactor module componentsGreg Roach1-16/+36
2019-02-23Lists as ModulesRichard Cissee1-0/+62
2019-02-23Added missing default values (#2252)Rico Sonntag1-4/+4
2019-02-22Cannot create news/journal entriesGreg Roach1-2/+2
2019-02-20Move database migration and seeding to a serviceGreg Roach1-38/+0
2019-02-15Working on pedigree chartGreg Roach1-5/+0
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach3-4/+4
2019-01-30Remove ALL_USER_THEMES option. Instead, disable unwanted themes.Greg Roach1-1/+0
2019-01-29TestingGreg Roach2-89/+0
2019-01-28Convert page footers to modulesGreg Roach1-0/+39
2019-01-26Need an empty tree in the container during setupGreg Roach1-0/+3
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach2-38/+0
2019-01-16UnusedImportGreg Roach1-1/+0
2019-01-12Use illuminate/databaseGreg Roach1-2/+1
2019-01-10LEFT() is MySQL specific. Use SUBSTR() instead.Greg Roach1-1/+1
2019-01-04Add visibility to constantsGreg Roach1-3/+1
2019-01-01Happy 2019Greg Roach51-51/+51
2018-12-29Use illuminate/database for site settings and logsGreg Roach1-1/+8
2018-12-27Apply fixes from StyleCI (#2072)Greg Roach3-3/+1
2018-12-27Use illuminate/database for migrations and seedsGreg Roach50-1382/+1140
2018-12-20Remove unused importsGreg Roach9-10/+1
2018-12-18Add support for Laravel query-builderGreg Roach41-78/+61
2018-12-13SHOW_LDS_AT_GLANCE function hasn't worked for years and nobody noticed so rem...Greg Roach1-1/+0
2018-12-08Move DebugBar code to middlewareGreg Roach14-42/+0
2018-11-18Fix: #2009 - default row format for tables with long indexesGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-1/+2