102 Commits

Author SHA1 Message Date
fe5f63457b add a filtering of tasks by center 2018-10-18 20:51:49 +02:00
7c113e3478 add assignee in task list + fix some translation 2018-10-18 20:05:02 +02:00
c36778184d fix bug in listing users in form filtering tasks 2018-10-18 19:59:11 +02:00
e25621ef79 set deps to stable branch 2018-09-10 11:27:50 +02:00
e9163389c0 add gitlab-ci prototype 2018-09-10 10:59:23 +02:00
14ef130bc6 fix timeline: filter tasks with circle restrictions 2018-09-03 11:29:06 +02:00
6c311bec11 fix translation 2018-09-03 11:28:43 +02:00
fb2ea549b9 fix error when querying with type 2018-08-29 23:50:36 +02:00
a69b2d7e40 filter tasks by type, allow to overload task edit page and section menu 2018-08-27 13:13:45 +02:00
b3b1e0aff5 rename entry in person menu 2018-08-27 10:10:09 +02:00
e0e7376c1d generate entry "my tasks" dynamically 2018-07-17 17:34:59 +02:00
f9221f9f90 upgrade AuthorizationEvent to receive other class than tasks 2018-07-17 17:10:32 +02:00
ebc0961fa8 use event to override vote on task
Now, the bundle dispatch an event `chill_task.vote` to override the authorization
on voting on a task.

If a subscriber or listener emits a vote on the event, this vote override the
logic defined for the default task.
2018-07-17 15:28:04 +02:00
95f75e53eb add some docblock 2018-07-17 11:35:10 +02:00
d8c3cc4c84 set ACL only if page is shown 2018-07-17 11:34:37 +02:00
59807c2d17 typo 2018-07-17 11:34:18 +02:00
b4de51a601 entry "task list" in person menu is dynamic - based on ACL 2018-07-08 22:37:51 +02:00
8976661b40 Merge remote-tracking branch 'origin/master' 2018-07-06 16:30:07 +02:00
48b9078497 do not show transition button if no transition available 2018-07-06 15:48:42 +02:00
52bda7c94f add confirmation page for task 2018-07-06 15:47:14 +02:00
5ada6d913c translation and redirection 2018-07-06 14:02:40 +02:00
39e166eb5b back to the list keep the query parameters required by the list 2018-07-05 16:37:59 +02:00
066efdc042 add a button 'new task' in page head and improve voter 2018-07-05 15:33:35 +02:00
9852430b13 add task type in list 2018-07-05 15:12:09 +02:00
4fedd7e8ca indentation 2018-06-22 10:12:23 +02:00
nobohan
bae3904b1d modif wording + ajout bouton 'back to the list' 2018-06-05 16:28:20 +02:00
7ae56a6747 add filtering by task type 2018-06-05 11:48:23 +02:00
145e099903 [repository] add 'equal' to "today is after end|warning|start date" 2018-05-31 22:36:09 +02:00
c4248f4e73 add a condition to hide transition button if no transisiton available 2018-05-25 12:32:56 +02:00
fdad635787 add blockquote to signle task 2018-05-25 12:24:42 +02:00
03d8707e79 wording of timeline tasks 2018-05-25 12:24:12 +02:00
nobohan
d4d730ea02 add a timeline in view pages for viewing task transitions 2018-05-21 13:27:30 +02:00
nobohan
f829dccbdd add status in task view (issue #57) 2018-05-21 11:16:32 +02:00
d8c1f9d1dc adapt to support admin users 2018-05-14 14:39:13 +02:00
8f4be568e9 add special class to warning 2018-05-09 00:04:52 +02:00
69eb9648c9 improve filter form
- hide form in some places ;
- i18n
- hide status filtering with a parameter (redundant)
2018-05-08 22:56:45 +02:00
650f2c8e18 remove "person" filter when a person file is opened 2018-05-07 22:32:59 +02:00
b856647b04 add logic to filter tasks 2018-05-07 22:06:34 +02:00
38cc4f84c4 Revert "Revert "add form for filtering - work in progress" (temporarily)"
This reverts commit 75bdbac81a64bdd1fc702547084a206e8340d87a.
2018-05-07 20:38:24 +02:00
nobohan
cd966b5246 add translation for 'delete' 2018-05-07 17:05:10 +02:00
nobohan
7e9a584944 add action btns in the view page 2018-05-07 17:02:39 +02:00
585b8b3927 enable fixtures with sf3 + add DELETE role to users 2018-05-04 22:52:51 +02:00
ba603c7cc8 fix typo 2018-05-04 14:18:05 +02:00
583c10128d set order in user menu + translations 2018-05-04 14:16:44 +02:00
f19c9e85dc add validation for date interval 2018-05-04 12:10:11 +02:00
0df80041fb fix error in delete action: route name, misplaced 404 errors 2018-05-04 11:15:46 +02:00
9fc55054cb fix cancel route 2018-05-04 11:11:19 +02:00
cabd863245 translate flash messages 2018-05-04 11:10:56 +02:00
a12701b97f add spaces between date and kind of date 2018-05-04 10:54:26 +02:00
75bdbac81a Revert "add form for filtering - work in progress" (temporarily)
This reverts commit c2a5ab2e69ff3e01af45bb2d141580c968a72381.
2018-05-04 10:25:16 +02:00