58 Commits

Author SHA1 Message Date
448b99a652 twig filter format_date need only one argument 2020-09-10 16:00:32 +02:00
dc657cbf99 use '@foo/bar.html.twig' syntax in twig templates 2020-09-06 20:32:46 +02:00
5292f319be sf4, adding workflow and fix errors for task bundle 2020-08-04 10:04:25 +02:00
f7b5e37079 install twig intl-extra, replace localizeddate filter by format_date 2020-08-03 11:10:39 +02:00
70efafc0f5 sf4, repair errors and make basic and admin chill pages works 2020-07-30 17:34:45 +02:00
b39005cca9 minor change 2019-05-20 11:55:15 +02:00
c52cf14459 add return path for page show and edit for single task 2019-04-29 12:05:28 +02:00
b2add2539c fix: error on warning interval was not shown 2018-11-21 14:25:44 +01:00
c7125f0866 layout of the task list 2018-11-21 12:26:11 +01:00
176ca90e39 fix error: the "see more" link was not showed 2018-11-20 21:38:03 +01:00
fe45ce5447 add color to task status 2018-10-18 21:43:16 +02:00
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
6c311bec11 fix translation 2018-09-03 11:28:43 +02:00
a69b2d7e40 filter tasks by type, allow to overload task edit page and section menu 2018-08-27 13:13:45 +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
nobohan
bae3904b1d modif wording + ajout bouton 'back to the list' 2018-06-05 16:28:20 +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
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
7e9a584944 add action btns in the view page 2018-05-07 17:02:39 +02:00
9fc55054cb fix cancel route 2018-05-04 11:11:19 +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
8542832ac6 add condition about date outside of li tags 2018-05-04 10:22:25 +02:00
31fcfed2f5 Merge remote-tracking branch 'origin/master' 2018-05-03 23:40:17 +02:00
86f7188d4a record single task states transition and add them in timeline 2018-05-03 23:38:08 +02:00
nobohan
c2a5ab2e69 add form for filtering - work in progress 2018-05-03 22:43:53 +02:00
nobohan
f230d661d4 add links to person name in the table 2018-05-02 09:38:50 +02:00
nobohan
cf2e781366 front-end: improve icons for task list 2018-04-30 17:22:03 +02:00
nobohan
f5b09cf42e front-end/design single tasks 2018-04-30 14:53:57 +02:00
nobohan
2d57757682 front-end dev of tasks lists 2018-04-27 17:42:21 +02:00
nobohan
fd2bee979a add message when there is no task + improve when request with multiple input (user, scope and person) 2018-04-27 10:16:30 +02:00
nobohan
bf0db0de3f add list by person, user and scope + formatting of submit button in edit 2018-04-26 21:54:49 +02:00
4b391d03d5 add current place in task list 2018-04-26 14:00:11 +02:00
724e065e80 fix grant 'DELETE' from index view 2018-04-26 12:36:24 +02:00
eadaeaef35 add closed tasks
- the entity has a new column / property "closed" (boolean)
- An event listener in created during container compilation, which listen on tasks
  status changed
- The taskworkflow manager and task workflow definition indicate if the tasks is closed ;
- Add list for closed tasks in controller, and change parameter 'date_status' to 'status';
- and change query to allow to filter on closed tasks
2018-04-26 12:14:30 +02:00
d251074430 link between lists of task and tasks 2018-04-26 11:15:22 +02:00
nobohan
fa797e06cf add translations 2018-04-25 17:59:04 +02:00