<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kanban/app/Schema/Mysql.php, branch master</title>
<subtitle>Custom fork of https://github.com/kanboard/kanboard
</subtitle>
<id>https://emkael.info/cgit/kanban/atom?h=master</id>
<link rel='self' href='https://emkael.info/cgit/kanban/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/'/>
<updated>2019-02-16T01:39:03Z</updated>
<entry>
<title>Fix MySQL migration when using increment values different from 1</title>
<updated>2019-02-16T01:39:03Z</updated>
<author>
<name>Psy-Q</name>
<email>rca@mailbox.org</email>
</author>
<published>2019-02-16T01:35:49Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=46e3dd66c6ee9d01cd89db01c7ea71e1bdf16d06'/>
<id>urn:sha1:46e3dd66c6ee9d01cd89db01c7ea71e1bdf16d06</id>
<content type='text'>
Fixes #4137
</content>
</entry>
<entry>
<title>Escape table name 'groups' because groups is a reserved word as of MySql 8.0.2</title>
<updated>2018-10-06T20:06:13Z</updated>
<author>
<name>Thomas</name>
<email>38024168+cavallit@users.noreply.github.com</email>
</author>
<published>2018-10-05T23:44:02Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=e650ed58148094627438fc74ef2c765ee5fbd41b'/>
<id>urn:sha1:e650ed58148094627438fc74ef2c765ee5fbd41b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow to associate tags to colors</title>
<updated>2018-08-11T08:15:13Z</updated>
<author>
<name>Julian Maurice</name>
<email>julian.maurice@biblibre.com</email>
</author>
<published>2018-08-09T19:35:11Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=9d4cd31e1aae02e9980932c67036fdfe574e3432'/>
<id>urn:sha1:9d4cd31e1aae02e9980932c67036fdfe574e3432</id>
<content type='text'>
The color is then used as background in the board, list and task details
views
</content>
</entry>
<entry>
<title>Allow to associate project categories to colors</title>
<updated>2018-08-09T17:45:51Z</updated>
<author>
<name>Julian Maurice</name>
<email>julian.maurice@biblibre.com</email>
</author>
<published>2018-08-09T17:45:51Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=ae3ade0908bae350488260ee5d878a2ffbff605a'/>
<id>urn:sha1:ae3ade0908bae350488260ee5d878a2ffbff605a</id>
<content type='text'>
The color is then used as background in the board and list views
</content>
</entry>
<entry>
<title>Increase size of the "users.language" column</title>
<updated>2018-05-25T08:07:35Z</updated>
<author>
<name>Miodrag Tokić</name>
<email>miki@denimo.io</email>
</author>
<published>2018-05-22T13:38:11Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=ba0455d8e43d6eb26dbb7e48d2d50da24366c992'/>
<id>urn:sha1:ba0455d8e43d6eb26dbb7e48d2d50da24366c992</id>
<content type='text'>
The current schema definition for the language column in the users table
is limited to 5 characters, while the longest currently available
language code in Kanboard is 10 characters long - sr_Latn_RS. This
limitation prevents switching to Serbian as the application interface
language.

As per the currently available ISO 639 language codes this column should
be at least 11 characters in size. Examples of language codes of 11
characters in size are en-US-POSIX and shi_Latn_MA.

References:

 - http://www.localeplanet.com/icu/iso639.html
</content>
</entry>
<entry>
<title>Adjust field size to keep compatibility with MySQL 5.6</title>
<updated>2018-04-12T22:39:55Z</updated>
<author>
<name>Frédéric Guillot</name>
<email>fred@kanboard.net</email>
</author>
<published>2018-04-12T22:08:29Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=0e8a94ac42c5f4345658d1581f9b2c7afa705a3a'/>
<id>urn:sha1:0e8a94ac42c5f4345658d1581f9b2c7afa705a3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use utf8mb4 encoding for MySQL instead of utf8</title>
<updated>2018-04-12T20:41:32Z</updated>
<author>
<name>Frédéric Guillot</name>
<email>fred@kanboard.net</email>
</author>
<published>2018-04-12T20:41:32Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=d8c625c8562f527f4a1a7cec6c3e6904ca11b69d'/>
<id>urn:sha1:d8c625c8562f527f4a1a7cec6c3e6904ca11b69d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase text fields length in several tables</title>
<updated>2018-04-11T20:48:13Z</updated>
<author>
<name>Frédéric Guillot</name>
<email>fred@kanboard.net</email>
</author>
<published>2018-04-11T19:03:38Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=dd92564d221f35fc4fc7bb449c6d24cc4743247b'/>
<id>urn:sha1:dd92564d221f35fc4fc7bb449c6d24cc4743247b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add default filter per user</title>
<updated>2018-04-02T21:07:04Z</updated>
<author>
<name>Aurélien</name>
<email>cadiou.aurelien@gmail.com</email>
</author>
<published>2018-04-02T21:07:04Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=5f7a3442d61b99e2fbad732bd0eaf9ad64398274'/>
<id>urn:sha1:5f7a3442d61b99e2fbad732bd0eaf9ad64398274</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store PHP sessions in the database</title>
<updated>2017-12-12T23:04:28Z</updated>
<author>
<name>Frédéric Guillot</name>
<email>fred@kanboard.net</email>
</author>
<published>2017-12-07T00:19:11Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/kanban/commit/?id=ccd177ada6823c27a6408427f19c238fd701c39e'/>
<id>urn:sha1:ccd177ada6823c27a6408427f19c238fd701c39e</id>
<content type='text'>
</content>
</entry>
</feed>
