summaryrefslogtreecommitdiff
path: root/app/Schema
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-14Unused importGreg Roach1-1/+0
2018-10-12Media-firewall migration - do not delete old files if the folder was not movedGreg Roach1-4/+4
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach41-0/+82
2018-10-04Code styleGreg Roach1-5/+1
2018-09-28PHPdocGreg Roach1-0/+2
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-2/+1
2018-08-19Deprecated unnamed placeholders in SQLGreg Roach1-4/+4
2018-08-19PHPDocGreg Roach40-0/+80
2018-08-19CodeStyleGreg Roach1-1/+2
2018-08-09Fix: #1813 - session expiryGreg Roach1-1/+0
2018-07-19Make schema update a bit more resilientGreg Roach1-5/+9
2018-07-16Use PSR2 code styleGreg Roach41-1487/+1571
2018-07-14Fix: #1719 - update favorites modulesGreg Roach1-0/+131
2018-07-14Remove unused import statementsGreg Roach4-7/+0
2018-07-13Remove the googlemaps module and lots of old codeGreg Roach1-0/+99
2018-01-18Replace PHP5 ErrorException with PHP7 ThrowableGreg Roach1-1/+2
2018-01-07Happy new year - 2018Greg Roach39-39/+39
2017-12-03Scrutinizer Auto-Fixes (#1524)Scrutinizer Auto-Fixer1-1/+1
2017-11-26Add more support for multiple files per media objectGreg Roach8-85/+71
2017-11-23Fix typoGreg Roach1-1/+1
2017-11-22Fix: #1297 - remove final need to enter/use XREFsGreg Roach1-57/+10