Frédéric Guillot
38e82fe5e5
Duplicate external links when duplicating tasks
...
Fixes #4748
2023-04-06 20:51:57 -07:00
mundry
59a4c7f73b
Duplicate attachments & external links during task duplication & importing
2023-03-24 19:48:32 -07:00
Christoph Reiter
0b8a270bbb
tests: port assertEquals() with delta to assertEqualsWithDelta()
...
assertEquals() in phpunit 9.5 no longer takes a delta parameter
and has assertEqualsWithDelta() as a replacement. This means
float get compared without a delta atm, and a recent phpunit
release (9.5.25) has made float comparisons stricter resulting in
test suite errors such as:
1) SubtaskTimeTrackingModelTest::testCalculateSubtaskTime
Total spent
Failed asserting that 3.3000000000000003 matches expected 3.3.
tests/units/Model/SubtaskTimeTrackingModelTest.php:186
This replaces all assertEquals() calls that pass a delta value
with assertEqualsWithDelta().
2022-10-10 18:57:22 -07:00
Rafael de Camargo
c0d8407d9a
Fix automatic action condition check
...
Checks for source column instead of current column because the condition
is "moved away"
Closes #4277
2019-08-27 20:51:27 -07:00
renothing
d3d5522432
Automatically update the start date when a task move away from a column
2019-07-08 19:48:24 -07:00
renothing
0d8fbc85d8
Add automatic action to move task between columns based on due date
2019-06-15 20:03:41 -07:00
Frédéric Guillot
a0c44d238a
Make sure automatic actions are applied to all tasks when using bulk operations
2018-06-01 16:35:45 -07:00
Frédéric Guillot
ccd177ada6
Store PHP sessions in the database
2017-12-12 15:04:28 -08:00
Frederic Guillot
43e4662b84
Add new automatic action to assign tasks to its creator
2017-06-03 11:32:24 -04:00
Frederic Guillot
630f4ee780
TaskAssignColorOnDueDateAction: update task only when necessary
2017-05-12 15:35:29 -04:00
Oliver Buchmann
daf39ee16a
Change Due Date to Due Timestamp fixes #919 ( #3249 )
2017-05-10 16:42:34 -04:00
Frederic Guillot
343e86a138
Automatic action to change task color when due date is expired (PR #3062 )
2017-02-23 17:30:27 -05:00
Frederic Guillot
a65941eadb
Add new automatic action to close task based on date moved
2016-09-19 21:28:11 -04:00
dalmond
37425d45a6
Unit Test Issues Resolved
2016-08-22 18:45:10 +01:00
dalmond
25bdb03927
Corrected Unit Test
2016-08-17 15:58:35 +01:00
dalmond
e8ec7861af
New Automatic Actions: Colour by Swimlane and Priority by Swimlane
2016-08-17 12:52:24 +01:00
Frederic Guillot
ca45b5592b
Add new automatic action to move the task to another column when not moved
2016-07-23 18:59:00 -04:00
Frederic Guillot
9b2a32af78
Add new automatic action to move a task to another column when closed
2016-07-23 18:33:31 -04:00
Frederic Guillot
2a42e0e1aa
Added a new automatic action to set due date
2016-07-23 18:10:05 -04:00
Frederic Guillot
a823cc1d08
NotificationModel refactoring
2016-07-23 14:50:59 -04:00
Frederic Guillot
b6119e7dee
Added internal task links to activity stream
2016-07-23 14:05:15 -04:00
Frederic Guillot
390082aa41
Refactoring of internal task events
2016-07-19 22:38:30 -04:00
Frederic Guillot
8a85550f92
Added unit test for PR #2388
2016-07-10 13:39:48 -04:00
Frederic Guillot
14713b0ec7
Rename all models
2016-05-28 19:48:22 -04:00
Frederic Guillot
d5c95e8240
Added automated action to change task color based on the priority
2016-05-04 22:52:08 -04:00
Frederic Guillot
a2d8887421
Added unit test for Category model
2016-03-04 15:11:27 -05:00
Frederic Guillot
0bc51620c7
Add unit tests for last automatic actions
2016-01-31 19:51:59 -05:00
Frederic Guillot
a296ba5b18
Improve Automatic Actions plugin api
2016-01-03 16:43:13 -05:00
Frederic Guillot
e9fedf3e5c
Rewrite of the authentication and authorization system
2015-12-05 20:31:27 -05:00
Frederic Guillot
a42f1ea2bd
Add unit test for TaskAssignCategoryLink
2015-11-15 14:39:12 -05:00
Frederic Guillot
a675271ad7
Rewrite of session management
2015-11-15 12:50:33 -05:00
Frederic Guillot
8c532efd5f
Run php-cs-fixer on the code base
2015-10-17 10:09:03 -04:00
Frederic Guillot
9c9ed02cd7
Change namespace to add Kanboard as prefix
2015-10-13 22:19:17 -04:00
Frederic Guillot
710f2c7bb0
Improve unit tests
2015-09-05 23:30:56 -04:00