596 Commits

Author SHA1 Message Date
1839d829bc fix errors in https://framagit.org/Chill-project/Chill-Person/-/issues/21 2021-02-04 22:39:06 +01:00
c76e401021 fix https://framagit.org/Chill-project/Chill-Person/-/issues/22 bug 2021-02-03 18:50:34 +01:00
03cafbf4c6 complete missing annotations 2021-02-02 11:49:27 +01:00
eae13ac3d8 Replace deprecated extends Controller by AbstractController 2021-02-01 18:17:33 +01:00
f63c4b42e0 resolving deprecated private service injection on commands classes 2021-01-26 13:47:35 +01:00
a0d36b8d78 fixing any depreciations in fixtures feature 2021-01-14 18:57:02 +01:00
Jean-Francois Monfort
3989c4faff Fix logger error 2021-01-14 10:42:45 +01:00
65a5c94c2f twig filter format_date need only one argument 2020-09-10 16:00:32 +02:00
33c9cdeaf2 rename deprecated using path for ObjectManager 2020-09-08 15:42:42 +02:00
d8a9881e63 rename deprecated Symfony using 2020-09-06 21:15:32 +02:00
43b0bfa369 use '@foo/bar.html.twig' syntax in twig templates 2020-09-06 20:32:46 +02:00
9dfb622836 fix deprecated ObjectManager path 2020-09-05 15:34:34 +02:00
bcce10cf80 fix deprecated ObjectManager path in data fixtures scripts 2020-09-04 20:35:32 +02:00
298716d035 move files from Resources/translations/ to translations/ 2020-08-04 16:28:07 +02:00
9a9441fa85 enable and fix errors for event bundle + adding knp-time-bundle 2020-08-04 11:33:56 +02:00
0a390eae98 sf4, setting new path for all config yaml files, and replace 'controller' path syntax in routes definitions 2020-08-03 13:16:56 +02:00
1c9b38941f install twig intl-extra, replace localizeddate filter by format_date 2020-08-03 12:37:00 +02:00
e3b5b46bd1 replace tokenStorage injection by tokenStorageInterface 2020-08-03 11:05:54 +02:00
95682734dd sf4, adding require symfony/templating + fix treebuilder depreciation 2020-07-31 18:21:00 +02:00
2ed1de8629 adapt migrations files to flex 2020-07-31 15:59:09 +02:00
bf3c9ead2d sf4, repair errors and make basic and admin chill pages works 2020-07-30 17:34:45 +02:00
09a2cea83b rename syntax for ChillMain twig template calls 2020-07-30 14:25:28 +02:00
6a2b94b4c2 sf4 resolve errors and depreciations 2020-07-30 13:53:15 +02:00
6734295be7 Merge branch 'sf4' of framagit.org:Chill-project/Chill-Person into sf4 2020-07-28 16:57:06 +02:00
a9faa81b89 upgrade to symfony4, reset all requires into modules 2020-07-28 16:44:36 +02:00
d53e6b57a4 make timeline & paginator service private 2020-07-28 13:11:12 +02:00
5245d9971e sf4, fix section menu translations and add missing translations 2020-07-27 19:43:43 +02:00
8d4d8f3a0d sf4, remove deprecated use Symfony\Component\Form\ChoiceList\LazyChoiceList 2020-07-27 18:00:04 +02:00
9952a885ed fix sf4 error with PickPersonType (error in commit a92686d1) 2020-07-27 17:24:01 +02:00
43dedaf96b sf4 deprecated: timeline builder was private service 2020-07-27 13:50:23 +02:00
7ae24da907 sf4 deprecated: timelinePerson and accompagnyingpersonPeriod was private service 2020-07-27 12:47:27 +02:00
d39666bf8e sf4 deprecated: migrate Doctrine ORM mapping to annotation 2020-07-24 17:44:40 +02:00
97d3afba9b fix sf4 deprecated: remove sensio_framework messages 2020-07-23 15:21:14 +02:00
1d8f72bc14 fix sf4 deprecated: remove choices_as_values form option 2020-07-22 17:05:24 +02:00
05868b398e fix sf4 deprecated: rename twig spaceless tags 2020-07-22 16:28:21 +02:00
4316667bd2 oups.. 2020-07-22 12:51:35 +02:00
fb5f3532a1 fix sf4 deprecated: cannotBeEmpty() is not allowed with arrayNode 2020-07-22 12:48:06 +02:00
97a4deb159 rename service alias definition 2020-07-22 09:49:15 +02:00
73a2c2d41a fix sf4 deprecated service alias definition 2020-07-16 15:03:04 +02:00
a92686d10b deprecated, fix useless repository service definition 2020-07-16 14:44:40 +02:00
e886d671c1 deprecated: fix PersonRepository location 2020-07-15 16:00:59 +02:00
7060fc2e6a update changelog 2020-07-06 13:26:34 +02:00
30eacea228 Improve templating in Closing Motive admin 2020-07-06 13:25:24 +02:00
da9d1120ac replace icon in person list
Use a "lock" icon, instead of open / closed folder, which is more
comprehensive
2020-07-06 13:23:54 +02:00
373a6a2dc7 [person details] add an "empty" statement on place of birth 2020-07-01 17:34:00 +02:00
98b9f5d2d7 [Accompanying period] fix closing motive label 2020-06-30 17:45:03 +02:00
523b60c69a [Accompanying period] fix period label in list
The template didn't take into account still opened periods.
2020-06-30 17:33:56 +02:00
deac76cb47 upgrade changelog 2020-06-18 16:43:39 +02:00
c3b25b6eeb fix redirection on person view: add a person_id to every page redirected.
After a form was submitted, the CRUD controller redirect to page without
a person_id.

Now, the EntityPersonCRUDController redirects to a page **with** a
person_id.
2020-06-18 16:41:06 +02:00
4c2ec6761a override relevant part of the main CRUD template
Add a person_id to every button in person crud templates
2020-06-18 16:40:22 +02:00