summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-28Update SQL exportsFrederic Guillot
2017-01-28Add command to execute individual jobFrederic Guillot
2017-01-27More API procedures are now available to project members and project viewersFrederic Guillot
2017-01-27Merge pull request #2985Frédéric Guillot
new translation
2017-01-27Merge pull request #2984Frédéric Guillot
new hook in project_overview/show
2017-01-27new translation and bug-fixBusfreak
2017-01-27new hook in project_overview/showBusfreak
2017-01-27Merge pull request #2981Frédéric Guillot
corrected spelling of MySQL
2017-01-27corrected spelling of MySQLBernhard Kau
2017-01-26Sync localesFrederic Guillot
2017-01-26Set API methods getColumns and getColumn accessible to project viewersFrederic Guillot
2017-01-26Always unbind internal listeners when closing a modal dialogFrederic Guillot
2017-01-26Merge pull request #2980Frédéric Guillot
Update ru_RU translation
2017-01-27Update ru_RU translationDmitry
2017-01-26Merge pull request #2977Frédéric Guillot
update german translation
2017-01-26update german translationBusfreak
2017-01-25Merge pull request #2970Frédéric Guillot
Provide support for completion filter in search (fixes #2958)
2017-01-24Provide support for completion filter in search (fixes #2958)Mark Szymanski
2017-01-24Improve Suse installation docFrederic Guillot
2017-01-24Empty arrays are serialized to a list instead of a dict (Json API)Frederic Guillot
2017-01-24Simplify date and time configuration to avoid potential validation issuesFrederic Guillot
2017-01-24Fix wrong datetime formatting when task form shows validation errorsFrederic Guillot
2017-01-23Fix regression: wrong URL in modal to move task to another projectFrederic Guillot
2017-01-23Fix regression: stay on the same page when a task is closedFrederic Guillot
2017-01-22Add user invitationsFrederic Guillot
2017-01-22Add project creation links to project management pagesFrederic Guillot
2017-01-22Simplify user creation formFrederic Guillot
2017-01-22Fix wrong default value for add group member modalFrederic Guillot
2017-01-22Add column to show dashboard visibilityFrederic Guillot
2017-01-22Avoid PHP notice when validation failFrederic Guillot
2017-01-22Merge pull request #2967Frédéric Guillot
Minor documentation updates
2017-01-22Fix typos in PR #2950Frederic Guillot
2017-01-22Add date_modification to comments (PR #2950)Lev Lazinskiy
2017-01-21Minor documentation updatesMark Szymanski
2017-01-21Update Github issue templateFrederic Guillot
2017-01-21Change default value of DATA_DIR in example fileFrederic Guillot
2017-01-20Update id_ID translations (By Fajri Surya Putra)Frederic Guillot
2017-01-20Merge pull request #2965Frédéric Guillot
Added a hook for the table colum header
2017-01-20Added a hook for the table colum headerrobre
2017-01-19Merge pull request #2963Frédéric Guillot
Update pt_PT/translations.php
2017-01-19Update pt_PT/translations.phpShaxine-Linux
2017-01-18Fix #2848nepomuc
2017-01-17Updates to clarify difference between username and name in profile page ↵Mark Szymanski
(fixes #2812)
2017-01-17Merge pull request #2954Frédéric Guillot
Address popup window error when attempting to edit ask in board view
2017-01-16Use old menas for element selectionMark Szymanski
2017-01-16Workaround for task editing in board view (fixes #2949)Mark Szymanski
2017-01-16Merge pull request #2953Frédéric Guillot
Update README - minor grammar
2017-01-16Update README - minor grammarMark Szymanski
2017-01-15Merge pull request #2947Frédéric Guillot
Fix Kanboard installation errors on MySQL 8.0.0
2017-01-15Fix Kanboard installation errors on MySQL 8.0.0Volodymyr 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.