Kanboard-Prod/app
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
..
Action Add action to change column once a start date is reached 2018-01-22 10:58:35 -08:00
Analytic Convert time comparison chart to Vue.js component 2016-09-03 21:20:54 -04:00
Api Add Project MetaData API calls 2018-04-04 11:37:52 -07:00
Auth Store PHP sessions in the database 2017-12-12 15:04:28 -08:00
Console Make cli locale commands working outside of source tree 2018-05-09 14:21:43 -07:00
Controller Make sure no empty group is submitted on project permissions page 2018-04-06 14:06:18 -07:00
Core Improve dashboard pagination 2018-05-09 11:21:57 -07:00
Decorator Add cache decorator for UserModel 2016-12-17 13:39:03 -05:00
Event Make user mentions great again 2016-12-01 22:52:58 -05:00
EventBuilder Add class SubtaskListFormatter 2017-02-26 16:06:09 -05:00
Export Add tags to task export 2017-10-19 16:26:15 -07:00
ExternalLink Accept more file types for FileLinkProvider 2016-10-09 21:17:14 -04:00
Filter Allow filtering for tasks without due date 2018-01-15 10:30:08 -08:00
Formatter Minor tweaks on PR #3562 2017-11-23 11:07:31 -08:00
Group Rename all models 2016-05-28 19:48:22 -04:00
Helper Make subtask title text field wider when editing subtasks 2018-05-10 11:37:28 -07:00
Import Increase text fields length in several tables 2018-04-11 13:48:13 -07:00
Job Improve HTTP client to raise exceptions 2018-03-02 12:05:41 -08:00
Locale Correct misspellings of ru_RU translation 2018-05-16 13:27:52 -07:00
Middleware Store PHP sessions in the database 2017-12-12 15:04:28 -08:00
Model Do not show inactive users in group members dropdown 2018-05-07 10:48:43 -07:00
Notification Send event author in webhook notification 2018-01-02 11:12:19 -08:00
Pagination Improve dashboard pagination 2018-05-09 11:21:57 -07:00
Schema Increase size of the "users.language" column 2018-05-25 01:07:35 -07:00
ServiceProvider Use utf8mb4 encoding for MySQL instead of utf8 2018-04-12 13:41:32 -07:00
Subscriber Add error log for authentication failure to allow fail2ban integration 2018-02-19 16:55:57 -08:00
Template translate time string in another template 2018-05-11 10:06:52 -07:00
User Add user backend provider system 2017-11-09 15:09:54 -08:00
Validator Adjust field size to keep compatibility with MySQL 5.6 2018-04-12 15:39:55 -07:00
.htaccess
check_setup.php Kanboard requires at least PHP 5.6 now 2017-12-15 11:55:42 -08:00
common.php Add user backend provider system 2017-11-09 15:09:54 -08:00
constants.php Move documentation to https://docs.kanboard.org/ 2018-04-06 10:54:58 -07:00
functions.php Store PHP sessions in the database 2017-12-12 15:04:28 -08:00