Commit Graph

5 Commits

Author SHA1 Message Date
Timo 64397f45fa Kanboard now requires PHP >= 7.2 since other versions are deprecated 2020-01-14 12:02:31 -08:00
Frédéric Guillot 9ae185c18e Remove dependency on Sass
- Convert *.sass files to vanilla CSS
- Start using CSS variables
- Add PHP minifier
2019-07-25 11:16:21 -07:00
kufeiko cfada3542e Use SET NAMES instead of charset for DB connection
When using charset in buildDsn, not all variables are set on the server side. That leads to MySQL assuming latin1 charset and errors with Cyrillic, for example (I figured out the letter 'И', capital breaks the things).
2018-07-04 10:22:13 -07:00
Frédéric Guillot a491348d44 Vendoring deprecated composer libs 2018-06-21 14:13:41 -07:00
Frédéric Guillot a4642d17e0 Move custom libs to the source tree 2018-04-04 15:21:13 -07:00