Go to file
Miodrag Tokić ba0455d8e4 Increase size of the "users.language" column
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
2018-05-25 01:07:35 -07:00
.github Update issue templates 2018-05-03 13:31:40 -07:00
app Increase size of the "users.language" column 2018-05-25 01:07:35 -07:00
assets Make subtask title text field wider when editing subtasks 2018-05-10 11:37:28 -07:00
data IIS secure 2016-03-07 12:06:57 +01:00
docker add SSL functionality to docker 2018-04-30 11:33:14 -07:00
hooks Improve docker build to use hooks 2017-11-30 16:55:53 -08:00
libs Move custom libs to the source tree 2018-04-04 15:21:13 -07:00
plugins Cosmetic fixes 2015-10-19 21:32:18 -04:00
tests Do not show inactive users in group members dropdown 2018-05-07 10:48:43 -07:00
vendor Update Parsedown library 2018-04-20 16:05:50 -07:00
.dockerignore Improve docker build to use hooks 2017-11-30 16:55:53 -08:00
.gitattributes Improve docker build to use hooks 2017-11-30 16:55:53 -08:00
.gitignore added data/config.php to .gitignore 2018-05-04 10:37:35 -07:00
.htaccess Fix HTTP Basic Authentication for Apache/FastCGI/php-fpm setups (#3456) 2017-10-11 10:19:46 -07:00
.travis.yml Remove MySQL from CI (too slow) 2018-04-12 16:34:58 -07:00
CONTRIBUTING Change links to documentation 2018-04-01 10:24:19 -07:00
ChangeLog Increase size of the "users.language" column 2018-05-25 01:07:35 -07:00
Dockerfile Update docker-compose.yml to reflect changes in PR #3830 2018-04-30 11:39:16 -07:00
LICENSE Update year in License file 2018-01-29 11:24:58 -08:00
Makefile Improve docker build to use hooks 2017-11-30 16:55:53 -08:00
README.md Move documentation to https://docs.kanboard.org/ 2018-04-06 10:54:58 -07:00
Vagrantfile Update Vagrantfile to use Xenial 2018-01-26 17:01:44 -08:00
app.json Update code base and doc to use kanboard.org domain 2017-11-27 11:14:37 -08:00
bower.json Move calendar to external plugin 2017-04-01 15:43:36 -04:00
cli Simplify .htaccess and rename command line script 2016-11-29 20:26:18 -05:00
composer.json Update Parsedown library 2018-04-20 16:05:50 -07:00
composer.lock Update Parsedown library 2018-04-20 16:05:50 -07:00
config.default.php Add system log driver and use it by default 2018-03-05 13:34:04 -08:00
docker-compose.yml Update docker-compose.yml to reflect changes in PR #3830 2018-04-30 11:39:16 -07:00
favicon.ico Cleanup and minor fixes 2015-10-19 21:05:41 -04:00
gulpfile.js Rebuild vendor assets without jQuery tooltip plugin 2018-04-20 15:27:02 -07:00
index.php Refactoring: added controlled middleware and changed response class 2016-05-15 18:31:47 -04:00
jsonrpc.php Update JsonRPC library and API 2016-05-29 20:12:02 -04:00
package.json Update javascript dev dependencies 2017-01-02 20:47:20 -05:00
robots.txt First commit 2014-01-25 14:56:02 -05:00
web.config Update IIS config file 2016-06-29 22:21:59 -04:00

README.md

Kanboard

Build Status

Kanboard is project management software that focuses on the Kanban methodology.

Credits