David Goodwin
|
3cd62f9f4f
|
update to phpunit v8, try changing coveralls library, update github action
|
5 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
|
5 years ago |
David Goodwin
|
fd35dada38
|
try and be consistent with MySQL table types/collations - see https://github.com/postfixadmin/postfixadmin/issues/327
|
5 years ago |
David Goodwin
|
80a0faa633
|
specify a default table collation / charset for MySQL - might help fix https://github.com/postfixadmin/postfixadmin/issues/327
|
5 years ago |
David Goodwin
|
87824ef970
|
psalm fixes/workarounds; require PHP 5.6+
|
5 years ago |
David Goodwin
|
06513c2a14
|
remove quotes around table name which is not necessary as table_by_key does this
|
6 years ago |
David Goodwin
|
fe48b35cfd
|
split multiple queries into single ones to keep pdo/prepared statements happy
|
6 years ago |
Christian Boltz
|
acf20bbc9e
|
move comments to the beginning of upgrade.php
|
6 years ago |
David Goodwin
|
66747337f9
|
fix formatting
|
6 years ago |
David Goodwin
|
7f8fd5ec1a
|
Merge branch 'master' into feature-try-pdo
|
6 years ago |
David Goodwin
|
83a4ee39b0
|
more phpdoc
|
6 years ago |
David Goodwin
|
26d769740c
|
silence some psalm warnings
|
6 years ago |
David Goodwin
|
e9d12bf918
|
silence some psalm warnings
|
6 years ago |
David Goodwin
|
570972944d
|
Merge remote-tracking branch 'origin/master' into feature-try-pdo
|
6 years ago |
David Goodwin
|
18312a8aaa
|
formatting...
|
6 years ago |
David Goodwin
|
020343999a
|
Merge pull request #221 from SuperVirus/fetchmail_different_source_port
Allow different port for fetchmail
|
6 years ago |
David Goodwin
|
98536f03e8
|
fix sqlite upgrade check; remove test database between runs; ignore lib/array_column.php from linting
|
6 years ago |
David Goodwin
|
803e2342f8
|
fix psalm issues; reformat; rename new db functions
|
6 years ago |
David Goodwin
|
1176c9ce78
|
reformat; fix some transition bugs
|
6 years ago |
David Goodwin
|
ea33d9951a
|
try migrating to pdo
|
6 years ago |
David Goodwin
|
78276534d9
|
remove error log prefix; use db_mysql
|
6 years ago |
David Goodwin
|
b2e814967f
|
try and get working under travis ...
|
6 years ago |
David Goodwin
|
4fcdba9cf4
|
run php-cs-fixer (code reforamt)
|
6 years ago |
David Goodwin
|
166574efae
|
add {IF_NOT_EXISTS} for sqlite tables - see #225
|
6 years ago |
David Goodwin
|
74002bbf57
|
psalm fixes
|
6 years ago |
Christoph 'SuperVirus' Heitkamp
|
d35e66808b
|
Allow different port for fetchmail
|
6 years ago |
David Goodwin
|
a455916a6b
|
add password expiry stuff to the db schema upgrade script
|
6 years ago |
David Goodwin
|
6100ca4cf9
|
try and fix #177 (add missing fields to sqlite db)
|
7 years ago |
David Goodwin
|
9c7f60fa76
|
possible fix for sqlite schema/upgrade issues; see #177 and and #176
|
7 years ago |
David Goodwin
|
c147eb053b
|
move to use db_assoc() rather than db_array() (code assumes assoc. array)
|
7 years ago |
David Goodwin
|
828e3b2290
|
yet another datetime in the future that needs changing a little...
|
7 years ago |
Adrien Crivelli
|
15df6c1d7b
|
Reformat everything with PHP-Cs-Fixer
|
7 years ago |
David Goodwin
|
2bb583a86a
|
remove specifying MYISAM as our default db table format; use whatever the db server wants to default to
|
7 years ago |
David Goodwin
|
99147d51eb
|
move public facing stuff into public/, this allows us to stop exposing templates_c/ etc to the world
|
7 years ago |