Commit Graph

17 Commits (98536f03e896c52fd560ed37dd798712e9fd3523)

Author SHA1 Message Date
David Goodwin 98536f03e8 fix sqlite upgrade check; remove test database between runs; ignore lib/array_column.php from linting 7 years ago
David Goodwin 803e2342f8 fix psalm issues; reformat; rename new db functions 7 years ago
David Goodwin 1176c9ce78 reformat; fix some transition bugs 7 years ago
David Goodwin ea33d9951a try migrating to pdo 7 years ago
David Goodwin 78276534d9 remove error log prefix; use db_mysql 7 years ago
David Goodwin b2e814967f try and get working under travis ... 7 years ago
David Goodwin 4fcdba9cf4 run php-cs-fixer (code reforamt) 7 years ago
David Goodwin 166574efae add {IF_NOT_EXISTS} for sqlite tables - see #225 7 years ago
David Goodwin 74002bbf57 psalm fixes 7 years ago
David Goodwin a455916a6b add password expiry stuff to the db schema upgrade script 8 years ago
David Goodwin 6100ca4cf9 try and fix #177 (add missing fields to sqlite db) 8 years ago
David Goodwin 9c7f60fa76 possible fix for sqlite schema/upgrade issues; see #177 and and #176 8 years ago
David Goodwin c147eb053b move to use db_assoc() rather than db_array() (code assumes assoc. array) 8 years ago
David Goodwin 828e3b2290 yet another datetime in the future that needs changing a little... 8 years ago
Adrien Crivelli 15df6c1d7b
Reformat everything with PHP-Cs-Fixer 8 years ago
David Goodwin 2bb583a86a remove specifying MYISAM as our default db table format; use whatever the db server wants to default to 8 years ago
David Goodwin 99147d51eb move public facing stuff into public/, this allows us to stop exposing templates_c/ etc to the world 8 years ago