summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2019-08-24Update ChangeLogFrédéric Guillot
2019-06-21Update ChangeLogFrédéric Guillot
2019-04-05Update ChangeLogFrédéric Guillot
2019-02-02Update ChangeLogFrédéric Guillot
2018-12-19Update ChangeLogFrédéric Guillot
2018-10-10Update ChangeLog and MySQL dumpFrédéric Guillot
2018-06-15Update ChangeLogFrédéric Guillot
2018-06-06Update ChangeLogMiodrag Tokić
2018-05-25Increase size of the "users.language" columnMiodrag 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-05-16Update ChangeLogFrédéric Guillot
2018-04-18Update ChangeLogFrédéric Guillot
2018-03-30Update ChangeLogFrédéric Guillot
2018-02-28Update ChangeLogFrédéric Guillot
2017-12-26Update ChangeLogFrédéric Guillot
2017-12-09Update ChangeLogFrédéric Guillot
2017-11-20Update ChangeLogFrederic Guillot
2017-11-17Add the possibility to send tasks and comments to multiple recipientsFrederic Guillot
2017-11-16Update ChangeLogFrederic Guillot
2017-11-16Add projects searchFrederic Guillot
2017-11-16Add search in groupsFrederic Guillot
2017-11-14Task CSV import is now able to handle more fieldsFrederic Guillot
Add support for the priority, start date, tags and one external link.
2017-11-09Check if the start date is before due dateFrederic Guillot
2017-11-08Improve iCalendar feed to include tasks with start/end date and due date ↵Frederic Guillot
with a time
2017-11-02Add predefined templates for task descriptionsFrederic Guillot
2017-10-27Remove feature "Allow everybody to access to this project"Frederic Guillot
2017-10-23Update ChangeLogFrederic Guillot
2017-10-03Update ChangeLogFrederic Guillot
2017-09-23Avoid people to alter other projects by changing form dataFrederic Guillot
2017-09-23Integrate Vietnamese translation (PR #3465)Frederic Guillot
2017-08-16Add CVE ID to ChangeLogFrederic Guillot
2017-08-13Update ChangeLogFrederic Guillot
2017-06-23Fix Javascript language mappingFrederic Guillot
2017-06-19Improve SQL migrations when old default swimlanes have the same name as a ↵Frederic Guillot
normal swimlanes
2017-06-18Add missing subtask permissions for project viewer roleFrederic Guillot
2017-06-18Add command line argument to filter overdue notification for a given projectFrederic Guillot
2017-06-03Add autocomplete dropdown on comment subject and email fieldsFrederic Guillot
2017-06-03Add configurable list of predefined subjects when sending a task by emailFrederic Guillot
2017-06-03Add dropdown menu to autocomplete email field from project membersFrederic Guillot
2017-06-03Add the possibility to create a comment when a task is sent by emailFrederic Guillot
2017-06-03Add new automatic action to assign tasks to its creatorFrederic Guillot
2017-05-28Update ChangeLogFrederic Guillot
2017-05-28Update Docker image to Alpine 3.6Frederic Guillot
2017-05-27Check owner existence before to create projectFrederic Guillot
2017-05-22Fix broken user mentions in comment form at the bottom of the task view pageFrederic Guillot
2017-05-22Add task and project API formattersFrederic Guillot
2017-05-22Show only active users in auto-complete formsFrederic Guillot
2017-05-12Fix wrong dropdown menu in group members listFrederic Guillot
2017-05-12Avoid PHP notice when regenerating API token for a userFrederic Guillot
2017-05-12Add the possibility to pass API token as environment variable for Docker ↵Frederic Guillot
container
2017-05-12Ensure project tags are removed when the project is removed (PR #3250)Frederic Guillot