summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2017-02-24Update localesFrederic Guillot
2017-02-23Avoid potential XSS in Gantt chartFrederic Guillot
2017-02-23Always escape initials in LetterAvatarProviderFrederic Guillot
2017-02-23Add helper method to use implode() with HTML escapingFrederic Guillot
2017-02-23Update ChangeLog, contributors and compile JSFrederic Guillot
2017-02-23Automatic action to change task color when due date is expired (PR #3062)Frederic Guillot
2017-02-19Redesign project list viewFrederic Guillot
2017-02-19Redesign task list viewFrederic Guillot
2017-02-19Allow people to remove missing automatic actionsFrederic Guillot
2017-02-18Send tasks by emailFrederic Guillot
2017-02-18Add Reply-To header to emails sent from KanboardFrederic Guillot
2017-02-18Send comments by emailFrederic Guillot
2017-02-18Improve task view tableFrederic Guillot
2017-02-18Upload files button stay disabled when there are other submit buttons on the ...Frederic Guillot
2017-02-18Simplify automatic actions tableFrederic Guillot
2017-02-18Improve category sectionFrederic Guillot
2017-02-18Prevent people to remove swimlanes that contains tasksFrederic Guillot
2017-02-18Add mandatory argument "project_id" to API method "updateSwimlane()"Frederic Guillot
2017-02-18Remove default swimlaneFrederic Guillot
2017-02-15Improve PR #3038Frederic Guillot
2017-02-15Sub-tasks from the hidden columns still visible on the dashboard (#3040)Busfreak
2017-02-14Use contextual menu instead of action column in users managementFrederic Guillot
2017-02-12Update ChangeLogFrederic Guillot
2017-02-12Add menu entry to add attachments in task dropdownFrederic Guillot
2017-02-12Improve error reporting when file upload is not configured properlyFrederic Guillot
2017-02-11Fix CFD chart (stack wrongly ordered)Frederic Guillot
2017-02-11Open comments in board view with a modal dialog instead of tooltipFrederic Guillot
2017-02-11Improve card icons alignment on boardFrederic Guillot
2017-02-08Improve mobile viewFrederic Guillot
2017-02-08Add priority column in list viewFrederic Guillot
2017-02-08Change wording for project status (use "closed" instead of "inactive")Frederic Guillot
2017-02-08Prevent people to remove columns that contains tasksFrederic Guillot
2017-02-07Fix broken subtask restriction per userFrederic Guillot
2017-02-05Improve LDAP error reportingFrederic Guillot
2017-02-05Add unit test for PR #2766Frederic Guillot
2017-02-05Add configuration parameter to disable email configuration from user interfaceFrederic Guillot
2017-02-04Add email address field for projectsFrederic Guillot
2017-01-29Improve forget password behaviourFrederic Guillot
2017-01-29Do not display current project in board selectorFrederic Guillot
2017-01-29Do not set default task assignee for team projectsFrederic Guillot
2017-01-29Highlight comments if hash is present in URLFrederic Guillot
2017-01-28Update ChangeLogFrederic 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-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-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