Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-28 | Fix postgres schema usage | trendspotter | |
2019-02-15 | Fix MySQL migration when using increment values different from 1 | Psy-Q | |
Fixes #4137 | |||
2018-12-19 | Update SQL dumps | Frédéric Guillot | |
2018-10-31 | Fix postgres schema version + move to separate lines | trendspotter | |
2018-10-10 | Update ChangeLog and MySQL dump | Frédéric Guillot | |
2018-10-06 | Escape table name 'groups' because groups is a reserved word as of MySql 8.0.2 | Thomas | |
2018-08-11 | Allow to associate tags to colors | Julian Maurice | |
The color is then used as background in the board, list and task details views | |||
2018-08-09 | Allow to associate project categories to colors | Julian Maurice | |
The color is then used as background in the board and list views | |||
2018-05-25 | Increase size of the "users.language" column | Miodrag Tokić | |
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-04-12 | Adjust field size to keep compatibility with MySQL 5.6 | Frédéric Guillot | |
2018-04-12 | Use utf8mb4 encoding for MySQL instead of utf8 | Frédéric Guillot | |
2018-04-11 | Increase text fields length in several tables | Frédéric Guillot | |
2018-04-02 | Add default filter per user | Aurélien | |
2017-12-26 | Update ChangeLog | Frédéric Guillot | |
2017-12-12 | Store PHP sessions in the database | Frédéric Guillot | |
2017-11-20 | Update SQL dumps | Frédéric Guillot | |
2017-11-02 | Add predefined templates for task descriptions | Frederic Guillot | |
2017-10-27 | Remove feature "Allow everybody to access to this project" | Frederic Guillot | |
2017-06-19 | Improve SQL migrations when old default swimlanes have the same name as a ↵ | Frederic Guillot | |
normal swimlanes | |||
2017-06-03 | Add configurable list of predefined subjects when sending a task by email | Frederic Guillot | |
2017-04-08 | Update SQL dumps | Frederic Guillot | |
2017-04-08 | Add missing migrations for Mysql and Postgres | Frederic Guillot | |
2017-04-08 | Add assignee restriction for custom project roles (dnd) | Frederic Guillot | |
2017-03-29 | Merge pull request #3164 | Frédéric Guillot | |
update to sqlite schema - fixing existing table | |||
2017-03-29 | update to sqlite schema - fixing existing table | palica | |
table project_activities contains a typo in schema, this corrects the typo on existing installations | |||
2017-03-29 | fix typo in project_activities migration | palica | |
2017-02-23 | Make sure the default swimlane name is not empty before to run migration | Frederic Guillot | |
2017-02-20 | Fix compatibility issue with Mysql migration | Frederic Guillot | |
2017-02-20 | Update SQL dumps | Frederic Guillot | |
2017-02-18 | Remove default swimlane | Frederic Guillot | |
2017-02-12 | Update SQL dumps | Frederic Guillot | |
2017-02-04 | Add email address field for projects | Frederic Guillot | |
2017-01-28 | Update SQL exports | Frederic Guillot | |
2017-01-22 | Add user invitations | Frederic Guillot | |
2017-01-22 | Fix typos in PR #2950 | Frederic Guillot | |
2017-01-22 | Add date_modification to comments (PR #2950) | Lev Lazinskiy | |
2017-01-15 | Fix Kanboard installation errors on MySQL 8.0.0 | Volodymyr Kushnir | |
This is a quick and dirty fix for "Internal Error: Unable to run SQL migrations: Running migration \Schema\version_113, SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'role VARCHAR(255) NOT NULL,". As per https://dev.mysql.com/doc/refman/8.0/en/keywords.html **role** is a reserved keyword in MySQL 8.0.0. | |||
2016-12-04 | Remove incompatible option in SQL dump for Postgrs 9.5 | Frederic Guillot | |
2016-12-03 | Add personal API access token | Frederic Guillot | |
2016-12-02 | Update SQL dumps | Frederic Guillot | |
2016-12-02 | Fix field too small for application settings | Frederic Guillot | |
2016-11-05 | Add the possibility to create external tasks | Frederic Guillot | |
2016-09-18 | Add column restrictions to custom project roles | Frederic Guillot | |
2016-09-11 | Add missing primary key in Mysql schema | Frederic Guillot | |
2016-09-11 | Add project restrictions for custom roles | Frederic Guillot | |
2016-09-07 | Add new models ColumnMoveRestrictionModel and ProjectRoleModel | Frederic Guillot | |
2016-07-12 | Make sure that the table schema_version use InnoDB for Mysql | Frederic Guillot | |
2016-07-09 | Fix a couple of bugs in PR #2424 | Frederic Guillot | |
2016-07-05 | Hide tasks within specific columns in dashboard (#2424) | Busfreak | |
2016-06-28 | Update SQL schema dumps | Frederic Guillot | |