Commit Graph

34 Commits (864065cd37ef34b6dab915206eea4bd2ac4ebaed)

Author SHA1 Message Date
David Goodwin 3cd62f9f4f update to phpunit v8, try changing coveralls library, update github action 6 years ago
David Goodwin ec2fbfd87f skip this query - for a new database it will run before the domain table has been created and just error 6 years ago
David Goodwin fd35dada38 try and be consistent with MySQL table types/collations - see https://github.com/postfixadmin/postfixadmin/issues/327 6 years ago
David Goodwin 80a0faa633 specify a default table collation / charset for MySQL - might help fix https://github.com/postfixadmin/postfixadmin/issues/327 6 years ago
David Goodwin 87824ef970 psalm fixes/workarounds; require PHP 5.6+ 6 years ago
David Goodwin 06513c2a14 remove quotes around table name which is not necessary as table_by_key does this 7 years ago
David Goodwin fe48b35cfd split multiple queries into single ones to keep pdo/prepared statements happy 7 years ago
Christian Boltz acf20bbc9e
move comments to the beginning of upgrade.php 7 years ago
David Goodwin 66747337f9 fix formatting 7 years ago
David Goodwin 7f8fd5ec1a Merge branch 'master' into feature-try-pdo 7 years ago
David Goodwin 83a4ee39b0 more phpdoc 7 years ago
David Goodwin 26d769740c silence some psalm warnings 7 years ago
David Goodwin e9d12bf918 silence some psalm warnings 7 years ago
David Goodwin 570972944d Merge remote-tracking branch 'origin/master' into feature-try-pdo 7 years ago
David Goodwin 18312a8aaa formatting... 7 years ago
David Goodwin 020343999a
Merge pull request #221 from SuperVirus/fetchmail_different_source_port
Allow different port for fetchmail
7 years ago
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
Christoph 'SuperVirus' Heitkamp d35e66808b Allow different port for fetchmail 7 years ago
David Goodwin a455916a6b add password expiry stuff to the db schema upgrade script 7 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