Kanboard-Prod/app/Model
xavier.vidal 118f265c11 Merge branch 'master' into project_name_in_task_links
* 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-29 09:46:02 +02:00
..
Acl.php Move budget outside of the core 2015-09-13 16:56:51 -04:00
Action.php Allow to extend automatic actions from plugins 2015-09-22 21:17:50 -04:00
Authentication.php Add config parameter to disable/enable RememberMe authentication 2015-08-01 12:46:55 -04:00
Base.php Add formatters 2015-09-20 22:18:56 -04:00
Board.php Show complexity sum across all swimlanes 2015-09-26 20:58:13 -04:00
Category.php Remove method Category::getBoardCategories() 2015-07-01 20:55:21 -04:00
Color.php Add new api procedures: getDefaultTaskColor(), getDefaultTaskColors() and getColorList() 2015-07-29 18:45:26 -04:00
Comment.php Change comments table structure (drop foreign key on user_id) 2015-06-20 17:53:49 -04:00
Config.php Enable Javascript translation for Indonesian 2015-09-16 21:50:09 -04:00
Currency.php PicoDb update 2015-06-27 00:00:43 -04:00
DateParser.php Add the common german date format 2015-08-30 14:39:54 +02:00
File.php Do not check anymore data folder permissions 2015-09-23 20:59:21 -04:00
LastLogin.php
Link.php PicoDb update 2015-06-27 00:00:43 -04:00
Notification.php Fix cosmetic issues 2015-07-18 18:35:20 -04:00
Project.php Add formatters 2015-09-20 22:18:56 -04:00
ProjectActivity.php Improve activity stream/notification for task update events and add new notification for swimlane change 2015-06-14 11:50:31 -04:00
ProjectAnalytic.php Javascript refactoring 2015-08-04 22:52:12 -04:00
ProjectDailyColumnStats.php Avoid PHP 5.3 issue 2015-07-25 14:05:27 -04:00
ProjectDailyStats.php Add lead and cycle time for projects 2015-07-06 21:34:57 -04:00
ProjectDuplication.php PicoDb update 2015-06-27 00:00:43 -04:00
ProjectIntegration.php PicoDb update 2015-06-27 00:00:43 -04:00
ProjectPermission.php Add global Gantt chart for all projects 2015-08-22 16:20:53 -04:00
Subtask.php Fix some phpdoc and remove useless code 2015-09-20 18:44:51 -04:00
SubtaskExport.php
SubtaskTimeTracking.php Move timetable to a plugin 2015-09-20 18:24:15 -04:00
Swimlane.php #1144 Add description field to swimlane. 2015-09-04 10:17:20 -03:00
Task.php Show closed tasks on the Gantt chart and fix rounding for task progress 2015-08-20 21:26:42 -04:00
TaskAnalytic.php Add new analytic page: Average time spent into each column 2015-07-05 21:22:31 -04:00
TaskCreation.php Add Gantt chart for projects 2015-08-14 17:03:55 -04:00
TaskDuplication.php Prompt user when moving or duplicate a task to another project 2015-07-19 17:03:06 -04:00
TaskExport.php
TaskFilter.php Replace switch/case by a mapping list 2015-09-20 22:46:18 -04:00
TaskFinder.php Add some tests 2015-09-18 22:37:00 -04:00
TaskLink.php Show project name in task links 2015-09-25 17:16:34 +02:00
TaskModification.php Add datetime picker for start date 2015-07-07 19:15:53 -04:00
TaskPermission.php
TaskPosition.php Rewrite movePosition() 2015-07-08 19:31:41 -04:00
TaskStatus.php Close all subtasks when a task is closed 2015-06-20 16:50:52 -04:00
TaskValidator.php Add datetime picker for start date 2015-07-07 19:15:53 -04:00
Transition.php Add new analytic page: Average time spent into each column 2015-07-05 21:22:31 -04:00
User.php Fix Mysql error about gitlab_id when creating remote user 2015-09-20 11:21:14 -04:00
UserSession.php Add new role Project Administrator 2015-08-14 15:43:08 -04:00
Webhook.php