|
0d626fb345
|
[FEATURE] implement user filter in orderFilterHelper for tasks
|
2023-07-05 10:55:30 +02:00 |
|
|
e6163b2bc3
|
DX: fix cs
|
2023-04-19 13:05:21 +02:00 |
|
|
906d1fdab5
|
DX: remove usage of deprecated Role class
|
2023-04-19 13:01:48 +02:00 |
|
|
9699e2304a
|
fix cs: declare type and license header mismatch
|
2022-10-06 22:25:43 +02:00 |
|
|
67c3f3a840
|
fix cs with licencse header
|
2022-10-05 17:08:14 +02:00 |
|
|
48daed26f9
|
replace BadRequestException by BadRequestHttpException
|
2022-04-27 14:31:39 +02:00 |
|
|
ce912e4405
|
ajout compteurs
|
2022-01-27 17:28:59 +01:00 |
|
|
c42f62de4c
|
fix phpstan errors: undefined variable or type invalid
|
2022-01-24 00:32:47 +01:00 |
|
|
eccc75aecf
|
fix cs
|
2022-01-23 23:22:04 +01:00 |
|
|
7e2fbf93f9
|
task: api endpoint for my tasks
|
2022-01-23 23:13:25 +01:00 |
|
Pol Dellaiera
|
8401ce2656
|
cs: Fix code-style (using PHPCSFixer and PHPCS).
|
2021-12-21 10:59:23 +01:00 |
|
|
8cf08f66d5
|
Fix bug in singleTaskController
|
2021-12-16 10:41:51 +01:00 |
|
Pol Dellaiera
|
91d12c4a96
|
cs: Enable risky rule static_lambda .
|
2021-11-30 11:43:34 +01:00 |
|
Pol Dellaiera
|
8f96a1121d
|
cs: Fix code style (safe rules only).
|
2021-11-23 14:08:50 +01:00 |
|
Pol Dellaiera
|
70ed9e75db
|
tests: Fix "...Class "Chill\MainBundle\Security\Resolver\CenterResolverDispatcher" is declared "final" and cannot be mocked....".
|
2021-11-23 12:41:09 +01:00 |
|
|
98760bc5e8
|
Merge remote-tracking branch 'origin/master' into doc/authorizaton-documentation-update
|
2021-11-22 10:30:05 +01:00 |
|
Pol Dellaiera
|
f8aeb08594
|
fix: SA: Fix "might not be defined" rule.
SA stands for Static Analysis.
|
2021-11-16 11:41:12 +01:00 |
|
|
e7fcebc99e
|
add some method for resolving scope in twig
|
2021-11-09 17:04:49 +01:00 |
|
|
35d807cab0
|
Bugfixes/tasks list
|
2021-11-05 12:31:41 +00:00 |
|
|
e0cb5a88bd
|
rewrite task list action
|
2021-10-30 00:41:28 +02:00 |
|
|
db15a3d53c
|
adapta list of tasks for a person
|
2021-10-29 16:26:19 +02:00 |
|
|
4017f8db48
|
refactor list by course: use acl aware repository
|
2021-10-28 14:41:19 +02:00 |
|
|
e63d645f8a
|
fix return path in tasks
|
2021-10-28 00:50:18 +02:00 |
|
|
97dbc4bc16
|
add more filtering possibilities with order helper
|
2021-10-28 00:11:05 +02:00 |
|
|
f4fb375fd1
|
add filtering in task list
|
2021-10-27 13:32:52 +02:00 |
|
|
333a4d94b2
|
layout task list
|
2021-10-27 11:57:51 +02:00 |
|
|
965ea528e3
|
adaptations for acl with tasks
|
2021-10-26 18:05:06 +02:00 |
|
|
fc237db98a
|
fix: wrong template rendered for new course task
|
2021-10-01 11:32:32 +02:00 |
|
|
85e8fe59a4
|
changes to TaskVoter reinstated, mistake made in conflict resolvement
|
2021-10-01 11:18:10 +02:00 |
|
|
6a34046e93
|
comments deleted, notations adjusted, ...
|
2021-10-01 10:47:32 +02:00 |
|
|
5d69e48787
|
more conformity between URL's single-task
|
2021-09-30 14:22:20 +02:00 |
|
|
8411c909ff
|
notation modifications
|
2021-09-28 12:55:46 +02:00 |
|
|
6e3ce06fcf
|
new/show/edit/delete/list functionality added for accompanyingperiod task
|
2021-09-28 12:55:46 +02:00 |
|
|
537518b66f
|
controller and templates adapted to display list of accompanying period tasks + detailpage of task
|
2021-09-28 12:53:24 +02:00 |
|
|
5a936cd20b
|
templates + controller further adapted to work with accompanyingCourse. new and show methods don't work yet due to authorization/voter issues
templates adapted for use with accompanyingCourse tasks also
|
2021-09-28 12:53:23 +02:00 |
|
|
53fc5b8399
|
adaptation of newTask() method in singleTaskController
|
2021-09-28 12:49:38 +02:00 |
|
|
01ae50aca7
|
new/show/edit/delete/list functionality added for accompanyingperiod task
|
2021-09-17 14:48:29 +02:00 |
|
|
a156bd0863
|
controller and templates adapted to display list of accompanying period tasks + detailpage of task
|
2021-09-16 15:55:09 +02:00 |
|
|
b28b4e5fba
|
templates + controller further adapted to work with accompanyingCourse. new and show methods don't work yet due to authorization/voter issues
templates adapted for use with accompanyingCourse tasks also
|
2021-09-10 15:19:59 +02:00 |
|
|
27077c9d96
|
adaptation of newTask() method in singleTaskController
|
2021-09-09 18:21:41 +02:00 |
|
|
7ee91afae2
|
template extends person layout, fix syntax
|
2021-08-03 00:46:56 +02:00 |
|
Pol Dellaiera
|
09ed671734
|
fix: Simplify statements and fix syntax.
To make sure that PHP CS Fixer do not fails.
|
2021-04-26 13:06:40 +02:00 |
|
|
eaa0ad925f
|
fix folder name
|
2021-03-18 13:37:13 +01:00 |
|