| .. |
|
Acl.php
|
Add custom filters (refactoring of pull-request #1312)
|
2015-10-02 21:58:00 -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
|
Fix issue when unlinking Gitlab account
|
2015-10-03 18:22:06 -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
|
Make sure there is always a trailing slash for application_url
|
2015-09-30 22:21:35 -04:00 |
|
Currency.php
|
PicoDb update
|
2015-06-27 00:00:43 -04:00 |
|
CustomFilter.php
|
Add custom filters (refactoring of pull-request #1312)
|
2015-10-02 21:58:00 -04:00 |
|
DateParser.php
|
Add the common german date format
|
2015-08-30 14:39:54 +02:00 |
|
EmailNotification.php
|
Add web notifications
|
2015-10-03 12:09:27 -04:00 |
|
File.php
|
Do not check anymore data folder permissions
|
2015-09-23 20:59:21 -04:00 |
|
LastLogin.php
|
Fix some PHPAnalyzer issues
|
2014-12-27 19:43:59 -05:00 |
|
Link.php
|
PicoDb update
|
2015-06-27 00:00:43 -04:00 |
|
Notification.php
|
Add web notifications
|
2015-10-03 12:09:27 -04:00 |
|
NotificationFilter.php
|
Add web notifications
|
2015-10-03 12:09:27 -04:00 |
|
NotificationType.php
|
Add web notifications
|
2015-10-03 12:09:27 -04:00 |
|
OverdueNotification.php
|
Add web notifications
|
2015-10-03 12:09:27 -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
|
refs #1245 - Renamed argument
|
2015-09-30 09:19:19 +03:00 |
|
SubtaskExport.php
|
Rename subtask model
|
2015-02-07 18:36:16 -05:00 |
|
SubtaskTimeTracking.php
|
refs #1245 - Renamed argument
|
2015-09-30 09:19:19 +03: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
|
Store due date without the time
|
2015-01-25 18:55:11 -05:00 |
|
TaskFilter.php
|
Replace switch/case by a mapping list
|
2015-09-20 22:46:18 -04:00 |
|
TaskFinder.php
|
Fix Postgres issue "Cardinality violation" when there is multiple "is_milestone_of" links
|
2015-10-01 09:46:34 -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
|
Allow project managers to remove tasks
|
2015-01-02 22:14:28 -05:00 |
|
TaskPosition.php
|
Rewrite movePosition()
|
2015-07-08 19:31:41 -04:00 |
|
TaskStatus.php
|
Add more unit tests
|
2015-10-03 17:21:29 -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 issue when unlinking Gitlab account
|
2015-10-03 18:22:06 -04:00 |
|
UserSession.php
|
Add new role Project Administrator
|
2015-08-14 15:43:08 -04:00 |
|
WebNotification.php
|
Add web notifications
|
2015-10-03 12:09:27 -04:00 |
|
Webhook.php
|
Add Mailgun API as mail transport
|
2015-06-07 22:17:50 -04:00 |