ed22551313
fix sf4 deprecated: remove sensio_framework messages
2020-07-23 15:21:14 +02:00
054adcbc43
tabs feature, adding macro and documentation
2019-12-13 18:17:27 +01:00
03c75b811e
tabs feature, data sent from controller.
2019-12-13 14:51:46 +01:00
dbec09d937
tabs feature, testing context
2019-12-12 11:58:02 +01:00
547439d9ef
Merge branch 'master' into CRUD-init
2019-12-04 21:50:21 +01:00
e6bf77530b
work on basic CRUDController and improve configuration
2019-11-22 13:45:30 +01:00
4575812a3b
Initialize a CRUD for entities
2019-11-19 09:32:33 +01:00
b3d9954c15
make redirection to home page temporarily
...
Some users experienced 403 error when they switched from an admin
account to a non-admin account, due to the browser cache containing a
redirection.
2019-10-23 11:52:16 +02:00
9c6a3de0ff
Allow to group exports
2019-06-18 21:01:32 +02:00
18463fb18a
passing query parameters to options to search interfaces
2019-05-02 23:10:35 +02:00
8bfa3c5028
add title of the export at the download page
2019-04-03 15:32:22 +02:00
915b556125
store export parameters in redis key (issue #33 )
2019-04-03 15:03:10 +02:00
662a007ff5
[minor] remove blank line
...
[skip ci]
2019-02-27 13:12:00 +01:00
6ee7a834cb
handle DirectExport in controller and export manager
2019-01-16 10:58:05 +01:00
6741eb949c
rewrite export controller and manager
...
- upgrade to symfony 4 ;
- add support for directExportInterface
2019-01-15 20:23:06 +01:00
2ff30ae656
fix php typo
2018-10-08 21:27:10 +02:00
b1ae55ba80
[user list] order users by username
2018-09-05 15:14:07 +02:00
0a0854d4cf
fix error when removing permission without scope from group
2018-09-05 11:06:33 +02:00
e88265adcd
fix errors when creating user and updating password
2018-09-04 16:55:34 +02:00
1826c63251
allow json in search response and abstract interactive loading from select2
2018-08-27 13:14:15 +02:00
480655f31b
implements security on recovering password and redis connector
2018-08-17 17:54:17 +02:00
1fd6a4ed2c
allow users to recover password
2018-08-17 13:32:08 +02:00
5b1ba71a8a
require actual password for change + insert link in menu
2018-08-16 13:41:32 +02:00
af803cc87d
Merge branch 'upgrade-sf3' into edit-user-password
2018-08-16 11:31:07 +02:00
2bb3b332f3
fix authentication error message
2018-07-09 19:09:26 +02:00
26a4d80ce6
load postal codes dynamically
2018-07-05 14:51:40 +02:00
16a93711c2
remove dump
2018-06-13 16:43:09 +02:00
587b248549
improve script for downloading exports
2018-06-12 17:58:02 +02:00
9b4bf04c9c
add notification counter in user menu
2018-04-27 22:22:21 +02:00
bba720b3ae
improve comment in LoginController
2018-04-19 21:20:18 +02:00
2bcaaac60c
switch loginController to symfony3
2018-04-19 20:03:10 +02:00
nobohan
da9aecefa7
fix deprecations: replace last fqcn in add methods for forms
2018-04-13 15:20:04 +02:00
nobohan
f7502b4e9e
add a page for modifying password for user
2018-04-10 16:19:35 +02:00
nobohan
51a1b23e0d
fix deprecations: use fqcn for entity, ComposedGroupCenterType.
2018-04-04 11:07:49 +02:00
e5324c816e
Merge remote-tracking branch 'origin/upgrade-sf3' into upgrade-sf3
2018-04-04 09:48:35 +02:00
29e3c74bd7
advanced search (bis)
...
Ce commit contient des modifications qui sont peut-être dans un autre commit d'une
autre branche.
2018-04-04 09:46:30 +02:00
nobohan
5e577c3272
fix deprecations: use fqcn for form creations in controllers
2018-04-03 17:29:26 +02:00
nobohan
7922f8f181
fix deprecations: use fqcn for submit in controllers
2018-04-03 17:14:52 +02:00
nobohan
24357ce3d6
fix deprecations: use fqcn
2018-04-03 12:25:18 +02:00
nobohan
16b05d29e5
fix deprecation : use fqcn for submit
2018-04-03 11:32:26 +02:00
ffd2ee6f69
add advanced search
2017-08-22 22:32:58 +02:00
b038cdfdf5
fix bug when the form "add role" fails
2017-04-20 16:27:33 +02:00
0e5ab47474
Make a hierarchy in roles
...
This is more understandable for users.
2017-04-19 21:24:35 +02:00
bf12046afa
add specific page for download
2017-04-19 00:30:36 +02:00
d5c26c6d47
[export] adding spreadsheet formatter
2017-02-19 21:40:55 +01:00
1b674f9141
renaming some function in paginator + fixing bug in paginator
...
- the '*itemPerPage' function are renamed '*itemsPerPage'
- the paginatorFactory now get the route parameters correctly
2016-09-02 08:20:08 +02:00
ede767d01a
renaming SEARCH_PREVIEW => SEARCH_PREVIEW_OPTION
2016-08-25 22:15:33 +02:00
d20404bc3c
implementing pagination api on search, and creating a "preview" of results
...
The search controller return a subset of the 5 first results. If the user want to
see more, the services implementing SearchInterface should add a link "see more",
and make use of the Pagination API to paginate.
2016-08-19 21:33:37 +02:00
dc98fd9d86
add a hack to export on CSV
...
Currently, it seems that using the function fputcsv make PHP consider
that header were sent. We have to send headers explicitly from the Controller.
2016-05-25 11:01:43 +02:00
afcf9e270e
add translations for all steps and clean layout
2016-04-21 22:50:17 +02:00