summaryrefslogtreecommitdiff
path: root/app/Template
AgeCommit message (Collapse)Author
2015-09-26Show number of tasks for each column across all swimlanesFrederic Guillot
2015-09-26Fix regression (css)Frederic Guillot
2015-09-26Change swimlane layout to save space on the screenFrederic Guillot
2015-09-26Add the possibility to set/unset max column height (scrolling)Frederic Guillot
2015-09-26Add getPluginHomepage()Frederic Guillot
2015-09-26Add page to show the list of pluginsFrederic Guillot
2015-09-26Show "Open this task" in dropdown menu for closed tasksFrederic Guillot
2015-09-25Show assignee on card only when someone is assignedFrederic Guillot
2015-09-23Do not check anymore data folder permissionsFrederic Guillot
People who are using a remote database (Mysql/Postgresql) and a remote file storage (Aws S3 or similar) don't necessary needs to have a persistent local data folder or to change the permissions.
2015-09-21Add plugin hooks for assetsFrederic Guillot
2015-09-20Move timetable to a pluginFrederic Guillot
Plugin repository: https://github.com/kanboard/plugin-timetable
2015-09-20Move subtask forecast to a pluginFrederic Guillot
Plugin repo: https://github.com/kanboard/plugin-subtask-forecast
2015-09-20Fix Mysql error about gitlab_id when creating remote userFrederic Guillot
2015-09-20Improve icon alignment for dropdown menuFrederic Guillot
2015-09-16Add abstract storage layerFrederic Guillot
2015-09-13Move budget outside of the coreFrederic Guillot
The budget planning feature is now a plugin See: https://github.com/kanboard/plugin-budget
2015-09-13First draft for plugins systemFrederic Guillot
2015-09-05Replace color dropdown by color picker in task formsFrederic Guillot
2015-09-05Creating another task stay in the popoverFrederic Guillot
2015-09-05Fix Markdown preview links focusFrederic Guillot
2015-09-05Improve pull-request about swimlane descriptionFrederic Guillot
2015-09-05Merge pull-request #1178Frederic Guillot
2015-09-04#1144 Add description field to swimlane.Fabiano Pereira
2015-09-01fix(integration): restore missing gitlab auth linksPierre-Alexis de Solminihac
2015-08-30Add missing active class for sidebarsFrederic Guillot
2015-08-29Include documentation in the applicationFrederic Guillot
2015-08-29Add handle to move tasks on touch devicesFrederic Guillot
2015-08-29Add delay of 1.5s for draggable items on touch devicesFrederic Guillot
2015-08-28Add no referrer policy in meta tagsFrederic Guillot
2015-08-26Move tasks Gantt chartFrederic Guillot
2015-08-23Add Gitlab authenticationFrederic Guillot
2015-08-23Improve column hide/show with swimlanesFrederic Guillot
2015-08-23Improve file attachments tooltip on the boardFrederic Guillot
2015-08-22Do not force redirect when clicking on task board linkFrederic Guillot
2015-08-22Add milestone marker in board taskFrederic Guillot
2015-08-22Add new automated action to change task color based on the task linkFrederic Guillot
2015-08-22Add global Gantt chart for all projectsFrederic Guillot
2015-08-21Add users and categories filters on the boardFrederic Guillot
2015-08-20Update localesFrederic Guillot
2015-08-19Improve sidebar menusFrederic Guillot
2015-08-18Add start and end date for projectsFrederic Guillot
2015-08-18Integrate Norwegian translationFrederic Guillot
2015-08-16Add project users overviewFrederic Guillot
2015-08-15Add show/hide columns on the boardFrederic Guillot
2015-08-14Fix condition for permission on project creationFrederic Guillot
2015-08-14Fix potential issue with json_encode() in templatesFrederic Guillot
2015-08-14Add Gantt chart for projectsFrederic Guillot
2015-08-14Add new role Project AdministratorFrederic Guillot
2015-08-07Rewrite dropdown menuFrederic Guillot
2015-08-04Javascript refactoringFrederic Guillot