summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-29Merge branch 'master' into project_name_in_task_linksxavier.vidal
* master: ajout captures pour les vues essai intégration image Append filters instead of replacing value for users and categories dropdowns Do not show empty swimlanes in public view Show complexity sum across all swimlanes Show number of tasks for each column across all swimlanes Fix regression (css) Change swimlane layout to save space on the screen Add the possibility to set/unset max column height (scrolling) settings chapter Add getPluginHomepage() Add page to show the list of plugins Do not use preventDefault() with .close-popover when there is no popover opened Show "Open this task" in dropdown menu for closed tasks Add contributor Update app.css Update popover.css Show assignee on card only when someone is assigned
2015-09-28ajout captures pour les vuesgoofy
2015-09-27essai intégration imagegoofy
2015-09-26Merge pull-request #1284Frederic Guillot
2015-09-26Append filters instead of replacing value for users and categories dropdownsFrederic Guillot
2015-09-26Do not show empty swimlanes in public viewFrederic Guillot
2015-09-26Show complexity sum across all swimlanesFrederic Guillot
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-26settings chaptergoofy
2015-09-26Add getPluginHomepage()Frederic Guillot
2015-09-26Add page to show the list of pluginsFrederic Guillot
2015-09-26Do not use preventDefault() with .close-popover when there is no popover openedFrederic Guillot
2015-09-26Show "Open this task" in dropdown menu for closed tasksFrederic Guillot
2015-09-26Add contributorFrederic Guillot
2015-09-26Update app.cssjulesverhaeren
remove unnecessary scrollbars on popovers
2015-09-26Update popover.cssjulesverhaeren
remove unneeded scrollbars
2015-09-25Show assignee on card only when someone is assignedFrederic Guillot
2015-09-25Show project name in task links tooltipxavier.vidal
2015-09-25Show project name in task linksxavier.vidal
2015-09-24Merge pull-request #1274Frederic Guillot
2015-09-24adding working with users French docgoofy
2015-09-24trivial typofixgoofy-bz
2015-09-23Add .htaccess rule to deny files accessFrederic Guillot
2015-09-23Merge pull-request #1261Frederic Guillot
2015-09-23Change interface for objectStorageFrederic 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-23après quelques corrections, partie tâches de la doc frgoofy
2015-09-23ajout de la partie doc fr sur les tâchesgoofy
2015-09-22Add config parameter PLUGINS_DIRFrederic Guillot
2015-09-22Allow to extend automatic actions from pluginsFrederic Guillot
2015-09-22Add unit test for Slack webhookFrederic Guillot
2015-09-21Add plugin hooks for assetsFrederic Guillot
2015-09-21Add French doc indexMarien Fressinaud
2015-09-20Replace switch/case by a mapping listFrederic Guillot
2015-09-20Remove unused statementFrederic Guillot
2015-09-20Add php docblocksFrederic Guillot
2015-09-20Add formattersFrederic Guillot
2015-09-20Fix some phpdoc and remove useless codeFrederic 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-20Add sub namespace for pluginsFrederic Guillot
2015-09-20Add abstract cache layerFrederic Guillot
2015-09-20Fix Mysql error about gitlab_id when creating remote userFrederic Guillot
2015-09-20Improve icon alignment for dropdown menuFrederic Guillot
2015-09-18Add some testsFrederic Guillot
2015-09-18User-Api: add getMyPorjects (#1233)Timo Litzbarski
2015-09-17#1232 Api changes: new getMyOverdueTasks, new getOverdueTasksByProject, ↵Timo Litzbarski
allow getProjectActivity for user-api