Kanboard-Prod/tests/units/Model
Timo 64397f45fa Kanboard now requires PHP >= 7.2 since other versions are deprecated 2020-01-14 12:02:31 -08:00
..
ActionModelTest.php Added application and project roles validation for API procedure calls 2016-06-26 10:25:13 -04:00
BoardTest.php Implements check for duplicate default columns 2019-07-23 15:41:13 -07:00
CategoryModelTest.php Implements check for duplicate default categories 2019-07-23 15:41:13 -07:00
ColorModelTest.php Redesign task list view 2017-02-19 17:08:00 -05:00
ColumnModelTest.php Prevent people to remove swimlanes that contains tasks 2017-02-18 13:38:51 -05:00
ColumnMoveRestrictionModelTest.php Improve column restrictions 2016-09-11 18:32:47 -04:00
ColumnRestrictionModelTest.php Add column restrictions to custom project roles 2016-09-18 21:19:48 -04:00
CommentModelTest.php Add date_modification to comments (PR #2950) 2017-01-22 12:39:30 -05:00
ConfigModelTest.php Fix field too small for application settings 2016-12-02 20:49:30 -05:00
CurrencyTest.php Rename all models 2016-05-28 19:48:22 -04:00
CustomFilterTest.php Add option to clone filters on project duplication 2019-07-17 14:32:16 -07:00
GroupMemberTest.php Do not show inactive users in group members dropdown 2018-05-07 10:48:43 -07:00
GroupModelTest.php Change groups list layout 2017-03-11 17:30:09 -05:00
InviteModelTest.php Add user invitations 2017-01-22 22:38:00 -05:00
LanguageTest.php Add the locale en_GB 2018-11-08 20:46:01 -08:00
LastLoginTest.php Rename all models 2016-05-28 19:48:22 -04:00
LinkTest.php Rename all models 2016-05-28 19:48:22 -04:00
NotificationModelTest.php Add class SubtaskListFormatter 2017-02-26 16:06:09 -05:00
PasswordResetTest.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectActivityTest.php Add command to remove project activities after one year 2017-12-01 11:54:02 -08:00
ProjectDailyColumnStatsTest.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectDailyStatsTest.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectDuplicationModelTest.php Add option to clone filters on project duplication 2019-07-17 14:32:16 -07:00
ProjectFileTest.php Store PHP sessions in the database 2017-12-12 15:04:28 -08:00
ProjectGroupRoleTest.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectMetadataTest.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectModelTest.php Check owner existence before to create project 2017-05-27 12:18:05 -04:00
ProjectNotificationTypeTest.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectPermissionModelTest.php Remove feature "Allow everybody to access to this project" 2017-10-27 16:16:11 -07:00
ProjectRoleModelTest.php Add column restrictions to custom project roles 2016-09-18 21:19:48 -04:00
ProjectRoleRestrictionModelTest.php Add project restriction to block task edition 2017-04-07 21:46:36 -04:00
ProjectTaskPriorityModelTest.php Handle priority for task and project duplication 2016-07-02 16:36:10 -04:00
ProjectUserRoleTest.php Remove feature "Allow everybody to access to this project" 2017-10-27 16:16:11 -07:00
SubtaskModelTest.php Simplify dashboard to use new tasks list view 2017-03-12 21:36:52 -04:00
SubtaskPositionModelTest.php Create new class SubtaskPositionModel 2016-07-23 21:14:33 -04:00
SubtaskStatusModelTest.php Store PHP sessions in the database 2017-12-12 15:04:28 -08:00
SubtaskTaskConversionModelTest.php Create new class SubtaskTaskConversionModel 2016-07-23 21:22:24 -04:00
SubtaskTimeTrackingModelTest.php Store PHP sessions in the database 2017-12-12 15:04:28 -08:00
SwimlaneModelTest.php Prevent people to remove swimlanes that contains tasks 2017-02-18 13:38:51 -05:00
TagDuplicationModelTest.php Duplicate tag color when duplicating projects 2018-10-02 11:12:36 -07:00
TagModelTest.php Allow to associate tags to colors 2018-08-11 10:15:13 +02:00
TaskCreationModelTest.php Store PHP sessions in the database 2017-12-12 15:04:28 -08:00
TaskDuplicationModelTest.php Store PHP sessions in the database 2017-12-12 15:04:28 -08:00
TaskExternalLinkTest.php Store PHP sessions in the database 2017-12-12 15:04:28 -08:00
TaskFileModelTest.php Store PHP sessions in the database 2017-12-12 15:04:28 -08:00
TaskFinderModelTest.php Remove default swimlane 2017-02-18 09:42:01 -05:00
TaskLinkModelTest.php Added internal task links to activity stream 2016-07-23 14:05:15 -04:00
TaskMetadataTest.php Rename all models 2016-05-28 19:48:22 -04:00
TaskModelTest.php Make sure that tags are duplicated for recurring tasks 2016-07-02 15:45:55 -04:00
TaskModificationModelTest.php Change Due Date to Due Timestamp fixes #919 (#3249) 2017-05-10 16:42:34 -04:00
TaskPositionModelTest.php Remove default swimlane 2017-02-18 09:42:01 -05:00
TaskProjectDuplicationModelTest.php Remove default swimlane 2017-02-18 09:42:01 -05:00
TaskProjectMoveModelTest.php Remove default swimlane 2017-02-18 09:42:01 -05:00
TaskRecurrenceModelTest.php Change Due Date to Due Timestamp fixes #919 (#3249) 2017-05-10 16:42:34 -04:00
TaskStatusModelTest.php Remove default swimlane 2017-02-18 09:42:01 -05:00
TaskTagModelTest.php Allow to associate tags to colors 2018-08-11 10:15:13 +02:00
TimezoneTest.php Store PHP sessions in the database 2017-12-12 15:04:28 -08:00
TransitionTest.php Rename all models 2016-05-28 19:48:22 -04:00
UserLockingTest.php Rename all models 2016-05-28 19:48:22 -04:00
UserMetadataTest.php Rename all models 2016-05-28 19:48:22 -04:00
UserModelTest.php Kanboard now requires PHP >= 7.2 since other versions are deprecated 2020-01-14 12:02:31 -08:00
UserNotificationFilterTest.php Rename all models 2016-05-28 19:48:22 -04:00
UserNotificationTest.php Remove feature "Allow everybody to access to this project" 2017-10-27 16:16:11 -07:00
UserNotificationTypeTest.php Rename all models 2016-05-28 19:48:22 -04:00
UserUnreadNotificationTest.php Rename all models 2016-05-28 19:48:22 -04:00